Update Changes.
[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 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 17573] By: jhi                                   on 2002/07/16  13:14:34
32         Log: Mac OS X dyld problem: try more direct action first.
33      Branch: perl
34            ! pod/perldelta.pod
35 ____________________________________________________________________________
36 [ 17572] By: jhi                                   on 2002/07/16  13:06:04
37         Log: More explicit solution for the Mac OS X "dyld undefined symbols"
38              problem.
39      Branch: perl
40            ! pod/perldelta.pod
41 ____________________________________________________________________________
42 [ 17571] By: jhi                                   on 2002/07/16  12:25:07
43         Log: Upgrade to Locale::Codes 2.06.
44      Branch: perl
45            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
46            ! lib/Locale/Country.pm lib/Locale/Country.pod
47            ! lib/Locale/Currency.pm lib/Locale/Language.pm
48            ! lib/Locale/Script.pm
49 ____________________________________________________________________________
50 [ 17570] By: gsar                                  on 2002/07/16  02:57:47
51         Log: integrate a variant of change#17568 from maint-5.6 branch (the
52              do_exec parts elided so that change is restricted strictly to
53              windows; binary compatibility stubs not needed)
54      Branch: perl
55            ! embed.fnc embed.h global.sym iperlsys.h makedef.pl pp_sys.c
56            ! proto.h win32/perlhost.h win32/win32.c win32/win32.h
57 ____________________________________________________________________________
58 [ 17569] By: jhi                                   on 2002/07/16  02:26:12
59         Log: Integrate change #16844 from maint:
60              
61              extension of change#16332: isolate signal diddling to the main
62              interpreter (fixes signal-related races, e.g. when multiple
63              threads run system())
64      Branch: perl
65           !> util.c
66 ____________________________________________________________________________
67 [ 17568] By: gsar                                  on 2002/07/16  01:26:12
68         Log: on windows, expose do_{spawn,spawn_nowait,exec,aspawn} as part of
69              perl API; as a result spawnvp() is now the only one that belongs in
70              iperlsys.h interface (stubs retained in structure for bincompat)
71      Branch: maint-5.6/perl
72            ! embed.h embed.pl global.sym globals.c iperlsys.h makedef.pl
73            ! objXSUB.h perlapi.c pp_sys.c proto.h win32/perlhost.h
74            ! win32/win32.c win32/win32.h
75 ____________________________________________________________________________
76 [ 17567] By: gsar                                  on 2002/07/16  00:27:12
77         Log: integrate change#17566 from maint-5.6 branch
78              
79              on windows, ensure child processes that get run via backticks get
80              the right pipe handle at stdin/stdout; this is needed to make
81              subprocesses see the correct standard handles such that backticks
82              and piped open()s work when run from within GUI applications
83              
84              this also makes it possible to launch wperl.exe in backticks
85              from within an application that has no std handles without a
86              new blank console window popping up
87      Branch: perl
88            ! win32/win32.c
89 ____________________________________________________________________________
90 [ 17566] By: gsar                                  on 2002/07/16  00:06:14
91         Log: on windows, ensure child processes that get run via backticks get
92              the right pipe handle at stdin/stdout; this is needed to make
93              subprocesses see the correct standard handles such that backticks
94              and piped open()s work when run from within GUI applications
95              
96              this also makes it possible to launch wperl.exe in backticks
97              from within an application that has no std handles without a
98              new blank console window popping up
99      Branch: maint-5.6/perl
100            ! win32/win32.c
101 ____________________________________________________________________________
102 [ 17565] By: gsar                                  on 2002/07/15  23:58:49
103         Log: change#16528 merged the fix for my_popen() but missed my_popen_list()
104              which had the same code (and bugs) duplicated; add changes#16329,16331
105              into my_popen_list()
106      Branch: perl
107            ! util.c
108 ____________________________________________________________________________
109 [ 17564] By: gsar                                  on 2002/07/15  23:45:08
110         Log: add missing xref in Changes
111      Branch: perl
112            ! Changes
113 ____________________________________________________________________________
114 [ 17563] By: jhi                                   on 2002/07/15  22:38:31
115         Log: IRIX -O2 trick (needs verification from John P. Linderman) 
116      Branch: perl
117            ! pod/perldelta.pod
118 ____________________________________________________________________________
119 [ 17562] By: jhi                                   on 2002/07/15  22:30:29
120         Log: Subject: Typo? in perlxstut.pod + PATCH
121              From: "John P. Linderman" <jpl@research.att.com>
122              Date: Mon, 15 Jul 2002 14:08:47 -0400 (EDT)
123              Message-Id: <200207151808.OAA53989@raptor.research.att.com>
124      Branch: perl
125            ! pod/perlxstut.pod
126 ____________________________________________________________________________
127 [ 17561] By: jhi                                   on 2002/07/15  21:11:04
128         Log: Split "Known problems" into "Known problems" (generic,
129              or shared among several platforms) and "Platform Specific
130              Problems".
131      Branch: perl
132            ! pod/perldelta.pod
133 ____________________________________________________________________________
134 [ 17560] By: rgs                                   on 2002/07/15  20:13:22
135         Log: Clarify the PerlIO::scalar docs (suggested by Elizabeth
136              Mattijsen.)
137      Branch: perl
138            ! ext/PerlIO/scalar/scalar.pm
139 ____________________________________________________________________________
140 [ 17559] By: jhi                                   on 2002/07/15  18:59:23
141         Log: Retract #17486: OS/2 didn't like it.
142      Branch: perl
143            ! makedef.pl
144 ____________________________________________________________________________
145 [ 17558] By: jhi                                   on 2002/07/15  18:39:11
146         Log: Add #!./perl, noticed by John Adams.
147      Branch: perl
148            ! ext/Time/HiRes/HiRes.t
149 ____________________________________________________________________________
150 [ 17557] By: jhi                                   on 2002/07/15  17:14:41
151         Log: Regen toc.
152      Branch: perl
153            ! pod/perltoc.pod
154 ____________________________________________________________________________
155 [ 17556] By: jhi                                   on 2002/07/15  17:12:28
156         Log: Add a section on ithreads; rearrange the sections a bit.
157      Branch: perl
158            ! pod/perldelta.pod
159 ____________________________________________________________________________
160 [ 17555] By: jhi                                   on 2002/07/15  16:29:06
161         Log: Subject: Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
162              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
163              Date: Mon, 15 Jul 2002 10:04:02 -0700
164              Message-ID: <CCwM9gzkg25T092yn@efn.org>
165              
166              Document which tests will fail.
167      Branch: perl
168            ! pod/perldelta.pod
169 ____________________________________________________________________________
170 [ 17554] By: jhi                                   on 2002/07/15  16:26:55
171         Log: Subject: [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F
172              From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
173              Date: Mon, 15 Jul 2002 19:23:54 +0200 (MET DST)
174              Message-Id: <5.8.0_22255_1026753561@rimsky>
175              
176              (also raise the gcc minimum to 2.95.3)
177      Branch: perl
178            ! hints/dec_osf.sh
179 ____________________________________________________________________________
180 [ 17553] By: jhi                                   on 2002/07/15  14:56:42
181         Log: configure.gnu wants to be executable, too.
182      Branch: perl
183            ! Porting/makerel
184 ____________________________________________________________________________
185 [ 17552] By: jhi                                   on 2002/07/15  14:35:31
186         Log: DJGPP broke after 5.7.3, so that's good news.
187      Branch: perl
188            ! pod/perldelta.pod
189 ____________________________________________________________________________
190 [ 17551] By: jhi                                   on 2002/07/15  13:49:27
191         Log: Retract #17550: the build/test time warnings do not
192              belong to perldelta, they belong to the announcement.
193      Branch: perl
194            ! pod/perldelta.pod
195 ____________________________________________________________________________
196 [ 17550] By: jhi                                   on 2002/07/15  13:46:51
197         Log: (retracted by #17551)
198              Copy the warnings about build and test times from
199              the RC announcements to perldelta.
200      Branch: perl
201            ! pod/perldelta.pod
202 ____________________________________________________________________________
203 [ 17549] By: jhi                                   on 2002/07/15  13:38:53
204         Log: Try to future proof the op/taint.
205      Branch: perl
206            ! t/op/taint.t
207 ____________________________________________________________________________
208 [ 17548] By: jhi                                   on 2002/07/15  13:35:49
209         Log: Squash "uninitialized" warning from gcc.
210      Branch: perl
211            ! sv.c
212 ____________________________________________________________________________
213 [ 17547] By: jhi                                   on 2002/07/15  13:33:20
214         Log: Update Changes.
215      Branch: perl
216            ! Changes patchlevel.h
217 ____________________________________________________________________________
218 [ 17546] By: jhi                                   on 2002/07/15  13:04:59
219         Log: Subject: Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
220              From: Tim Bunce <Tim.Bunce@pobox.com>
221              Date: Mon, 15 Jul 2002 12:14:54 +0100
222              Message-ID: <20020715121454.F20682@dansat.data-plan.com>
223      Branch: perl
224            ! sv.c
225 ____________________________________________________________________________
226 [ 17545] By: jhi                                   on 2002/07/15  13:01:48
227         Log: Subject: RC3: lib/constant.t #35
228              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
229              Date: Mon, 15 Jul 2002 16:29:28 +0900
230              Message-ID: <86adotwisn.wl@mail.edge.co.jp>
231              
232              Assuming " " in error messages does not work in Japanese,
233              just skip the test (even the #34 is suspicious).
234      Branch: perl
235            ! lib/constant.t
236 ____________________________________________________________________________
237 [ 17544] By: jhi                                   on 2002/07/15  12:57:52
238         Log: Upgrade to podlators 1.23.
239      Branch: perl
240            ! lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
241            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
242            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL pod/pod2text.PL
243 ____________________________________________________________________________
244 [ 17543] By: nick                                  on 2002/07/15  06:56:42
245         Log: Integrate mainline
246      Branch: perlio
247           !> (integrate 28 files)
248 ____________________________________________________________________________
249 [ 17542] By: jhi                                   on 2002/07/15  04:03:51
250         Log: Say something about missing "Perl_get_sv".
251      Branch: perl
252            ! pod/perldelta.pod
253 ____________________________________________________________________________
254 [ 17541] By: jhi                                   on 2002/07/15  03:31:05
255         Log: Subject: Re: Regexp causes coredump
256              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
257              Date: Mon, 15 Jul 2002 02:22:35 +0100
258              Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk>
259      Branch: perl
260            ! regexec.c t/op/re_tests
261 ____________________________________________________________________________
262 [ 17540] By: jhi                                   on 2002/07/14  21:56:52
263         Log: Upgrade to Term::ANSIColor 1.05.
264      Branch: perl
265            ! lib/Term/ANSIColor.pm
266 ____________________________________________________________________________
267 [ 17539] By: jhi                                   on 2002/07/14  19:57:54
268         Log: Test skip counter tweak from Craig Berry.
269      Branch: perl
270            ! t/op/taint.t
271 ____________________________________________________________________________
272 [ 17538] By: jhi                                   on 2002/07/14  18:17:31
273         Log: Subject: Re: [ID 20020713.008] %vd eats two arguments
274              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
275              Date: Sun, 14 Jul 2002 19:00:12 +0100
276              Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk>
277      Branch: perl
278            ! sv.c t/op/sprintf.t
279 ____________________________________________________________________________
280 [ 17537] By: jhi                                   on 2002/07/14  16:04:35
281         Log: Unfortunately we have to downgrade the status of DJGPP.
282      Branch: perl
283            ! pod/perldelta.pod pod/perlport.pod
284 ____________________________________________________________________________
285 [ 17536] By: jhi                                   on 2002/07/14  15:58:12
286         Log: I would say the long double support has matured enough.
287      Branch: perl
288            ! pod/perldelta.pod
289 ____________________________________________________________________________
290 [ 17535] By: jhi                                   on 2002/07/14  15:56:01
291         Log: The z/OS problems are dependent on the environment;
292              Merijn Broeren didn't hit the pat.t crash.  Now we only
293              need to figure out what's different in the environments...
294      Branch: perl
295            ! pod/perldelta.pod
296 ____________________________________________________________________________
297 [ 17534] By: jhi                                   on 2002/07/14  15:53:08
298         Log: perldelta didn't know of FreeBSD 4.6 readdir_r.
299      Branch: perl
300            ! pod/perldelta.pod
301 ____________________________________________________________________________
302 [ 17533] By: jhi                                   on 2002/07/14  15:48:46
303         Log: perldelta shuffling.
304      Branch: perl
305            ! pod/perldelta.pod
306 ____________________________________________________________________________
307 [ 17532] By: jhi                                   on 2002/07/14  15:30:38
308         Log: Document the Thread:: change.
309      Branch: perl
310            ! pod/perldelta.pod
311 ____________________________________________________________________________
312 [ 17531] By: jhi                                   on 2002/07/14  15:26:51
313         Log: Add a few new diagnostics.
314      Branch: perl
315            ! pod/perldelta.pod
316 ____________________________________________________________________________
317 [ 17530] By: jhi                                   on 2002/07/14  14:37:28
318         Log: Move the debugger changes from "diagnostics" to "fixes".
319      Branch: perl
320            ! pod/perldelta.pod
321 ____________________________________________________________________________
322 [ 17529] By: pudge                                 on 2002/07/14  12:09:00
323         Log: Integrate perl
324      Branch: macperl
325           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
326           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
327           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
328           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
329 ____________________________________________________________________________
330 [ 17528] By: pudge                                 on 2002/07/14  12:07:17
331         Log: Integrate perl
332      Branch: macperl
333           +> ext/MIME/Base64/t/quoted-print.t ext/ODBM_File/hints/linux.pl
334           +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx lib/Config.t
335           +> lib/Math/BigInt/t/bare_mif.t lib/Pod/t/text.t
336           +> lib/Thread/Queue.t lib/Thread/Semaphore.t
337            - ext/MIME/Base64/t/qp.t ext/PerlIO/Scalar/Makefile.PL
338            - ext/PerlIO/Scalar/Scalar.pm ext/PerlIO/Scalar/Scalar.xs
339            - ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
340            - ext/PerlIO/Via/Via.xs ext/threads/shared/queue.pm
341            - ext/threads/shared/semaphore.pm ext/threads/shared/t/queue.t
342            - ext/threads/shared/t/semaphore.t
343           !> (integrate 157 files)
344 ____________________________________________________________________________
345 [ 17527] By: jhi                                   on 2002/07/13  23:07:10
346         Log: This is 5.8.0 RC3.
347      Branch: perl
348            ! patchlevel.h
349 ____________________________________________________________________________
350 [ 17526] By: jhi                                   on 2002/07/13  23:05:53
351         Log: Update Changes.
352      Branch: perl
353            ! Changes patchlevel.h
354 ____________________________________________________________________________
355 [ 17525] By: jhi                                   on 2002/07/13  22:31:07
356         Log: Small pod nits.
357      Branch: perl
358            ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod
359 ____________________________________________________________________________
360 [ 17524] By: jhi                                   on 2002/07/13  22:26:10
361         Log: Update perlhist.
362      Branch: perl
363            ! pod/perlhist.pod
364 ____________________________________________________________________________
365 [ 17523] By: jhi                                   on 2002/07/13  22:24:19
366         Log: metaconfig unit changes for #17522.
367      Branch: metaconfig/U/perl
368            + IncClean.U
369            ! gccvers.U
370 ____________________________________________________________________________
371 [ 17522] By: jhi                                   on 2002/07/13  22:24:02
372         Log: Regen Configure.
373      Branch: perl
374            ! Configure Porting/config.sh Porting/config_H
375 ____________________________________________________________________________
376 [ 17521] By: jhi                                   on 2002/07/13  14:14:16
377         Log: Update the CPAN sites list in perlmodlib, regen toc.
378      Branch: perl
379            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
380 ____________________________________________________________________________
381 [ 17520] By: jhi                                   on 2002/07/13  13:51:55
382         Log: Subject: [PATCH] perlbug
383              From: Ask Bjoern Hansen <ask@develooper.com>
384              Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT)
385              Message-ID: <20020713074456.M95399-100000@miette.develooper.com>
386      Branch: perl
387            ! utils/perlbug.PL
388 ____________________________________________________________________________
389 [ 17519] By: jhi                                   on 2002/07/13  13:35:57
390         Log: More admonishment that one shouldn't waste one's efforts
391              on 5.005 threads any more.
392      Branch: perl
393            ! pod/perldelta.pod
394 ____________________________________________________________________________
395 [ 17518] By: jhi                                   on 2002/07/13  13:29:07
396         Log: The installation of the 5.005threads {Queue,Semaphore}.pm
397              didn't quite work.
398      Branch: perl
399            ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl
400 ____________________________________________________________________________
401 [ 17517] By: rgs                                   on 2002/07/13  11:46:14
402         Log: Minor doc changes for PerlIO::via.
403      Branch: perl
404            ! ext/PerlIO/via/via.pm
405 ____________________________________________________________________________
406 [ 17516] By: rgs                                   on 2002/07/13  11:28:01
407         Log: The warning "Use of tainted arguments in %s is deprecated"
408              was incorrectly reported whenever system or exec was
409              invoked with multiple arguments.
410      Branch: perl
411            ! pod/perldiag.pod pp_sys.c t/op/taint.t
412 ____________________________________________________________________________
413 [ 17515] By: nick                                  on 2002/07/13  09:18:03
414         Log: Integrate mainline
415      Branch: perlio
416           +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
417           +> lib/Thread/Queue.t lib/Thread/Semaphore.t
418            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
419            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
420           !> (integrate 54 files)
421 ____________________________________________________________________________
422 [ 17514] By: jhi                                   on 2002/07/13  00:10:07
423         Log: Update Changes.
424      Branch: perl
425            ! Changes patchlevel.h
426 ____________________________________________________________________________
427 [ 17513] By: jhi                                   on 2002/07/13  00:03:04
428         Log: Document that using threads/pseudofork inside BEGINs does not work.
429      Branch: perl
430            ! ext/threads/threads.pm
431 ____________________________________________________________________________
432 [ 17512] By: jhi                                   on 2002/07/12  23:53:22
433         Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
434              From: Elizabeth Mattijsen <liz@dijkmat.nl>
435              Date: Fri, 12 Jul 2002 23:45:52 +0200
436              Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl>
437      Branch: perl
438            ! ext/threads/shared/shared.pm
439 ____________________________________________________________________________
440 [ 17511] By: jhi                                   on 2002/07/12  23:52:34
441         Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug
442              From: Elizabeth Mattijsen <liz@dijkmat.nl>
443              Date: Fri, 12 Jul 2002 23:30:16 +0200
444              Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl>
445      Branch: perl
446            ! ext/threads/threads.pm
447 ____________________________________________________________________________
448 [ 17510] By: jhi                                   on 2002/07/12  23:46:45
449         Log: Update the 5.005threads failure status.
450      Branch: perl
451            ! pod/perldelta.pod
452 ____________________________________________________________________________
453 [ 17509] By: jhi                                   on 2002/07/12  23:44:17
454         Log: threads::shared::queue and semaphore become Thread::Semaphore
455              and Queue.  The 5005threads case where the old Semaphore and
456              Queue.pm (they are disguised as .pmx) should get magically
457              installed instead has not been tested.
458      Branch: perl
459            + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
460            + lib/Thread/Queue.t lib/Thread/Semaphore.t
461            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
462            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
463            ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL
464            ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm
465            ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod
466            ! pod/perlthrtut.pod pod/perltoc.pod
467 ____________________________________________________________________________
468 [ 17508] By: jhi                                   on 2002/07/12  20:06:23
469         Log: Subject: Re: Clock skew failures in Memoize test suite
470              From: Mark-Jason Dominus <mjd@plover.com>
471              Date: Fri, 12 Jul 2002 14:17:56 -0400
472              Message-ID: <20020712181756.9595.qmail@plover.com>
473              To: sthoenna@efn.org (Yitzchak Scott-Thoennes)
474              
475              (an accidental dual submit...)
476              
477              Subject: lib/Config.t : why 900 entries?
478              From: "Craig A. Berry" <craigberry@mac.com>
479              Date: Fri, 12 Jul 2002 16:02:59 -0500
480              Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]>
481              
482              (dropping the limit from 750 down to 500)
483      Branch: perl
484            ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm
485            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
486            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
487            ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t
488            ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t
489            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
490            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
491            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
492            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
493            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
494 ____________________________________________________________________________
495 [ 17507] By: jhi                                   on 2002/07/12  18:51:16
496         Log: AUTHORS updates.
497      Branch: perl
498            ! AUTHORS
499 ____________________________________________________________________________
500 [ 17506] By: jhi                                   on 2002/07/12  17:45:34
501         Log: Many of the feared z/OS failures turned out to be false alarms.
502      Branch: perl
503            ! pod/perldelta.pod
504 ____________________________________________________________________________
505 [ 17505] By: jhi                                   on 2002/07/12  15:42:07
506         Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
507              From: Tim Bunce <Tim.Bunce@pobox.com>
508              Date: Fri, 12 Jul 2002 17:25:09 +0100
509              Message-ID: <20020712172509.B568@dansat.data-plan.com>
510      Branch: perl
511            ! sv.c
512 ____________________________________________________________________________
513 [ 17504] By: jhi                                   on 2002/07/12  13:53:15
514         Log: Easy z/OS fix by skipping raw UTF-8.
515      Branch: perl
516            ! pod/perldelta.pod t/op/subst.t
517 ____________________________________________________________________________
518 [ 17503] By: jhi                                   on 2002/07/12  13:41:34
519         Log: Update the z/OS situation.
520      Branch: perl
521            ! pod/perldelta.pod
522 ____________________________________________________________________________
523 [ 17502] By: jhi                                   on 2002/07/12  13:08:53
524         Log: Update Changes.
525      Branch: perl
526            ! Changes patchlevel.h
527 ____________________________________________________________________________
528 [ 17501] By: jhi                                   on 2002/07/12  12:56:57
529         Log: Regen modlib, toc.
530      Branch: perl
531            ! pod/perlmodlib.pod pod/perltoc.pod
532 ____________________________________________________________________________
533 [ 17500] By: jhi                                   on 2002/07/12  12:47:11
534         Log: Document that one cannot "proxy" enable threading.
535      Branch: perl
536            ! ext/threads/threads.pm
537 ____________________________________________________________________________
538 [ 17499] By: jhi                                   on 2002/07/12  12:43:15
539         Log: Subject: Re: Thread object by tid?
540              From: Elizabeth Mattijsen <liz@dijkmat.nl>
541              Date: Fri, 12 Jul 2002 00:27:53 +0200
542              Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
543      Branch: perl
544            ! ext/threads/threads.pm
545 ____________________________________________________________________________
546 [ 17498] By: jhi                                   on 2002/07/12  12:39:00
547         Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
548              From: Tels <tels@bloodgate.com>
549              Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
550              Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
551      Branch: perl
552            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
553            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
554            ! lib/Math/BigInt/t/sub_mbi.t
555 ____________________________________________________________________________
556 [ 17497] By: jhi                                   on 2002/07/12  02:53:12
557         Log: AUTHORS updates.
558      Branch: perl
559            ! AUTHORS
560 ____________________________________________________________________________
561 [ 17496] By: jhi                                   on 2002/07/12  00:03:03
562         Log: BeOS failure merge, noticed by Daniel Berger.
563      Branch: perl
564            ! README.beos pod/perldelta.pod
565 ____________________________________________________________________________
566 [ 17495] By: jhi                                   on 2002/07/11  21:40:05
567         Log: Can't get #17492 to work with -Uuseperlio otherwise (either
568              coredumps or warnings about failing to close _GEN_0 ensue)
569      Branch: perl
570            ! ext/XS/Typemap/Typemap.t
571 ____________________________________________________________________________
572 [ 17494] By: jhi                                   on 2002/07/11  21:00:31
573         Log: Subject: Re: $Storable::drop_utf8 is undeclared
574              From: Nicholas Clark <nick@unfortu.net>
575              Date: Thu, 11 Jul 2002 22:40:05 +0100
576              Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
577      Branch: perl
578            ! ext/Storable/Storable.xs
579 ____________________________________________________________________________
580 [ 17493] By: jhi                                   on 2002/07/11  19:47:28
581         Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
582      Branch: perl
583            ! pod/perldelta.pod
584 ____________________________________________________________________________
585 [ 17492] By: jhi                                   on 2002/07/11  19:42:35
586         Log: Subject: [PATCH] finall fix core dump in XS::Typemap
587              From: Tim Jenness <t.jenness@jach.hawaii.edu>
588              Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
589              Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
590      Branch: perl
591            ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
592 ____________________________________________________________________________
593 [ 17491] By: jhi                                   on 2002/07/11  19:16:31
594         Log: Microdoctweak.
595      Branch: perl
596            ! pod/perlapio.pod
597 ____________________________________________________________________________
598 [ 17490] By: jhi                                   on 2002/07/11  19:14:28
599         Log: metaconfig unit change for #17489.
600      Branch: metaconfig/U/perl
601            ! Extensions.U
602 ____________________________________________________________________________
603 [ 17489] By: jhi                                   on 2002/07/11  19:14:09
604         Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
605              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
606              Date: Thu, 11 Jul 2002 21:35:41 +0200
607              Message-ID: <311512104521.20020711213541@familiehaase.de>
608              
609              (plus add a warning about NDBM_File on FAT to README.cygwin)
610      Branch: perl
611            ! Configure README.cygwin
612 ____________________________________________________________________________
613 [ 17488] By: jhi                                   on 2002/07/11  16:48:09
614         Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
615              From: "Craig A. Berry" <craigberry@mac.com>
616              Date: Thu, 11 Jul 2002 12:44:41 -0500
617              Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
618      Branch: perl
619            ! lib/ExtUtils/MM_Unix.pm
620 ____________________________________________________________________________
621 [ 17487] By: jhi                                   on 2002/07/11  15:45:33
622         Log: Subject: [PATCH] Re: BigInt and "\n"
623              From: Tels <perl_dummy@bloodgate.com>
624              Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
625      Branch: perl
626            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
627 ____________________________________________________________________________
628 [ 17486] By: jhi                                   on 2002/07/11  15:43:44
629         Log: Apparently OS/2 likes to export the Perl malloc interface
630              to external libraries and the #16291 broke that when removing
631              the bincompat5005 feature.
632      Branch: perl
633            ! makedef.pl
634 ____________________________________________________________________________
635 [ 17485] By: jhi                                   on 2002/07/11  15:41:32
636         Log: Document better the PerlIO_{export,release,import}FILE()
637              relationships (or the lack thereof).
638      Branch: perl
639            ! perlio.c pod/perlapio.pod
640 ____________________________________________________________________________
641 [ 17484] By: nick                                  on 2002/07/11  15:33:53
642         Log: Integrate mainline
643      Branch: perlio
644           !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
645           !> vms/ext/Stdio/Stdio.xs
646 ____________________________________________________________________________
647 [ 17483] By: jhi                                   on 2002/07/11  15:32:31
648         Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
649              From: "Craig A. Berry" <craigberry@mac.com>
650              Date: Thu, 11 Jul 2002 11:09:03 -0500
651              Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
652      Branch: perl
653            ! vms/ext/Stdio/Stdio.xs
654 ____________________________________________________________________________
655 [ 17482] By: jhi                                   on 2002/07/11  14:46:11
656         Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
657              From: Autrijus Tang <autrijus@autrijus.org>
658              Date: Thu, 11 Jul 2002 23:30:23 +0800
659              Message-ID: <20020711153023.GA20806@not.autrijus.org>
660      Branch: perl
661            ! lib/Locale/Maketext/TPJ13.pod
662 ____________________________________________________________________________
663 [ 17481] By: sky                                   on 2002/07/11  13:02:15
664         Log: Don't set the context to the running thread before
665              we run destroy on the old, cures segfault on linux.
666      Branch: perl
667            ! ext/threads/threads.xs
668 ____________________________________________________________________________
669 [ 17480] By: jhi                                   on 2002/07/11  12:24:53
670         Log: Integrate perlio:
671              
672              [ 17478]
673              Various core-dump preventions for cases Craig found on VMS.
674              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
675              
676              [ 17479]
677              (Re-)instate :pop as a "back door" to perl level layer stack
678              manipulation.
679      Branch: perl
680           !> lib/PerlIO.pm perlio.c
681 ____________________________________________________________________________
682 [ 17479] By: nick                                  on 2002/07/11  09:16:46
683         Log: (Re-)instate :pop as a "back door" to perl level layer stack
684              manipulation.
685      Branch: perlio
686            ! lib/PerlIO.pm perlio.c
687 ____________________________________________________________________________
688 [ 17478] By: nick                                  on 2002/07/11  08:43:28
689         Log: Various core-dump preventions for cases Craig found on VMS.
690              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
691      Branch: perlio
692            ! perlio.c
693 ____________________________________________________________________________
694 [ 17477] By: nick                                  on 2002/07/11  07:42:34
695         Log: Integrate mainline
696      Branch: perlio
697           !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
698           !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
699           !> ext/threads/t/list.t ext/threads/threads.pm
700           !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
701           !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
702           !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
703           !> pod/perliol.pod regexec.c t/op/magic.t
704 ____________________________________________________________________________
705 [ 17476] By: sky                                   on 2002/07/11  05:35:53
706         Log: Problem fixed with detached threads reported by Stacy Maughan 
707              and debugged by Jan Dubois. Problem occured when a thread
708              cleared itself out and then switched back to itself (which was
709              gone) and wanted a function pointer for the PerlMemShared free.
710      Branch: perl
711            ! ext/threads/threads.xs
712 ____________________________________________________________________________
713 [ 17475] By: jhi                                   on 2002/07/10  23:36:37
714         Log: Small threads docs cleanups.
715      Branch: perl
716            ! ext/threads/shared/shared.pm ext/threads/threads.pm
717            ! pod/perldiag.pod
718 ____________________________________________________________________________
719 [ 17474] By: jhi                                   on 2002/07/10  23:21:10
720         Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
721              From: Dave Mitchell <davem@fdgroup.com>
722              Date: Thu, 11 Jul 2002 01:15:18 +0100
723              Message-ID: <20020711011518.B27438@fdgroup.com>
724      Branch: perl
725            ! ext/threads/shared/shared.pm
726 ____________________________________________________________________________
727 [ 17473] By: jhi                                   on 2002/07/10  23:20:10
728         Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
729              in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
730              specific and known to work on the platforms that need it),
731              on Sarathy's advice.
732      Branch: perl
733            ! t/op/magic.t
734 ____________________________________________________________________________
735 [ 17472] By: jhi                                   on 2002/07/10  21:43:45
736         Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
737              From: Nicholas Clark <nick@unfortu.net>
738              Date: Wed, 10 Jul 2002 23:17:36 +0100
739              Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
740      Branch: perl
741            ! ext/Storable/t/integer.t
742 ____________________________________________________________________________
743 [ 17471] By: jhi                                   on 2002/07/10  20:27:07
744         Log: Subject: [PATCH] QuotedPrint.t
745              From: Elizabeth Mattijsen <liz@dijkmat.nl>
746              Date: Wed, 10 Jul 2002 21:29:54 +0200
747              Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
748      Branch: perl
749            ! lib/PerlIO/via/t/QuotedPrint.t
750 ____________________________________________________________________________
751 [ 17470] By: jhi                                   on 2002/07/10  20:24:47
752         Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
753              Subject: [DOC PATCH] some doc nits after 17463
754              Date: Wed, 10 Jul 2002 21:13:52 +0200
755              Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
756      Branch: perl
757            ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
758            ! pod/perldelta.pod pod/perliol.pod
759 ____________________________________________________________________________
760 [ 17469] By: jhi                                   on 2002/07/10  20:19:55
761         Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
762              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
763              Date: Wed, 10 Jul 2002 18:47:45 +0200
764              Message-ID: <3D2C8151.30381.12DE80@localhost>
765      Branch: perl
766            ! lib/ExtUtils/MM_Win95.pm
767 ____________________________________________________________________________
768 [ 17468] By: jhi                                   on 2002/07/10  20:13:49
769         Log: Regen Changes.
770      Branch: perl
771            ! Changes
772 ____________________________________________________________________________
773 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
774         Log: Retract #17375: contrary to intention, it was actually
775              harmful on EBCDIC (configpm broke).
776      Branch: perl
777            ! regexec.c
778 ____________________________________________________________________________
779 [ 17466] By: sky                                   on 2002/07/10  17:59:19
780         Log: Makes list skip the main thread.
781      Branch: perl
782            ! ext/threads/t/list.t ext/threads/threads.xs
783 ____________________________________________________________________________
784 [ 17465] By: jhi                                   on 2002/07/10  14:14:13
785         Log: More about the dangers of indent.
786      Branch: perl
787            ! Porting/pumpkin.pod
788 ____________________________________________________________________________
789 [ 17464] By: jhi                                   on 2002/07/10  12:42:20
790         Log: Small perldelta tweaks.
791      Branch: perl
792            ! pod/perldelta.pod
793 ____________________________________________________________________________
794 [ 17463] By: jhi                                   on 2002/07/10  11:43:09
795         Log: Update Changes.
796      Branch: perl
797            ! Changes patchlevel.h
798 ____________________________________________________________________________
799 [ 17462] By: jhi                                   on 2002/07/10  11:27:44
800         Log: EBCDIC has different codepoints.
801      Branch: perl
802            ! lib/PerlIO/via/t/QuotedPrint.t
803 ____________________________________________________________________________
804 [ 17461] By: nick                                  on 2002/07/10  06:58:47
805         Log: Integrate mainline (Via/via etc.)
806      Branch: perlio
807           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
808           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
809           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
810           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
811            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
812            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
813            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
814           !> (integrate 34 files)
815 ____________________________________________________________________________
816 [ 17460] By: jhi                                   on 2002/07/10  03:58:58
817         Log: If no PerlIO, no PerlIO::via.
818      Branch: perl
819            ! lib/PerlIO/via/t/QuotedPrint.t
820 ____________________________________________________________________________
821 [ 17459] By: jhi                                   on 2002/07/10  00:57:29
822         Log: Too much cut-and-paste from Term::Complete.t;
823              be more paranoid on readonlyness
824      Branch: perl
825            ! lib/Config.t
826 ____________________________________________________________________________
827 [ 17458] By: jhi                                   on 2002/07/09  23:29:52
828         Log: Test Config.
829      Branch: perl
830            + lib/Config.t
831            ! MANIFEST
832 ____________________________________________________________________________
833 [ 17457] By: jhi                                   on 2002/07/09  22:36:27
834         Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
835              From: Kay Röpke <kroepke@dolphin-services.de>
836              Date: Tue, 9 Jul 2002 14:12:10 +0200
837              Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
838      Branch: perl
839            ! op.c t/lib/strict/subs
840 ____________________________________________________________________________
841 [ 17456] By: jhi                                   on 2002/07/09  21:35:33
842         Log: Detypo.
843      Branch: perl
844            ! ext/threads/shared/shared.pm
845 ____________________________________________________________________________
846 [ 17455] By: jhi                                   on 2002/07/09  21:32:44
847         Log: Subject: [PATCH] fix 17425 for VMS
848              From: "Craig A. Berry" <craigberry@mac.com>
849              Date: Tue, 09 Jul 2002 17:07:12 -0500
850              Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
851      Branch: perl
852            ! t/op/magic.t
853 ____________________________________________________________________________
854 [ 17454] By: jhi                                   on 2002/07/09  21:31:44
855         Log: Change PerlIO::Scalar and Via to scalar and via.
856      Branch: perl
857            + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
858            + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
859            + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
860            + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
861            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
862            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
863            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
864            - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
865            ! MANIFEST Porting/config.sh djgpp/config.over doio.c
866            ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
867            ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
868            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
869 ____________________________________________________________________________
870 [ 17453] By: sky                                   on 2002/07/09  21:23:31
871         Log: Update documentation with &share() non prototype checking version.
872              Fix share so it once again returns a reference to whatever it just
873              shared, so now you can do my &share([]);
874              Remove check for useithreads and Config.pm from threads::shared,
875              you can now always use threads::shared in your module without
876              overhead of config.pm and without speed hit unless threads have been 
877              requested, share, cond_wait, cond_broadcast, cond_signal and lock
878              all become noops, so does : share.
879      Branch: perl
880            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
881 ____________________________________________________________________________
882 [ 17452] By: jhi                                   on 2002/07/09  18:58:45
883         Log: Tweak perldelta for the new PerlIO::Vianess.
884      Branch: perl
885            ! pod/perldelta.pod
886 ____________________________________________________________________________
887 [ 17451] By: jhi                                   on 2002/07/09  18:53:11
888         Log: Update the port status.
889      Branch: perl
890            ! pod/perlport.pod
891 ____________________________________________________________________________
892 [ 17450] By: jhi                                   on 2002/07/09  18:49:20
893         Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
894              From: Robin Barker <rmb1@cise.npl.co.uk>
895              Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
896              Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
897              
898              (the sprintf() spot in Dumper.xs fixed)
899      Branch: perl
900            ! ext/Data/Dumper/Dumper.xs perl.c util.c
901 ____________________________________________________________________________
902 [ 17449] By: jhi                                   on 2002/07/09  18:38:04
903         Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
904              From: Elizabeth Mattijsen <liz@dijkmat.nl>
905              Date: Mon, 08 Jul 2002 10:21:09 +0200
906              Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
907              
908              Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
909              From: Elizabeth Mattijsen <liz@dijkmat.nl>
910              Date: Tue, 09 Jul 2002 09:29:52 +0200
911              Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
912      Branch: perl
913            + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
914            ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
915            ! ext/PerlIO/t/via.t pod/perliol.pod
916 ____________________________________________________________________________
917 [ 17448] By: jhi                                   on 2002/07/09  17:46:00
918         Log: Integrate perlio:
919              
920              [ 17446]
921              Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
922              :stdio as lower layer fails.
923              
924              [ 17447]
925              Tidy PerlIO::Via
926              - add test for open fail
927              - add PerlIO_debug() diags to open paths
928              - comments on API gaps 
929              - Update OPEN,SYSOPEN,FDOPEN pod entries.
930      Branch: perl
931           !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
932           !> perlio.c
933 ____________________________________________________________________________
934 [ 17447] By: nick                                  on 2002/07/09  17:13:41
935         Log: Tidy PerlIO::Via
936              - add test for open fail
937              - add PerlIO_debug() diags to open paths
938              - comments on API gaps 
939              - Update OPEN,SYSOPEN,FDOPEN pod entries.
940      Branch: perlio
941            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
942 ____________________________________________________________________________
943 [ 17446] By: nick                                  on 2002/07/09  16:59:29
944         Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
945              :stdio as lower layer fails.
946      Branch: perlio
947            ! perlio.c
948 ____________________________________________________________________________
949 [ 17445] By: jhi                                   on 2002/07/09  16:32:15
950         Log: Document how to re-indent.
951      Branch: perl
952            ! Porting/pumpkin.pod
953 ____________________________________________________________________________
954 [ 17444] By: jhi                                   on 2002/07/09  15:50:45
955         Log: Retract #17428, not needed in this version of File::Spec.
956      Branch: perl
957            ! lib/File/Spec/Unix.pm
958 ____________________________________________________________________________
959 [ 17443] By: jhi                                   on 2002/07/09  15:41:57
960         Log: This is getting pretty fragmented (finish up #17441).
961      Branch: perl
962            ! pp_ctl.c t/op/eval.t
963 ____________________________________________________________________________
964 [ 17442] By: nick                                  on 2002/07/09  15:39:02
965         Log: Indentation normalize via 
966              indent -kr -nce -psl 
967              (Better indent incantations welcome - something for Porting/?)
968      Branch: perlio
969            ! ext/PerlIO/Via/Via.xs
970 ____________________________________________________________________________
971 [ 17441] By: jhi                                   on 2002/07/09  15:06:55
972         Log: Missing patch fragment, noted by Hugo.
973      Branch: perl
974            ! toke.c
975 ____________________________________________________________________________
976 [ 17440] By: jhi                                   on 2002/07/09  14:05:39
977         Log: Update Changes.
978      Branch: perl
979            ! Changes patchlevel.h
980 ____________________________________________________________________________
981 [ 17439] By: jhi                                   on 2002/07/09  13:55:16
982         Log: Empty lines.
983      Branch: perl
984            ! MANIFEST
985 ____________________________________________________________________________
986 [ 17438] By: jhi                                   on 2002/07/09  13:48:44
987         Log: Integrate perlio:
988              
989              [ 17431]
990              SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
991              
992              [ 17432]
993              Core-dump prevention for 
994              open PIPE, "-|:stdio", "cat /etc/motd";
995              (root cause not yet fixed).
996              
997              [ 17433]
998              Special case :stdio pushed method so that "-|:stdio" does 
999              not have an uninitialized layer on top.
1000              
1001              [ 17435]
1002              Call $encoding->decode($sv) without a $chk argument.
1003              This fixes modification of readonly value under use encoding().
1004              Not a final fix as it does not warn on failed decode.
1005              
1006              [ 17437]
1007              perldiag patch for implied open of STDIN/STDOUT/STDERR
1008              in wrong mode.
1009      Branch: perl
1010           +> ext/ODBM_File/hints/linux.pl
1011           !> MANIFEST perlio.c pod/perldiag.pod sv.c
1012 ____________________________________________________________________________
1013 [ 17437] By: nick                                  on 2002/07/09  13:42:06
1014         Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
1015              in wrong mode.
1016      Branch: perlio
1017            ! pod/perldiag.pod
1018 ____________________________________________________________________________
1019 [ 17436] By: jhi                                   on 2002/07/09  13:05:43
1020         Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
1021              From: Hans Ranke <Hans.Ranke@ei.tum.de>
1022              Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
1023              Message-Id: <5.8.0_12541_1026136670@regency>
1024      Branch: perl
1025            ! makedepend.SH
1026 ____________________________________________________________________________
1027 [ 17435] By: nick                                  on 2002/07/09  12:38:01
1028         Log: Call $encoding->decode($sv) without a $chk argument.
1029              This fixes modification of readonly value under use encoding().
1030              Not a final fix as it does not warn on failed decode.
1031      Branch: perlio
1032            ! sv.c
1033 ____________________________________________________________________________
1034 [ 17434] By: jhi                                   on 2002/07/09  11:50:41
1035         Log: Subject: [DOC PATCH] perlre, minor error
1036              From: "Steffen Mueller" <xyey9001@sneakemail.com>
1037              Date: Tue, 9 Jul 2002 02:23:33 +0200
1038              Message-ID: <20020709002024.28399.qmail@onion.perl.org>
1039      Branch: perl
1040            ! pod/perlre.pod
1041 ____________________________________________________________________________
1042 [ 17433] By: nick                                  on 2002/07/09  11:42:32
1043         Log: Special case :stdio pushed method so that "-|:stdio" does 
1044              not have an uninitialized layer on top.
1045      Branch: perlio
1046            ! perlio.c
1047 ____________________________________________________________________________
1048 [ 17432] By: nick                                  on 2002/07/09  09:38:45
1049         Log: Core-dump prevention for 
1050              open PIPE, "-|:stdio", "cat /etc/motd";
1051              (root cause not yet fixed).
1052      Branch: perlio
1053            ! perlio.c
1054 ____________________________________________________________________________
1055 [ 17431] By: nick                                  on 2002/07/09  08:01:54
1056         Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
1057      Branch: perlio
1058            + ext/ODBM_File/hints/linux.pl
1059            ! MANIFEST
1060 ____________________________________________________________________________
1061 [ 17430] By: nick                                  on 2002/07/09  07:59:06
1062         Log: Integrate mainline
1063      Branch: perlio
1064           +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
1065            - ext/MIME/Base64/t/qp.t
1066           !> (integrate 48 files)
1067 ____________________________________________________________________________
1068 [ 17429] By: jhi                                   on 2002/07/09  00:17:49
1069         Log: MIME::QuotedPrint is for bytes only; from Gisle.
1070      Branch: perl
1071            ! ext/MIME/Base64/QuotedPrint.pm
1072            ! ext/MIME/Base64/t/quoted-print.t
1073 ____________________________________________________________________________
1074 [ 17428] By: jhi                                   on 2002/07/08  23:26:49
1075         Log: (retracted by #17444)
1076              Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
1077              From: Diab Jerius <dj@head-cfa.harvard.edu>
1078              Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
1079              Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
1080      Branch: perl
1081            ! lib/File/Spec/Unix.pm
1082 ____________________________________________________________________________
1083 [ 17427] By: jhi                                   on 2002/07/08  23:17:21
1084         Log: Subject: patch against   t/op/magic.t
1085              From: Jim Cromie <jcromie@divsol.com>
1086              Date: Mon, 08 Jul 2002 19:23:38 -0400
1087              Message-ID: <3D2A1EFA.8050603@divsol.com>
1088      Branch: perl
1089            ! t/op/magic.t
1090 ____________________________________________________________________________
1091 [ 17426] By: jhi                                   on 2002/07/08  21:38:24
1092         Log: Subject: [DOC PATCH] Thread::Signal.pm
1093              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1094              Date: Mon, 08 Jul 2002 23:40:32 +0200
1095              Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
1096      Branch: perl
1097            ! ext/Thread/Thread/Signal.pm
1098 ____________________________________________________________________________
1099 [ 17425] By: jhi                                   on 2002/07/08  20:10:15
1100         Log: Integrate maint patches #17421, #17424:
1101              
1102              on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
1103              hack, $^X was improperly set to the script name when the script
1104              was run via the PATH; argv[0] in that case shows up as the bare
1105              name of the script rather than its fully qualified path, which
1106              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
1107              to recognize it as the running script name; fix tries to match
1108              bare script name in that case (from Gisle Aas)
1109              
1110              tweak change#17421 ($0 is full path to script even when script
1111              is invoked via PATH almost everywhere except Windows)
1112      Branch: perl
1113           !> t/op/magic.t toke.c
1114 ____________________________________________________________________________
1115 [ 17424] By: gsar                                  on 2002/07/08  19:54:10
1116         Log: tweak change#17421 ($0 is full path to script even when script
1117              is invoked via PATH almost everywhere except Windows)
1118      Branch: maint-5.6/perl
1119            ! t/op/magic.t
1120 ____________________________________________________________________________
1121 [ 17423] By: jhi                                   on 2002/07/08  19:10:29
1122         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1123              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1124              Date: Mon, 08 Jul 2002 17:00:33 +0100
1125              Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
1126      Branch: perl
1127            ! lib/File/Basename.pm op.c t/op/wantarray.t
1128 ____________________________________________________________________________
1129 [ 17422] By: jhi                                   on 2002/07/08  19:08:58
1130         Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
1131              From: "Craig A. Berry" <craigberry@mac.com>
1132              Date: Mon, 08 Jul 2002 13:17:35 -0500
1133              Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
1134      Branch: perl
1135            ! regcomp.c
1136 ____________________________________________________________________________
1137 [ 17421] By: gsar                                  on 2002/07/08  17:07:01
1138         Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
1139              hack, $^X was improperly set to the script name when the script
1140              was run via the PATH; argv[0] in that case shows up as the bare
1141              name of the script rather than its fully qualified path, which
1142              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
1143              to recognize it as the running script name; fix tries to match
1144              bare script name in that case (from Gisle Aas)
1145      Branch: maint-5.6/perl
1146            ! t/op/magic.t toke.c
1147 ____________________________________________________________________________
1148 [ 17420] By: jhi                                   on 2002/07/08  12:54:52
1149         Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
1150              From: Dave Mitchell <davem@fdgroup.com>
1151              Date: Mon, 8 Jul 2002 00:45:42 +0100
1152              Message-ID: <20020708004542.B14412@fdgroup.com>
1153      Branch: perl
1154            ! README.solaris
1155 ____________________________________________________________________________
1156 [ 17419] By: jhi                                   on 2002/07/08  12:19:24
1157         Log: Add a note about perlmonks as suggested by Ilya Martynov;
1158              add an admonition about "can you write my shopping cart
1159              script for me!!!"
1160      Branch: perl
1161            ! pod/perlfaq2.pod
1162 ____________________________________________________________________________
1163 [ 17418] By: jhi                                   on 2002/07/08  12:11:31
1164         Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
1165              From: Iain Truskett <spoon@cpan.org>
1166              Date: Mon, 8 Jul 2002 16:50:55 +1000
1167              Message-ID: <20020708065055.GC14168@eh.org>
1168      Branch: perl
1169            ! pod/perlfaq2.pod pod/perlmodstyle.pod
1170 ____________________________________________________________________________
1171 [ 17417] By: jhi                                   on 2002/07/08  12:08:27
1172         Log: Subject: [DOC PATCH] perlthrtut.pod
1173              From: Iain Truskett <spoon@cpan.org>
1174              Date: Mon, 8 Jul 2002 13:53:59 +1000       
1175              Message-ID: <20020708035359.GB14168@eh.org>  
1176      Branch: perl
1177            ! pod/perlthrtut.pod
1178 ____________________________________________________________________________
1179 [ 17416] By: jhi                                   on 2002/07/08  12:07:11
1180         Log: Subject: [PATCH] t/op/glob.t
1181              From: Iain Truskett <spoon@cpan.org>
1182              Date: Mon, 8 Jul 2002 11:59:21 +1000
1183              Message-ID: <20020708015921.GA14168@eh.org>
1184      Branch: perl
1185            ! t/op/glob.t
1186 ____________________________________________________________________________
1187 [ 17415] By: jhi                                   on 2002/07/08  11:58:54
1188         Log: More AUTHORS updates.
1189      Branch: perl
1190            ! AUTHORS
1191 ____________________________________________________________________________
1192 [ 17414] By: jhi                                   on 2002/07/07  22:17:28
1193         Log: AUTHORS updates.
1194      Branch: perl
1195            ! AUTHORS
1196 ____________________________________________________________________________
1197 [ 17413] By: jhi                                   on 2002/07/07  21:42:20
1198         Log: README tweaks.
1199      Branch: perl
1200            ! README.tru64
1201 ____________________________________________________________________________
1202 [ 17412] By: jhi                                   on 2002/07/07  20:54:53
1203         Log: Update Changes.
1204      Branch: perl
1205            ! Changes patchlevel.h
1206 ____________________________________________________________________________
1207 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
1208         Log: Regen toc, modlib.
1209      Branch: perl
1210            ! pod/perlmodlib.pod pod/perltoc.pod
1211 ____________________________________________________________________________
1212 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
1213         Log: Replace the word "discipline" by "layer" almost everywhere,
1214              by Elizabeth Mattijsen.
1215      Branch: perl
1216            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
1217            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
1218            ! pod/perluniintro.pod pod/perlvar.pod
1219 ____________________________________________________________________________
1220 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
1221         Log: Use the same name for the QP test as MIME::Base64 does.
1222      Branch: perl
1223            + ext/MIME/Base64/t/quoted-print.t
1224            - ext/MIME/Base64/t/qp.t
1225            ! MANIFEST
1226 ____________________________________________________________________________
1227 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
1228         Log: Don't install test pods.
1229      Branch: perl
1230            ! installman
1231 ____________________________________________________________________________
1232 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
1233         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
1234              introduce the test case of [ID 20020623.009].  Once upon a
1235              time #13474 introduced evil coredumps, but now things seem
1236              to be better (tried both with and without ithreads).
1237      Branch: perl
1238            ! op.c t/run/fresh_perl.t
1239 ____________________________________________________________________________
1240 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
1241         Log: Upgrade to Math::BigInt 1.60.
1242      Branch: perl
1243            + lib/Math/BigInt/t/bare_mif.t
1244            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1245            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1246            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
1247            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
1248            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
1249            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
1250            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1251            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
1252 ____________________________________________________________________________
1253 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
1254         Log: Subject: Re: FreeBSD 4.6 imminent
1255              From: Nicholas Clark <nick@unfortu.net>
1256              Date: Sat, 6 Jul 2002 16:07:38 +0100
1257              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
1258      Branch: perl
1259            ! README.freebsd
1260 ____________________________________________________________________________
1261 [ 17404] By: nick                                  on 2002/07/06  07:04:02
1262         Log: Integrate mainline
1263      Branch: perlio
1264           !> t/README
1265 ____________________________________________________________________________
1266 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
1267         Log: Precisions and updates about running and writing tests.
1268      Branch: perl
1269            ! t/README
1270 ____________________________________________________________________________
1271 [ 17402] By: nick                                  on 2002/07/05  07:05:40
1272         Log: Integrate mainline
1273      Branch: perlio
1274           !> (integrate 32 files)
1275 ____________________________________________________________________________
1276 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
1277         Log: Goes with change #17400.
1278      Branch: perl
1279            ! t/pod/podselect.xr
1280 ____________________________________________________________________________
1281 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
1282         Log: Subject: [DOC PATCH] minor typo in podselect.PL
1283              From: Dave Mitchell <davem@fdgroup.com>
1284              Date: Thu, 4 Jul 2002 15:30:53 +0100
1285              Message-ID: <20020704153052.C1322@fdgroup.com>
1286      Branch: perl
1287            ! pod/podselect.PL
1288 ____________________________________________________________________________
1289 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
1290         Log: Typos and missing warning categories.
1291      Branch: perl
1292            ! pod/perldiag.pod
1293 ____________________________________________________________________________
1294 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
1295         Log: Subject: Re: autom4te and perl 5.8.0
1296              From: Andy Dougherty <doughera@lafayette.edu>
1297              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
1298              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
1299              
1300              (with an additional paranoid nit : skip test unless -c $devnull)
1301      Branch: perl
1302            ! doio.c ext/Fcntl/t/fcntl.t
1303 ____________________________________________________________________________
1304 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
1305         Log: Subject: [PATCH] Win32 build broken
1306              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1307              Date: Wed, 3 Jul 2002 23:44:49 +0200
1308              Message-ID: <3D238C71.6138.2E20AFC@localhost>
1309              
1310              (needed by change #17391)
1311      Branch: perl
1312            ! embed.fnc global.sym
1313 ____________________________________________________________________________
1314 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
1315         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
1316              From: "Craig A. Berry" <craigberry@mac.com>
1317              Date: Mon, 1 Jul 2002 22:55:30 -0500
1318              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
1319      Branch: perl
1320            ! vms/vms.c
1321 ____________________________________________________________________________
1322 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
1323         Log: Subject: Re: Change 17385: AUTHORS updates.
1324              From: Philip Newton <Philip.Newton@gmx.net>
1325              Date: Mon, 01 Jul 2002 20:30:59 +0200
1326              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
1327      Branch: perl
1328            ! AUTHORS
1329 ____________________________________________________________________________
1330 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
1331         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
1332              From: "Craig A. Berry" <craigberry@mac.com>
1333              Date: Mon, 01 Jul 2002 13:52:36 -0500
1334              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
1335      Branch: perl
1336            ! configure.com vms/test.com
1337 ____________________________________________________________________________
1338 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
1339         Log: Allow PerlIO::Via to look for modules in the default
1340              namespace PerlIO::Via::.
1341      Branch: perl
1342            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
1343 ____________________________________________________________________________
1344 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
1345         Log: Small speedup by inlining the easy bits of is_utf8_char()
1346              into is_utf8_string().
1347      Branch: perl
1348            ! utf8.c
1349 ____________________________________________________________________________
1350 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
1351         Log: Subject: -Dr and unicode
1352              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1353              Date: Mon, 01 Jul 2002 13:28:05 +0100
1354              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
1355      Branch: perl
1356            ! regcomp.c
1357 ____________________________________________________________________________
1358 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
1359         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
1360              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1361              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
1362              Date: Mon, 01 Jul 2002 13:28:04 +0100
1363      Branch: perl
1364            ! regexec.c t/op/pat.t
1365 ____________________________________________________________________________
1366 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
1367         Log: Goes with lib/open.pm diagnostics changes
1368      Branch: perl
1369            ! lib/open.t
1370 ____________________________________________________________________________
1371 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
1372         Log: Subject: [DOC PATCH] perliol.pod nit
1373              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1374              Date: Sun, 30 Jun 2002 23:52:05 +0200
1375              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
1376              
1377              Subject: [DOC PATCH] open.pm, no more discipline
1378              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1379              Date: Sun, 30 Jun 2002 23:02:50 +0200
1380              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
1381      Branch: perl
1382            ! lib/open.pm pod/perliol.pod
1383 ____________________________________________________________________________
1384 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
1385         Log: Subject: Threads doc patch
1386              From: Iain Truskett <spoon@cpan.org>
1387              Date: Mon, 1 Jul 2002 14:58:14 +1000
1388              Message-ID: <20020701045814.GB1805@eh.org>
1389      Branch: perl
1390            ! pod/perlthrtut.pod
1391 ____________________________________________________________________________
1392 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
1393         Log: Regen toc (skip the XS:: since they do not get installed)
1394      Branch: perl
1395            ! pod/buildtoc.PL pod/perltoc.pod
1396 ____________________________________________________________________________
1397 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
1398         Log: AUTHORS updates.
1399      Branch: perl
1400            ! AUTHORS
1401 ____________________________________________________________________________
1402 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
1403         Log: Update Changes.
1404      Branch: perl
1405            ! Changes patchlevel.h
1406 ____________________________________________________________________________
1407 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
1408         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
1409              when creation of new threads needs to duplicate the re struct)
1410      Branch: perl
1411            ! sv.c
1412 ____________________________________________________________________________
1413 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
1414         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
1415              From: Nicholas Clark <nick@unfortu.net>
1416              Date: Sat, 29 Jun 2002 18:24:08 +0100
1417              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
1418      Branch: perl
1419            ! t/op/pack.t
1420 ____________________________________________________________________________
1421 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
1422         Log: Various precisions.
1423      Branch: perl
1424            ! pod/perlhack.pod
1425 ____________________________________________________________________________
1426 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
1427         Log: (Retracted by #17383)
1428              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
1429              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1430              Date: Fri, 28 Jun 2002 14:29:43 +0100
1431              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
1432      Branch: perl
1433            ! sv.c
1434 ____________________________________________________________________________
1435 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
1436         Log: Subject: [PATCH rc2] README.os2
1437              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1438              Date: Fri, 28 Jun 2002 13:32:39 -0400
1439              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
1440      Branch: perl
1441            ! README.os2 os2/Changes
1442 ____________________________________________________________________________
1443 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
1444         Log: Forgotten file.
1445      Branch: perl
1446            ! MANIFEST
1447 ____________________________________________________________________________
1448 [ 17377] By: nick                                  on 2002/06/28  17:59:37
1449         Log: Integrate mainline
1450      Branch: perlio
1451           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
1452           !> (integrate 27 files)
1453 ____________________________________________________________________________
1454 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
1455         Log: NetWare update from Ananth Kesari.
1456      Branch: perl
1457            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
1458            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
1459 ____________________________________________________________________________
1460 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
1461         Log: (retracted by #17467)
1462              EBCDIC-safer.
1463      Branch: perl
1464            ! regexec.c
1465 ____________________________________________________________________________
1466 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
1467         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1468              From: Steve Hay <Steve.Hay@uk.radan.com>
1469              Date: Fri, 28 Jun 2002 12:23:37 +0100
1470              Message-ID: <3D1C4739.4090002@uk.radan.com>
1471      Branch: perl
1472            ! lib/Tie/Handle.pm
1473 ____________________________________________________________________________
1474 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
1475         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1476              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1477              Date: Mon, 24 Jun 2002 23:17:57 -0700
1478              Message-ID: <VsAG9gzkgWla092yn@efn.org>
1479      Branch: perl
1480            ! pod/perlfunc.pod
1481 ____________________________________________________________________________
1482 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
1483         Log: Inlining to avoid costly UTF-8 calls.
1484      Branch: perl
1485            ! regexec.c sv.c
1486 ____________________________________________________________________________
1487 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
1488         Log: Shave off some more of the Unicode regex slowness.
1489      Branch: perl
1490            ! regexec.c
1491 ____________________________________________________________________________
1492 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
1493         Log: Cure some of the slowness of
1494              [ID 20020627.001] regex and utf-8 performance problem.
1495      Branch: perl
1496            ! regexec.c
1497 ____________________________________________________________________________
1498 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
1499         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1500              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1501              Date: Thu, 27 Jun 2002 11:58:57 +0100
1502              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
1503      Branch: perl
1504            ! op.c
1505 ____________________________________________________________________________
1506 [ 17368] By: ams                                   on 2002/06/27  02:39:13
1507         Log: Subject: [DOC PATCH] DynaLoader.pm
1508              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1509              Date: Wed, 26 Jun 2002 20:27:25 +0200
1510              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
1511              
1512              Subject: [DOC PATCH] Base64.pm
1513              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1514              Date: Thu, 27 Jun 2002 00:54:10 +0200
1515              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
1516      Branch: perl
1517            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
1518 ____________________________________________________________________________
1519 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
1520         Log: chomp clarifications by Elizabeth Mattijsen.
1521      Branch: perl
1522            ! pod/perlfunc.pod
1523 ____________________________________________________________________________
1524 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
1525         Log: Further tweaking on the Unicode s///.
1526      Branch: perl
1527            ! pp_hot.c t/op/subst.t
1528 ____________________________________________________________________________
1529 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
1530         Log: Subject: Re: Another Unicode s/// buglet?
1531              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1532              Date: Wed, 26 Jun 2002 18:43:18 +0100
1533              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
1534      Branch: perl
1535            ! regexec.c
1536 ____________________________________________________________________________
1537 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
1538         Log: Subject: Re: Another Unicode s/// buglet?
1539              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1540              Date: Wed, 26 Jun 2002 17:43:07 +0100
1541              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
1542              
1543              (only the test cases)
1544      Branch: perl
1545            ! t/op/subst.t
1546 ____________________________________________________________________________
1547 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
1548         Log: Integrate from macperl:
1549              
1550              [ 17345]
1551              Mac OS Test updates
1552              
1553              [ 17347]
1554              Support hints and OPTIMIZE in MM_MacOS
1555              
1556              [ 17348]
1557              Crank down optimization for Mac OS in Digest::MD5
1558      Branch: perl
1559           +> ext/Digest/MD5/hints/MacOS.pl
1560           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
1561           !> lib/Test/Harness/t/strap-analyze.t
1562           !> lib/Test/Harness/t/test-harness.t
1563 ____________________________________________________________________________
1564 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
1565         Log: Let's not leak.
1566      Branch: perl
1567            ! pp_hot.c
1568 ____________________________________________________________________________
1569 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
1570         Log: Subject: [PATCH rc2] os2/Changes
1571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1572              Date: Wed, 26 Jun 2002 11:54:06 -0400
1573              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
1574      Branch: perl
1575            ! os2/Changes os2/os2.c
1576 ____________________________________________________________________________
1577 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
1578         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1579              From: PPrymmer@factset.com
1580              Date: Wed, 26 Jun 2002 10:48:23 -0400
1581              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
1582      Branch: perl
1583            ! pod/perlport.pod
1584 ____________________________________________________________________________
1585 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
1586         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1587              From: "Craig A. Berry" <craigberry@mac.com>
1588              Date: Tue, 25 Jun 2002 21:46:59 -0500
1589              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
1590      Branch: perl
1591            ! configure.com pod/perlport.pod vms/perlvms.pod
1592 ____________________________________________________________________________
1593 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
1594         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
1595      Branch: perl
1596            ! pp_hot.c t/op/subst.t
1597 ____________________________________________________________________________
1598 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
1599         Log: Further script tweakage.
1600      Branch: perl
1601            ! Porting/testall.atom
1602 ____________________________________________________________________________
1603 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
1604         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
1605              From: "John P. Linderman" <jpl@research.att.com>
1606              Date: Tue, 25 Jun 2002 06:51:09 -0400
1607              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
1608              
1609              (reformatted)
1610      Branch: perl
1611            ! pod/perlfunc.pod
1612 ____________________________________________________________________________
1613 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
1614         Log: Upgrade to podlators 1.22.
1615      Branch: perl
1616            + lib/Pod/t/text.t
1617            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
1618 ____________________________________________________________________________
1619 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
1620         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
1621      Branch: perl
1622            ! pp_hot.c t/op/subst.t
1623 ____________________________________________________________________________
1624 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
1625         Log: Dust off the script to the new test naming.
1626      Branch: perl
1627            ! Porting/testall.atom
1628 ____________________________________________________________________________
1629 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
1630         Log: Update Changes
1631      Branch: macperl
1632            + macos/Changes5.6
1633            ! macos/Changes
1634 ____________________________________________________________________________
1635 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
1636         Log: Don't need this anymore
1637      Branch: macperl
1638            - macos/bundled_ext/Digest/MD5/Makefile.mk
1639 ____________________________________________________________________________
1640 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
1641         Log: Fix macos Makefiles for optimization changes
1642      Branch: macperl
1643            ! macos/BuildRules.mk macos/Makefile.mk
1644 ____________________________________________________________________________
1645 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
1646         Log: Crank down optimization for Mac OS in Digest::MD5
1647      Branch: macperl
1648            + ext/Digest/MD5/hints/MacOS.pl
1649 ____________________________________________________________________________
1650 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
1651         Log: Support hints and OPTIMIZE in MM_MacOS
1652      Branch: macperl
1653            ! lib/ExtUtils/MM_MacOS.pm
1654 ____________________________________________________________________________
1655 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
1656         Log: Misc. config/test updates in macos
1657      Branch: macperl
1658            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1659            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
1660 ____________________________________________________________________________
1661 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
1662         Log: Mac OS Test updates
1663      Branch: macperl
1664            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
1665            ! lib/Test/Harness/t/test-harness.t
1666 ____________________________________________________________________________
1667 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
1668         Log: Integrate perl
1669      Branch: macperl
1670           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
1671           +> lib/Test/Simple/t/threads.t
1672            - lib/File/Spec/NW5.pm
1673           !> (integrate 124 files)
1674 ____________________________________________________________________________
1675 [ 17343] By: nick                                  on 2002/06/21  14:09:27
1676         Log: Integrate mainline
1677      Branch: perlio
1678           !> Changes patchlevel.h pod/perlhist.pod
1679 ____________________________________________________________________________
1680 [ 17342] By: nick                                  on 2002/06/21  13:30:07
1681         Log: Integrate mainline
1682      Branch: perlio
1683           !> (integrate 34 files)
1684 ____________________________________________________________________________
1685 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
1686         Log: This is 5.8.0 RC2.
1687      Branch: perl
1688            ! patchlevel.h pod/perlhist.pod
1689 ____________________________________________________________________________
1690 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
1691         Log: Update Changes.
1692      Branch: perl
1693            ! Changes patchlevel.h
1694 ____________________________________________________________________________
1695 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
1696         Log: Regen stuff.
1697      Branch: perl
1698            ! Configure NetWare/config_H.wc Porting/config.sh
1699            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
1700            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1701            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
1702            ! wince/config_H.ce
1703 ____________________________________________________________________________
1704 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
1705         Log: Typos-be-gone.
1706      Branch: perl
1707            ! pod/perldelta.pod
1708 ____________________________________________________________________________
1709 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
1710         Log: Slight rewording from Stas, paragraph rewrappings.
1711      Branch: perl
1712            ! pod/perliol.pod
1713 ____________________________________________________________________________
1714 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
1715         Log: Integrate perlio:
1716              
1717              [ 17330]
1718              PerlIO Layer implementation future proofing.
1719              - Inspired by Nick C's suggestion add size of function table to the table
1720              as a validation check.
1721              - also optimize pseudo-layer code to avoid malloc/link of something
1722              destined to be immediately popped & freed.
1723              - Minor addition to pod/perliol.pod
1724              
1725              [ 17335]
1726              Fix bug in optimized pseudo-layers.
1727      Branch: perl
1728            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1729            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1730            ! pod/perliol.pod win32/win32io.c
1731 ____________________________________________________________________________
1732 [ 17335] By: nick                                  on 2002/06/21  08:46:57
1733         Log: Fix bug in optimized pseudo-layers.
1734      Branch: perlio
1735            ! perlio.c
1736 ____________________________________________________________________________
1737 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
1738         Log: VMS: configure.com updates from Craig Berry.
1739      Branch: perl
1740            ! configure.com
1741 ____________________________________________________________________________
1742 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
1743         Log: tyops
1744      Branch: perl
1745            ! pod/perlrun.pod
1746 ____________________________________________________________________________
1747 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
1748         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
1749      Branch: perl
1750            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1751            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1752            ! pod/perliol.pod win32/win32io.c
1753 ____________________________________________________________________________
1754 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
1755         Log: Integrate perlio:
1756              
1757              [ 17330]
1758              PerlIO Layer implementation future proofing.
1759              - Inspired by Nick C's suggestion add size of function table to the table
1760              as a validation check.
1761              - also optimize pseudo-layer code to avoid malloc/link of something
1762              destined to be immediately popped & freed.
1763              - Minor addition to pod/perliol.pod
1764      Branch: perl
1765           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1766           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1767           !> pod/perliol.pod win32/win32io.c
1768 ____________________________________________________________________________
1769 [ 17330] By: nick                                  on 2002/06/20  20:04:01
1770         Log: PerlIO Layer implementation future proofing.
1771              - Inspired by Nick C's suggestion add size of function table to the table
1772              as a validation check.
1773              - also optimize pseudo-layer code to avoid malloc/link of something
1774              destined to be immediately popped & freed.
1775              - Minor addition to pod/perliol.pod
1776      Branch: perlio
1777            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1778            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1779            ! pod/perliol.pod win32/win32io.c
1780 ____________________________________________________________________________
1781 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
1782         Log: AmigaOS: fork() is available but unimplemented.
1783      Branch: perl
1784            ! hints/amigaos.sh
1785 ____________________________________________________________________________
1786 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
1787         Log: Integrate perlio:
1788              
1789              [ 17327]
1790              Fix segv on IO::File->open("/dev/null").
1791      Branch: perl
1792           !> doio.c perlio.c
1793 ____________________________________________________________________________
1794 [ 17327] By: nick                                  on 2002/06/20  16:54:01
1795         Log: Fix segv on IO::File->open("/dev/null").
1796      Branch: perlio
1797            ! doio.c perlio.c
1798 ____________________________________________________________________________
1799 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
1800         Log: Missing from #17321.
1801      Branch: perl
1802            ! lib/Getopt/Long/CHANGES
1803 ____________________________________________________________________________
1804 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
1805         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
1806              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1807              Date: Thu, 20 Jun 2002 17:14:12 +0100
1808              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
1809      Branch: perl
1810            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1811            ! warnings.pl
1812 ____________________________________________________________________________
1813 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
1814         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
1815              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
1816              Date: Thu, 20 Jun 2002 14:51:16 +0100
1817              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
1818      Branch: perl
1819            ! numeric.c
1820 ____________________________________________________________________________
1821 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
1822         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
1823              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1824              Date: Thu, 20 Jun 2002 14:28:35 +0200
1825              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
1826      Branch: perl
1827            ! ext/POSIX/POSIX.pod
1828 ____________________________________________________________________________
1829 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
1830         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
1831              From: Stas Bekman <stas@stason.org>
1832              Date: Thu, 20 Jun 2002 16:50:01 +0800
1833              Message-ID: <3D119739.4020901@stason.org>
1834              
1835              (mod_perl defines might define VOIDUSED)
1836      Branch: perl
1837            ! perl.h
1838 ____________________________________________________________________________
1839 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
1840         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
1841      Branch: perl
1842            ! lib/Getopt/Long.pm
1843 ____________________________________________________________________________
1844 [ 17320] By: nick                                  on 2002/06/20  06:24:29
1845         Log: Integrate mainline
1846      Branch: perlio
1847           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1848           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
1849           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
1850           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
1851           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
1852           !> lib/Test/Builder.pm lib/Test/Harness.pm
1853           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
1854           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1855           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1856           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
1857 ____________________________________________________________________________
1858 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
1859         Log: mention Win32::GetOSName() nearabouts $^O
1860      Branch: perl
1861            ! pod/perlvar.pod
1862 ____________________________________________________________________________
1863 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
1864         Log: More IRIX compiler lore.
1865      Branch: perl
1866            ! README.irix
1867 ____________________________________________________________________________
1868 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
1869         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
1870      Branch: perl
1871            ! makedef.pl
1872 ____________________________________________________________________________
1873 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
1874         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
1875      Branch: perl
1876            ! lib/Getopt/Long.pm
1877 ____________________________________________________________________________
1878 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
1879         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
1880              From: Michael G Schwern <schwern@pobox.com>
1881              Date: Wed, 19 Jun 2002 20:11:11 -0400
1882              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
1883      Branch: perl
1884            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1885            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1886            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1887            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1888 ____________________________________________________________________________
1889 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
1890         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
1891              From: Michael G Schwern <schwern@pobox.com>
1892              Date: Wed, 19 Jun 2002 20:13:16 -0400
1893              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
1894      Branch: perl
1895            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1896            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
1897 ____________________________________________________________________________
1898 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
1899         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
1900              From: Michael G Schwern <schwern@pobox.com>
1901              Date: Wed, 19 Jun 2002 20:12:08 -0400
1902              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
1903      Branch: perl
1904            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1905            ! lib/Test/Harness/Straps.pm
1906 ____________________________________________________________________________
1907 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
1908         Log: Integrate perlio:
1909              
1910              [ 17309]
1911              "Clean" implementation of binmode(FH)/":raw" identity.
1912              New function table entry so all layer definitions need tweaking.
1913              Extra function table entry allows a layer to remain on a binmode stack
1914              New PerlIOBase_binmode allows easy implementation of default policy.
1915      Branch: perl
1916           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1917           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1918           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1919 ____________________________________________________________________________
1920 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
1921         Log: Subject: RE: [PATCH] POSIX taint tests
1922              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1923              Date: Wed, 19 Jun 2002 23:16:11 +0100
1924              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
1925      Branch: perl
1926            ! ext/POSIX/t/posix.t
1927 ____________________________________________________________________________
1928 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
1929         Log: Fix for 20001101.004, at least for the memleak part.
1930      Branch: perl
1931            ! lib/overload.pm
1932 ____________________________________________________________________________
1933 [ 17309] By: nick                                  on 2002/06/19  20:50:54
1934         Log: "Clean" implementation of binmode(FH)/":raw" identity.
1935              New function table entry so all layer definitions need tweaking.
1936              Extra function table entry allows a layer to remain on a binmode stack
1937              New PerlIOBase_binmode allows easy implementation of default policy.
1938      Branch: perlio
1939            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1940            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1941            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1942 ____________________________________________________________________________
1943 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
1944         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
1945              From: Michael G Schwern <schwern@pobox.com>
1946              Date: Wed, 19 Jun 2002 16:51:56 -0400
1947              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
1948      Branch: perl
1949            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
1950 ____________________________________________________________________________
1951 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
1952         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
1953              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1954              Date: Tue, 18 Jun 2002 15:40:08 -0700
1955              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
1956      Branch: perl
1957            ! lib/overload.pm
1958 ____________________________________________________________________________
1959 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
1960         Log: Subject: Re: Mingw32: some tests fail 
1961              From: Per Einar Ellefsen <per.einar@skynet.be>
1962              Date: Wed, 19 Jun 2002 19:37:15 +0200
1963              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
1964      Branch: perl
1965            ! README.win32
1966 ____________________________________________________________________________
1967 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
1968         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
1969              From: Autrijus Tang <autrijus@autrijus.org>
1970              Date: Thu, 20 Jun 2002 01:36:26 +0800
1971              Message-ID: <20020619173626.GA2650@not.autrijus.org>
1972      Branch: perl
1973            ! pod/perldelta.pod
1974 ____________________________________________________________________________
1975 [ 17304] By: nick                                  on 2002/06/19  15:57:16
1976         Log: Integrate mainline
1977      Branch: perlio
1978           +> ext/POSIX/t/taint.t
1979            - lib/File/Spec/NW5.pm
1980           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1981           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
1982 ____________________________________________________________________________
1983 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
1984         Log: Update Changes.
1985      Branch: perl
1986            ! Changes patchlevel.h
1987 ____________________________________________________________________________
1988 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
1989         Log: #17301 was only part of the story.
1990      Branch: perl
1991            ! MANIFEST
1992 ____________________________________________________________________________
1993 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
1994         Log: Make MANIFEST comply with #17297.
1995      Branch: perl
1996            ! MANIFEST
1997 ____________________________________________________________________________
1998 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
1999         Log: Subject: Re: perlbug mail loop? [PATCH]
2000              From: Richard.Foley@t-online.de
2001              Date: Wed, 19 Jun 2002 15:29:37 +0200
2002              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
2003      Branch: perl
2004            ! utils/perlbug.PL
2005 ____________________________________________________________________________
2006 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
2007         Log: opendir was missing for the list.
2008      Branch: perl
2009            ! pod/perltodo.pod
2010 ____________________________________________________________________________
2011 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
2012         Log: Integrate perlio:
2013              
2014              [ 17295]
2015              Un-deprecate :raw after all - just define what it means
2016              more precisely. (Pending approval).
2017      Branch: perl
2018           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
2019           !> pod/perlrun.pod
2020 ____________________________________________________________________________
2021 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
2022         Log: The only difference between NW5.pm and Win32.pm was that
2023              NetWare preferred SYS:/temp over C:/temp for tmpdir().
2024      Branch: perl
2025            - lib/File/Spec/NW5.pm
2026            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
2027 ____________________________________________________________________________
2028 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
2029         Log: Subject: [PATCH] POSIX taint tests
2030              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2031              Date: Wed, 19 Jun 2002 09:29:22 +0100
2032              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
2033      Branch: perl
2034            + ext/POSIX/t/taint.t
2035            ! MANIFEST
2036 ____________________________________________________________________________
2037 [ 17295] By: nick                                  on 2002/06/19  12:14:32
2038         Log: Un-deprecate :raw after all - just define what it means
2039              more precisely. (Pending approval).
2040      Branch: perlio
2041            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
2042            ! pod/perlrun.pod
2043 ____________________________________________________________________________
2044 [ 17294] By: nick                                  on 2002/06/19  06:09:49
2045         Log: Integrate mainline
2046      Branch: perlio
2047           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
2048           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
2049           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
2050           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
2051           !> toke.c
2052 ____________________________________________________________________________
2053 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
2054         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
2055              From: Michael G Schwern <schwern@pobox.com>
2056              Date: Tue, 18 Jun 2002 21:31:43 -0400
2057              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
2058      Branch: perl
2059            ! os2/os2_base.t
2060 ____________________________________________________________________________
2061 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
2062         Log: This is probably the reason for the GW failures.
2063      Branch: perl
2064            ! ext/Digest/MD5/t/files.t
2065 ____________________________________________________________________________
2066 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
2067         Log: Debugger tweak from from Peter Scott.
2068      Branch: perl
2069            ! lib/perl5db.pl
2070 ____________________________________________________________________________
2071 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
2072         Log: To mirror #17285.
2073      Branch: perl
2074            ! pod/perldelta.pod
2075 ____________________________________________________________________________
2076 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
2077         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
2078              From: "Craig A. Berry" <craigberry@mac.com>
2079              Date: Tue, 18 Jun 2002 10:34:51 -0500
2080              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
2081      Branch: perl
2082            ! configure.com
2083 ____________________________________________________________________________
2084 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
2085         Log: Tiny tweaks.
2086      Branch: perl
2087            ! lib/PerlIO.pm pod/perlfunc.pod
2088 ____________________________________________________________________________
2089 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
2090         Log: Integrate perlio:
2091              
2092              [ 17280]
2093              Slight improvement to :win32 layer
2094              
2095              [ 17282]
2096              More PerlIO doc tweaks - trying to make them document what
2097              happens in current implementation while leaving way open
2098              to "fixing" things.
2099      Branch: perl
2100           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
2101 ____________________________________________________________________________
2102 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
2103         Log: Document the "Unicode in package/sub names" problem;
2104              a microfix in toke.c towards the final goal (the fix
2105              removes the need to have quotes around Unicode package
2106              names when calling a method on them)
2107      Branch: perl
2108            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
2109            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
2110 ____________________________________________________________________________
2111 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
2112         Log: Further clarification about safe pipe opens.
2113      Branch: perl
2114            ! pod/perlipc.pod
2115 ____________________________________________________________________________
2116 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
2117         Log: perlsyn.pod tweak suggested by Larry.
2118      Branch: perl
2119            ! pod/perlsyn.pod
2120 ____________________________________________________________________________
2121 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
2122         Log: Subject: [DOC PATCH] perlsyn
2123              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2124              Date: Tue, 18 Jun 2002 13:37:30 +0200
2125              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
2126              
2127              Subject: Re: [DOC PATCH] perlsyn (2)
2128              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2129              Date: Tue, 18 Jun 2002 15:08:17 +0200
2130              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
2131              
2132              (Plus tweak by Ronald J Kimball)
2133      Branch: perl
2134            ! pod/perlsyn.pod
2135 ____________________________________________________________________________
2136 [ 17282] By: nick                                  on 2002/06/18  09:14:25
2137         Log: More PerlIO doc tweaks - trying to make them document what
2138              happens in current implementation while leaving way open
2139              to "fixing" things.
2140      Branch: perlio
2141            ! lib/PerlIO.pm pod/perlfunc.pod
2142 ____________________________________________________________________________
2143 [ 17281] By: nick                                  on 2002/06/18  09:12:59
2144         Log: Integrate mainline
2145      Branch: perlio
2146           !> Changes Configure config_h.SH installperl patchlevel.h
2147           !> pod/perldelta.pod pod/perlipc.pod
2148 ____________________________________________________________________________
2149 [ 17280] By: nick                                  on 2002/06/18  07:03:08
2150         Log: Slight improvement to :win32 layer
2151      Branch: perlio
2152            ! win32/win32io.c
2153 ____________________________________________________________________________
2154 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
2155         Log: Do not install XS::{APItest,Typemap}
2156      Branch: perl
2157            ! installperl
2158 ____________________________________________________________________________
2159 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
2160         Log: Subject: Re: Do we want XS::APItest installed?
2161              From: Andy Dougherty <doughera@lafayette.edu>
2162              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
2163              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
2164              
2165              (rats, forgot to submit the metaconfig change separately)
2166      Branch: metaconfig/U/perl
2167            ! Extensions.U
2168      Branch: perl
2169            ! Configure config_h.SH
2170 ____________________________________________________________________________
2171 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
2172         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
2173              shuffle the highlights a bit (can't believe the perlio
2174              mention was missing)
2175      Branch: perl
2176            ! pod/perldelta.pod
2177 ____________________________________________________________________________
2178 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
2179         Log: Document the '-|' open form in perlipc.pod
2180      Branch: perl
2181            ! pod/perlipc.pod
2182 ____________________________________________________________________________
2183 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
2184         Log: avoid AUTOLOAD() clobbering $!
2185      Branch: maint-5.6/perl
2186            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
2187            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
2188            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
2189            ! lib/AutoLoader.pm utils/h2xs.PL
2190 ____________________________________________________________________________
2191 [ 17274] By: nick                                  on 2002/06/17  14:50:35
2192         Log: Integrate mainline
2193      Branch: perlio
2194           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
2195           !> pod/perlfunc.pod pod/perlrun.pod
2196 ____________________________________________________________________________
2197 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
2198         Log: Update Changes.
2199      Branch: perl
2200            ! Changes patchlevel.h
2201 ____________________________________________________________________________
2202 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
2203         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
2204      Branch: perl
2205            ! lib/PerlIO.pm
2206 ____________________________________________________________________________
2207 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
2208         Log: Further discouraging of :raw.
2209      Branch: perl
2210            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
2211 ____________________________________________________________________________
2212 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
2213         Log: Integrate perlio:
2214              
2215              [ 17267]
2216              Handle IO error in "slow gets"
2217      Branch: perl
2218           !> sv.c
2219 ____________________________________________________________________________
2220 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
2221         Log: Subject: [PATCH File/Basename.pm] use of undef var
2222              From: Stas Bekman <stas@stason.org>
2223              Date: Mon, 17 Jun 2002 16:31:48 +0800
2224              Message-ID: <3D0D9E74.7000908@stason.org>
2225              
2226              (modified)
2227      Branch: perl
2228            ! lib/File/Basename.pm
2229 ____________________________________________________________________________
2230 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
2231         Log: Subject: [PATCH] README.vms -- updated testing instructions
2232              From: "Craig A. Berry" <craigberry@mac.com>
2233              Date: Mon, 17 Jun 2002 00:31:18 -0500
2234              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
2235      Branch: perl
2236            ! README.vms
2237 ____________________________________________________________________________
2238 [ 17267] By: nick                                  on 2002/06/17  12:41:49
2239         Log: Handle IO error in "slow gets"
2240      Branch: perlio
2241            ! sv.c
2242 ____________________________________________________________________________
2243 [ 17266] By: nick                                  on 2002/06/17  07:05:20
2244         Log: Integrate mainline
2245      Branch: perlio
2246           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
2247           !> pod/perldebug.pod pod/perldelta.pod
2248 ____________________________________________________________________________
2249 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
2250         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
2251              From: Peter Scott <Peter@PSDT.com>
2252              Date: Sun, 16 Jun 2002 18:31:31 -0700
2253              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
2254              
2255              @file -> source file
2256      Branch: perl
2257            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
2258 ____________________________________________________________________________
2259 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
2260         Log: Missing hunk from #15363.
2261      Branch: perl
2262            ! lib/perl5db.pl
2263 ____________________________________________________________________________
2264 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
2265         Log: Advertise MakeMaker.
2266      Branch: perl
2267            ! pod/perldelta.pod
2268 ____________________________________________________________________________
2269 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
2270         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
2271              From: parv <parv@pair.com>
2272              Date: Sun, 16 Jun 2002 20:12:24 -0400
2273              Message-ID: <20020617001224.GC466@moo.holy.cow>
2274      Branch: perl
2275            ! pod/perldelta.pod
2276 ____________________________________________________________________________
2277 [ 17261] By: ams                                   on 2002/06/16  21:40:47
2278         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
2279              From: Robin Houston <robin@kitsite.com>
2280              Date: Sun, 16 Jun 2002 23:33:50 +0100
2281              Message-Id: <20020616233350.A9675@robin.kitsite.com>
2282      Branch: perl
2283            ! autodoc.pl embed.pl
2284 ____________________________________________________________________________
2285 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
2286         Log: Deprecate (or at least discourage) :raw.
2287      Branch: perl
2288            ! pod/perldelta.pod
2289 ____________________________________________________________________________
2290 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
2291         Log: Integrate perlio:
2292              
2293              [ 17258]
2294              Last minute tinkering with PerlIO abstraction API.
2295              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
2296              const char *mode.
2297              - Other 'flags' field changed to U32
2298              - Discouraging words written about ":raw".
2299      Branch: perl
2300           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
2301 ____________________________________________________________________________
2302 [ 17258] By: nick                                  on 2002/06/16  16:38:59
2303         Log: Last minute tinkering with PerlIO abstraction API.
2304              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
2305              const char *mode.
2306              - Other 'flags' field changed to U32
2307              - Discouraging words written about ":raw".
2308      Branch: perlio
2309            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
2310 ____________________________________________________________________________
2311 [ 17257] By: nick                                  on 2002/06/16  15:16:46
2312         Log: Integrate mainline
2313      Branch: perlio
2314           !> (integrate 32 files)
2315 ____________________________________________________________________________
2316 [ 17256] By: ams                                   on 2002/06/16  09:00:51
2317         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
2318              From: Michael G Schwern <schwern@pobox.com>
2319              Date: Sun, 16 Jun 2002 03:49:27 -0400
2320              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
2321              
2322              Subject: [PATCH] Test::Harness 2.24 -> 2.25
2323              From: Michael G Schwern <schwern@pobox.com>
2324              Date: Sun, 16 Jun 2002 03:58:40 -0400
2325              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
2326      Branch: perl
2327            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2328            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
2329            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2330            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2331            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
2332            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2333            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
2334            ! lib/Test/Harness/t/strap-analyze.t
2335            ! lib/Test/Harness/t/test-harness.t
2336            ! t/lib/MakeMaker/Test/Utils.pm
2337 ____________________________________________________________________________
2338 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
2339         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
2340              From: "Craig A. Berry" <craigberry@mac.com>
2341              Date: Sat, 15 Jun 2002 18:56:12 -0500
2342              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
2343      Branch: perl
2344            ! pp.c
2345 ____________________________________________________________________________
2346 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
2347         Log: Collect the known AmigaOS wisdom.
2348      Branch: perl
2349            ! README.amiga hints/amigaos.sh
2350 ____________________________________________________________________________
2351 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
2352         Log: Subject: [PATCH] README.vms, Multinet fix update
2353              From: "Craig A. Berry" <craigberry@mac.com>
2354              Date: Sat, 15 Jun 2002 14:02:50 -0500
2355              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
2356      Branch: perl
2357            ! README.vms
2358 ____________________________________________________________________________
2359 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
2360         Log: Regenerate Changes; most importantly automassage the
2361              "Integrate perlio" entries to be more informative.
2362      Branch: perl
2363            ! Changes
2364 ____________________________________________________________________________
2365 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
2366         Log: Spurious empty statements.
2367      Branch: perl
2368            ! op.c perl.c perlio.c sv.c
2369 ____________________________________________________________________________
2370 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
2371         Log: Possible cure for
2372              
2373              Subject: Re: Thread bug in 5.8RC1 Win32
2374              From: Alessandro Forghieri <alf@orion.it>
2375              Date: Sat, 15 Jun 2002 12:56:35 +0200
2376              Message-ID: <20020615125635.A25110@alpha.orion.it>
2377      Branch: perl
2378            ! perl.c
2379 ____________________________________________________________________________
2380 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
2381         Log: findrfuncs: small tweaks.
2382      Branch: perl
2383            ! Porting/findrfuncs
2384 ____________________________________________________________________________
2385 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
2386         Log: Group the debugger changes in one place.
2387      Branch: perl
2388            ! pod/perldelta.pod
2389 ____________________________________________________________________________
2390 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
2391         Log: Detypo.
2392      Branch: perl
2393            ! pod/perlfunc.pod
2394 ____________________________________________________________________________
2395 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
2396         Log: Plug potential confusion.
2397      Branch: perl
2398            ! pod/perldelta.pod
2399 ____________________________________________________________________________
2400 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
2401         Log: Attribute::Handlers has been adopted by Arthur.
2402      Branch: perl
2403            ! pod/perldelta.pod
2404 ____________________________________________________________________________
2405 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
2406         Log: README.irix update.
2407      Branch: perl
2408            ! README.irix
2409 ____________________________________________________________________________
2410 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
2411         Log: README.tru64 update.
2412      Branch: perl
2413            ! README.tru64
2414 ____________________________________________________________________________
2415 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
2416         Log: Not that urgent a fix since inside #if 0, but still...
2417      Branch: perl
2418            ! perlsfio.h
2419 ____________________________________________________________________________
2420 [ 17241] By: nick                                  on 2002/06/14  17:15:38
2421         Log: Integrate mainline
2422      Branch: perlio
2423           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
2424           !> Porting/Glossary Porting/config.sh Porting/config_H
2425           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
2426           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
2427           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
2428 ____________________________________________________________________________
2429 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
2430         Log: OS/2 status from John Poltorak.
2431      Branch: perl
2432            ! pod/perldelta.pod
2433 ____________________________________________________________________________
2434 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
2435         Log: Regen Configure; regen perltoc.
2436      Branch: perl
2437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2438            ! config_h.SH pod/perltoc.pod
2439 ____________________________________________________________________________
2440 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
2441         Log: Update Changes.
2442      Branch: perl
2443            ! Changes patchlevel.h
2444 ____________________________________________________________________________
2445 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
2446         Log: NetWare diff for XS::APItest.
2447      Branch: perl
2448            ! NetWare/config.wc NetWare/config_H.wc
2449 ____________________________________________________________________________
2450 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
2451         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
2452              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2453              Date: Fri, 14 Jun 2002 10:39:54 +0200
2454              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
2455      Branch: perl
2456            ! lib/ExtUtils/t/Constant.t
2457 ____________________________________________________________________________
2458 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
2459         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
2460              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2461              Date: Fri, 14 Jun 2002 10:07:28 +0200
2462              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
2463      Branch: perl
2464            ! pp_sys.c
2465 ____________________________________________________________________________
2466 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
2467         Log: Subject: [PATCH] basic.t for EBCDIC platforms
2468              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2469              Date: Fri, 14 Jun 2002 09:58:49 +0200
2470              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
2471      Branch: perl
2472            ! lib/Pod/t/basic.t
2473 ____________________________________________________________________________
2474 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
2475         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
2476              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2477              Date: Fri, 14 Jun 2002 09:53:36 +0200
2478              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
2479              (why this has been working in z/OS?)
2480      Branch: perl
2481            ! lib/Term/Cap.t
2482 ____________________________________________________________________________
2483 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
2484         Log: Mention Solaris x86 use64bitint troubles.
2485      Branch: perl
2486            ! pod/perldelta.pod
2487 ____________________________________________________________________________
2488 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
2489         Log: All UNICOS test failures should be gone now.
2490      Branch: perl
2491            ! pod/perldelta.pod
2492 ____________________________________________________________________________
2493 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
2494         Log: UNICOS and UNICOS/mk are broken only on one test.
2495      Branch: perl
2496            ! ext/Socket/socketpair.t
2497 ____________________________________________________________________________
2498 [ 17229] By: nick                                  on 2002/06/14  08:36:40
2499         Log: Integrate mainline
2500      Branch: perlio
2501           !> (integrate 32 files)
2502 ____________________________________________________________________________
2503 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
2504         Log: Upgrade to Switch 2.09 (the debugging statement
2505              was already removed in blead)
2506      Branch: perl
2507            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2508 ____________________________________________________________________________
2509 [ 17227] By: ams                                   on 2002/06/14  00:39:15
2510         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
2511              From: "Craig A. Berry" <craigberry@mac.com>
2512              Date: Thu, 13 Jun 2002 19:55:25 -0500
2513              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
2514      Branch: perl
2515            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
2516 ____________________________________________________________________________
2517 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
2518         Log: Thread doc tweaks.
2519      Branch: perl
2520            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2521            ! pod/perlthrtut.pod
2522 ____________________________________________________________________________
2523 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
2524         Log: Don't assume too much about how print will scale
2525              your fp numbers; be explicit and use printf instead--
2526              the assumption broke in UNICOS (from Mark Lutz)
2527              (Use %.0f instead of %d because in 32-bit systems
2528              the %d may end producing -1 or something else odd.)
2529      Branch: perl
2530            ! t/lib/warnings/toke
2531 ____________________________________________________________________________
2532 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
2533         Log: Tell what version of PDL will be fine with 5.8.0,
2534              according to TimJ.
2535      Branch: perl
2536            ! pod/perldelta.pod
2537 ____________________________________________________________________________
2538 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
2539         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
2540              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2541              Date: Thu, 13 Jun 2002 15:44:24 +0100
2542              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
2543      Branch: perl
2544            ! lib/ExtUtils/t/Installed.t
2545 ____________________________________________________________________________
2546 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
2547         Log: Subject: Re: linux + usemorebits: gcc error?
2548              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2549              Date: Thu, 13 Jun 2002 15:03:28 +0100
2550              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
2551              
2552              (go U32 based on NI-S since it's a flags field)
2553      Branch: perl
2554            ! perliol.h
2555 ____________________________________________________________________________
2556 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
2557         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
2558      Branch: perl
2559            ! ext/threads/shared/shared.pm pod/perldelta.pod
2560 ____________________________________________________________________________
2561 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
2562         Log: Also perlsub needs to be slightly more upbeat about attributes. 
2563      Branch: perl
2564            ! pod/perlsub.pod
2565 ____________________________________________________________________________
2566 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
2567         Log: One more pass on the TYPE/ATTRS issues.
2568      Branch: perl
2569            ! lib/attributes.pm pod/perlfunc.pod
2570 ____________________________________________________________________________
2571 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
2572         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
2573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2574              Date: Thu, 13 Jun 2002 09:18:27 +0200
2575              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
2576      Branch: perl
2577            ! hints/aix.sh
2578 ____________________________________________________________________________
2579 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
2580         Log: Subject: [ PATCH ] mymalloc on HP-UX
2581              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2582              Date: Thu, 13 Jun 2002 09:58:30 +0200
2583              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
2584      Branch: perl
2585            ! hints/hpux.sh
2586 ____________________________________________________________________________
2587 [ 17216] By: ams                                   on 2002/06/13  10:08:38
2588         Log: <pudge> crab, can you integrate 17215 ?
2589      Branch: perl
2590           !> ext/XS/APItest/t/printf.t
2591 ____________________________________________________________________________
2592 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
2593         Log: Building XS::APItest as shared lib
2594      Branch: macperl
2595            ! ext/XS/APItest/t/printf.t
2596 ____________________________________________________________________________
2597 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
2598         Log: Update tests, makefile, config
2599      Branch: macperl
2600            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
2601 ____________________________________________________________________________
2602 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
2603         Log: Integrate perl
2604      Branch: macperl
2605           +> README.freebsd README.irix ext/IO/hints/sco.pl
2606           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
2607           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
2608           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
2609           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
2610           +> lib/Net/Ping/Changes
2611            - README.threads lib/Net/Ping/CHANGES
2612            ! NetWare/bat/SetCodeWar.bat
2613           !> (integrate 168 files)
2614 ____________________________________________________________________________
2615 [ 17212] By: ams                                   on 2002/06/13  09:29:13
2616         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
2617              From: Chris Nandor <pudge@pobox.com>
2618              Date: Thu, 13 Jun 2002 00:16:26 -0400
2619              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
2620      Branch: perl
2621            ! ext/XS/APItest/APItest.xs
2622 ____________________________________________________________________________
2623 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
2624         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
2625              From: PPrymmer@factset.com
2626              Date: Wed, 12 Jun 2002 18:58:50 -0400
2627              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
2628      Branch: perl
2629            ! utils/perlivp.PL
2630 ____________________________________________________________________________
2631 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
2632         Log: The scalar behaviour of sort is undefined.
2633      Branch: perl
2634            ! pod/perlfunc.pod
2635 ____________________________________________________________________________
2636 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
2637         Log: Mention I/O layers in perlopentut.
2638      Branch: perl
2639            ! pod/perlopentut.pod
2640 ____________________________________________________________________________
2641 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
2642         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
2643      Branch: perl
2644            ! lib/attributes.pm pod/perlfunc.pod
2645 ____________________________________________________________________________
2646 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
2647         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
2648      Branch: perl
2649            ! ext/XS/APItest/README
2650 ____________________________________________________________________________
2651 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
2652         Log: Update Changes.
2653      Branch: perl
2654            ! Changes patchlevel.h
2655 ____________________________________________________________________________
2656 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
2657         Log: Regen toc.
2658      Branch: perl
2659            ! pod/perltoc.pod
2660 ____________________________________________________________________________
2661 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
2662         Log: This should be gone now.
2663      Branch: perl
2664            ! INSTALL
2665 ____________________________________________________________________________
2666 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
2667         Log: NetWare doc tweak.
2668      Branch: perl
2669            ! README.netware
2670 ____________________________________________________________________________
2671 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
2672         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
2673              From: Abigail <abigail@foad.org>
2674              Date: Wed, 12 Jun 2002 02:46:01 -0700
2675              Message-ID: <20020612024601.A8524@ucan.foad.org>
2676      Branch: perl
2677            ! pod/perlfunc.pod
2678 ____________________________________________________________________________
2679 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
2680         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
2681              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
2682              Date: Wed, 12 Jun 2002 13:50:59 +0200
2683              Message-ID: <3D0735A3.4020701@hexaflux.com>
2684      Branch: perl
2685            ! ext/Time/HiRes/HiRes.xs
2686 ____________________________________________________________________________
2687 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
2688         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
2689              go back to disabling long doubles from MinGW because
2690              MSVCRT doesn't do long double printfing even when gcc
2691              would know how to handle them.
2692      Branch: perl
2693            ! win32/config.bc win32/config_H.bc win32/config_H.gc
2694 ____________________________________________________________________________
2695 [ 17199] By: nick                                  on 2002/06/12  11:13:16
2696         Log: Integrate mainline
2697      Branch: perlio
2698           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
2699           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
2700           !> win32/config_H.bc win32/config_H.gc
2701 ____________________________________________________________________________
2702 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
2703         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
2704              From: "Craig A. Berry" <craigberry@mac.com>
2705              Date: Tue, 11 Jun 2002 22:44:31 -0500
2706              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
2707      Branch: perl
2708            ! configure.com
2709 ____________________________________________________________________________
2710 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
2711         Log: Test relying on undefined behaviour of atan2(0, 0)
2712              (valiantly debugged by Mark Lutz).
2713      Branch: perl
2714            ! lib/Math/Trig.t
2715 ____________________________________________________________________________
2716 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
2717         Log: Regen perlmodlib.
2718      Branch: perl
2719            ! pod/perlmodlib.pod
2720 ____________________________________________________________________________
2721 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
2722         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
2723              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2724              Date: Tue, 11 Jun 2002 15:12:15 -0700
2725              Message-ID: </WnB9gzkgC5S092yn@efn.org>
2726      Branch: perl
2727            ! pod/perlmodlib.PL
2728 ____________________________________________________________________________
2729 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
2730         Log: Subject: [PATCH] Re: RC1 on Playstation2
2731              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2732              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
2733              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
2734      Branch: perl
2735            ! perl.c
2736 ____________________________________________________________________________
2737 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
2738         Log: Not that I know anything about Windows compilers
2739              but Google leads me into believing that while Borland and
2740              GCC support the ANSI way of printing long doubles (%L),
2741              Visual C really doesn't support printing them.
2742      Branch: perl
2743            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
2744 ____________________________________________________________________________
2745 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
2746         Log: Fix a cut-n-paste error.
2747      Branch: perl
2748            ! pod/perldiag.pod
2749 ____________________________________________________________________________
2750 [ 17191] By: nick                                  on 2002/06/11  16:07:14
2751         Log: Integrate mainline
2752      Branch: perlio
2753           !> Changes INSTALL ext/XS/APItest/APItest.pm
2754           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
2755           !> patchlevel.h
2756 ____________________________________________________________________________
2757 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
2758         Log: Update Changes.
2759      Branch: perl
2760            ! Changes patchlevel.h
2761 ____________________________________________________________________________
2762 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
2763         Log: Trying to printf Perl-specific datatypes using printf
2764              (with perlio or stdio) is folly, says Hugo.
2765      Branch: perl
2766            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2767            ! ext/XS/APItest/t/printf.t
2768 ____________________________________________________________________________
2769 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
2770         Log: Be more specific.
2771      Branch: perl
2772            ! INSTALL
2773 ____________________________________________________________________________
2774 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
2775         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
2776              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
2777              Date: Tue, 11 Jun 2002 12:21:01 +0200
2778              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
2779      Branch: perl
2780            ! INSTALL
2781 ____________________________________________________________________________
2782 [ 17186] By: nick                                  on 2002/06/11  10:44:04
2783         Log: Integrate mainline
2784      Branch: perlio
2785           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2786           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2787           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
2788           +> lib/Math/BigInt/t/upgradef.t
2789           !> MANIFEST NetWare/Makefile Porting/repository.pod
2790           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2791           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2792           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
2793           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2794           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
2795           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
2796           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
2797           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
2798           !> win32/Makefile
2799 ____________________________________________________________________________
2800 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
2801         Log: sanity-check the windows section in perldelta and add some missing
2802              entries
2803      Branch: perl
2804            ! pod/perldelta.pod
2805 ____________________________________________________________________________
2806 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
2807         Log: Obviously time to get some sleep.
2808      Branch: perl
2809            ! ext/XS/APItest/t/printf.t
2810 ____________________________________________________________________________
2811 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
2812         Log: #17179 wasn't quite right.
2813      Branch: perl
2814            ! ext/XS/APItest/t/printf.t
2815 ____________________________________________________________________________
2816 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
2817         Log: fix outdated info about how the patches in the APC are generated;
2818              mention the perlbrowse repository gateway; add a pointer to
2819              perlhack.pod in repository.pod
2820      Branch: perl
2821            ! Porting/repository.pod pod/perlhack.pod
2822 ____________________________________________________________________________
2823 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
2824         Log: Subject: Detype locale.c comment
2825              From: Philip Newton <Philip.Newton@gmx.net>
2826              Date: Tue, 11 Jun 2002 06:28:08 +0200
2827              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
2828      Branch: perl
2829            ! locale.c
2830 ____________________________________________________________________________
2831 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
2832         Log: Make UTF-8 locales effective only if PerlIO has been
2833              defined (ignore UTF-8 locales silently if no PerlIO).
2834      Branch: perl
2835            ! locale.c pod/perldelta.pod pod/perluniintro.pod
2836 ____________________________________________________________________________
2837 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
2838         Log: Can't printf Perl specific datatypes without perlio
2839              (in other words, stdio doesn't do the %V...)
2840      Branch: perl
2841            ! ext/XS/APItest/t/printf.t
2842 ____________________________________________________________________________
2843 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
2844         Log: Document XS::APItest.
2845      Branch: perl
2846            ! pod/perldelta.pod
2847 ____________________________________________________________________________
2848 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
2849         Log: Add XS::APItest to Win32/DJGPP/NetWare.
2850      Branch: perl
2851            ! NetWare/Makefile djgpp/config.over win32/Makefile
2852 ____________________________________________________________________________
2853 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
2854         Log: Add XS::APItest 0.01 from Tim Jenness.
2855              
2856              The perl.h change is needed by non-gcc (non-__attribute__)
2857              compilers: without it non-gccs won't have printf() mapped
2858              to PerlIO_stdoutf (when perlio, of course).  This means that
2859              non-gccs would not be able to print the Perl specific datatypes.
2860      Branch: perl
2861            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2862            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2863            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
2864            ! MANIFEST perl.h
2865 ____________________________________________________________________________
2866 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
2867         Log: Now that binmode(FH) does implicit ":bytes" revisit
2868              the failing tests.  The worrisome one is the Digest::MD5
2869              test-- how will it fare in CRLF lands now?
2870      Branch: perl
2871            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2872            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2873            ! ext/Storable/t/malice.t
2874 ____________________________________________________________________________
2875 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
2876         Log: Upgrade to Math::BigInt 1.59.
2877      Branch: perl
2878            + lib/Math/BigInt/t/upgradef.t
2879            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2880            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2881            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2882            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
2883 ____________________________________________________________________________
2884 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
2885         Log: Document the implicit :bytes of binmode(FH).
2886      Branch: perl
2887            ! pod/perlfunc.pod
2888 ____________________________________________________________________________
2889 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
2890         Log: Integrate perlio:
2891              
2892              [ 17171]
2893              binmode(FH); to act like binmode(FH,":bytes") as well as
2894              turning off CRLF features.
2895      Branch: perl
2896           !> perlio.c t/io/utf8.t
2897 ____________________________________________________________________________
2898 [ 17171] By: nick                                  on 2002/06/10  18:40:22
2899         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
2900              turning off CRLF features.
2901      Branch: perlio
2902            ! perlio.c t/io/utf8.t
2903 ____________________________________________________________________________
2904 [ 17170] By: nick                                  on 2002/06/10  17:04:28
2905         Log: Integrate mainline
2906      Branch: perlio
2907           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2908           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2909           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
2910           !> pod/perldelta.pod sv.c
2911 ____________________________________________________________________________
2912 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
2913         Log: Subject: [DOC PATCH] perldebtut
2914              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2915              Date: Mon, 10 Jun 2002 17:47:14 +0200
2916              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
2917      Branch: perl
2918            ! pod/perldebtut.pod
2919 ____________________________________________________________________________
2920 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
2921         Log: Document the UTF-8 env issue.  Now NI-S just needs
2922              to fix binmode() to comply with the documentation...
2923      Branch: perl
2924            ! pod/perldelta.pod
2925 ____________________________________________________________________________
2926 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
2927         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
2928              From: Philip Newton <Philip.Newton@gmx.net>
2929              Date: Mon, 10 Jun 2002 07:56:41 +0200
2930              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
2931              
2932              Subject: Re: Change 17110: Add deprecations.
2933              From: Philip Newton <Philip.Newton@gmx.net>
2934              Date: Mon, 10 Jun 2002 07:56:22 +0200
2935              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
2936      Branch: perl
2937            ! pod/perldelta.pod
2938 ____________________________________________________________________________
2939 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
2940         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
2941      Branch: perl
2942            ! locale.c perl.c
2943 ____________________________________________________________________________
2944 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
2945         Log: Update Changes.
2946      Branch: perl
2947            ! Changes patchlevel.h
2948 ____________________________________________________________________________
2949 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
2950         Log: Further patch on #17163 for Tru64.
2951      Branch: perl
2952            ! sv.c
2953 ____________________________________________________________________________
2954 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
2955         Log: Patch from Hugo for the 'printf' problem:
2956              - for SV-style calling, we can only get NV
2957              - for C-style calling, we assume %f is double;
2958              - for simplicity we allow any of %Lf, %llf, %qf for long double
2959      Branch: perl
2960            ! sv.c
2961 ____________________________________________________________________________
2962 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
2963         Log: Integrate perlio:
2964              
2965              [ 17159]
2966              Tune test to run in UTF-8 locales
2967              - test file must be opened as :bytes or high-bit octets
2968              will be UTF-8 encoded on write in such locales, so
2969              will not read as expected.
2970      Branch: perl
2971           !> ext/PerlIO/t/fallback.t
2972 ____________________________________________________________________________
2973 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
2974         Log: #17150 didn't expect -Uuseperlio.
2975      Branch: perl
2976            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2977 ____________________________________________________________________________
2978 [ 17160] By: sky                                   on 2002/06/10  09:53:42
2979         Log: Subject: [PATCH] queue.pm
2980              From: Benjamin Goldberg <goldbb2@earthlink.net>
2981              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
2982              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
2983              Applied manually
2984      Branch: perl
2985            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2986 ____________________________________________________________________________
2987 [ 17159] By: nick                                  on 2002/06/10  09:51:16
2988         Log: Tune test to run in UTF-8 locales
2989              - test file must be opened as :bytes or high-bit octets
2990              will be UTF-8 encoded on write in such locales, so
2991              will not read as expected.
2992      Branch: perlio
2993            ! ext/PerlIO/t/fallback.t
2994 ____________________________________________________________________________
2995 [ 17158] By: nick                                  on 2002/06/10  09:49:32
2996         Log: Integrate mainline
2997      Branch: perlio
2998           +> lib/Net/Ping/Changes
2999            - lib/Net/Ping/CHANGES
3000           !> (integrate 37 files)
3001 ____________________________________________________________________________
3002 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
3003         Log: metaconfig tweak for #17156.
3004      Branch: metaconfig
3005            ! U/mkglossary
3006 ____________________________________________________________________________
3007 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
3008         Log: Glossary tweaks.
3009      Branch: perl
3010            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3011 ____________________________________________________________________________
3012 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
3013         Log: Upgrade to Net::Ping 2.19.
3014      Branch: perl
3015            + lib/Net/Ping/Changes
3016            - lib/Net/Ping/CHANGES
3017            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
3018 ____________________________________________________________________________
3019 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
3020         Log: Subject: [patch] ptr_table_store
3021              From: Doug MacEachern <dougm@covalent.net>
3022              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
3023              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
3024      Branch: perl
3025            ! sv.c
3026 ____________________________________________________________________________
3027 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
3028         Log: Subject: Re: unique attribute?
3029              From: Doug MacEachern <dougm@covalent.net>
3030              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
3031              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
3032      Branch: perl
3033            ! embed.fnc embed.h proto.h sv.c sv.h
3034 ____________________________________________________________________________
3035 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
3036         Log: Update hint comments.
3037      Branch: perl
3038            ! hints/irix_6.sh
3039 ____________________________________________________________________________
3040 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
3041         Log: One missing bit of Math::BigInt 1.58.
3042      Branch: perl
3043            ! t/lib/Math/BigInt/BareCalc.pm
3044 ____________________________________________________________________________
3045 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
3046         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
3047              From: Radu Greab <radu@netsoft.ro>
3048              Date: Mon, 10 Jun 2002 00:40:34 +0300
3049              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
3050              
3051              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
3052              ones which I cannot figure out.
3053      Branch: perl
3054            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
3055            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
3056 ____________________________________________________________________________
3057 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
3058         Log: :unique nitpicking continues.
3059      Branch: perl
3060            ! pod/perlfunc.pod
3061 ____________________________________________________________________________
3062 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
3063         Log: "thread failed to start: " is better than "Died:".
3064      Branch: perl
3065            ! ext/threads/threads.xs pod/perldiag.pod
3066 ____________________________________________________________________________
3067 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
3068         Log: :unique saga continues.
3069      Branch: perl
3070            ! pod/perldelta.pod pod/perlfunc.pod
3071 ____________________________________________________________________________
3072 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
3073         Log: Subject: Re: unique attribute?
3074              From: Doug MacEachern <dougm@covalent.net>
3075              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
3076              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
3077      Branch: perl
3078            ! sv.c
3079 ____________________________________________________________________________
3080 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
3081         Log: Subject: Math::BigInt 1.58 released
3082              From: Tels <perl_dummy@bloodgate.com>
3083              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
3084              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
3085              
3086              Subject: [PATCH] RE: Math::BigInt 1.58 released
3087              From: Tels <perl_dummy@bloodgate.com>
3088              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
3089              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
3090      Branch: perl
3091            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3092            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3093            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3094            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
3095            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
3096            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
3097            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3098            ! lib/Math/BigInt/t/with_sub.t
3099 ____________________________________________________________________________
3100 [ 17144] By: nick                                  on 2002/06/09  17:50:14
3101         Log: Integrate mainline
3102      Branch: perlio
3103           +> README.freebsd README.irix
3104           !> (integrate 43 files)
3105 ____________________________________________________________________________
3106 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
3107         Log: Subject: cleanup's
3108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3109              Date: Sun, 09 Jun 2002 13:55:21 +0200
3110              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
3111      Branch: perl
3112            ! ext/PerlIO/t/encoding.t
3113 ____________________________________________________________________________
3114 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
3115         Log: open "list form" clarification.
3116      Branch: perl
3117            ! pod/perlfunc.pod
3118 ____________________________________________________________________________
3119 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
3120         Log: Better wording from Sarathy.
3121      Branch: perl
3122            ! pod/perldelta.pod
3123 ____________________________________________________________________________
3124 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
3125         Log: Closer to the truth.
3126      Branch: perl
3127            ! pod/perlfunc.pod
3128 ____________________________________________________________________________
3129 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
3130         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3131              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3132              Date: Sun, 09 Jun 2002 14:52:07 +0100
3133              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
3134      Branch: perl
3135            ! numeric.c
3136 ____________________________________________________________________________
3137 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
3138         Log: Clarify that the :unique makes the target readonly
3139              when the first interpreter cloning takes place.
3140      Branch: perl
3141            ! pod/perlfunc.pod
3142 ____________________________________________________________________________
3143 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
3144         Log: update perlfork.pod for status as of 5.8.0
3145      Branch: perl
3146            ! pod/perlfork.pod
3147 ____________________________________________________________________________
3148 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
3149         Log: Subject: possible band-aid for cygwin build of perl@17061
3150              From: PPrymmer@factset.com
3151              Date: Sat, 8 Jun 2002 20:57:05 -0400
3152              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
3153      Branch: perl
3154            ! Makefile.SH README.cygwin
3155 ____________________________________________________________________________
3156 [ 17135] By: sky                                   on 2002/06/09  15:44:37
3157         Log: Follow up on changing keyword to special subroutine.
3158      Branch: perl
3159            ! pod/perlmod.pod
3160 ____________________________________________________________________________
3161 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
3162         Log: CLONE doc tweaks.
3163      Branch: perl
3164            ! pod/perldelta.pod pod/perlmod.pod
3165 ____________________________________________________________________________
3166 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
3167         Log: syswrite() is old news.
3168      Branch: perl
3169            ! pod/perldelta.pod
3170 ____________________________________________________________________________
3171 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
3172         Log: Subject: One-argument syswrite
3173              From: Johan Vromans <jvromans@squirrel.nl>
3174              Date: Sun, 9 Jun 2002 13:20:36 +0200
3175              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
3176              
3177              (It's really two-argument.)
3178      Branch: perl
3179            ! pod/perldelta.pod
3180 ____________________________________________________________________________
3181 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
3182         Log: Subject: [Patch] $^N issues
3183              From: Johan Vromans <jvromans@squirrel.nl>
3184              Date: Sun, 9 Jun 2002 13:12:43 +0200
3185              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
3186      Branch: perl
3187            ! lib/English.pm pod/perlre.pod
3188 ____________________________________________________________________________
3189 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
3190         Log: Subject: [Patch] "#0" format in perlform
3191              From: Johan Vromans <jvromans@squirrel.nl>
3192              Date: Sun, 9 Jun 2002 12:53:01 +0200
3193              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
3194      Branch: perl
3195            ! pod/perlform.pod
3196 ____________________________________________________________________________
3197 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
3198         Log: Subject: [Patch] CLONE is not in perldelta
3199              From: Johan Vromans <jvromans@squirrel.nl>
3200              Date: Sun, 9 Jun 2002 12:41:18 +0200
3201              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
3202      Branch: perl
3203            ! pod/perldelta.pod
3204 ____________________________________________________________________________
3205 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
3206         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
3207              From: "Craig A. Berry" <craigberry@mac.com>
3208              Date: Sat, 8 Jun 2002 23:01:11 -0500
3209              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
3210      Branch: perl
3211            ! ext/Digest/MD5/Makefile.PL
3212 ____________________________________________________________________________
3213 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
3214         Log: ... and more.
3215      Branch: perl
3216            ! win32/makefile.mk
3217 ____________________________________________________________________________
3218 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
3219         Log: More spots for perl$OS.
3220      Branch: perl
3221            ! NetWare/Makefile win32/Makefile
3222 ____________________________________________________________________________
3223 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
3224         Log: One more spot to list perlfreebsd and perlirix.
3225      Branch: perl
3226            ! plan9/mkfile
3227 ____________________________________________________________________________
3228 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
3229         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
3230      Branch: perl
3231            ! pod/perlport.pod
3232 ____________________________________________________________________________
3233 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
3234         Log: Cygwin duplicated (noticed by Schwern).
3235      Branch: perl
3236            ! pod/perlport.pod
3237 ____________________________________________________________________________
3238 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
3239         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
3240      Branch: perl
3241            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
3242            ! pod/perlport.pod pod/perlrun.pod
3243 ____________________________________________________________________________
3244 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
3245         Log: Make the =heads a little bit more descriptive; regen toc.
3246      Branch: perl
3247            ! README.freebsd README.irix pod/perltoc.pod
3248 ____________________________________________________________________________
3249 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
3250         Log: I wonder what a 64-bot is?
3251      Branch: perl
3252            ! README.irix
3253 ____________________________________________________________________________
3254 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
3255         Log: Regen toc.
3256      Branch: perl
3257            ! pod/perltoc.pod
3258 ____________________________________________________________________________
3259 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
3260         Log: Add README.irix/perlirix.
3261      Branch: perl
3262            + README.irix
3263            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
3264            ! pod/perldelta.pod pod/perlport.pod
3265 ____________________________________________________________________________
3266 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
3267         Log: Add perlfreebsd.
3268      Branch: perl
3269            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
3270            ! pod/perlport.pod
3271 ____________________________________________________________________________
3272 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
3273         Log: Mention the FreeBSD Perl policy change.
3274      Branch: perl
3275            ! README.freebsd
3276 ____________________________________________________________________________
3277 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
3278         Log: Mention the FreeBSD readdir_r bug in perldelta.
3279      Branch: perl
3280            ! pod/perldelta.pod
3281 ____________________________________________________________________________
3282 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
3283         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
3284              From: Nicholas Clark <nick@unfortu.net>
3285              Date: Sat, 8 Jun 2002 22:23:15 +0100
3286              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
3287      Branch: perl
3288            + README.freebsd
3289            ! MANIFEST
3290 ____________________________________________________________________________
3291 [ 17113] By: sky                                   on 2002/06/08  20:19:28
3292         Log: Preparing A::H for CPAN release, upped version to 0.77
3293              Documented changes.
3294              Last tweak to test case.
3295      Branch: perl
3296            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3297            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
3298 ____________________________________________________________________________
3299 [ 17112] By: sky                                   on 2002/06/08  19:42:33
3300         Log: Prepare CPAN release of Attribute::Handlers
3301              Make the test case know about the changes in attributes
3302              in 5.8 (lexical) and also turn off some warnings.
3303      Branch: perl
3304            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
3305 ____________________________________________________________________________
3306 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
3307         Log: Because of #17097.
3308      Branch: perl
3309            ! configpm
3310 ____________________________________________________________________________
3311 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
3312         Log: Add deprecations.
3313      Branch: perl
3314            ! pod/perldelta.pod
3315 ____________________________________________________________________________
3316 [ 17109] By: sky                                   on 2002/06/08  19:02:19
3317         Log: Remove leftover dummy and cleanup the test case.
3318      Branch: perl
3319            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
3320            ! ext/threads/shared/t/hv_simple.t
3321 ____________________________________________________________________________
3322 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
3323         Log: Document the do BAREWORD change, from Rafael.
3324      Branch: perl
3325            ! pod/perldelta.pod
3326 ____________________________________________________________________________
3327 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
3328         Log: Remove the newly added makedepend .depending "token directory"
3329              when cleaning up.
3330      Branch: perl
3331            ! Makefile.SH
3332 ____________________________________________________________________________
3333 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
3334         Log: perldelta tweaks.
3335      Branch: perl
3336            ! pod/perldelta.pod
3337 ____________________________________________________________________________
3338 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
3339         Log: I assume the Perl fork() emulation is still experimental.
3340      Branch: perl
3341            ! pod/perlfork.pod
3342 ____________________________________________________________________________
3343 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
3344         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
3345              From: "Craig A. Berry" <craigberry@mac.com>
3346              Date: Sat, 8 Jun 2002 14:10:41 -0500
3347              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
3348      Branch: perl
3349            ! README.vms pod/perldelta.pod
3350 ____________________________________________________________________________
3351 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
3352         Log: Slight tweaks from Lupe Christoph.
3353      Branch: perl
3354            ! pod/perldelta.pod
3355 ____________________________________________________________________________
3356 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
3357         Log: Workaround for broken symlink traversal.
3358      Branch: perl
3359            ! installperl
3360 ____________________________________________________________________________
3361 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
3362         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
3363      Branch: perl
3364            ! utils/h2ph.PL
3365 ____________________________________________________________________________
3366 [ 17100] By: nick                                  on 2002/06/08  15:54:19
3367         Log: Integrate mainline
3368      Branch: perlio
3369           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
3370           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
3371           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
3372           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
3373           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3374           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
3375 ____________________________________________________________________________
3376 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
3377         Log: Try to avoid a looping makedepend that sometimes
3378              happens when timestamps are out of sync.
3379      Branch: perl
3380            ! makedepend.SH
3381 ____________________________________________________________________________
3382 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
3383         Log: metaconfig tweaks from Robin Barker to go with #17097;
3384              update Glossary.patch and mkglossary.
3385      Branch: metaconfig
3386            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
3387            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
3388 ____________________________________________________________________________
3389 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
3390         Log: Various Configure tweaks.
3391      Branch: perl
3392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3393 ____________________________________________________________________________
3394 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
3395         Log: Fix Glossary formatting bugs when creating Config.pm,
3396              from Robin Barker.
3397      Branch: perl
3398            ! configpm
3399 ____________________________________________________________________________
3400 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
3401         Log: perlivp: Too Much Information. 
3402      Branch: perl
3403            ! utils/perlivp.PL
3404 ____________________________________________________________________________
3405 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
3406         Log: h2ph: workarounds for too large hexadecimal constants.
3407              Now 'perlivp' passes without a whimper in Solaris 8 and
3408              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
3409              installation is weird; e.g. float.h is not in /usr/include...
3410              (cd /usr/include; h2ph -l -r .)
3411      Branch: perl
3412            ! utils/h2ph.PL
3413 ____________________________________________________________________________
3414 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
3415         Log: h2ph: handle function pointer constants.
3416      Branch: perl
3417            ! utils/h2ph.PL
3418 ____________________________________________________________________________
3419 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
3420         Log: Put back the [561+] markers (except for the New Tests
3421              section where the comparison is meaningless);
3422              note that perl561delta is really the changes both
3423              from 5.005_03 and 5.6.0.
3424      Branch: perl
3425            ! pod/perldelta.pod
3426 ____________________________________________________________________________
3427 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
3428         Log: Mention the dynamicness of Socket in VMS in another spot.
3429      Branch: perl
3430            ! pod/perldelta.pod
3431 ____________________________________________________________________________
3432 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
3433         Log: Address most of the issues found by Lupe Cristoph
3434              (only leave the VMS changes to the VMS people);
3435              move the VOS section to its right place;
3436              talk more about userlevel threads;
3437              eradicate end-of-line spaces.
3438      Branch: perl
3439            ! pod/perldelta.pod
3440 ____________________________________________________________________________
3441 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
3442         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3443              From: Radu Greab <radu@netsoft.ro>
3444              Date: Sat, 8 Jun 2002 16:59:56 +0300
3445              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
3446              
3447              A test for #17082.
3448      Branch: perl
3449            ! ext/Storable/t/recurse.t
3450 ____________________________________________________________________________
3451 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
3452         Log: Explain at the top the situation in a nutshell;
3453              remove the [561+] tags as redundant;
3454              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
3455      Branch: perl
3456            ! pod/perldelta.pod
3457 ____________________________________________________________________________
3458 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
3459         Log: Subject: [Patch] perldelta for 5.8.0 RC1
3460              From: lupe@lupe-christoph.de (Lupe Christoph)
3461              Date: Sat, 8 Jun 2002 14:08:16 +0200
3462              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
3463      Branch: perl
3464            ! pod/perldelta.pod
3465 ____________________________________________________________________________
3466 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
3467         Log: Advertise the upcoming Win32::GetOSName().
3468      Branch: perl
3469            ! pod/perlport.pod
3470 ____________________________________________________________________________
3471 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
3472         Log: The lib/Win32.pod part of
3473              
3474              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
3475              From: "Yves Orton" <demerphq@hotmail.com>
3476              Date: Sat, 08 Jun 2002 00:27:25 +0200
3477              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
3478              
3479              (manually applied and tweaked) 
3480      Branch: perl
3481            ! lib/Win32.pod
3482 ____________________________________________________________________________
3483 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
3484         Log: Subject: Doc patches: assorted minor nits
3485              From: Philip Newton <Philip.Newton@gmx.net>
3486              Date: Sat, 08 Jun 2002 11:08:12 +0200
3487              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
3488      Branch: perl
3489            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3490 ____________________________________________________________________________
3491 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
3492         Log: Subject: Re: doc bug in perldoc
3493              From: Philip Newton <Philip.Newton@gmx.net>
3494              Date: Sat, 08 Jun 2002 11:05:09 +0200
3495              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
3496      Branch: perl
3497            ! utils/perldoc.PL
3498 ____________________________________________________________________________
3499 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
3500         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3501              From: Radu Greab <radu@netsoft.ro>
3502              Date: Sat, 8 Jun 2002 08:28:58 +0300
3503              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
3504      Branch: perl
3505            ! ext/Storable/Storable.xs
3506 ____________________________________________________________________________
3507 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
3508         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3509              From: "Craig A. Berry" <craigberry@mac.com>
3510              Date: Fri, 7 Jun 2002 22:55:34 -0500
3511              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
3512              
3513              Handle also underflow on non-IEEE.
3514      Branch: perl
3515            ! numeric.c
3516 ____________________________________________________________________________
3517 [ 17080] By: sky                                   on 2002/06/08  10:06:05
3518         Log: Fix for bug [ID 20020602.007].
3519              Don't decrement the active flag until AFTER we have run perl_destruct
3520      Branch: perl
3521            ! ext/threads/threads.xs
3522 ____________________________________________________________________________
3523 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
3524         Log: h2ph: evil linux/byteorder/pdp_endian.h
3525      Branch: perl
3526            ! utils/h2ph.PL
3527 ____________________________________________________________________________
3528 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
3529         Log: h2ph: more evilness in the form of Linux inline assembler.
3530      Branch: perl
3531            ! utils/h2ph.PL
3532 ____________________________________________________________________________
3533 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
3534         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
3535              (note the final L) for ia32 and ia64 long doubles.
3536      Branch: perl
3537            ! utils/h2ph.PL
3538 ____________________________________________________________________________
3539 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
3540         Log: perlivp: more header matching.
3541      Branch: perl
3542            ! utils/perlivp.PL
3543 ____________________________________________________________________________
3544 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
3545         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3546              From: Nicholas Clark <nick@unfortu.net>
3547              Date: Sat, 8 Jun 2002 00:39:22 +0100
3548              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
3549      Branch: perl
3550            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3551 ____________________________________________________________________________
3552 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
3553         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3554              From: "Craig A. Berry" <craigberry@mac.com>
3555              Date: Fri, 7 Jun 2002 18:29:31 -0500
3556              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
3557      Branch: perl
3558            ! numeric.c
3559 ____________________________________________________________________________
3560 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
3561         Log: Reunite the first .PHONY targets (based on Garry Williams'
3562              reading of the GNU make manual).
3563      Branch: perl
3564            ! Makefile.SH
3565 ____________________________________________________________________________
3566 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
3567         Log: Subject: Re: [DOCPATCH] Thread.pm
3568              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3569              Date: Fri, 07 Jun 2002 23:57:01 +0200
3570              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
3571      Branch: perl
3572            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
3573 ____________________________________________________________________________
3574 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
3575         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3576              From: Radu Greab <radu@netsoft.ro>
3577              Date: Sat, 8 Jun 2002 00:49:02 +0300
3578              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
3579      Branch: perl
3580            ! ext/Storable/t/recurse.t
3581 ____________________________________________________________________________
3582 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
3583         Log: h2ph: the fp exponent does need to have an explicit sign.
3584      Branch: perl
3585            ! utils/h2ph.PL
3586 ____________________________________________________________________________
3587 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
3588         Log: perlivp: tell what went wrong.
3589      Branch: perl
3590            ! utils/perlivp.PL
3591 ____________________________________________________________________________
3592 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
3593         Log: perlivp: sometimes headers and symbols don't quite match.
3594      Branch: perl
3595            ! utils/perlivp.PL
3596 ____________________________________________________________________________
3597 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
3598         Log: h2ph: One more usage example.
3599      Branch: perl
3600            ! utils/h2ph.PL
3601 ____________________________________________________________________________
3602 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
3603         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
3604      Branch: perl
3605            ! utils/h2ph.PL
3606 ____________________________________________________________________________
3607 [ 17065] By: nick                                  on 2002/06/07  18:21:36
3608         Log: Integrate mainline
3609      Branch: perlio
3610           +> ext/IO/hints/sco.pl
3611           !> (integrate 27 files)
3612 ____________________________________________________________________________
3613 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
3614         Log: uname() was returning "unknown" on IA64; handle other missing
3615              cases as well, and make any future unknown ones show up as
3616              unknown(0x123).
3617      Branch: perl
3618            ! win32/win32.c
3619 ____________________________________________________________________________
3620 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
3621         Log: There are many ways to skin a Win32 (from Sarathy).
3622      Branch: perl
3623            ! pod/perlport.pod
3624 ____________________________________________________________________________
3625 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
3626         Log: Typos spotted by Vadim.
3627      Branch: perl
3628            ! pod/perlport.pod
3629 ____________________________________________________________________________
3630 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
3631         Log: Update Changes.
3632      Branch: perl
3633            ! Changes patchlevel.h
3634 ____________________________________________________________________________
3635 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
3636         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
3637              From: lupe@lupe-christoph.de (Lupe Christoph)
3638              Date: Fri, 7 Jun 2002 13:38:24 +0200
3639              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
3640      Branch: perl
3641            ! pod/perlxs.pod
3642 ____________________________________________________________________________
3643 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
3644         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
3645              From: lupe@lupe-christoph.de (Lupe Christoph)
3646              Date: Fri, 7 Jun 2002 13:36:51 +0200
3647              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
3648      Branch: perl
3649            ! README.win32
3650 ____________________________________________________________________________
3651 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
3652         Log: gcc -Wall nit noticed by NI-S.
3653      Branch: perl
3654            ! pp.c
3655 ____________________________________________________________________________
3656 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
3657         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
3658              From: Andrew Hamm <AHamm@civica.com.au>
3659              Date: Fri, 7 Jun 2002 17:11:24 +1000
3660              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
3661      Branch: perl
3662            + ext/IO/hints/sco.pl
3663            ! MANIFEST
3664 ____________________________________________________________________________
3665 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
3666         Log: Integrate perlio:
3667              
3668              [ 17053]
3669              Don't discard read data on flush if seek fails.
3670      Branch: perl
3671           !> perlio.c
3672 ____________________________________________________________________________
3673 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
3674         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
3675      Branch: perl
3676            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
3677            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
3678            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
3679            ! pod/perlport.pod pod/perltoot.pod
3680 ____________________________________________________________________________
3681 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
3682         Log: More Winlore from Vadim.
3683      Branch: perl
3684            ! pod/perlport.pod
3685 ____________________________________________________________________________
3686 [ 17053] By: nick                                  on 2002/06/07  10:11:51
3687         Log: Don't discard read data on flush if seek fails.
3688      Branch: perlio
3689            ! perlio.c
3690 ____________________________________________________________________________
3691 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
3692         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3693              From: Radu Greab <radu@netsoft.ro>
3694              Date: Fri, 7 Jun 2002 05:17:58 +0300
3695              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
3696      Branch: perl
3697            ! ext/Storable/Storable.xs
3698 ____________________________________________________________________________
3699 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
3700         Log: Split in two the .PHONY target so that makes without .PHONY
3701              when invoked as "make" won't wander off into the targets "compile
3702              translator utilities" and instead stay in the "all" target.
3703              Diagnosed by Garry Williams.
3704      Branch: perl
3705            ! Makefile.SH
3706 ____________________________________________________________________________
3707 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
3708         Log: Retract #16892 now that we have #17022.
3709      Branch: perl
3710            ! lib/Cwd.pm
3711 ____________________________________________________________________________
3712 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
3713         Log: Update the SUPER-UX situation.
3714      Branch: perl
3715            ! pod/perldelta.pod
3716 ____________________________________________________________________________
3717 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
3718         Log: More Windows wisdom from Sarathy;
3719              remove old UTS entry; add SUPER-UX.
3720      Branch: perl
3721            ! pod/perlport.pod
3722 ____________________________________________________________________________
3723 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
3724         Log: Windows wisdom from Sarathy.
3725      Branch: perl
3726            ! pod/perlvar.pod
3727 ____________________________________________________________________________
3728 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
3729         Log: The perlio warnings are not mandatory.
3730      Branch: perl
3731            ! pod/perldiag.pod
3732 ____________________________________________________________________________
3733 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
3734         Log: Typolice.
3735      Branch: perl
3736            ! utils/c2ph.PL x2p/s2p.PL
3737 ____________________________________________________________________________
3738 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
3739         Log: Document that $^O in Win32 is a bit lacking in details.
3740      Branch: perl
3741            ! pod/perlvar.pod
3742 ____________________________________________________________________________
3743 [ 17043] By: nick                                  on 2002/06/06  18:51:48
3744         Log: Integrate mainline
3745      Branch: perlio
3746           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3747           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3748           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3749           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
3750           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
3751           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
3752 ____________________________________________________________________________
3753 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
3754         Log: Win32 is not an OS.
3755      Branch: perl
3756            ! pod/perlport.pod
3757 ____________________________________________________________________________
3758 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
3759         Log: The Makefile.SH part of
3760              
3761              Subject: [PATCH] corrections to Config.pm
3762              From: Robin Barker <rmb1@cise.npl.co.uk>
3763              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
3764              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
3765              
3766              and regen Configure.
3767      Branch: perl
3768            ! Configure Makefile.SH Porting/config.sh Porting/config_H
3769 ____________________________________________________________________________
3770 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
3771         Log: Supported platforms tweaks.
3772      Branch: perl
3773            ! pod/perlport.pod
3774 ____________________________________________________________________________
3775 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
3776         Log: Update the 5.005-threads failure list.
3777      Branch: perl
3778            ! pod/perldelta.pod
3779 ____________________________________________________________________________
3780 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
3781         Log: Make pstruct and psed appear also on platforms with
3782              $Config{d_link} but filesystems without link() (like FAT).
3783              Should deal with [ID 20020602.003] and
3784              "RC1 for MSWin32-x86-multi-thread build bug report".
3785              Diagnosis by Sarathy.
3786      Branch: perl
3787            ! utils/c2ph.PL x2p/s2p.PL
3788 ____________________________________________________________________________
3789 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
3790         Log: Subject: [PATCH] Thread.pm
3791              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3792              Date: Thu, 06 Jun 2002 10:47:36 +0200
3793              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
3794      Branch: perl
3795            ! lib/Thread.pm
3796 ____________________________________________________________________________
3797 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
3798         Log: Rafael noticed a bug in the explanation of #17035.
3799      Branch: perl
3800            ! pod/perldiag.pod
3801 ____________________________________________________________________________
3802 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
3803         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
3804      Branch: perl
3805            ! pod/perldiag.pod
3806 ____________________________________________________________________________
3807 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
3808         Log: Subject: [DOCPATCH] perlthtut.pod
3809              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3810              Date: Thu, 06 Jun 2002 10:40:02 +0200
3811              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
3812      Branch: perl
3813            ! pod/perlthrtut.pod
3814 ____________________________________________________________________________
3815 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
3816         Log: NetWare update from Ananth Kesari.
3817      Branch: perl
3818            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3819            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3820            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3821            ! NetWare/t/NWScripts.pl x2p/a2p.h
3822 ____________________________________________________________________________
3823 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
3824         Log: Integrate perlio:
3825              
3826              [ 17030]
3827              doio.c tweaks
3828              - see SV passed to dup type open "looks_like__number"
3829              - apply layers to pipe opens.
3830      Branch: perl
3831           !> doio.c
3832 ____________________________________________________________________________
3833 [ 17031] By: ams                                   on 2002/06/06  11:49:13
3834         Log: Subject: [PATCH] perlguts.pod
3835              From: Nicholas Clark <nick@ccl4.org>
3836              Date: Thu, 6 Jun 2002 11:29:19 +0100
3837              Message-Id: <20020606112919.P22873@plum.flirble.org>
3838      Branch: perl
3839            ! pod/perlguts.pod
3840 ____________________________________________________________________________
3841 [ 17030] By: nick                                  on 2002/06/06  07:26:11
3842         Log: doio.c tweaks
3843              - see SV passed to dup type open "looks_like__number"
3844              - apply layers to pipe opens.
3845      Branch: perlio
3846            ! doio.c
3847 ____________________________________________________________________________
3848 [ 17029] By: nick                                  on 2002/06/06  06:32:35
3849         Log: Integrate mainline
3850      Branch: perlio
3851           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
3852           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
3853           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
3854           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
3855           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
3856 ____________________________________________________________________________
3857 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
3858         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
3859              output buffers because they exited with PerlProc_exit()
3860              instead of my_exit() (from Andy Dougherty)
3861      Branch: perl
3862            ! perl.c
3863 ____________________________________________________________________________
3864 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
3865         Log: BeOS status update; all platforms status update.
3866      Branch: perl
3867            ! README.beos pod/perlport.pod
3868 ____________________________________________________________________________
3869 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
3870         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
3871              From: Stas Bekman <stas@stason.org>
3872              Date: Wed, 05 Jun 2002 15:26:02 +0800
3873              Message-ID: <3CFDBD0A.8090505@stason.org>      
3874      Branch: perl
3875            ! lib/Pod/Html.pm
3876 ____________________________________________________________________________
3877 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
3878         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
3879              From: "Craig A. Berry" <craigberry@mac.com>
3880              Date: Wed, 05 Jun 2002 17:31:18 -0500
3881              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
3882      Branch: perl
3883            ! t/op/arith.t
3884 ____________________________________________________________________________
3885 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
3886         Log: MacOS X 10.1.5 still failing the DB tests.
3887      Branch: perl
3888            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
3889            ! pod/perldelta.pod
3890 ____________________________________________________________________________
3891 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
3892         Log: Address the second half of
3893              
3894              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
3895              From: jv@squirrel.nl (Johan Vromans)
3896              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
3897              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
3898              
3899              so that multiarg piped opens only accept optional whitespace
3900              after the "|-".  If and when perlio discipline awareness added
3901              to |-, the now added code branch will grow.
3902              
3903              No test case because hard to think of anything even remotely
3904              portable.
3905      Branch: perl
3906            ! doio.c
3907 ____________________________________________________________________________
3908 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
3909         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
3910              From: Doug MacEachern <dougm@covalent.net>
3911              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
3912              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
3913              
3914              (plus a test expanded from Schwern's [ID 20020602.006])
3915      Branch: perl
3916            ! pp.c t/op/tie.t
3917 ____________________________________________________________________________
3918 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
3919         Log: Subject: doc bug in perldoc
3920              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3921              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
3922              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
3923      Branch: perl
3924            ! utils/perldoc.PL
3925 ____________________________________________________________________________
3926 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
3927         Log: AUTHORS updates; perldelta blame^Wfame additions.
3928      Branch: perl
3929            ! AUTHORS pod/perldelta.pod
3930 ____________________________________________________________________________
3931 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
3932         Log: Mention Carp enhancements.
3933      Branch: perl
3934            ! pod/perldelta.pod
3935 ____________________________________________________________________________
3936 [ 17018] By: sky                                   on 2002/06/05  18:49:10
3937         Log: Update text slightly and update links to threads.pm instead of Thread.pm
3938      Branch: perl
3939            ! pod/perlfunc.pod
3940 ____________________________________________________________________________
3941 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
3942         Log: Remove a comma and a few whitespaces.
3943      Branch: perl
3944            ! pod/perlfunc.pod
3945 ____________________________________________________________________________
3946 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
3947         Log: $^O is 'beos' on BeOS
3948      Branch: perl
3949            ! lib/Tie/File/t/16_handle.t
3950 ____________________________________________________________________________
3951 [ 17015] By: nick                                  on 2002/06/05  15:11:00
3952         Log: Integrate mainline (for Configure)
3953      Branch: perlio
3954           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3955           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3956           !> hints/linux.sh myconfig.SH pod/perldelta.pod
3957 ____________________________________________________________________________
3958 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
3959         Log: Update Changes.
3960      Branch: perl
3961            ! Changes patchlevel.h
3962 ____________________________________________________________________________
3963 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
3964         Log: Mention the flakiness of AIX' make.
3965      Branch: perl
3966            ! pod/perldelta.pod
3967 ____________________________________________________________________________
3968 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
3969         Log: metaconfig unit change for #17011.
3970      Branch: metaconfig
3971            ! U/installdirs/inc_version_list.U
3972 ____________________________________________________________________________
3973 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
3974         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
3975              From: jason@openinformatics.com (Jason E. Stewart)
3976              Date: 04 Jun 2002 16:42:32 -0600
3977              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
3978              
3979              Unexpanded $prefix.
3980      Branch: perl
3981            ! Configure
3982 ____________________________________________________________________________
3983 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
3984         Log: glibc version is more a library issue than a compiler issue.
3985      Branch: perl
3986            ! myconfig.SH
3987 ____________________________________________________________________________
3988 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
3989         Log: Subject: [Encode PATCH] spurious warning
3990              From: Nicholas Clark <nick@unfortu.net>
3991              Date: Sun, 2 Jun 2002 20:26:22 +0100
3992              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
3993      Branch: perl
3994            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3995 ____________________________________________________________________________
3996 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
3997         Log: Show gnulibc_version in myconfig. 
3998      Branch: perl
3999            ! myconfig.SH
4000 ____________________________________________________________________________
4001 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
4002         Log: Regen Glossary for #16991.
4003      Branch: perl
4004            ! Porting/Glossary Porting/config.sh Porting/config_H
4005 ____________________________________________________________________________
4006 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
4007         Log: More for #16991.
4008      Branch: perl
4009            ! hints/linux.sh
4010 ____________________________________________________________________________
4011 [ 17005] By: nick                                  on 2002/06/05  07:23:22
4012         Log: Integrate mainline
4013      Branch: perlio
4014           +> ext/Thread/README.threads
4015            - README.threads
4016           !> (integrate 81 files)
4017 ____________________________________________________________________________
4018 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
4019         Log: FAQ sync.
4020      Branch: perl
4021            ! pod/perlfaq6.pod
4022 ____________________________________________________________________________
4023 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
4024         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
4025              From: Elizabeth Mattijsen <liz@dijkmat.nl>
4026              Date: Sun, 02 Jun 2002 21:36:05 +0200
4027              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
4028      Branch: perl
4029            ! ext/threads/shared/queue.pm
4030 ____________________________________________________________________________
4031 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
4032         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
4033              From: "Daniel Berger" <djberg96@attbi.com>
4034              Date: Mon, 03 Jun 2002 19:18:38 GMT
4035              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
4036      Branch: perl
4037            ! README.beos
4038 ____________________________________________________________________________
4039 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
4040         Log: Subject: One more sorry for Oracle
4041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4042              Date: Tue, 04 Jun 2002 10:02:17 +0200
4043              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
4044              
4045              (modified)
4046      Branch: perl
4047            ! README.hpux
4048 ____________________________________________________________________________
4049 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
4050         Log: metaconfig unit change for #16999.
4051      Branch: metaconfig
4052            ! U/threads/usethreads.U
4053 ____________________________________________________________________________
4054 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
4055         Log: Disable the combination of ithreads but not perlio.
4056      Branch: perl
4057            ! Configure INSTALL
4058 ____________________________________________________________________________
4059 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
4060         Log: perlthrtut links.
4061      Branch: perl
4062            ! ext/threads/shared/shared.pm ext/threads/threads.pm
4063            ! pod/perldelta.pod
4064 ____________________________________________________________________________
4065 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
4066         Log: Unmatchings.
4067      Branch: perl
4068            ! README.netware README.win32
4069 ____________________________________________________________________________
4070 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
4071         Log: Subject: Re: 2nd draft of announcement
4072              From: "John P. Linderman" <jpl@research.att.com>
4073              Date: Mon, 03 Jun 2002 08:57:49 -0400
4074              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
4075              
4076              Let's not forget the mystery IRIX failure.
4077      Branch: perl
4078            ! pod/perldelta.pod
4079 ____________________________________________________________________________
4080 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
4081         Log: Move the obsolete README.threads out of sight to ext/Threads;
4082              save one part of the IRIX knowledge in INSTALL (though IRIX
4083              6.2 is quite old...)
4084      Branch: perl
4085            + ext/Thread/README.threads
4086            - README.threads
4087            ! INSTALL MANIFEST
4088 ____________________________________________________________________________
4089 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
4090         Log: Upgrade to Math::BigRat 0.07.
4091      Branch: perl
4092            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
4093            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
4094            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
4095 ____________________________________________________________________________
4096 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
4097         Log: metaconfig unit change #16991.
4098      Branch: metaconfig
4099            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
4100 ____________________________________________________________________________
4101 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
4102         Log: Forgot from #16991.
4103      Branch: perl
4104            ! config_h.SH
4105 ____________________________________________________________________________
4106 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
4107         Log: Subject: Re: hints/linux.sh & stdio
4108              From: Andy Dougherty <doughera@lafayette.edu>
4109              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
4110              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
4111      Branch: perl
4112            ! Configure
4113 ____________________________________________________________________________
4114 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
4115         Log: Integrate maintperl change #16988;
4116              
4117              make IO::Pipe work on windows
4118      Branch: perl
4119           !> ext/IO/lib/IO/Pipe.pm
4120 ____________________________________________________________________________
4121 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
4122         Log: Integrate macperl changes #16974 and #16975;
4123              
4124              nativize() isn't happy with absolute Mac paths
4125              
4126              Test::Harness test fixes, attempt #3 :-)
4127      Branch: perl
4128           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
4129           !> lib/Test/Harness/t/callback.t
4130           !> lib/Test/Harness/t/strap-analyze.t
4131           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
4132 ____________________________________________________________________________
4133 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
4134         Log: make IO::Pipe work on windows
4135      Branch: maint-5.6/perl
4136            ! ext/IO/lib/IO/Pipe.pm
4137 ____________________________________________________________________________
4138 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
4139         Log: s/modperl/mod_perl/g
4140      Branch: perl
4141            ! README.aix pod/perldelta.pod
4142 ____________________________________________________________________________
4143 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
4144         Log: Subject: [DOC PATCH] perldelta.pod
4145              From: Philip Newton <Philip.Newton@gmx.net>
4146              Date: Tue, 04 Jun 2002 06:52:55 +0200
4147              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
4148              
4149              (with one nit, s/modperl/mod_perl/)
4150      Branch: perl
4151            ! pod/perldelta.pod
4152 ____________________________________________________________________________
4153 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
4154         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
4155      Branch: perl
4156            ! pod/perlfunc.pod
4157 ____________________________________________________________________________
4158 [ 16984] By: ams                                   on 2002/06/04  01:05:49
4159         Log: Subject: [PATCH] Re: Some bugs in RC1
4160              From: Michael G Schwern <schwern@pobox.com>
4161              Date: Mon, 03 Jun 2002 19:59:21 -0400
4162              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
4163      Branch: perl
4164            ! lib/perl5db.pl
4165 ____________________________________________________________________________
4166 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
4167         Log: Update Errno slightly to latest version
4168      Branch: macperl
4169            ! macos/lib/Errno.pm
4170 ____________________________________________________________________________
4171 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
4172         Log: Protect against localizing an %ENV slice.
4173      Branch: perl
4174            ! lib/Cwd.pm
4175 ____________________________________________________________________________
4176 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
4177         Log: Document that lock() is a "weak keyword".
4178      Branch: perl
4179            ! pod/perlfunc.pod
4180 ____________________________________________________________________________
4181 [ 16980] By: ams                                   on 2002/06/03  18:38:26
4182         Log: Subject: [PATCH Switch.pm] Minor typo
4183              From: Philip Newton <Philip.Newton@gmx.net>
4184              Date: Mon, 03 Jun 2002 21:35:55 +0200
4185              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
4186      Branch: perl
4187            ! lib/Switch.pm
4188 ____________________________________________________________________________
4189 [ 16979] By: ams                                   on 2002/06/03  17:06:03
4190         Log: Remove all occurrences of occurence, except for one (in the
4191              Changelog) that is preserved for historical reasons.
4192      Branch: perl
4193            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
4194            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
4195            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
4196 ____________________________________________________________________________
4197 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
4198         Log: Update Changes
4199      Branch: macperl
4200            ! macos/Changes
4201 ____________________________________________________________________________
4202 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
4203         Log: Update Help menu for 5.8
4204      Branch: macperl
4205            ! macos/macperl/MacPerl.podhelp
4206 ____________________________________________________________________________
4207 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
4208         Log: Bump versions
4209      Branch: macperl
4210            ! macos/MPVersion.r macos/config.h macos/config.sh
4211 ____________________________________________________________________________
4212 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
4213         Log: Test::Harness test fixes, attempt #3 :-)
4214      Branch: macperl
4215            ! lib/Test/Harness/t/callback.t
4216            ! lib/Test/Harness/t/strap-analyze.t
4217            ! lib/Test/Harness/t/test-harness.t
4218 ____________________________________________________________________________
4219 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
4220         Log: nativize() isn't happy with absolute Mac paths
4221      Branch: macperl
4222            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
4223            ! lib/lib_pm.PL
4224 ____________________________________________________________________________
4225 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
4226         Log: Integrate #16971 from maint-5.6;
4227              
4228              IO::Poll wasn't working on windows since poll.c wasn't using the
4229              same abstractions as perl; for test case, see:
4230              http://bugs.activestate.com/show_bug.cgi?id=19624
4231      Branch: perl
4232           !> XSUB.h ext/IO/poll.c
4233 ____________________________________________________________________________
4234 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
4235         Log: A few links.
4236      Branch: perl
4237            ! pod/perldelta.pod
4238 ____________________________________________________________________________
4239 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
4240         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
4241              same abstractions as perl; for test case, see:
4242              http://bugs.activestate.com/show_bug.cgi?id=19624
4243      Branch: maint-5.6/perl
4244            ! XSUB.h ext/IO/poll.c
4245 ____________________________________________________________________________
4246 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
4247         Log: Various perldelta tweaks.
4248      Branch: perl
4249            ! pod/perldelta.pod
4250 ____________________________________________________________________________
4251 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
4252         Log: Update Changes.
4253      Branch: perl
4254            ! Changes patchlevel.h
4255 ____________________________________________________________________________
4256 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
4257         Log: Integrate perl for 5.8.0 RC1
4258      Branch: macperl
4259           !> (integrate 77 files)
4260 ____________________________________________________________________________
4261 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
4262         Log: Two obsolete files.
4263      Branch: perl
4264            ! Porting/makerel
4265 ____________________________________________________________________________
4266 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
4267         Log: This is Perl 5.8.0 RC 1.
4268      Branch: perl
4269            ! patchlevel.h
4270 ____________________________________________________________________________
4271 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
4272         Log: Update Changes.
4273      Branch: perl
4274            ! Changes patchlevel.h
4275 ____________________________________________________________________________
4276 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
4277         Log: Subject: [Encode] 1.75 Released
4278              From: Dan Kogai <dankogai@dan.co.jp>
4279              Date: Sun, 2 Jun 2002 03:19:19 +0900
4280              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
4281      Branch: perl
4282            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
4283            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4284            ! ext/Encode/lib/Encode/Alias.pm
4285            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4286            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4287 ____________________________________________________________________________
4288 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
4289         Log: Paranoia regen_headers; no changes but at least
4290              the timestamps are now fine.
4291      Branch: perl
4292            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
4293            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
4294            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
4295            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
4296            ! warnings.h
4297 ____________________________________________________________________________
4298 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
4299         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
4300              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4301              Date: Sat, 01 Jun 2002 11:35:22 +0200
4302              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
4303      Branch: perl
4304            ! README.hpux
4305 ____________________________________________________________________________
4306 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
4307         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
4308      Branch: perl
4309            ! pod/perldelta.pod pod/perltoc.pod
4310 ____________________________________________________________________________
4311 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
4312         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
4313      Branch: perl
4314            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
4315            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
4316 ____________________________________________________________________________
4317 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
4318         Log: Even more VMSifying (this time more like de-MacOSifying).
4319      Branch: perl
4320            ! lib/Test/Harness/t/test-harness.t
4321 ____________________________________________________________________________
4322 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
4323         Log: VMSifying from Craig Berry.
4324      Branch: perl
4325            ! lib/Test/Harness/t/callback.t
4326            ! lib/Test/Harness/t/strap-analyze.t
4327            ! lib/Test/Harness/t/test-harness.t
4328 ____________________________________________________________________________
4329 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
4330         Log: Mention the CJK docs.
4331      Branch: perl
4332            ! pod/perldelta.pod
4333 ____________________________________________________________________________
4334 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
4335         Log: Subject: [PATCH] another Storable test
4336              From: Nicholas Clark <nick@unfortu.net>
4337              Date: Sat, 1 Jun 2002 14:07:01 +0100
4338              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
4339      Branch: perl
4340            ! ext/Storable/t/interwork56.t
4341 ____________________________________________________________________________
4342 [ 16955] By: nick                                  on 2002/06/01  09:02:48
4343         Log: Integrate mainline
4344      Branch: perlio
4345            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4346           !> (integrate 62 files)
4347 ____________________________________________________________________________
4348 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
4349         Log: Make the changes MacOS-specific.
4350      Branch: perl
4351            ! lib/Test/Harness/t/callback.t
4352            ! lib/Test/Harness/t/strap-analyze.t
4353            ! lib/Test/Harness/t/test-harness.t
4354 ____________________________________________________________________________
4355 [ 16953] By: ams                                   on 2002/06/01  03:20:52
4356         Log: Remove $Id$ lines.
4357      Branch: perl
4358            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4359            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4360            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4361            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4362            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4363            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
4364            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
4365            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
4366            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
4367            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
4368            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
4369            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
4370            ! ext/Storable/t/utf8hash.t
4371 ____________________________________________________________________________
4372 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
4373         Log: Perl Labs dead, Smokers live.
4374      Branch: perl
4375            ! pod/perlhack.pod
4376 ____________________________________________________________________________
4377 [ 16951] By: ams                                   on 2002/06/01  03:08:02
4378         Log: Nitpick at ChangeLog until it is consistently formatted.
4379      Branch: perl
4380            ! ext/Storable/ChangeLog
4381 ____________________________________________________________________________
4382 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
4383         Log: strictify lib.pm.
4384      Branch: perl
4385            ! lib/lib_pm.PL
4386 ____________________________________________________________________________
4387 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
4388         Log: s/invcer/incver/
4389      Branch: perl
4390            ! lib/lib_pm.PL
4391 ____________________________________________________________________________
4392 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
4393         Log: Subject: Re: perl@16925
4394              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4395              Date: Fri, 31 May 2002 19:56:39 -0700
4396              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
4397              
4398              Self-tie clarifications.
4399      Branch: perl
4400            ! pod/perldelta.pod
4401 ____________________________________________________________________________
4402 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
4403         Log: Be exact of what happens.
4404      Branch: perl
4405            ! README.cygwin
4406 ____________________________________________________________________________
4407 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
4408         Log: Subject: [Patch] Inplace editing on Cygwin and others?
4409              From: "Gerrit P. Haase" <gp@familiehaase.de>
4410              Date: Sat, 1 Jun 2002 04:14:43 +0200
4411              Message-ID: <199100765833.20020601041443@familiehaase.de>
4412      Branch: perl
4413            ! README.cygwin doio.c perl.c
4414 ____________________________________________________________________________
4415 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
4416         Log: MacOS test glitch.
4417      Branch: perl
4418            ! ext/Digest/MD5/t/files.t
4419 ____________________________________________________________________________
4420 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
4421         Log: Update Changes.
4422      Branch: perl
4423            ! Changes patchlevel.h
4424 ____________________________________________________________________________
4425 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
4426         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
4427              From: "Craig A. Berry" <craigberry@mac.com>
4428              Date: Fri, 31 May 2002 17:20:11 -0500
4429              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
4430              
4431              Avoid redef warning.
4432      Branch: perl
4433            ! lib/Math/BigInt/Calc.pm
4434 ____________________________________________________________________________
4435 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
4436         Log: Integrate macperl patches #16926 and #16938;
4437              
4438              Big MacPerl Testing Patch No. 2
4439              
4440              Big MacPerl Testing Patch No. 3
4441      Branch: perl
4442           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4443           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
4444           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4445           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
4446           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
4447           !> lib/Test/Harness/t/callback.t
4448           !> lib/Test/Harness/t/strap-analyze.t
4449           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
4450           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
4451           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
4452 ____________________________________________________________________________
4453 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
4454         Log: Configuration / test updates
4455      Branch: macperl
4456            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4457            ! macos/Makefile.mk
4458 ____________________________________________________________________________
4459 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
4460         Log: Fix various Makefile.PL for string/array conflicts
4461      Branch: macperl
4462            ! macos/ext/Mac/Controls/Makefile.PL
4463            ! macos/ext/Mac/Dialogs/Makefile.PL
4464            ! macos/ext/Mac/Events/Makefile.PL
4465            ! macos/ext/Mac/Files/Makefile.PL
4466            ! macos/ext/Mac/Fonts/Makefile.PL
4467            ! macos/ext/Mac/Lists/Makefile.PL
4468            ! macos/ext/Mac/Menus/Makefile.PL
4469            ! macos/ext/Mac/MoreFiles/Makefile.PL
4470            ! macos/ext/Mac/Movies/Makefile.PL
4471            ! macos/ext/Mac/Navigation/Makefile.PL
4472            ! macos/ext/Mac/Notification/Makefile.PL
4473            ! macos/ext/Mac/OSA/Makefile.PL
4474            ! macos/ext/Mac/QDOffscreen/Makefile.PL
4475            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
4476            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
4477            ! macos/ext/Mac/StandardFile/Makefile.PL
4478            ! macos/ext/Mac/TextEdit/Makefile.PL
4479            ! macos/ext/Mac/Windows/Makefile.PL
4480            ! macos/ext/MacPerl/Makefile.PL
4481 ____________________________________________________________________________
4482 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
4483         Log: Integrate perl
4484      Branch: macperl
4485            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4486           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
4487           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
4488           !> pod/perlvar.pod
4489 ____________________________________________________________________________
4490 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
4491         Log: Big MacPerl Testing Patch No. 3
4492      Branch: macperl
4493            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
4494            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
4495            ! lib/Test/Harness/t/callback.t
4496            ! lib/Test/Harness/t/strap-analyze.t
4497            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
4498            ! utils/dprofpp.PL utils/splain.PL
4499 ____________________________________________________________________________
4500 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
4501         Log: Update the LWP status.
4502      Branch: perl
4503            ! pod/perldelta.pod
4504 ____________________________________________________________________________
4505 [ 16936] By: nick                                  on 2002/05/31  20:07:40
4506         Log: Integrate mainline
4507      Branch: perlio
4508           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4509           +> lib/File/Spec/NW5.pm
4510            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4511            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4512            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4513            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4514           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
4515           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
4516           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
4517           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
4518           !> pod/perlvar.pod toke.c
4519 ____________________________________________________________________________
4520 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
4521         Log: Freudian slip :-)
4522      Branch: perl
4523            ! pod/perlhist.pod
4524 ____________________________________________________________________________
4525 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
4526         Log: perlhist update.
4527      Branch: perl
4528            ! pod/perlhist.pod
4529 ____________________________________________________________________________
4530 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
4531         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
4532              From: Andy Dougherty <doughera@lafayette.edu>
4533              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
4534              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
4535      Branch: perl
4536            ! lib/Math/BigInt/t/mbi_rand.t
4537 ____________________________________________________________________________
4538 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
4539         Log: From: Michael G Schwern <schwern@pobox.com>
4540              Date: Fri, 31 May 2002 15:18:02 -0400
4541              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
4542              To: perl5-porters@perl.org
4543      Branch: perl
4544            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4545            ! MANIFEST
4546 ____________________________________________________________________________
4547 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
4548         Log: More datapoints on gcc/alpha.
4549      Branch: perl
4550            ! pod/perldelta.pod
4551 ____________________________________________________________________________
4552 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
4553         Log: Document that old gccs on Alpha are no good.
4554      Branch: perl
4555            ! pod/perldelta.pod
4556 ____________________________________________________________________________
4557 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
4558         Log: Integrate perl
4559      Branch: macperl
4560           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
4561           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
4562           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
4563           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4564           +> t/lib/sample-tests/skipall_nomsg
4565            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4566            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4567            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4568            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
4569            - NetWare/bat/ToggleXDC.bat
4570           !> (integrate 86 files)
4571 ____________________________________________________________________________
4572 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
4573         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
4574              From: Colin Watson <colinw@zeus.com>
4575              Date: Fri, 31 May 2002 17:34:06 +0100
4576              Message-ID: <20020531163406.GA10401@zeus.com>
4577      Branch: perl
4578            ! hints/hpux.sh
4579 ____________________________________________________________________________
4580 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
4581         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
4582              From: Paul_GreenVOS@vos.stratus.com
4583              Date: Fri, 31 May 02 12:23 edt
4584              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
4585      Branch: perl
4586            ! pod/perlport.pod pod/perlvar.pod
4587 ____________________________________________________________________________
4588 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
4589         Log: Big MacPerl Testing Patch No. 2
4590              There might be more soon, but this is almost all of it for now
4591      Branch: macperl
4592            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4593            ! lib/Devel/SelfStubber.t lib/English.t
4594            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4595            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
4596            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
4597            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
4598 ____________________________________________________________________________
4599 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
4600         Log: Update Changes.
4601      Branch: perl
4602            ! Changes patchlevel.h
4603 ____________________________________________________________________________
4604 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
4605         Log: Missing MANIFESTations.
4606      Branch: perl
4607            ! MANIFEST
4608 ____________________________________________________________________________
4609 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
4610         Log: DJGPP tweaks from Laszlo.
4611      Branch: perl
4612            ! lib/English.t
4613 ____________________________________________________________________________
4614 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
4615         Log: NetWare update from Ananth Kesari.
4616      Branch: perl
4617            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4618            + lib/File/Spec/NW5.pm
4619            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4620            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4621            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4622            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4623            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
4624            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
4625            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
4626 ____________________________________________________________________________
4627 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
4628         Log: Integrate perlio:
4629              
4630              [ 16920]
4631              Use File::Spec for blib expectance tests - skating round
4632              existing MacOS and VMS hacks.
4633      Branch: perl
4634           !> lib/blib.t
4635 ____________________________________________________________________________
4636 [ 16920] By: nick                                  on 2002/05/31  08:48:40
4637         Log: Use File::Spec for blib expectance tests - skating round
4638              existing MacOS and VMS hacks.
4639      Branch: perlio
4640            ! lib/blib.t
4641 ____________________________________________________________________________
4642 [ 16919] By: nick                                  on 2002/05/31  08:39:37
4643         Log: Integrate mainline
4644      Branch: perlio
4645           +> ext/Storable/t/interwork56.t
4646           +> ext/Storable/t/make_56_interwork.pl
4647           +> lib/ExtUtils/t/writemakefile_args.t
4648           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4649           +> t/lib/sample-tests/skipall_nomsg
4650            - NetWare/bat/Setwatcom.bat
4651           !> (integrate 62 files)
4652 ____________________________________________________________________________
4653 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
4654         Log: Regen toc.
4655      Branch: perl
4656            ! pod/perltoc.pod
4657 ____________________________________________________________________________
4658 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
4659         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
4660              From: "Craig A. Berry" <craigberry@mac.com>
4661              Date: Thu, 30 May 2002 22:14:15 -0500
4662              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
4663      Branch: perl
4664            ! t/test.pl
4665 ____________________________________________________________________________
4666 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
4667         Log: Missing from #16914.
4668      Branch: perl
4669            ! MANIFEST
4670 ____________________________________________________________________________
4671 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
4672         Log: BeOS status update.
4673      Branch: perl
4674            ! AUTHORS README.beos pod/perldelta.pod
4675 ____________________________________________________________________________
4676 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
4677         Log: Upgrade to Test::Harness 2.24.
4678      Branch: perl
4679            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4680            + t/lib/sample-tests/skipall_nomsg
4681            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4682            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4683            ! lib/Test/Harness/t/strap-analyze.t
4684            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
4685 ____________________________________________________________________________
4686 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
4687         Log: metaconfig unit change for #16912.
4688      Branch: metaconfig/U/perl
4689            ! perlpath.U
4690 ____________________________________________________________________________
4691 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
4692         Log: Subject: Improved $^X patch
4693              From: Paul_GreenVOS@vos.stratus.com
4694              Date: Thu, 30 May 02 17:32 edt
4695              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
4696      Branch: perl
4697            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4698            ! pod/perlport.pod pod/perlvar.pod
4699 ____________________________________________________________________________
4700 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
4701         Log: Subject: [PATCH configure.com] _ext -> _exe
4702              From: "Craig A. Berry" <craigberry@mac.com>
4703              Date: Thu, 30 May 2002 18:32:43 -0500
4704              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
4705      Branch: perl
4706            ! configure.com
4707 ____________________________________________________________________________
4708 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
4709         Log: Because of #16909 MANIFEST changes.
4710      Branch: perl
4711            ! t/TEST t/harness
4712 ____________________________________________________________________________
4713 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
4714         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
4715              From: Nicholas Clark <nick@unfortu.net>
4716              Date: Fri, 31 May 2002 00:02:22 +0100
4717              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
4718      Branch: perl
4719            + ext/Storable/t/interwork56.t
4720            + ext/Storable/t/make_56_interwork.pl
4721            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
4722            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4723            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
4724 ____________________________________________________________________________
4725 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
4726         Log: Integrate perlio:
4727              
4728              [ 16895]
4729              Play safe and avoid writes to stdio's buffer (for glibc2.3)
4730      Branch: perl
4731           !> perlio.c
4732 ____________________________________________________________________________
4733 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
4734         Log: Upgrade to Math::BigRat 0.06.
4735      Branch: perl
4736            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
4737 ____________________________________________________________________________
4738 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
4739         Log: Upgrade to Math::BigInt 1.57.
4740      Branch: perl
4741            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4742            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4743            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
4744            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
4745            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
4746 ____________________________________________________________________________
4747 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
4748         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
4749              From: "Craig A. Berry" <craigberry@mac.com>
4750              Date: Thu, 30 May 2002 16:22:40 -0500
4751              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
4752      Branch: perl
4753            ! lib/blib.t
4754 ____________________________________________________________________________
4755 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
4756         Log: Upgrade to ExtUtils::MakeMaker 6.01.
4757      Branch: perl
4758            + lib/ExtUtils/t/writemakefile_args.t
4759            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4760            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
4761            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
4762            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
4763            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4764            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4765            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
4766            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
4767 ____________________________________________________________________________
4768 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
4769         Log: prevent attempts to load extension libraries more than once on darwin.
4770              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
4771      Branch: perl
4772            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4773 ____________________________________________________________________________
4774 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
4775         Log: Obsolete file.
4776      Branch: perl
4777            - NetWare/bat/Setwatcom.bat
4778            ! MANIFEST
4779 ____________________________________________________________________________
4780 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
4781         Log: Update Andy.
4782      Branch: perl
4783            ! hints/linux.sh
4784 ____________________________________________________________________________
4785 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
4786         Log: INT2PTR/PTR2IV defined twice.
4787      Branch: perl
4788            ! ext/Devel/PPPort/PPPort.pm
4789 ____________________________________________________________________________
4790 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
4791         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
4792              From: PPrymmer@factset.com
4793              Date: Thu, 30 May 2002 13:57:31 -0400
4794              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
4795              
4796              Multinet matters with s/might the/mind the/
4797      Branch: perl
4798            ! README.vms
4799 ____________________________________________________________________________
4800 [ 16898] By: nick                                  on 2002/05/30  15:55:46
4801         Log: Integrate mainline
4802      Branch: perlio
4803           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
4804           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
4805 ____________________________________________________________________________
4806 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
4807         Log: Document the glibc 2.2.5 long long bug.
4808      Branch: perl
4809            ! pod/perldelta.pod
4810 ____________________________________________________________________________
4811 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
4812         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
4813              From: Abigail <abigail@foad.org>
4814              Date: Thu, 30 May 2002 09:33:51 -0700
4815              Message-ID: <20020530093351.A18225@ucan.foad.org>
4816      Branch: perl
4817            ! pod/perlfunc.pod
4818 ____________________________________________________________________________
4819 [ 16895] By: nick                                  on 2002/05/30  14:40:11
4820         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
4821      Branch: perlio
4822            ! perlio.c
4823 ____________________________________________________________________________
4824 [ 16894] By: nick                                  on 2002/05/30  14:39:19
4825         Log: Integrate mainline
4826      Branch: perlio
4827           !> (integrate 50 files)
4828 ____________________________________________________________________________
4829 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
4830         Log: Update Changes.
4831      Branch: perl
4832            ! Changes patchlevel.h
4833 ____________________________________________________________________________
4834 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
4835         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
4836              From: "Green, Paul" <Paul.Green@stratus.com>
4837              Date: Thu, 30 May 2002 11:11:35 -0400
4838              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
4839      Branch: perl
4840            ! pod/perlvar.pod
4841 ____________________________________________________________________________
4842 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
4843         Log: charnames patch from Thomas Wegner.
4844      Branch: perl
4845            ! lib/charnames.pm lib/charnames.t
4846 ____________________________________________________________________________
4847 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
4848         Log: Subject: [Patch perl@16861] charnames::vianame tweak
4849              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4850              Date: Thu, 30 May 2002 23:56:51 +0900
4851              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
4852      Branch: perl
4853            ! lib/charnames.pm
4854 ____________________________________________________________________________
4855 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
4856         Log: Chart the self-tying minefield.
4857      Branch: perl
4858            ! pod/perldelta.pod
4859 ____________________________________________________________________________
4860 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
4861         Log: Ignasi Roca convinced me, so #16855 is back in.
4862      Branch: perl
4863            ! utfebcdic.h
4864 ____________________________________________________________________________
4865 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
4866         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
4867              From: Andy Dougherty <doughera@lafayette.edu>
4868              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
4869              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
4870      Branch: perl
4871            ! hints/linux.sh
4872 ____________________________________________________________________________
4873 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
4874         Log: Sync with libnet-1.12
4875      Branch: perl
4876            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
4877 ____________________________________________________________________________
4878 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
4879         Log: Subject: Re: perl@16861
4880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4881              Date: Wed, 29 May 2002 15:27:18 -0700
4882              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
4883              
4884              Yitzchak won't give up on self-ties.
4885      Branch: perl
4886            ! pp_sys.c t/op/tie.t
4887 ____________________________________________________________________________
4888 [ 16884] By: ams                                   on 2002/05/30  13:32:52
4889         Log: Ronald Kimball pointed out that there was a run-on sentence in the
4890              last patch by Stas Bekman, and I fixed it, and while I was at it, I
4891              fixed the wording of the last phrase as well, and then I re-wrapped
4892              the paragraph.
4893      Branch: perl
4894            ! pod/perlvar.pod
4895 ____________________________________________________________________________
4896 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
4897         Log: Integrate macperl change #16875.
4898      Branch: perl
4899           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4900           !> t/lib/warnings/op
4901 ____________________________________________________________________________
4902 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
4903         Log: Integrate macperl patch #16868.
4904      Branch: perl
4905           !> (integrate 36 files)
4906 ____________________________________________________________________________
4907 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
4908         Log: Subject: Re: [ PATCH ] module test fest
4909              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4910              Date: Thu, 30 May 2002 13:52:18 +0200
4911              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
4912              
4913              HP-UX Oracle wisdom (with some tweaks)
4914      Branch: perl
4915            ! README.hpux
4916 ____________________________________________________________________________
4917 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
4918         Log: metaconfig unit change for #16879.
4919      Branch: metaconfig
4920            ! U/modified/Options.U
4921 ____________________________________________________________________________
4922 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
4923         Log: Configure -A should not mangle spaces, from H.Merijn B.
4924      Branch: perl
4925            ! Configure
4926 ____________________________________________________________________________
4927 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
4928         Log: OS/2: found the _fd_flags() prototype.
4929      Branch: perl
4930            ! os2/os2ish.h
4931 ____________________________________________________________________________
4932 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
4933         Log: Fix up the signal handler reinstallation lore.
4934      Branch: perl
4935            ! pod/perlipc.pod
4936 ____________________________________________________________________________
4937 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
4938         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
4939              From: Stas Bekman <stas@stason.org>
4940              Date: Thu, 30 May 2002 15:29:02 +0800
4941              Message-ID: <3CF5D4BE.4000500@stason.org>
4942      Branch: perl
4943            ! pod/perlipc.pod
4944 ____________________________________________________________________________
4945 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
4946         Log: Fixes for fixes
4947      Branch: macperl
4948            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4949            ! t/lib/warnings/op
4950 ____________________________________________________________________________
4951 [ 16874] By: ams                                   on 2002/05/30  07:41:30
4952         Log: Fix typo in #16866.
4953      Branch: perl
4954            ! lib/File/stat.t
4955 ____________________________________________________________________________
4956 [ 16873] By: ams                                   on 2002/05/30  07:39:24
4957         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
4958              From: Stas Bekman <stas@stason.org>
4959              Date: Thu, 30 May 2002 16:14:55 +0800
4960              Message-Id: <3CF5DF7F.1060700@stason.org>
4961      Branch: perl
4962            ! lib/File/Spec/Unix.pm
4963 ____________________________________________________________________________
4964 [ 16872] By: ams                                   on 2002/05/30  07:38:34
4965         Log: Subject: [PATCH pod/perlvar.pod] $^X
4966              From: Stas Bekman <stas@stason.org>
4967              Date: Thu, 30 May 2002 15:59:48 +0800
4968              Message-Id: <3CF5DBF4.7080500@stason.org>
4969      Branch: perl
4970            ! pod/perlvar.pod
4971 ____________________________________________________________________________
4972 [ 16871] By: nick                                  on 2002/05/30  06:45:56
4973         Log: Integrate all but lib/File/stat.t which seems broken.
4974      Branch: perlio
4975           !> Changes Porting/patching.pod cygwin/perlld.in
4976           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
4977           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4978           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
4979           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
4980           !> t/run/fresh_perl.t utfebcdic.h
4981 ____________________________________________________________________________
4982 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
4983         Log: Integrate perl
4984      Branch: macperl
4985           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4986           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4987           !> (integrate 137 files)
4988 ____________________________________________________________________________
4989 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
4990         Log: Makefile / config / test updates for MacPerl
4991      Branch: macperl
4992            + macos/MacPerlMakeTests.plx
4993            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4994            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
4995            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
4996 ____________________________________________________________________________
4997 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
4998         Log: Big MacPerl Testing Patch No. 1
4999              If you like this, stay tuned, there's more to come!
5000      Branch: macperl
5001            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
5002            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
5003            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
5004            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
5005            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
5006            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
5007            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
5008            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
5009            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
5010            ! lib/Test/Harness/t/strap-analyze.t
5011            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
5012            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
5013            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
5014            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
5015            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
5016 ____________________________________________________________________________
5017 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
5018         Log: Attachments are okay.
5019      Branch: perl
5020            ! Porting/patching.pod
5021 ____________________________________________________________________________
5022 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
5023         Log: OS/2: ENOINO.
5024      Branch: perl
5025            ! lib/File/stat.t
5026 ____________________________________________________________________________
5027 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
5028         Log: OS/2: provide prototype.
5029      Branch: perl
5030            ! os2/os2ish.h
5031 ____________________________________________________________________________
5032 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
5033         Log: OS/2: fp stringification fudge.
5034              (After this the whole suite passes 98.30%)
5035      Branch: perl
5036            ! t/base/num.t
5037 ____________________________________________________________________________
5038 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
5039         Log: harness wasn't running x2p/s2p.t.
5040      Branch: perl
5041            ! t/harness
5042 ____________________________________________________________________________
5043 [ 16862] By: nick                                  on 2002/05/29  14:12:41
5044         Log: Integrate mainline
5045      Branch: perlio
5046           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5047           !> (integrate 100 files)
5048 ____________________________________________________________________________
5049 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
5050         Log: Subject: [PATCH] pack 'w' should be using NV, not double
5051              From: Nicholas Clark <nick@ccl4.org>
5052              Date: Wed, 29 May 2002 15:38:41 +0100
5053              Message-ID: <20020529153840.L53388@plum.flirble.org>
5054      Branch: perl
5055            ! pp_pack.c
5056 ____________________________________________________________________________
5057 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
5058         Log: Update Changes.
5059      Branch: perl
5060            ! Changes patchlevel.h
5061 ____________________________________________________________________________
5062 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
5063         Log: Spelling bee.
5064      Branch: perl
5065            ! t/op/tie.t
5066 ____________________________________________________________________________
5067 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
5068         Log: Recover some of the #16845.
5069      Branch: perl
5070            ! sv.c t/op/tie.t t/run/fresh_perl.t
5071 ____________________________________________________________________________
5072 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
5073         Log: Retract #16855 until settled.
5074      Branch: perl
5075            ! utfebcdic.h
5076 ____________________________________________________________________________
5077 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
5078         Log: OS/2: more missing definitions.
5079      Branch: perl
5080            ! os2/os2ish.h
5081 ____________________________________________________________________________
5082 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
5083         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
5084              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
5085              Date: Wed, 29 May 2002 13:16:16 +0200
5086              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
5087      Branch: perl
5088            ! utfebcdic.h
5089 ____________________________________________________________________________
5090 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
5091         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
5092      Branch: perl
5093            ! ext/Devel/PPPort/PPPort.pm
5094 ____________________________________________________________________________
5095 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
5096         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
5097              From: "Gerrit P. Haase" <gp@familiehaase.de>
5098              Date: Wed, 29 May 2002 08:06:43 +0200
5099              Message-ID: <1881715214417.20020529080643@familiehaase.de>
5100      Branch: perl
5101            ! perl.h
5102 ____________________________________________________________________________
5103 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
5104         Log: OS/2: more missing headers from John Poltorak.
5105      Branch: perl
5106            ! os2/os2ish.h
5107 ____________________________________________________________________________
5108 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
5109         Log: Subject: Re: forewarning: usedevel and versiononly
5110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5111              Date: Wed, 29 May 2002 09:41:23 +0200
5112              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
5113              
5114              More 5.7.3 -> 5.8.0.
5115      Branch: perl
5116            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
5117            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
5118 ____________________________________________________________________________
5119 [ 16850] By: ams                                   on 2002/05/29  06:48:19
5120         Log: Lots of spring cleaning. (No functional changes.)
5121      Branch: perl
5122            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5123            ! ext/Storable/README ext/Storable/Storable.pm
5124            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
5125            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
5126            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
5127            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5128            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5129            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
5130            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
5131            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5132            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5133            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
5134 ____________________________________________________________________________
5135 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
5136         Log: pod cleanups.
5137      Branch: perl
5138            ! README.aix README.cygwin README.jp README.ko README.macos
5139            ! README.tw pod/perl561delta.pod pod/perldelta.pod
5140            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
5141            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
5142            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
5143 ____________________________________________________________________________
5144 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
5145         Log: Regen perltoc.
5146      Branch: perl
5147            ! pod/perltoc.pod
5148 ____________________________________________________________________________
5149 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
5150         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
5151              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5152              Date: Wed, 29 May 2002 02:48:15 +0400
5153              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
5154      Branch: perl
5155            ! wince/Makefile.ce
5156 ____________________________________________________________________________
5157 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
5158         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
5159              From: PPrymmer@factset.com
5160              Date: Tue, 28 May 2002 18:34:55 -0400
5161              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
5162      Branch: perl
5163            ! configure.com vms/genopt.com
5164 ____________________________________________________________________________
5165 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
5166         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
5167              to restore some level of sanity in the tied scalars can of worms.
5168      Branch: perl
5169            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
5170 ____________________________________________________________________________
5171 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
5172         Log: extension of change#16332: isolate signal diddling to the main
5173              interpreter (fixes signal-related races, e.g. when multiple
5174              threads run system())
5175      Branch: maint-5.6/perl
5176            ! util.c
5177 ____________________________________________________________________________
5178 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
5179         Log: Bump the version numbers to five-eight-oh.
5180      Branch: perl
5181            ! Configure NetWare/Makefile NetWare/config_H.wc
5182            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
5183            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
5184            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
5185            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5186            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
5187            ! wince/config_H.ce
5188 ____________________________________________________________________________
5189 [ 16842] By: ams                                   on 2002/05/28  19:34:27
5190         Log: Subject: Minor INSTALL patch
5191              From: Andy Dougherty <doughera@lafayette.edu>
5192              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
5193              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
5194      Branch: perl
5195            ! INSTALL
5196 ____________________________________________________________________________
5197 [ 16841] By: ams                                   on 2002/05/28  19:01:22
5198         Log: Add integer.t to MANIFEST.
5199      Branch: perl
5200            ! ext/Storable/MANIFEST
5201 ____________________________________________________________________________
5202 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
5203         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
5204              From: Dan Kogai <dankogai@dan.co.jp>
5205              Date: Wed, 29 May 2002 03:43:57 +0900
5206              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
5207      Branch: perl
5208            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
5209            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
5210            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
5211            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
5212            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
5213            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
5214            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
5215            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
5216            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
5217            ! ext/Encode/t/mime-header.t
5218 ____________________________________________________________________________
5219 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
5220         Log: OS/2: bug found by John Poltorak.
5221      Branch: perl
5222            ! lib/ExtUtils/MM_OS2.pm
5223 ____________________________________________________________________________
5224 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
5225         Log: makefiles should not clobber lib/Thread directory (some Thread
5226              files seem to live there rather than in ext, for some reason)
5227      Branch: perl
5228            ! win32/Makefile win32/makefile.mk
5229 ____________________________________________________________________________
5230 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
5231         Log: Subject: [PATCH] Bug fix for charnames::vianame
5232              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5233              Date: Tue, 28 May 2002 23:53:39 +0900
5234              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
5235      Branch: perl
5236            ! lib/charnames.pm lib/charnames.t
5237 ____________________________________________________________________________
5238 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
5239         Log: Test output tweak.
5240      Branch: perl
5241            ! lib/ExtUtils/t/Embed.t
5242 ____________________________________________________________________________
5243 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
5244         Log: More charnames tweaks.
5245      Branch: perl
5246            ! lib/charnames.pm lib/charnames.t
5247 ____________________________________________________________________________
5248 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
5249         Log: Subject: [PATCH] Doc fix for charnames::vianame
5250              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5251              Date: Tue, 28 May 2002 22:46:41 +0900
5252              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
5253      Branch: perl
5254            ! lib/charnames.pm
5255 ____________________________________________________________________________
5256 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
5257         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
5258              From: "Yves Orton" <demerphq@hotmail.com>
5259              Date: Tue, 28 May 2002 15:43:12 +0200
5260              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
5261      Branch: perl
5262            ! lib/ExtUtils/t/Embed.t
5263 ____________________________________________________________________________
5264 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
5265         Log: metaconfig unit change for #16831.
5266      Branch: metaconfig/U/perl
5267            ! gccvers.U
5268 ____________________________________________________________________________
5269 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
5270         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
5271      Branch: perl
5272            ! Configure
5273 ____________________________________________________________________________
5274 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
5275         Log: Retract the Straps part of #16829 for now since
5276              the subtest 44 of t/strap.t started failing.
5277      Branch: perl
5278            ! lib/Test/Harness/Straps.pm
5279 ____________________________________________________________________________
5280 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
5281         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
5282              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5283              Date: Tue, 28 May 2002 08:17:53 +0200
5284              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
5285      Branch: perl
5286            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
5287            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
5288 ____________________________________________________________________________
5289 [ 16828] By: nick                                  on 2002/05/28  08:00:28
5290         Log: Integrate mainline
5291      Branch: perlio
5292           !> Changes Makefile.micro README.netware README.tru64
5293           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
5294           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5295           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5296           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5297           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
5298           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
5299           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
5300           !> uconfig.h util.c
5301 ____________________________________________________________________________
5302 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
5303         Log: Tru64: sockatmark trouble.
5304      Branch: perl
5305            ! README.tru64
5306 ____________________________________________________________________________
5307 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
5308         Log: Update Changes.
5309      Branch: perl
5310            ! Changes patchlevel.h
5311 ____________________________________________________________________________
5312 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
5313         Log: Integrate perl
5314      Branch: macperl
5315           +> ext/Storable/t/integer.t
5316            ! macos/MPVersion.r macos/config.sh
5317           !> (integrate 60 files)
5318 ____________________________________________________________________________
5319 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
5320         Log: Todo update.
5321      Branch: perl
5322            ! pod/perltodo.pod
5323 ____________________________________________________________________________
5324 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
5325         Log: Don't assume sh and true.
5326      Branch: perl
5327            ! Makefile.micro uconfig.h
5328 ____________________________________________________________________________
5329 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
5330         Log: Subject: Re: [PATCH] Version tango
5331              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5332              Date: Mon, 27 May 2002 13:20:56 -0700
5333              Message-ID: <oUp88gzkgy+T092yn@efn.org>
5334      Branch: perl
5335            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
5336            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
5337            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
5338            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
5339            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
5340            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
5341 ____________________________________________________________________________
5342 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
5343         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
5344              stashes correctly.) Partial info is better than wrong info.
5345      Branch: perl
5346            ! t/lib/warnings/pp_hot util.c
5347 ____________________________________________________________________________
5348 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
5349         Log: A shot in the dark.
5350      Branch: perl
5351            ! mg.c
5352 ____________________________________________________________________________
5353 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
5354         Log: Comment nit from Yitzchak.
5355      Branch: perl
5356            ! sv.c
5357 ____________________________________________________________________________
5358 [ 16818] By: nick                                  on 2002/05/27  18:47:58
5359         Log: Integrate mainline
5360      Branch: perlio
5361           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
5362           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
5363           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
5364           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
5365           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5366           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
5367           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
5368           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
5369           !> pod/perlsub.pod
5370 ____________________________________________________________________________
5371 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
5372         Log: POD cleanup and rewrapping.
5373      Branch: perl
5374            ! README.netware
5375 ____________________________________________________________________________
5376 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
5377         Log: Update Changes.
5378      Branch: perl
5379            ! Changes patchlevel.h
5380 ____________________________________________________________________________
5381 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
5382         Log: More NetWare.
5383      Branch: perl
5384            ! README.netware
5385 ____________________________________________________________________________
5386 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
5387         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
5388              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5389              Date: Mon, 27 May 2002 19:26:27 +0200
5390              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
5391      Branch: perl
5392            ! hints/hpux.sh
5393 ____________________________________________________________________________
5394 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
5395         Log: We are not that certain about the localising of
5396              tied aggregates.
5397      Branch: perl
5398            ! pod/perldelta.pod
5399 ____________________________________________________________________________
5400 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
5401         Log: Missed from #16811.
5402      Branch: perl
5403            + NetWare/sv_nw.c
5404            ! MANIFEST
5405 ____________________________________________________________________________
5406 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
5407         Log: NetWare diff from Ananth Kesari.
5408      Branch: perl
5409            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
5410            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
5411 ____________________________________________________________________________
5412 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
5413         Log: Integrate perlio:
5414              
5415              [ 16809]
5416              Add IO::Scalar fail case to the tests.
5417              
5418              [ 16808]
5419              Fix for the IO::Scalar bug (I think).
5420              At tie time break the loop but in a different place:
5421              A. Increment REFCNT of the RV involved in the self-tie
5422              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5423              At mg_free time
5424              Break the connection between the RV and its referent
5425              so that we do not try and free it (again).
5426              
5427              [ 16805]
5428              **** UNSAFE **** partial fix for IO::Scalar and local ties.
5429              Only op/local.t fails but it is nasty... try valgrind on other machine.
5430      Branch: perl
5431           !> mg.c sv.c t/op/tie.t
5432 ____________________________________________________________________________
5433 [ 16809] By: nick                                  on 2002/05/27  11:02:21
5434         Log: Add IO::Scalar fail case to the tests.
5435      Branch: perlio
5436            ! t/op/tie.t
5437 ____________________________________________________________________________
5438 [ 16808] By: nick                                  on 2002/05/27  09:54:46
5439         Log: Fix for the IO::Scalar bug (I think).
5440              At tie time break the loop but in a different place:
5441              A. Increment REFCNT of the RV involved in the self-tie
5442              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5443              At mg_free time
5444              Break the connection between the RV and its referent
5445              so that we do not try and free it (again).
5446      Branch: perlio
5447            ! mg.c sv.c
5448 ____________________________________________________________________________
5449 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
5450         Log: select() portability nit.
5451      Branch: perl
5452            ! pod/perlfunc.pod
5453 ____________________________________________________________________________
5454 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
5455         Log: Fix a remaining B::Lint bug.
5456      Branch: perl
5457            ! ext/B/B/Lint.pm ext/B/t/lint.t
5458 ____________________________________________________________________________
5459 [ 16805] By: nick                                  on 2002/05/26  20:51:31
5460         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
5461              Only op/local.t fails but it is nasty... try valgrind on other machine.
5462      Branch: perlio
5463            ! sv.c
5464 ____________________________________________________________________________
5465 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
5466         Log: Some day I might actually learn to test changes first
5467              before committing them in.
5468      Branch: perl
5469            ! hints/darwin.sh
5470 ____________________________________________________________________________
5471 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
5472         Log: Until otherwise proven.
5473      Branch: perl
5474            ! hints/darwin.sh
5475 ____________________________________________________________________________
5476 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
5477         Log: Darwin hint tweaks.
5478      Branch: perl
5479            ! hints/darwin.sh
5480 ____________________________________________________________________________
5481 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
5482         Log: FAQ sync.
5483      Branch: perl
5484            ! pod/perlfaq5.pod pod/perlfaq6.pod
5485 ____________________________________________________________________________
5486 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
5487         Log: Subject: [DOC-PATCH] README.cygwin updated
5488              From: "Gerrit P. Haase" <gp@familiehaase.de>
5489              Date: Sun, 26 May 2002 14:56:14 +0200
5490              Message-ID: <1151480833395.20020526145614@familiehaase.de>
5491      Branch: perl
5492            ! README.cygwin
5493 ____________________________________________________________________________
5494 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
5495         Log: I thinkk thinggy has only one g.
5496      Branch: perl
5497            ! pod/perldelta.pod
5498 ____________________________________________________________________________
5499 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
5500         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
5501              From: Dave Mitchell <davem@fdgroup.com>
5502              Date: Sun, 26 May 2002 14:15:42 +0100
5503              Message-ID: <20020526141542.B18527@fdgroup.com>
5504      Branch: perl
5505            ! pod/perldelta.pod pod/perlsub.pod
5506 ____________________________________________________________________________
5507 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
5508         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
5509              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5510              Date: Sat, 25 May 2002 21:52:16 -0700
5511              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
5512      Branch: perl
5513            ! ext/B/B/Deparse.pm
5514 ____________________________________________________________________________
5515 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
5516         Log: Slight reformatting; tiny tweaks.
5517      Branch: perl
5518            ! pod/perlipc.pod
5519 ____________________________________________________________________________
5520 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
5521         Log: Integrate perlio:
5522              
5523              [ 16794]
5524              Update perlipc.pod for new signals
5525      Branch: perl
5526           !> pod/perlipc.pod
5527 ____________________________________________________________________________
5528 [ 16794] By: nick                                  on 2002/05/26  08:07:12
5529         Log: Update perlipc.pod for new signals
5530      Branch: perlio
5531            ! pod/perlipc.pod
5532 ____________________________________________________________________________
5533 [ 16793] By: nick                                  on 2002/05/26  07:10:14
5534         Log: Integrate mainline
5535      Branch: perlio
5536           !> AUTHORS Changes Configure patchlevel.h
5537 ____________________________________________________________________________
5538 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
5539         Log: Mention that we do Win64.
5540      Branch: perl
5541            ! pod/perldelta.pod
5542 ____________________________________________________________________________
5543 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
5544         Log: Document the $Config{byteorder} changes.
5545      Branch: perl
5546            ! pod/perldelta.pod
5547 ____________________________________________________________________________
5548 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
5549         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
5550              From: Nicholas Clark <nick@unfortu.net>
5551              Date: Sat, 25 May 2002 22:37:19 +0100
5552              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
5553              
5554              Subject: [PATCH] Storable (smaller)
5555              From: Nicholas Clark <nick@unfortu.net>
5556              Date: Sat, 25 May 2002 23:13:13 +0100
5557              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
5558      Branch: perl
5559            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5560            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5561 ____________________________________________________________________________
5562 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
5563         Log: Update Changes.
5564      Branch: perl
5565            ! Changes patchlevel.h
5566 ____________________________________________________________________________
5567 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
5568         Log: AUTHORS updates.
5569      Branch: perl
5570            ! AUTHORS
5571 ____________________________________________________________________________
5572 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
5573         Log: metaconfig unit changes for #16786.
5574      Branch: metaconfig
5575            ! U/modified/Getfile.U U/modified/pager.U
5576 ____________________________________________________________________________
5577 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
5578         Log: Pager query tweaks from Andy Dougherty (for OS/2).
5579      Branch: perl
5580            ! Configure
5581 ____________________________________________________________________________
5582 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
5583         Log: Integrate perlio:
5584              
5585              [ 16784]
5586              Fix VMS ungetc fix for platforms like NetBSD.
5587      Branch: perl
5588           !> perlio.c
5589 ____________________________________________________________________________
5590 [ 16784] By: nick                                  on 2002/05/25  17:34:48
5591         Log: Fix VMS ungetc fix for platforms like NetBSD.
5592      Branch: perlio
5593            ! perlio.c
5594 ____________________________________________________________________________
5595 [ 16783] By: nick                                  on 2002/05/25  16:33:14
5596         Log: Integrate mainline for Lupe's perlio.c fix before
5597              starting on NetBSD issue
5598      Branch: perlio
5599           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
5600           !> perlio.c pod/perlapio.pod pod/perldelta.pod
5601 ____________________________________________________________________________
5602 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
5603         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
5604              From: "Craig A. Berry" <craigberry@mac.com>
5605              Date: Sat, 25 May 2002 12:19:36 -0500
5606              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
5607      Branch: perl
5608            ! lib/ExtUtils/t/basic.t
5609 ____________________________________________________________________________
5610 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
5611         Log: BeOS: update the test status.
5612      Branch: perl
5613            ! README.beos pod/perldelta.pod
5614 ____________________________________________________________________________
5615 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
5616         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5617              From: Nicholas Clark <nick@unfortu.net>
5618              Date: Sat, 25 May 2002 17:19:21 +0100
5619              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
5620      Branch: perl
5621            ! ext/Storable/t/integer.t
5622 ____________________________________________________________________________
5623 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
5624         Log: Update the number of tests.
5625      Branch: perl
5626            ! pod/perldelta.pod
5627 ____________________________________________________________________________
5628 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
5629         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
5630              From: lupe@lupe-christoph.de (Lupe Christoph)    
5631              Date: Sat, 25 May 2002 15:45:34 +0200
5632              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
5633      Branch: perl
5634            ! perlio.c pod/perlapio.pod
5635 ____________________________________________________________________________
5636 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
5637         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5638              From: Nicholas Clark <nick@unfortu.net>
5639              Date: Sat, 25 May 2002 12:17:44 +0100
5640              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
5641      Branch: perl
5642            ! ext/Storable/t/integer.t
5643 ____________________________________________________________________________
5644 [ 16776] By: nick                                  on 2002/05/25  11:23:28
5645         Log: Integrate mainline
5646      Branch: perlio
5647           +> ext/Storable/t/integer.t
5648           !> (integrate 41 files)
5649 ____________________________________________________________________________
5650 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
5651         Log: perldelta tweaks.
5652      Branch: perl
5653            ! pod/perldelta.pod
5654 ____________________________________________________________________________
5655 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
5656         Log: UNICOS: update test status.
5657      Branch: perl
5658            ! ext/Socket/socketpair.t pod/perldelta.pod
5659 ____________________________________________________________________________
5660 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
5661         Log: UNICOS: since $] is really 5.00700299999997,
5662              testing for equivalence with 5.007003 isn't correct.
5663              (From Nicholas Clark.)
5664      Branch: perl
5665            ! ext/Storable/t/downgrade.t
5666 ____________________________________________________________________________
5667 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
5668         Log: Knock off one test failure thanks to #16771.
5669      Branch: perl
5670            ! pod/perldelta.pod
5671 ____________________________________________________________________________
5672 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
5673         Log: In some (rare) platforms (such as UNICOS) using the native
5674              atof is still better.
5675      Branch: perl
5676            ! numeric.c perl.h
5677 ____________________________________________________________________________
5678 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
5679         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
5680              From: "Craig A. Berry" <craigberry@mac.com>
5681              Date: Fri, 24 May 2002 16:24:44 -0500
5682              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
5683      Branch: perl
5684            ! pod/perldelta.pod vms/vms.c
5685 ____________________________________________________________________________
5686 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
5687         Log: Subject: [PATCH pod/perllol.pod] small typo
5688              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
5689              Date: Fri, 24 May 2002 16:05:07 -0400
5690              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
5691      Branch: perl
5692            ! pod/perllol.pod
5693 ____________________________________________________________________________
5694 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
5695         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
5696              From: Andy Dougherty <doughera@lafayette.edu>
5697              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
5698              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
5699      Branch: perl
5700            ! hints/solaris_2.sh
5701 ____________________________________________________________________________
5702 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
5703         Log: Subject: [patch] small change
5704              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5705              Date: Fri, 24 May 2002 19:18:24 +0400
5706              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
5707      Branch: perl
5708            ! perl.h win32/makefile.mk
5709 ____________________________________________________________________________
5710 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
5711         Log: Subject: [PATCH] README.aix
5712              From: John Peacock <jpeacock@rowman.com>    
5713              Date: Fri, 24 May 2002 10:49:39 -0400
5714              Message-ID: <3CEE5303.1070201@rowman.com>
5715      Branch: perl
5716            ! README.aix
5717 ____________________________________________________________________________
5718 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
5719         Log: Upgrade to Locale-Codes 2.04.
5720      Branch: perl
5721            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
5722            ! lib/Locale/Country.pm
5723 ____________________________________________________________________________
5724 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
5725         Log: Update Changes.
5726      Branch: perl
5727            ! Changes patchlevel.h
5728 ____________________________________________________________________________
5729 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
5730         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
5731              From: Abigail <abigail@foad.org>
5732              Date: Fri, 24 May 2002 02:43:37 -0700
5733              Message-ID: <20020524024337.A28749@ucan.foad.org>
5734      Branch: perl
5735            ! Makefile.SH
5736 ____________________________________________________________________________
5737 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
5738         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
5739              From: Abigail <abigail@foad.org>
5740              Date: Fri, 24 May 2002 02:26:48 -0700
5741              Message-ID: <20020524022648.A31684@ucan.foad.org>
5742      Branch: perl
5743            ! ext/POSIX/t/posix.t
5744 ____________________________________________________________________________
5745 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
5746         Log: Doc tweaks.
5747      Branch: perl
5748            ! pod/perlunicode.pod pod/perluniintro.pod
5749 ____________________________________________________________________________
5750 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
5751         Log: More portability defines, now mostly type-related
5752              (based on Storable.xs)
5753      Branch: perl
5754            ! ext/Devel/PPPort/PPPort.pm
5755 ____________________________________________________________________________
5756 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
5757         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5758              From: Nicholas Clark <nick@unfortu.net>
5759              Date: Thu, 23 May 2002 23:43:16 +0100
5760              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
5761      Branch: perl
5762            + ext/Storable/t/integer.t
5763            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
5764            ! ext/Storable/Storable.xs
5765 ____________________________________________________________________________
5766 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
5767         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
5768              From: "Craig A. Berry" <craigberry@mac.com>
5769              Date: Thu, 23 May 2002 16:47:34 -0500
5770              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
5771      Branch: perl
5772            ! configure.com
5773 ____________________________________________________________________________
5774 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
5775         Log: One more ppportability thing (from Sarathy).
5776      Branch: perl
5777            ! ext/Devel/PPPort/PPPort.pm
5778 ____________________________________________________________________________
5779 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
5780         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
5781              From: Michael G Schwern <schwern@pobox.com>
5782              Date: Wed, 22 May 2002 19:21:43 -0400
5783              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
5784      Branch: perl
5785            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5786            ! lib/Test/Harness/t/strap-analyze.t
5787            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
5788            ! t/lib/sample-tests/die_head_end
5789            ! t/lib/sample-tests/die_last_minute
5790 ____________________________________________________________________________
5791 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
5792         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
5793              From: Michael G Schwern <schwern@pobox.com>
5794              Date: Wed, 22 May 2002 19:14:35 -0400
5795              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
5796      Branch: perl
5797            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5798            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
5799            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5800 ____________________________________________________________________________
5801 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
5802         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
5803              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5804              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
5805              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
5806      Branch: perl
5807            ! dump.c
5808 ____________________________________________________________________________
5809 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
5810         Log: Typo squad.
5811      Branch: perl
5812            ! ext/POSIX/POSIX.pod pod/perldelta.pod
5813 ____________________________________________________________________________
5814 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
5815         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
5816              From: Abigail <abigail@foad.org>
5817              Date: Thu, 23 May 2002 07:53:33 -0700
5818              Message-ID: <20020523075333.A14658@ucan.foad.org>
5819      Branch: perl
5820            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
5821 ____________________________________________________________________________
5822 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
5823         Log: PPPort dTHX.
5824      Branch: perl
5825            ! ext/Devel/PPPort/PPPort.pm
5826 ____________________________________________________________________________
5827 [ 16750] By: nick                                  on 2002/05/23  08:00:24
5828         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
5829      Branch: perlio
5830           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
5831           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
5832           !> pod/perldelta.pod
5833 ____________________________________________________________________________
5834 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
5835         Log: We do not want utf8.t to be compiled under -Mutf8,
5836              wonky as it sounds.
5837      Branch: perl
5838            ! lib/utf8.t
5839 ____________________________________________________________________________
5840 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
5841         Log: We do not want to see the utf8 hints bit.
5842      Branch: perl
5843            ! lib/vmsish.t
5844 ____________________________________________________________________________
5845 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
5846         Log: More -Mutf8 cleanup.
5847      Branch: perl
5848            ! ext/PerlIO/t/fallback.t
5849 ____________________________________________________________________________
5850 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
5851         Log: -Mutf8 cleanup.
5852      Branch: perl
5853            ! ext/Encode/t/mime-header.t
5854 ____________________________________________________________________________
5855 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
5856         Log: Integrate perlio:
5857              
5858              [ 16740]
5859              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5860              
5861              [ 16739]
5862              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5863              ungetc() and buffer snooping may not mix. So use buffer snoop
5864              hooks to avoid ungetc() where available.
5865              unread() falls back to using :pending layer, and fill has
5866              VMS specific code (which should not get used) or ungetc()
5867              which should work.
5868              
5869              [ 16737]
5870              Flag the VMS-problem-causing part of :encoding
5871              for enhancement. (Problem still needs fixing in perlio.c)
5872      Branch: perl
5873           !> ext/PerlIO/encoding/encoding.xs perlio.c
5874 ____________________________________________________________________________
5875 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
5876         Log: Subject: Re: Additional README.aix changes
5877              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5878              Date: Wed, 22 May 2002 08:37:37 +0200
5879              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
5880      Branch: perl
5881            ! README.aix
5882 ____________________________________________________________________________
5883 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
5884         Log: HP-UX 11.00 io_xs hangup workaround.
5885      Branch: perl
5886            ! hints/hpux.sh
5887 ____________________________________________________________________________
5888 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
5889         Log: Updated UNICOS status from Mark Lutz.
5890      Branch: perl
5891            ! pod/perldelta.pod
5892 ____________________________________________________________________________
5893 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
5894         Log: UNICOS: Mark Lutz had a better idea.
5895      Branch: perl
5896            ! hints/unicos.sh
5897 ____________________________________________________________________________
5898 [ 16740] By: nick                                  on 2002/05/22  21:13:10
5899         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5900      Branch: perlio
5901            ! perlio.c
5902 ____________________________________________________________________________
5903 [ 16739] By: nick                                  on 2002/05/22  20:59:22
5904         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5905              ungetc() and buffer snooping may not mix. So use buffer snoop
5906              hooks to avoid ungetc() where available.
5907              unread() falls back to using :pending layer, and fill has
5908              VMS specific code (which should not get used) or ungetc()
5909              which should work.
5910      Branch: perlio
5911            ! perlio.c
5912 ____________________________________________________________________________
5913 [ 16738] By: nick                                  on 2002/05/22  20:34:55
5914         Log: Integrate mainline
5915      Branch: perlio
5916           !> (integrate 40 files)
5917 ____________________________________________________________________________
5918 [ 16737] By: nick                                  on 2002/05/22  19:04:13
5919         Log: Flag the VMS-problem-causing part of :encoding
5920              for enhancement. (Problem still needs fixing in perlio.c)
5921      Branch: perlio
5922            ! ext/PerlIO/encoding/encoding.xs
5923 ____________________________________________________________________________
5924 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
5925         Log: UNICOS: using uname -m is wrong since what matters
5926              is what CPUs (FPUs) we have.
5927      Branch: perl
5928            ! hints/unicos.sh
5929 ____________________________________________________________________________
5930 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
5931         Log: Update Changes.
5932      Branch: perl
5933            ! Changes patchlevel.h
5934 ____________________________________________________________________________
5935 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
5936         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
5937              From: Dave Mitchell <davem@fdgroup.com>
5938              Date: Wed, 22 May 2002 12:53:21 +0100
5939              Message-ID: <20020522125320.E12794@fdgroup.com>
5940      Branch: perl
5941            ! ext/threads/shared/t/cond.t
5942 ____________________________________________________________________________
5943 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
5944         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
5945              From: John Borwick <john_borwick@ncsu.edu>
5946              Date: Wed, 22 May 2002 04:10:37 -0400
5947              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
5948      Branch: perl
5949            ! pod/perlunicode.pod pod/perluniintro.pod
5950 ____________________________________________________________________________
5951 [ 16732] By: ams                                   on 2002/05/22  05:47:35
5952         Log: Integrate #16731 from //depot/macperl.
5953      Branch: perl
5954           !> t/io/crlf.t
5955 ____________________________________________________________________________
5956 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
5957         Log: Be more specific in what we're looking for
5958      Branch: macperl
5959            ! t/io/crlf.t
5960 ____________________________________________________________________________
5961 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
5962         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
5963      Branch: macperl
5964            + lib/Unicode/README
5965           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5966           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5967            - t/lib/st-dump.pl
5968            ! macos/MPVersion.r macos/config.sh
5969           !> (integrate 135 files)
5970 ____________________________________________________________________________
5971 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
5972         Log: FAQ sync.
5973      Branch: perl
5974            ! pod/perlfaq4.pod
5975 ____________________________________________________________________________
5976 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
5977         Log: Getopt::Std clarification from John Borwick.
5978      Branch: perl
5979            ! lib/Getopt/Std.pm
5980 ____________________________________________________________________________
5981 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
5982         Log: Subject: Re: [Patch] for problem with shellwords.pl
5983              From: "Curtis Poe" <cp@onsitetech.com>
5984              Date: Tue, 21 May 2002 11:17:40 -0700
5985              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
5986              
5987              Subject: [Patch] for security problem with Text::ParseWords
5988              From: "Curtis Poe" <cp@onsitetech.com>     
5989              Date: Tue, 21 May 2002 15:10:18 -0700
5990              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
5991      Branch: perl
5992            ! lib/Text/ParseWords.pm lib/shellwords.pl
5993 ____________________________________________________________________________
5994 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
5995         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
5996              From: Nicholas Clark <nick@unfortu.net>
5997              Date: Tue, 21 May 2002 23:01:48 +0100
5998              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
5999      Branch: perl
6000            ! ext/SDBM_File/SDBM_File.xs
6001 ____________________________________________________________________________
6002 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
6003         Log: Subject: [PATCH] Additional README.aix changes
6004              From: John Peacock <jpeacock@rowman.com>
6005              Date: Tue, 21 May 2002 12:01:10 -0400
6006              Message-ID: <3CEA6F46.70902@rowman.com>
6007      Branch: perl
6008            ! README.aix
6009 ____________________________________________________________________________
6010 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
6011         Log: Subject: Win32 crash in fork.t (perl@16694)
6012              From: "Kevin Chase" <kevincha99@hotmail.com>
6013              Date: Mon, 20 May 2002 17:02:16 -0700
6014              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
6015              
6016              
6017              It looks that the Poison() found its first target.
6018              The suggested patch is fine.
6019      Branch: perl
6020            ! cop.h
6021 ____________________________________________________________________________
6022 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
6023         Log: microperl: if DIEing on no-functionality, the has-functionality
6024              would be unreachable code.
6025      Branch: perl
6026            ! pp.c pp_sys.c
6027 ____________________________________________________________________________
6028 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
6029         Log: microperl: do not regenerate the perly.
6030      Branch: perl
6031            ! Makefile.micro
6032 ____________________________________________________________________________
6033 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
6034         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
6035              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6036              Date: Mon, 20 May 2002 22:55:46 -0700
6037              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
6038      Branch: perl
6039            ! utils/h2xs.PL
6040 ____________________________________________________________________________
6041 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
6042         Log: Regen uconfig.h.
6043      Branch: perl
6044            ! uconfig.h
6045 ____________________________________________________________________________
6046 [ 16719] By: ams                                   on 2002/05/21  05:02:01
6047         Log: Why quote some keys?
6048      Branch: perl
6049            ! ext/Storable/Makefile.PL
6050 ____________________________________________________________________________
6051 [ 16718] By: ams                                   on 2002/05/21  04:08:39
6052         Log: Suppress warning about $canonical. (Nicholas Clark)
6053      Branch: perl
6054            ! ext/Storable/Storable.pm
6055 ____________________________________________________________________________
6056 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
6057         Log: Subject: [PATCH] VMS iThreads follow-up
6058              From: "Craig A. Berry" <craigberry@mac.com>
6059              Date: Mon, 20 May 2002 21:34:17 -0500
6060              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
6061      Branch: perl
6062            ! configure.com
6063 ____________________________________________________________________________
6064 [ 16716] By: ams                                   on 2002/05/21  02:47:18
6065         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
6066              2. Install in core library directory. (Tatsuhiko Miyagawa)
6067      Branch: perl
6068            ! ext/Storable/Makefile.PL
6069 ____________________________________________________________________________
6070 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
6071         Log: Subject: [Encode] 1.72 released
6072              From: Dan Kogai <dankogai@dan.co.jp>
6073              Date: Tue, 21 May 2002 01:06:19 +0900
6074              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
6075      Branch: perl
6076            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6077            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
6078            ! ext/Encode/Unicode/Unicode.xs
6079            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
6080 ____________________________________________________________________________
6081 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
6082         Log: Update Changes.
6083      Branch: perl
6084            ! Changes patchlevel.h
6085 ____________________________________________________________________________
6086 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
6087         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
6088      Branch: perl
6089            ! pod/perlfaq4.pod
6090 ____________________________________________________________________________
6091 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
6092         Log: metaconfig unit changes for #16711.
6093      Branch: metaconfig
6094            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6095            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6096            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6097            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6098            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6099            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6100            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6101            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6102            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6103            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6104            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6105            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6106            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6107            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6108            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6109            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6110            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6111            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6112            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6113            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6114            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6115            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6116            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6117            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6118 ____________________________________________________________________________
6119 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
6120         Log: Document better what the foo_r_proto are supposed to be.
6121      Branch: perl
6122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6123            ! config_h.SH reentr.pl
6124 ____________________________________________________________________________
6125 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
6126         Log: Subject: Re: pod patches.
6127              From: Jim Cromie <jcromie@divsol.com>
6128              Date: Mon, 20 May 2002 09:00:10 -0600
6129              Message-ID: <3CE90F7A.3070309@divsol.com>
6130              
6131              (with Philip Newton's tweaks)
6132      Branch: perl
6133            ! pod/perlsub.pod
6134 ____________________________________________________________________________
6135 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
6136         Log: Subject: Re: pod patch - perldelta.pod
6137              From: Jim Cromie <jcromie@divsol.com>
6138              Date: Mon, 20 May 2002 07:16:54 -0600
6139              Message-ID: <3CE8F746.50603@divsol.com>
6140      Branch: perl
6141            ! pod/perldelta.pod
6142 ____________________________________________________________________________
6143 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
6144         Log: Subject: [patch] one more little step for WinCE
6145              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
6146              Date: Mon, 20 May 2002 11:47:19 +0400
6147              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
6148      Branch: perl
6149            ! wince/Makefile.ce
6150 ____________________________________________________________________________
6151 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
6152         Log: Preemptive doc patch.
6153      Branch: perl
6154            ! pod/perldelta.pod
6155 ____________________________________________________________________________
6156 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
6157         Log: The "constant sub redefined" warning can't be disabled.
6158      Branch: perl
6159            ! pod/perldiag.pod
6160 ____________________________________________________________________________
6161 [ 16705] By: nick                                  on 2002/05/20  10:18:26
6162         Log: Integrate mainline
6163      Branch: perlio
6164           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
6165           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
6166           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
6167           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
6168 ____________________________________________________________________________
6169 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
6170         Log: Missed hunk from #16701.
6171      Branch: perl
6172            ! vms/vms.c
6173 ____________________________________________________________________________
6174 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
6175         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
6176              From: andreas.koenig@anima.de (Andreas J. Koenig)
6177              Date: Mon, 20 May 2002 05:36:14 +0200
6178              Message-ID: <m34rh37aoh.fsf@anima.de>
6179      Branch: perl
6180            + lib/CPAN/t/mirroredby.t
6181            ! MANIFEST
6182 ____________________________________________________________________________
6183 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
6184         Log: Subject: tiny doc tweaks
6185              From: andreas.koenig@anima.de (Andreas J. Koenig)
6186              Date: Mon, 20 May 2002 05:07:13 +0200
6187              Message-ID: <m38z6f7c0u.fsf@anima.de>
6188      Branch: perl
6189            ! pod/perldelta.pod pod/perlfunc.pod
6190 ____________________________________________________________________________
6191 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
6192         Log: Subject: [PATCH @16694] ithreads for VMS
6193              From: "Craig A. Berry" <craigberry@mac.com>
6194              Date: Sun, 19 May 2002 22:06:43 -0500
6195              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
6196      Branch: perl
6197            ! configure.com vms/vms.c vms/vmsish.h
6198 ____________________________________________________________________________
6199 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
6200         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
6201              From: Autrijus Tang <autrijus@autrijus.org>
6202              Date: Mon, 20 May 2002 04:10:31 +0800
6203              Message-ID: <20020519201031.GA1603@not.autrijus.org>
6204      Branch: perl
6205            ! ext/Encode/Encode/Makefile_PL.e2x
6206 ____________________________________________________________________________
6207 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
6208         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
6209              while trying to -O3 optimize B.c.  (A bit weird since
6210              10.1.4 used to work fine, and nothing has changed in
6211              ext/B/..., but the overoptimization was repeatable.)
6212      Branch: perl
6213            + ext/B/hints/darwin.pl
6214            ! MANIFEST
6215 ____________________________________________________________________________
6216 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
6217         Log: UNICOS/mk seems to still have this problem.
6218      Branch: perl
6219            ! ext/Socket/socketpair.t
6220 ____________________________________________________________________________
6221 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
6222         Log: perldelta tweaks.
6223      Branch: perl
6224            ! pod/perldelta.pod
6225 ____________________________________________________________________________
6226 [ 16696] By: nick                                  on 2002/05/19  18:26:39
6227         Log: Integrate mailine
6228      Branch: perlio
6229           !> (integrate 35 files)
6230 ____________________________________________________________________________
6231 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
6232         Log: Document the reentrant_retry(), but from user's viewpoint.
6233      Branch: perl
6234            ! pod/perlthrtut.pod
6235 ____________________________________________________________________________
6236 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
6237         Log: Update Changes.
6238      Branch: perl
6239            ! Changes patchlevel.h
6240 ____________________________________________________________________________
6241 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
6242         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
6243              From: Slaven Rezic <slaven.rezic@berlin.de>
6244              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
6245              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
6246      Branch: perl
6247            ! lib/Benchmark.pm
6248 ____________________________________________________________________________
6249 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
6250         Log: Document once more the difference between :utf8
6251              and :encoding(...).
6252      Branch: perl
6253            ! lib/open.pm pod/perluniintro.pod
6254 ____________________________________________________________________________
6255 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
6256         Log: Third Degree: make the options more portable between
6257              Tru64 versions.
6258      Branch: perl
6259            ! Makefile.SH
6260 ____________________________________________________________________________
6261 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
6262         Log: IRIX SMP turned up a few hundred "Use of uninitialized
6263              value in numeric eq" warnings: initialise the $counter2.
6264      Branch: perl
6265            ! ext/threads/shared/t/cond.t
6266 ____________________________________________________________________________
6267 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
6268         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
6269              From: Dave Mitchell <davem@fdgroup.com>
6270              Date: Sun, 19 May 2002 00:50:43 +0100
6271              Message-ID: <20020519005043.F7275@fdgroup.com>
6272      Branch: perl
6273            ! ext/threads/shared/t/cond.t
6274 ____________________________________________________________________________
6275 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
6276         Log: Sarathy pointed out that instead of zeroing heap
6277              it is more prudent to poison it.
6278      Branch: perl
6279            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
6280            ! scope.c sv.c util.c
6281 ____________________________________________________________________________
6282 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
6283         Log: The thread warnings aren't quite yet working as planned.
6284      Branch: perl
6285            ! ext/threads/shared/t/cond.t
6286 ____________________________________________________________________________
6287 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
6288         Log: Forgotten from #16685.
6289      Branch: perl
6290            ! ext/threads/shared/t/cond.t
6291 ____________________________________________________________________________
6292 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
6293         Log: Subject: [PATCH threads] revised warnings + more tests + docs
6294              From: Dave Mitchell <davem@fdgroup.com>
6295              Date: Sat, 18 May 2002 22:24:51 +0100
6296              Message-ID: <20020518222451.E7275@fdgroup.com>
6297      Branch: perl
6298            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6299            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
6300            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
6301 ____________________________________________________________________________
6302 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
6303         Log: Storable status tweak.
6304      Branch: perl
6305            ! pod/perldelta.pod
6306 ____________________________________________________________________________
6307 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
6308         Log: perlfunc and perldelta updates about caller().
6309      Branch: perl
6310            ! pod/perldelta.pod pod/perlfunc.pod
6311 ____________________________________________________________________________
6312 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
6313         Log: Subject: [PATCH] RE: perl@16678
6314              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6315              Date: Sat, 18 May 2002 21:15:43 +0100
6316              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
6317              
6318              Making the symbols generated by warnings.pl future-proof.
6319      Branch: perl
6320            ! lib/warnings.pm warnings.h warnings.pl
6321 ____________________________________________________________________________
6322 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
6323         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
6324              From: Michael G Schwern <schwern@pobox.com>
6325              Date: Sat, 18 May 2002 14:53:50 -0400
6326              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
6327      Branch: perl
6328            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
6329            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
6330 ____________________________________________________________________________
6331 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
6332         Log: Prettyprinting.
6333      Branch: perl
6334            ! t/op/recurse.t
6335 ____________________________________________________________________________
6336 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
6337         Log: Companion to #16601: cxinc would create uninitialized
6338              PERL_CONTEXTs.  The bug was tickled by the test
6339              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
6340              added to check that I got the context stack extension right.
6341              Also rewrite recurse.t to use test.pl.
6342      Branch: perl
6343            ! scope.c t/op/recurse.t
6344 ____________________________________________________________________________
6345 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
6346         Log: Update Changes.
6347      Branch: perl
6348            ! Changes patchlevel.h
6349 ____________________________________________________________________________
6350 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
6351         Log: URL and other tiny tweaks.
6352      Branch: perl
6353            ! pod/perluniintro.pod
6354 ____________________________________________________________________________
6355 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
6356         Log: Subject: [Patch] doc patch on Unicode
6357              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6358              Date: Sun, 19 May 2002 01:01:58 +0900
6359              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
6360      Branch: perl
6361            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
6362 ____________________________________________________________________________
6363 [ 16675] By: ams                                   on 2002/05/18  15:06:35
6364         Log: s/2.0/2.00/ to be CPAN friendly.
6365      Branch: perl
6366            ! ext/Storable/Storable.pm
6367 ____________________________________________________________________________
6368 [ 16674] By: ams                                   on 2002/05/18  14:47:07
6369         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
6370              EBCDIC, amazing.
6371              From: Philip Newton <Philip.Newton@gmx.net>
6372              Date: Sat, 18 May 2002 09:54:13 +0200
6373              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
6374      Branch: perl
6375            ! lib/Pod/t/eol.t
6376 ____________________________________________________________________________
6377 [ 16673] By: ams                                   on 2002/05/18  14:41:00
6378         Log: Subject: Storable test for 64 bit 5.6.1
6379              From: Nicholas Clark <nick@unfortu.net>
6380              Date: Sat, 18 May 2002 15:48:55 +0100
6381              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
6382              (Private mail.)
6383      Branch: perl
6384            ! ext/Storable/t/malice.t
6385 ____________________________________________________________________________
6386 [ 16672] By: nick                                  on 2002/05/18  09:47:51
6387         Log: Integrate mainline
6388      Branch: perlio
6389           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
6390            - t/lib/st-dump.pl
6391           !> (integrate 67 files)
6392 ____________________________________________________________________________
6393 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
6394         Log: No more true.
6395      Branch: perl
6396            ! lib/vars.pm
6397 ____________________________________________________________________________
6398 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
6399         Log: Make use vars grok UTF-8.
6400      Branch: perl
6401            ! lib/vars.pm t/run/fresh_perl.t
6402 ____________________________________________________________________________
6403 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
6404         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
6405              From: Michael G Schwern <schwern@pobox.com>
6406              Date: Fri, 17 May 2002 23:54:29 -0400  
6407              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
6408      Branch: perl
6409            ! t/op/tie.t t/run/fresh_perl.t
6410 ____________________________________________________________________________
6411 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
6412         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
6413              From: Michael G Schwern <schwern@pobox.com>
6414              Date: Fri, 17 May 2002 20:37:26 -0400  
6415              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
6416      Branch: perl
6417            + t/lib/sample-tests/shbang_misparse
6418            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6419            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6420            ! lib/Test/Harness/t/test-harness.t
6421 ____________________________________________________________________________
6422 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
6423         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
6424              From: Nicholas Clark <nick@unfortu.net>
6425              Date: Sat, 18 May 2002 00:18:39 +0100  
6426              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
6427              
6428              Use Storable's st-dump.pl.
6429      Branch: perl
6430            - t/lib/st-dump.pl
6431            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
6432            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
6433            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6434            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
6435            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
6436            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
6437            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
6438 ____________________________________________________________________________
6439 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
6440         Log: Forgotten from #16656.
6441      Branch: perl
6442            ! ext/B/B.xs
6443 ____________________________________________________________________________
6444 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
6445         Log: Subject: [PATCH] Storable ChangeLog ready for release 
6446              From: Nicholas Clark <nick@unfortu.net>
6447              Date: Fri, 17 May 2002 23:17:34 +0100  
6448              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
6449      Branch: perl
6450            ! ext/Storable/ChangeLog
6451 ____________________________________________________________________________
6452 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
6453         Log: Subject: [PATCH] Storable stand alone tests
6454              From: Nicholas Clark <nick@unfortu.net>
6455              Date: Fri, 17 May 2002 22:43:35 +0100  
6456              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
6457      Branch: perl
6458            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6459            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
6460            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
6461            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6462            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
6463            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
6464            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
6465            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6466            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6467            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
6468 ____________________________________________________________________________
6469 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
6470         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
6471              From: Michael G Schwern <schwern@pobox.com>
6472              Date: Fri, 17 May 2002 17:17:54 -0400  
6473              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
6474      Branch: perl
6475            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6476            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
6477            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
6478            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
6479            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
6480            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6481            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
6482            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
6483            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
6484            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
6485            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6486            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
6487            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
6488            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
6489 ____________________________________________________________________________
6490 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
6491         Log: More regression tests for caller() and fix one bug of #16658.
6492      Branch: perl
6493            ! pp_ctl.c t/op/caller.t
6494 ____________________________________________________________________________
6495 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
6496         Log: Integrate perlio:
6497              
6498              [ 16657]
6499              Fix the crlf.t buffer leak
6500              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6501              flagged it because it is more often popped without stream
6502              being closed.
6503              - Define non-noop PerlIOBuf_popped(), use it and export it.
6504      Branch: perl
6505           !> makedef.pl perlio.c perliol.h
6506 ____________________________________________________________________________
6507 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
6508         Log: Add a note about Cwd::fastcwd() returning tainted data.
6509              Sort modules alphabetically.
6510      Branch: perl
6511            ! pod/perldelta.pod
6512 ____________________________________________________________________________
6513 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
6514         Log: Remove O from the untested modules list.
6515      Branch: perl
6516            ! t/lib/1_compile.t
6517 ____________________________________________________________________________
6518 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
6519         Log: Fix bug 20020517.003 : segfault with caller().
6520              Add regression tests for caller.
6521      Branch: perl
6522            + t/op/caller.t
6523            ! MANIFEST pp_ctl.c
6524 ____________________________________________________________________________
6525 [ 16657] By: nick                                  on 2002/05/17  17:18:18
6526         Log: Fix the crlf.t buffer leak
6527              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6528              flagged it because it is more often popped without stream
6529              being closed.
6530              - Define non-noop PerlIOBuf_popped(), use it and export it.
6531      Branch: perlio
6532            ! makedef.pl perlio.c perliol.h
6533 ____________________________________________________________________________
6534 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
6535         Log: PERL_HASH() casting games so that our hashed data is "unsigned
6536              char" but old code using just a "char" doesn't need changes.
6537              (The change is using a temporary pointer instead of a direct
6538              cast to unsigned char* which would blindly cast anything,
6539              not just char pointers.)  (The problem arose in MacOS Classic,
6540              as seen by Pudge, the cure by Nicholas Clark.)
6541      Branch: perl
6542            ! hv.c hv.h op.c sv.c vms/vms.c
6543 ____________________________________________________________________________
6544 [ 16655] By: nick                                  on 2002/05/17  14:59:20
6545         Log: Integrate mainline
6546      Branch: perlio
6547           !> (integrate 28 files)
6548 ____________________________________________________________________________
6549 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
6550         Log: Update Changes.
6551      Branch: perl
6552            ! Changes patchlevel.h
6553 ____________________________________________________________________________
6554 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
6555         Log: FAQ sync.
6556      Branch: perl
6557            ! pod/perlfaq4.pod pod/perlfaq8.pod
6558 ____________________________________________________________________________
6559 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
6560         Log: Forgot from #16628.
6561      Branch: perl
6562            ! ext/Encode/Makefile.PL
6563 ____________________________________________________________________________
6564 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
6565         Log: One Last Time
6566      Branch: macperl
6567            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6568            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6569            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
6570            + lib/Unicode/UCD.t
6571 ____________________________________________________________________________
6572 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
6573         Log: Stupid case insensitivity
6574      Branch: macperl
6575            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
6576            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
6577            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
6578            - lib/unicode/UCD.t
6579 ____________________________________________________________________________
6580 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
6581         Log: Move Unicode -> unicode, remove README
6582      Branch: macperl
6583            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6584            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6585            - lib/Unicode/Collate/t/test.t lib/Unicode/README
6586            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
6587 ____________________________________________________________________________
6588 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
6589         Log: Move Unicode -> unicode, remove README (oops, forgot one)
6590      Branch: macperl
6591           +> lib/unicode/Collate/README
6592 ____________________________________________________________________________
6593 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
6594         Log: Move Unicode -> unicode, remove README
6595      Branch: macperl
6596           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
6597           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
6598           +> lib/unicode/UCD.pm lib/unicode/UCD.t
6599 ____________________________________________________________________________
6600 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
6601         Log: Integrate perl
6602      Branch: macperl
6603           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
6604           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
6605           +> lib/Thread/Semaphore.pm
6606            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6607            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
6608            - wince/include/sys/types.h wince/include/sys/utime.h
6609            - wince/include/time.h
6610            ! macos/MPVersion.r macos/config.sh
6611           !> (integrate 173 files)
6612 ____________________________________________________________________________
6613 [ 16645] By: nick                                  on 2002/05/17  06:56:40
6614         Log: Integrate mainline
6615      Branch: perlio
6616           +> ext/Storable/t/st-dump.pl
6617            - wince/FindExt.pm
6618           !> (integrate 40 files)
6619 ____________________________________________________________________________
6620 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
6621         Log: STDERR noise.
6622      Branch: perl
6623            ! lib/Switch.pm
6624 ____________________________________________________________________________
6625 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
6626         Log: Upgrade to Switch 2.07.
6627      Branch: perl
6628            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6629            ! lib/Switch/t/given.t lib/Switch/t/nested.t
6630            ! lib/Switch/t/switch.t
6631 ____________________________________________________________________________
6632 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
6633         Log: Missed hunk in #16641.
6634      Branch: perl
6635            ! lib/Filter/Simple/Changes
6636 ____________________________________________________________________________
6637 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
6638         Log: Upgrade to Filter::Simple 0.78.
6639              (Keep #14432, let Damian know of it.)
6640      Branch: perl
6641            ! lib/Filter/Simple.pm lib/Filter/Simple/README
6642            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
6643            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6644            ! lib/Filter/Simple/t/import.t
6645 ____________________________________________________________________________
6646 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
6647         Log: More Third Degree.
6648      Branch: perl
6649            ! t/TEST
6650 ____________________________________________________________________________
6651 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
6652         Log: Third Degree tweaks.
6653      Branch: perl
6654            ! pod/perlhack.pod t/TEST
6655 ____________________________________________________________________________
6656 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
6657         Log: Purify: dl_last_error was leaking.
6658      Branch: perl
6659            ! ext/DynaLoader/dlutils.c
6660 ____________________________________________________________________________
6661 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
6662         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
6663              From: Chris Ball <chris@cpan.org>
6664              Date: 16 May 2002 20:51:34 +0100
6665              Message-ID: <86lmajvpkp.fsf@void.printf.net>
6666      Branch: perl
6667            ! utils/perldoc.PL
6668 ____________________________________________________________________________
6669 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
6670         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
6671              From: "Craig A. Berry" <craigberry@mac.com>
6672              Date: Thu, 16 May 2002 14:13:15 -0500
6673              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
6674      Branch: perl
6675            ! lib/ExtUtils/t/Constant.t
6676 ____________________________________________________________________________
6677 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
6678         Log: Make Cwd::fastcwd() return a tainted value.
6679              Add regression tests for taint-safety of the *cwd()
6680              functions.
6681      Branch: perl
6682            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
6683 ____________________________________________________________________________
6684 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
6685         Log: Subject: Re: AIX warning in hints regarding gcc
6686              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6687              Date: Thu, 16 May 2002 18:55:41 +0200
6688              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
6689      Branch: perl
6690            ! hints/aix.sh
6691 ____________________________________________________________________________
6692 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
6693         Log: Update the test statuses.
6694      Branch: perl
6695            ! pod/perldelta.pod
6696 ____________________________________________________________________________
6697 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
6698         Log: The UDP sockpair failure seems to have magically
6699              disappeared from both UNICOSes.
6700              (One gets "UNEXPECTEDLY SUCCEEDED".)
6701      Branch: perl
6702            ! ext/Socket/socketpair.t
6703 ____________________________________________________________________________
6704 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
6705         Log: Brokenness of restricted hashes with Storable on EBCDIC
6706              seems to be an artifact of the downgrade.t.
6707      Branch: perl
6708            ! ext/Storable/Storable.pm
6709 ____________________________________________________________________________
6710 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
6711         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
6712              memory debuggers.
6713      Branch: perl
6714            ! pod/perlhack.pod
6715 ____________________________________________________________________________
6716 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
6717         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
6718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6719              Date: Thu, 16 May 2002 16:42:34 +0200
6720              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
6721              
6722              gcc 3 version parsing proofing.
6723      Branch: perl
6724            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
6725 ____________________________________________________________________________
6726 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
6727         Log: Subject: [PATCH] good day for WinCE port of perl.
6728              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6729              Date: Thu, 16 May 2002 03:33:23 +0400
6730              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
6731      Branch: perl
6732            - wince/FindExt.pm
6733            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6734            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6735            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
6736            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
6737            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
6738            ! wince/config_H.ce wince/config_h.PL
6739 ____________________________________________________________________________
6740 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
6741         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
6742              From: slaven.rezic@berlin.de
6743              Date: Mon, 13 May 2002 16:02:24 +0200
6744              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
6745      Branch: perl
6746            ! ext/Sys/Syslog/Syslog.pm
6747 ____________________________________________________________________________
6748 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
6749         Log: Subject: Re: [PATCH] allow use threads qw(yield)
6750              From: Dave Mitchell <davem@fdgroup.com>
6751              Date: Wed, 15 May 2002 23:26:27 +0100
6752              Message-ID: <20020515232626.E28924@fdgroup.com>
6753      Branch: perl
6754            ! ext/threads/threads.xs
6755 ____________________________________________________________________________
6756 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
6757         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
6758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6759              Date: Thu, 16 May 2002 14:22:21 +0200
6760              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
6761      Branch: perl
6762            ! hints/aix.sh
6763 ____________________________________________________________________________
6764 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
6765         Log: metaconfig unit change for #16623.
6766      Branch: metaconfig
6767            ! U/ebcdic/trnl.U
6768 ____________________________________________________________________________
6769 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
6770         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
6771              from John Poltorak <jp@eyup.org>.
6772      Branch: perl
6773            ! Configure
6774 ____________________________________________________________________________
6775 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
6776         Log: DJGPP doesn't have \r\n delimited files (it has \r).
6777      Branch: perl
6778            ! lib/Tie/File/t/21_win32.t
6779 ____________________________________________________________________________
6780 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
6781         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
6782              2. Doing a s///g instead of tr/// works better for CR-delimited
6783              files, like in DJGPP (since <FH> doesn't correctly pull in
6784              CR-delimited lines).
6785      Branch: perl
6786            ! lib/Pod/Html.pm lib/Pod/t/eol.t
6787 ____________________________________________________________________________
6788 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
6789         Log: Don't test $! with like() since one may have
6790              a non-English locale, or simply AIX :-)
6791      Branch: perl
6792            ! ext/PerlIO/t/fail.t
6793 ____________________________________________________________________________
6794 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
6795         Log: DJGPP updates from Laszlo Molnar.
6796      Branch: perl
6797            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
6798 ____________________________________________________________________________
6799 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
6800         Log: Integrate perlio:
6801              
6802              [ 16613]
6803              Make open fail when layer string does not parse.
6804      Branch: perl
6805           +> ext/PerlIO/t/fail.t
6806           !> MANIFEST perlio.c
6807 ____________________________________________________________________________
6808 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
6809         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
6810              From: Nicholas Clark <nick@unfortu.net>
6811              Date: Wed, 15 May 2002 23:06:20 +0100
6812              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
6813      Branch: perl
6814            ! ext/Storable/Storable.xs
6815 ____________________________________________________________________________
6816 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
6817         Log: Two down, ten to go.
6818      Branch: perl
6819            ! pod/perldelta.pod
6820 ____________________________________________________________________________
6821 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
6822         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
6823      Branch: perl
6824            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
6825 ____________________________________________________________________________
6826 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
6827         Log: Schizoid MANIFESTs.
6828      Branch: perl
6829            + ext/Storable/t/st-dump.pl
6830            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
6831 ____________________________________________________________________________
6832 [ 16613] By: nick                                  on 2002/05/15  19:26:00
6833         Log: Make open fail when layer string does not parse.
6834      Branch: perlio
6835            + ext/PerlIO/t/fail.t
6836            ! MANIFEST perlio.c
6837 ____________________________________________________________________________
6838 [ 16612] By: nick                                  on 2002/05/15  18:11:15
6839         Log: Integrate mainline
6840      Branch: perlio
6841           !> Changes ext/Storable/Storable.pm patchlevel.h
6842           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
6843 ____________________________________________________________________________
6844 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
6845         Log: Update Changes.
6846      Branch: perl
6847            ! Changes patchlevel.h
6848 ____________________________________________________________________________
6849 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
6850         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
6851      Branch: perl
6852            ! pod/perldelta.pod t/run/fresh_perl.t
6853 ____________________________________________________________________________
6854 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
6855         Log: Document some of the known EBCDIC problems with Storable.
6856              (There is more, but need to do more tests.)
6857      Branch: perl
6858            ! ext/Storable/Storable.pm
6859 ____________________________________________________________________________
6860 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
6861         Log: Purify finding: jperl.t causes a few Array Bounds Reads
6862              (one byte too far in a malloced buffer) at various spots
6863              in regcomp.c, all the buffers malloced by SvGROW() in
6864              sv_recode_to_utf8().
6865      Branch: perl
6866            ! sv.c
6867 ____________________________________________________________________________
6868 [ 16607] By: nick                                  on 2002/05/15  06:57:26
6869         Log: Integrate mainline
6870      Branch: perlio
6871           +> Porting/thirdclean
6872           !> (integrate 36 files)
6873 ____________________________________________________________________________
6874 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
6875         Log: Subject: [PATCH] Re: use of lc module names and warnings
6876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6877              Date: Sun, 12 May 2002 23:09:46 +0200
6878              Message-ID: <20020512230946.E699@rafael>
6879      Branch: perl
6880            ! toke.c
6881 ____________________________________________________________________________
6882 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
6883         Log: More rule tweakage.
6884      Branch: perl
6885            ! Porting/thirdclean
6886 ____________________________________________________________________________
6887 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
6888         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
6889              From: Sam Tregar <sam@tregar.com>
6890              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
6891              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
6892      Branch: perl
6893            ! ext/Devel/DProf/DProf.xs
6894 ____________________________________________________________________________
6895 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
6896         Log: $VERSIONize.
6897      Branch: perl
6898            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
6899 ____________________________________________________________________________
6900 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
6901         Log: Third Degree: name the op/foo.t as op_foo.
6902      Branch: perl
6903            ! t/TEST
6904 ____________________________________________________________________________
6905 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
6906         Log: Read of uninitialized heap found by Third Degree
6907              (e.g. in t/op/subst.t)
6908      Branch: perl
6909            ! scope.c
6910 ____________________________________________________________________________
6911 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
6912         Log: Add more rules.
6913      Branch: perl
6914            ! Porting/thirdclean
6915 ____________________________________________________________________________
6916 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
6917         Log: Subject: [PATCH] allow use threads qw(yield)
6918              From: Dave Mitchell <davem@fdgroup.com>
6919              Date: Tue, 14 May 2002 22:49:47 +0100
6920              Message-ID: <20020514224947.F25049@fdgroup.com>
6921      Branch: perl
6922            ! ext/threads/threads.pm ext/threads/threads.xs
6923 ____________________________________________________________________________
6924 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
6925         Log: Micropatch from Olaf Flebbe.
6926      Branch: perl
6927            ! epoc/epoc.c
6928 ____________________________________________________________________________
6929 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
6930         Log: Subject: perlhack.pod typos [PATCH]
6931              From: "John P. Linderman" <jpl@research.att.com>
6932              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
6933              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
6934      Branch: perl
6935            ! pod/perlhack.pod
6936 ____________________________________________________________________________
6937 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
6938         Log: Subject: typo in Socket.pm
6939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6940              Date: Tue, 14 May 2002 12:02:47 +0200
6941              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
6942      Branch: perl
6943            ! ext/IO/lib/IO/Socket.pm
6944 ____________________________________________________________________________
6945 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
6946         Log: The #16592 needs this.
6947      Branch: perl
6948            ! embedvar.h perlapi.h
6949 ____________________________________________________________________________
6950 [ 16594] By: sky                                   on 2002/05/14  17:08:01
6951         Log: Subject: Re: lib/sort.t failure [PATCH]
6952              From: "John P. Linderman" <jpl@research.att.com>
6953              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
6954              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
6955      Branch: perl
6956            ! pod/perlfunc.pod
6957 ____________________________________________________________________________
6958 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
6959         Log: Add a script for cleaning out the "known noise"
6960              from Third Degree reports: either noise caused
6961              by libc itself, or Perl_yyparse leaks.
6962      Branch: perl
6963            + Porting/thirdclean
6964            ! MANIFEST
6965 ____________________________________________________________________________
6966 [ 16592] By: sky                                   on 2002/05/14  15:21:39
6967         Log: Turn the sort RealCmp for stable quicksorts into a
6968              threadsafe per interpreter values.
6969      Branch: perl
6970            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
6971 ____________________________________________________________________________
6972 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
6973         Log: reentr.h affects more C files than just reentr.c
6974      Branch: perl
6975            ! locale.c pp.c pp_sys.c
6976 ____________________________________________________________________________
6977 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
6978         Log: Document reentr.pl a bit better.  Still rather
6979              convoluted code, but it ain't broken, so...
6980      Branch: perl
6981            ! reentr.h reentr.pl
6982 ____________________________________________________________________________
6983 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
6984         Log: z/OS update: not all Storable was clear yet.
6985      Branch: perl
6986            ! pod/perldelta.pod
6987 ____________________________________________________________________________
6988 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
6989         Log: Avoid potentially empty struct.
6990      Branch: perl
6991            ! reentr.h reentr.pl
6992 ____________________________________________________________________________
6993 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
6994         Log: Todo tweaks.
6995      Branch: perl
6996            ! pod/perltodo.pod
6997 ____________________________________________________________________________
6998 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
6999         Log: Subject: [PATCH] various minor fixes in threads.            
7000              From: Dave Mitchell <davem@fdgroup.com>
7001              Date: Mon, 13 May 2002 23:48:22 +0100      
7002              Message-ID: <20020513234822.G21318@fdgroup.com>
7003      Branch: perl
7004            ! dump.c ext/threads/shared/shared.xs
7005 ____________________________________________________________________________
7006 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
7007         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
7008              From: PPrymmer@factset.com
7009              Date: Mon, 13 May 2002 17:37:28 -0400
7010              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
7011      Branch: perl
7012            ! vms/vms.c
7013 ____________________________________________________________________________
7014 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
7015         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
7016              From: Nicholas Clark <nick@unfortu.net>    
7017              Date: Mon, 13 May 2002 21:45:47 +0100
7018              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
7019      Branch: perl
7020            ! lib/ExtUtils/t/Constant.t
7021 ____________________________________________________________________________
7022 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
7023         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
7024              From: Nicholas Clark <nick@unfortu.net>    
7025              Date: Mon, 13 May 2002 21:47:38 +0100
7026              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
7027      Branch: perl
7028            ! lib/Benchmark.t
7029 ____________________________________________________________________________
7030 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
7031         Log: Subject: WinCE several touches
7032              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7033              Date: Tue, 14 May 2002 00:43:11 +0400      
7034              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
7035      Branch: perl
7036            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
7037            ! wince/config_h.PL
7038 ____________________________________________________________________________
7039 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
7040         Log: Subject: Re: perl@16573
7041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7042              Date: Mon, 13 May 2002 18:30:35 +0200
7043              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
7044              
7045              (gcc 3.0 vs 64-bit hpux hints)
7046      Branch: perl
7047            ! hints/hpux.sh
7048 ____________________________________________________________________________
7049 [ 16580] By: sky                                   on 2002/05/13  19:38:09
7050         Log: Make the point a bit clearer after suggestion from Merijin
7051      Branch: perl
7052            ! pod/perltodo.pod
7053 ____________________________________________________________________________
7054 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
7055         Log: perltodo update.
7056      Branch: perl
7057            ! pod/perltodo.pod
7058 ____________________________________________________________________________
7059 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
7060         Log: Subject: README.aix update
7061              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7062              Date: Mon, 13 May 2002 19:02:47 +0200
7063              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
7064      Branch: perl
7065            ! README.aix
7066 ____________________________________________________________________________
7067 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
7068         Log: export PerlIOBuf_get_base for win32 extension linkage
7069      Branch: perl
7070            ! makedef.pl
7071 ____________________________________________________________________________
7072 [ 16576] By: nick                                  on 2002/05/13  18:20:22
7073         Log: Integrate mainline
7074      Branch: perlio
7075           !> Changes README.vos ext/threads/shared/shared.pm
7076           !> ext/threads/shared/t/0nothread.t
7077           !> ext/threads/shared/t/av_refs.t
7078           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
7079           !> ext/threads/shared/t/hv_refs.t
7080           !> ext/threads/shared/t/hv_simple.t
7081           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
7082           !> ext/threads/shared/t/semaphore.t
7083           !> ext/threads/shared/t/shared_attr.t
7084           !> ext/threads/shared/t/sv_refs.t
7085           !> ext/threads/shared/t/sv_simple.t patchlevel.h
7086           !> pod/perldelta.pod vms/vms.c xsutils.c
7087 ____________________________________________________________________________
7088 [ 16575] By: ams                                   on 2002/05/13  15:42:50
7089         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
7090              From: Paul_GreenVOS@vos.stratus.com
7091              Date: Mon, 13 May 02 12:32 edt
7092              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
7093      Branch: perl
7094            ! README.vos pod/perldelta.pod
7095 ____________________________________________________________________________
7096 [ 16574] By: ams                                   on 2002/05/13  15:41:14
7097         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
7098              From: PPrymmer@factset.com
7099              Date: Mon, 13 May 2002 11:38:15 -0400
7100              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
7101      Branch: perl
7102            ! vms/vms.c
7103 ____________________________________________________________________________
7104 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
7105         Log: Update Changes.
7106      Branch: perl
7107            ! Changes patchlevel.h
7108 ____________________________________________________________________________
7109 [ 16572] By: sky                                   on 2002/05/13  12:30:35
7110         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
7111              From: Dave Mitchell <davem@fdgroup.com>
7112              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
7113              Message-Id: <20020510235227.J12298@fdgroup.com>
7114      Branch: perl
7115            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
7116            ! ext/threads/shared/t/av_refs.t
7117            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
7118            ! ext/threads/shared/t/hv_refs.t
7119            ! ext/threads/shared/t/hv_simple.t
7120            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
7121            ! ext/threads/shared/t/semaphore.t
7122            ! ext/threads/shared/t/shared_attr.t
7123            ! ext/threads/shared/t/sv_refs.t
7124            ! ext/threads/shared/t/sv_simple.t xsutils.c
7125 ____________________________________________________________________________
7126 [ 16571] By: nick                                  on 2002/05/13  07:54:10
7127         Log: Integrate Mainline
7128      Branch: perlio
7129           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
7130            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7131            - wince/include/cectype.h wince/include/errno.h
7132            - wince/include/sys/types.h wince/include/sys/utime.h
7133            - wince/include/time.h
7134           !> (integrate 51 files)
7135 ____________________________________________________________________________
7136 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
7137         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
7138              From: Michael G Schwern <schwern@pobox.com>
7139              Date: Sun, 12 May 2002 19:32:58 -0400
7140              Message-ID: <20020512233258.GK696@blackrider>
7141      Branch: perl
7142            ! t/TEST
7143 ____________________________________________________________________________
7144 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
7145         Log: Be clean.
7146      Branch: perl
7147            ! Makefile.SH ext/B/t/o.t
7148 ____________________________________________________________________________
7149 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
7150         Log: change#8666 ($Config{perllibs}) apparently never got into
7151              mainline--merge, and add other missing entries; regen
7152              config_H.* files
7153      Branch: perl
7154            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7155            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7156            ! win32/config_H.vc win32/config_H.vc64
7157 ____________________________________________________________________________
7158 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
7159         Log: Elaborate on the exit/wait plan a bit.
7160      Branch: perl
7161            ! pod/perltodo.pod
7162 ____________________________________________________________________________
7163 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
7164         Log: Slight doc tweaks.
7165      Branch: perl
7166            ! pod/perlthrtut.pod
7167 ____________________________________________________________________________
7168 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
7169         Log: OS/390: update the test results.
7170      Branch: perl
7171            ! pod/perldelta.pod
7172 ____________________________________________________________________________
7173 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
7174         Log: Add threadsafety caveats.
7175      Branch: perl
7176            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
7177 ____________________________________________________________________________
7178 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
7179         Log: Update the Mac OS X situation.
7180      Branch: perl
7181            ! pod/perldelta.pod
7182 ____________________________________________________________________________
7183 [ 16562] By: sky                                   on 2002/05/12  19:10:27
7184         Log: Update todo, removing things done and adding new things.
7185      Branch: perl
7186            ! pod/perltodo.pod
7187 ____________________________________________________________________________
7188 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
7189         Log: Reword the "threads still running" cleanup message.
7190      Branch: perl
7191            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
7192            ! pod/perltoc.pod
7193 ____________________________________________________________________________
7194 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
7195         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
7196              (The manifestation: running pat.t core dumps after test 639.
7197              Removing everything after 639 makes core go away, as does
7198              removing everything before 640.  I did say "weird".  Some
7199              sort of a memory corruption, no doubt, but no time to debug
7200              in more detail.)
7201      Branch: perl
7202            ! t/op/pat.t
7203 ____________________________________________________________________________
7204 [ 16559] By: sky                                   on 2002/05/12  17:59:41
7205         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
7206      Branch: perl
7207            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
7208            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7209            ! MANIFEST
7210 ____________________________________________________________________________
7211 [ 16558] By: sky                                   on 2002/05/12  17:57:51
7212         Log: Fixed bug where tmpsv would be null after the return of the 
7213              amagic. Now check for that and allocate the tmpsv afterwards, 
7214              this is done in all other places that use amagic.
7215              Fixes bug when threads->unknownfunction() was called and
7216              we coredumped on the stringification somewhere deep in the
7217              autoloader/dynaloader something. Far to deep for me to provide
7218              a test case.
7219      Branch: perl
7220            ! sv.c
7221 ____________________________________________________________________________
7222 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
7223         Log: (retracted by #16560)
7224              EBCDIC: must protect also compile time so that
7225              the illegal UTF-EBCDIC is not seen.
7226      Branch: perl
7227            ! t/op/pat.t
7228 ____________________________________________________________________________
7229 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
7230         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
7231      Branch: perl
7232            ! pod/perlebcdic.pod regcomp.c
7233 ____________________________________________________________________________
7234 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
7235         Log: As suggested by Dave Mitchell, adding yield()s at
7236              appropriate spots helps non-preemptive thread
7237              implementations, like the GNU pth.  Tested at NetBSD
7238              by Martin Weber <Ephaeton@gmx.net>.
7239      Branch: perl
7240            ! ext/threads/t/basic.t ext/threads/t/list.t
7241            ! ext/threads/t/thread.t
7242 ____________________________________________________________________________
7243 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
7244         Log: Subject: RE: VOS bleadperl test failure on 16539
7245              From: chromatic <chromatic@rmci.net>
7246              Date: Sat, 11 May 2002 23:23:54 -0700
7247              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
7248      Branch: perl
7249            ! ext/B/t/o.t
7250 ____________________________________________________________________________
7251 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
7252         Log: There's no rest for the wicked misspellers.
7253      Branch: perl
7254            ! pod/perlthrtut.pod
7255 ____________________________________________________________________________
7256 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
7257         Log: Detypos (and sticking with US spelling since Dan Sugalski
7258              wrote the original text of perlthrtut)
7259      Branch: perl
7260            ! ext/threads/threads.pm pod/perlthrtut.pod
7261 ____________________________________________________________________________
7262 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
7263         Log: Because of #16550 these tests would now spew
7264              "Malformed UTF-8" in EBCDIC.
7265      Branch: perl
7266            ! t/op/pat.t
7267 ____________________________________________________________________________
7268 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
7269         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
7270              scripts does not apply any more.  (The utf8.t needed a little
7271              bit of relaxing to work in EBCDIC, since *both* the bytes in
7272              subtest #30 are illegal UTF-EBCDIC, and the error message
7273              matched is slightly different.)  The utf8.t now passes.
7274      Branch: perl
7275            ! lib/utf8.t toke.c
7276 ____________________________________________________________________________
7277 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
7278         Log: Subject: [PATCH] a bit more for WinCE
7279              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7280              Date: Sun, 12 May 2002 02:34:24 +0400
7281              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
7282      Branch: perl
7283            ! wince/wince.c
7284 ____________________________________________________________________________
7285 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
7286         Log: Subject: [PATCH] for WinCE cross-build, another one
7287              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
7288              Date: Sun, 12 May 2002 00:02:47 +0400
7289              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
7290      Branch: perl
7291            - wince/include/cectype.h wince/include/errno.h
7292            - wince/include/sys/types.h wince/include/sys/utime.h
7293            - wince/include/time.h
7294            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
7295            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
7296            ! wince/wince.c
7297 ____________________________________________________________________________
7298 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
7299         Log: Explicit casts due to #16542.
7300      Branch: perl
7301            ! ext/B/B.xs hv.c op.c sv.c
7302 ____________________________________________________________________________
7303 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
7304         Log: Upgrade to Test::Harness 2.21.
7305      Branch: perl
7306            ! lib/Test/Harness.pm lib/Test/Harness/Changes
7307            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
7308            ! lib/Test/Harness/t/test-harness.t
7309 ____________________________________________________________________________
7310 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
7311         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
7312              but keep up with the $VERSION)
7313      Branch: perl
7314            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7315 ____________________________________________________________________________
7316 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
7317         Log: metaconfig unit change for #16543.
7318      Branch: metaconfig
7319            ! U/threads/usethreads.U
7320 ____________________________________________________________________________
7321 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
7322         Log: Subject: [PATCH] updated threads docs
7323              From: Dave Mitchell <davem@fdgroup.com>
7324              Date: Sat, 11 May 2002 20:00:51 +0100
7325              Message-ID: <20020511200050.D14841@fdgroup.com>
7326      Branch: perl
7327            ! Configure README.threads pod/perlothrtut.pod
7328            ! pod/perlthrtut.pod
7329 ____________________________________________________________________________
7330 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
7331         Log: Subject: unsigned char hashes (Re: perl@16539)
7332              From: Nicholas Clark <nick@unfortu.net>
7333              Date: Sat, 11 May 2002 17:54:44 +0100
7334              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
7335              
7336              Be explicitly unsigned char in the hash calculation.
7337      Branch: perl
7338            ! hv.h
7339 ____________________________________________________________________________
7340 [ 16541] By: nick                                  on 2002/05/11  08:21:00
7341         Log: Integrate mainline
7342      Branch: perlio
7343           +> ext/B/t/o.t
7344           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
7345           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
7346           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
7347 ____________________________________________________________________________
7348 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
7349         Log: Subject: more os x test output cosmetics
7350              From: Kay Röpke <kroepke@dolphin-services.de>
7351              Date: Fri, 10 May 2002 14:07:34 +0200
7352              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
7353      Branch: perl
7354            ! ext/DB_File/t/db-btree.t
7355 ____________________________________________________________________________
7356 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
7357         Log: Update Changes.
7358      Branch: perl
7359            ! Changes patchlevel.h
7360 ____________________________________________________________________________
7361 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
7362         Log: Regen toc.
7363      Branch: perl
7364            ! pod/perltoc.pod
7365 ____________________________________________________________________________
7366 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
7367         Log: Move pod, add $VERSION.
7368      Branch: perl
7369            ! ext/threads/shared/queue.pm
7370 ____________________________________________________________________________
7371 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
7372         Log: Unused variables.
7373      Branch: perl
7374            ! ext/Encode/Encode.xs
7375 ____________________________________________________________________________
7376 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
7377         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
7378              From: chromatic <chromatic@rmci.net>
7379              Date: Fri, 10 May 2002 07:43:25 -0700
7380              Message-ID: <20020510144325.26245.qmail@firewheel>
7381      Branch: perl
7382            + ext/B/t/o.t
7383            ! MANIFEST
7384 ____________________________________________________________________________
7385 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
7386         Log: Don't do JAPHs unless doing "make torturetest".
7387              Document the less obvious make test targets.
7388      Branch: perl
7389            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
7390 ____________________________________________________________________________
7391 [ 16533] By: nick                                  on 2002/05/10  06:02:58
7392         Log: Integrate mainline
7393      Branch: perlio
7394           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
7395           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
7396           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
7397           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7398           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
7399           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
7400           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
7401           !> t/run/fresh_perl.t util.c
7402 ____________________________________________________________________________
7403 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
7404         Log: Subject: [PATCH] format and other warnings
7405              From: Robin Barker <rmb1@cise.npl.co.uk>
7406              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
7407              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
7408      Branch: perl
7409            ! Porting/pumpkin.pod ext/Encode/Encode.xs
7410            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
7411            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7412            ! ext/threads/threads.xs
7413 ____________________________________________________________________________
7414 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
7415         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
7416      Branch: perl
7417            ! t/op/tie.t t/run/fresh_perl.t
7418 ____________________________________________________________________________
7419 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
7420         Log: Subject: Re: [PATCH] Re: perl@16433
7421              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
7422              Date: Thu, 09 May 2002 16:24:59 -0700
7423              Message-ID: <LVw28gzkguhE092yn@efn.org>
7424      Branch: perl
7425            ! t/op/tie.t
7426 ____________________________________________________________________________
7427 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
7428         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
7429              From: Dave Mitchell <davem@fdgroup.com>
7430              Date: Thu, 9 May 2002 17:18:42 +0100
7431              Message-ID: <20020509171842.C9836@fdgroup.com>
7432      Branch: perl
7433            ! ext/threads/shared/t/cond.t
7434 ____________________________________________________________________________
7435 [ 16528] By: nick                                  on 2002/05/09  16:40:39
7436         Log: Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)
7437      Branch: perl
7438           !> doio.c pp_sys.c util.c
7439 ____________________________________________________________________________
7440 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
7441         Log: FAQ sync.
7442      Branch: perl
7443            ! pod/perlfaq3.pod pod/perlfaq4.pod
7444 ____________________________________________________________________________
7445 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
7446         Log: metaconfig unit changes for #16525, plus extra linting.
7447      Branch: metaconfig
7448            ! U/compline/ptrsize.U U/protos/Protochk.U
7449            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7450            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7451            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7452            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7453            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7454            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7455            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7456            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7457            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7458            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7459            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7460            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7461            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7462            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7463            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7464            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7465            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7466            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7467            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7468            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7469            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7470            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7471            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7472            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7473 ____________________________________________________________________________
7474 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
7475         Log: metaconfig unit linting.
7476      Branch: perl
7477            ! reentr.pl
7478 ____________________________________________________________________________
7479 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
7480         Log: metaconfig unit changes for #16523.
7481      Branch: metaconfig
7482            ! U/compline/ptrsize.U
7483      Branch: metaconfig/U/perl
7484            ! use64bits.U
7485 ____________________________________________________________________________
7486 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
7487         Log: ptrsize should depend on use64bitall, not the other
7488              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
7489      Branch: perl
7490            ! Configure
7491 ____________________________________________________________________________
7492 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
7493         Log: Integrate #16510 from macperl;
7494              
7495              Tell IO.xs that MacOS sometimes doesn't need extra help
7496      Branch: perl
7497           !> ext/IO/IO.xs
7498 ____________________________________________________________________________
7499 [ 16521] By: ams                                   on 2002/05/09  12:42:12
7500         Log: Subject: Re: Storable doc patches
7501              From: "Philip Newton" <Philip.Newton@gmx.net>
7502              Date: Thu, 9 May 2002 14:32:29 +0200
7503              Message-Id: 
7504      Branch: perl
7505            ! ext/Storable/Storable.pm
7506 ____________________________________________________________________________
7507 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
7508         Log: cmp() compares chars, not bytes.
7509      Branch: perl
7510            ! pod/perllocale.pod
7511 ____________________________________________________________________________
7512 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
7513         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
7514      Branch: perl
7515            ! pod/perlhack.pod
7516 ____________________________________________________________________________
7517 [ 16518] By: ams                                   on 2002/05/09  09:04:31
7518         Log: Subject: Storable doc patches
7519              From: Philip Newton <Philip.Newton@gmx.net>
7520              Date: Thu, 09 May 2002 12:00:45 +0200
7521              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
7522      Branch: perl
7523            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7524 ____________________________________________________________________________
7525 [ 16517] By: ams                                   on 2002/05/09  08:53:50
7526         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7527              From: Philip Newton <Philip.Newton@gmx.net>
7528              Date: Thu, 09 May 2002 11:16:06 +0200
7529              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
7530      Branch: perl
7531            ! ext/Storable/README
7532 ____________________________________________________________________________
7533 [ 16516] By: nick                                  on 2002/05/09  08:13:39
7534         Log: Integrate mainline
7535      Branch: perlio
7536           !> pod/perlxstut.pod
7537 ____________________________________________________________________________
7538 [ 16515] By: nick                                  on 2002/05/09  07:29:53
7539         Log: Integrate mainline
7540      Branch: perlio
7541           !> (integrate 27 files)
7542 ____________________________________________________________________________
7543 [ 16514] By: ams                                   on 2002/05/09  06:50:24
7544         Log: Subject: [Patch] perlxstut.pod
7545              From: lupe@lupe-christoph.de (Lupe Christoph)
7546              Date: Thu, 9 May 2002 09:42:02 +0200
7547              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
7548              (Applied with tweaks.)
7549      Branch: perl
7550            ! pod/perlxstut.pod
7551 ____________________________________________________________________________
7552 [ 16513] By: ams                                   on 2002/05/09  06:04:47
7553         Log: Subject: [Patch] perlapio.pod
7554              From: lupe@lupe-christoph.de (Lupe Christoph)
7555              Date: Thu, 9 May 2002 09:01:50 +0200
7556              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
7557              (Applied with tweaks.)
7558      Branch: perl
7559            ! pod/perlapio.pod
7560 ____________________________________________________________________________
7561 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
7562         Log: Integrate from macperl
7563      Branch: maint-5.6/macperl
7564           !> macos/macperl/MPConsole.cp
7565 ____________________________________________________________________________
7566 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
7567         Log: Make interrupt act as end of file, MacPerl Bug #542154
7568      Branch: macperl
7569            ! macos/macperl/MPConsole.cp
7570 ____________________________________________________________________________
7571 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
7572         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
7573      Branch: macperl
7574            ! ext/IO/IO.xs
7575 ____________________________________________________________________________
7576 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
7577         Log: Make perlio (!sfio) work on MacOS
7578      Branch: macperl
7579            ! macos/config.h macos/config.sh macos/macish.c
7580 ____________________________________________________________________________
7581 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
7582         Log: integrate maint-5.6/macperl contents
7583      Branch: maint-5.6/perl
7584           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
7585           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
7586           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
7587 ____________________________________________________________________________
7588 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
7589         Log: Rework #16506 some more.
7590      Branch: perl
7591            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7592 ____________________________________________________________________________
7593 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
7594         Log: Rework #16503 a bit to keep all the HiRes implementation
7595              in one place, assuming we want to re-CPAN Time::HiRes at
7596              some point.
7597      Branch: perl
7598            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7599 ____________________________________________________________________________
7600 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
7601         Log: metaconfig unit change for #16504.
7602      Branch: metaconfig
7603            ! U/modified/Cppsym.U
7604 ____________________________________________________________________________
7605 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
7606         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
7607              From: Pixel <pixel@mandrakesoft.com>
7608              Date: 08 May 2002 18:19:51 +0200
7609              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
7610      Branch: perl
7611            ! Configure
7612 ____________________________________________________________________________
7613 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
7614         Log: make the gettimeofday() implementation in Time::HiRes available
7615              from perl
7616      Branch: perl
7617            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
7618            ! win32/config.bc win32/config.gc win32/config.vc
7619            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7620            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
7621            ! win32/win32.c win32/win32iop.h
7622 ____________________________________________________________________________
7623 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
7624         Log: Subject: Test output update for OS X 10.1.4
7625              From: Kay Röpke <kroepke@dolphin-services.de>
7626              Date: Wed, 8 May 2002 22:23:36 +0200
7627              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
7628      Branch: perl
7629            ! ext/DB_File/t/db-recno.t
7630 ____________________________________________________________________________
7631 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
7632         Log: Subject: [PATCH] Re: perl@16433
7633              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7634              Date: Tue, 07 May 2002 18:40:44 -0700
7635              Message-ID: <cII28gzkgaOS092yn@efn.org>
7636              
7637              Subject: Re: [PATCH] Re: perl@16433
7638              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7639              Date: Wed, 08 May 2002 10:16:42 -0700
7640              Message-ID: <61V28gzkg+jG092yn@efn.org>
7641      Branch: perl
7642            ! pp_sys.c sv.c t/op/tie.t
7643 ____________________________________________________________________________
7644 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
7645         Log: Subject: [DOC PATCH] Minor threads::shared nits
7646              From: Simon Glover <scog@amnh.org>
7647              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
7648              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
7649      Branch: perl
7650            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
7651            ! ext/threads/shared/shared.pm
7652 ____________________________________________________________________________
7653 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
7654         Log: Subject: [DOC PATCH] perlthrtut proofreading
7655              From: Simon Glover <scog@amnh.org>
7656              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
7657              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
7658      Branch: perl
7659            ! pod/perlthrtut.pod
7660 ____________________________________________________________________________
7661 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
7662         Log: Deprecate 5.005threads.
7663      Branch: perl
7664            ! pod/perldelta.pod
7665 ____________________________________________________________________________
7666 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
7667         Log: Integrate perlio:
7668              
7669              [ 16496]
7670              Portability and doc tweaks to PerlIO/XS stuff.
7671              We are still "papering over the cracks" a bit,
7672              but now it is good stiff card held on with epoxy.
7673              
7674              [ 16495]
7675              PerlIO/XS interface routine and doc updates from
7676              lupe@lupe-christoph.de (Lupe Christoph) in mail
7677              Subject: [For Review] Patch for perlio.c and pods
7678              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7679              Date: Sun, 5 May 2002 10:43:15 +0200
7680              (Minor tweaks to follow.)
7681      Branch: perl
7682           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
7683 ____________________________________________________________________________
7684 [ 16496] By: nick                                  on 2002/05/08  19:08:43
7685         Log: Portability and doc tweaks to PerlIO/XS stuff.
7686              We are still "papering over the cracks" a bit,
7687              but now it is good stiff card held on with epoxy.
7688      Branch: perlio
7689            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7690 ____________________________________________________________________________
7691 [ 16495] By: nick                                  on 2002/05/08  17:56:43
7692         Log: PerlIO/XS interface routine and doc updates from
7693              lupe@lupe-christoph.de (Lupe Christoph) in mail
7694              Subject: [For Review] Patch for perlio.c and pods
7695              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7696              Date: Sun, 5 May 2002 10:43:15 +0200
7697              (Minor tweaks to follow.)
7698      Branch: perlio
7699            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7700 ____________________________________________________________________________
7701 [ 16494] By: nick                                  on 2002/05/08  17:40:34
7702         Log: Integrate mainline
7703      Branch: perlio
7704           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
7705           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
7706           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
7707           !> t/run/fresh_perl.t
7708 ____________________________________________________________________________
7709 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
7710         Log: Update Changes.
7711      Branch: perl
7712            ! Changes patchlevel.h
7713 ____________________________________________________________________________
7714 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
7715         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
7716              don't unlink /dev/null
7717      Branch: perl
7718            ! Porting/p4genpatch
7719 ____________________________________________________________________________
7720 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
7721         Log: Integrate perlio:
7722              
7723              [ 16487]
7724              Avoid pointless re-encode of data in :encoding's read buffer
7725              on a close
7726      Branch: perl
7727           !> ext/PerlIO/encoding/encoding.xs
7728 ____________________________________________________________________________
7729 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
7730         Log: The base.pm changes need this, too?
7731      Branch: perl
7732            ! lib/diagnostics.t
7733 ____________________________________________________________________________
7734 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
7735         Log: fix p4genpatch breakage (missing slash in patch headers)
7736      Branch: perl
7737            ! Porting/p4genpatch
7738 ____________________________________________________________________________
7739 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
7740         Log: Integrate #14679 from macperl;
7741              
7742              Skip layer symbols for sfio
7743      Branch: perl
7744           !> makedef.pl
7745 ____________________________________________________________________________
7746 [ 16487] By: nick                                  on 2002/05/08  13:12:47
7747         Log: Avoid pointless re-encode of data in :encoding's read buffer
7748              on a close
7749      Branch: perlio
7750            ! ext/PerlIO/encoding/encoding.xs
7751 ____________________________________________________________________________
7752 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
7753         Log: Integrate #16481 from macperl;
7754              
7755              p4genpatch Mac OS fixes (paths, utime)
7756      Branch: perl
7757           !> Porting/p4genpatch
7758 ____________________________________________________________________________
7759 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
7760         Log: Storable doc tweaks.
7761      Branch: perl
7762            ! ext/Storable/Storable.pm
7763 ____________________________________________________________________________
7764 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
7765         Log: Subject: Re: [PATCH] use base Notexists
7766              From: andreas.koenig@anima.de (Andreas J. Koenig)
7767              Date: Wed, 08 May 2002 15:57:53 +0200
7768              Message-ID: <m34rhi91y6.fsf@anima.de>
7769      Branch: perl
7770            ! lib/base.pm lib/fields.t
7771 ____________________________________________________________________________
7772 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
7773         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
7774              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7775              Date: Wed, 8 May 2002 10:47:51 +0400
7776              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
7777      Branch: perl
7778            ! t/run/fresh_perl.t
7779 ____________________________________________________________________________
7780 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
7781         Log: Document how even "ASCII" locales can have problems
7782              if \w includes some of the regex metacharacters.
7783      Branch: perl
7784            ! lib/locale.t
7785 ____________________________________________________________________________
7786 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
7787         Log: p4genpatch Mac OS fixes (paths, utime)
7788      Branch: macperl
7789            ! Porting/p4genpatch
7790 ____________________________________________________________________________
7791 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
7792         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
7793              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7794              Date: Wed, 8 May 2002 10:33:14 +0400
7795              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
7796      Branch: perl
7797            ! ext/File/Glob/bsd_glob.c
7798 ____________________________________________________________________________
7799 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
7800         Log: Skip layer symbols for sfio
7801      Branch: macperl
7802            ! makedef.pl
7803 ____________________________________________________________________________
7804 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
7805         Log: Bump up the Storable $VERSION to 2.0.
7806      Branch: perl
7807            ! ext/Storable/Storable.pm
7808 ____________________________________________________________________________
7809 [ 16477] By: nick                                  on 2002/05/08  06:21:18
7810         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
7811      Branch: perlio
7812           !> (integrate 36 files)
7813 ____________________________________________________________________________
7814 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
7815         Log: Oops, add back
7816      Branch: macperl
7817            + macos/MacPerlTests.cmd
7818 ____________________________________________________________________________
7819 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
7820         Log: Integrate with perl
7821      Branch: macperl
7822           +> Porting/p4genpatch ext/Digest/MD5/README
7823           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
7824           +> ext/threads/shared/semaphore.pm
7825           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
7826           +> t/comp/hints.t vos/compile_full_perl.cm
7827           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7828           +> wince/compile.bat wince/win32io.c
7829            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
7830            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
7831           !> (integrate 206 files)
7832 ____________________________________________________________________________
7833 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
7834         Log: Update README (integrate from macperl)
7835      Branch: maint-5.6/macperl
7836           !> README.macos
7837 ____________________________________________________________________________
7838 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
7839         Log: Various syncs from macperl/ -> maint-5.6/macperl/
7840              File::Copy, File::Spec updates
7841              Test script modifications
7842              pp_require path bugfixes
7843      Branch: maint-5.6/macperl
7844            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
7845            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
7846 ____________________________________________________________________________
7847 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
7848         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
7849      Branch: macperl
7850            ! macos/macperl/MacPerl.podhelp
7851      Branch: maint-5.6/macperl
7852            ! macos/macperl/MacPerl.podhelp
7853 ____________________________________________________________________________
7854 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
7855         Log: Reset Mac::err flag in app, MacPerl Bug #546065
7856      Branch: macperl
7857            ! macos/macperl/MPScript.c
7858      Branch: maint-5.6/macperl
7859            ! macos/macperl/MPScript.c
7860 ____________________________________________________________________________
7861 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
7862         Log: Fix for some module install paths, MacPerl Bug #549611
7863      Branch: macperl
7864            ! macos/macperl/Droplets/installme.plx
7865            ! macos/macperl/Droplets/untarzipme.plx
7866      Branch: maint-5.6/macperl
7867            ! macos/macperl/Droplets/installme.plx
7868            ! macos/macperl/Droplets/untarzipme.plx
7869 ____________________________________________________________________________
7870 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
7871         Log: Stupid Mac::OSA::Simple bugs
7872      Branch: macperl
7873            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7874      Branch: maint-5.6/macperl
7875            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7876 ____________________________________________________________________________
7877 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
7878         Log: Various BuildTools fixes, MacPerl Bug #545341
7879      Branch: macperl
7880            ! macos/lib/Mac/BuildTools.pm
7881      Branch: maint-5.6/macperl
7882            ! macos/lib/Mac/BuildTools.pm
7883 ____________________________________________________________________________
7884 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
7885         Log: MM_MacOS has been moved from macos/lib/ to lib/
7886      Branch: macperl
7887            - macos/lib/ExtUtils/MM_MacOS.pm
7888 ____________________________________________________________________________
7889 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
7890         Log: Oops, add Digest::MD5 Makefile.mk back in
7891      Branch: macperl
7892            + macos/bundled_ext/Digest/MD5/Makefile.mk
7893 ____________________________________________________________________________
7894 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
7895         Log: Allow focus of first item, MacPerl Bug #529102
7896      Branch: macperl
7897            ! macos/ext/Mac/Windows/Windows.pm
7898      Branch: maint-5.6/macperl
7899            ! macos/ext/Mac/Windows/Windows.pm
7900 ____________________________________________________________________________
7901 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
7902         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
7903      Branch: macperl
7904            ! macos/lib/Mac/Glue.pm
7905      Branch: maint-5.6/macperl
7906            ! macos/lib/Mac/Glue.pm
7907 ____________________________________________________________________________
7908 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
7909         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
7910      Branch: perl
7911            ! makedef.pl
7912 ____________________________________________________________________________
7913 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
7914         Log: aTHX may be empty
7915      Branch: perl
7916            ! win32/win32.c
7917 ____________________________________________________________________________
7918 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
7919         Log: 5005threads builds again on windows
7920      Branch: perl
7921            ! win32/win32.c win32/win32.h
7922 ____________________________________________________________________________
7923 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
7924         Log: fixes for various warnings identified by Visual C++
7925      Branch: perl
7926            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
7927            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7928            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
7929            ! win32/config.bc win32/config.gc win32/config.vc
7930            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7931            ! win32/win32.c win32/win32iop.h
7932 ____________________________________________________________________________
7933 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
7934         Log: keep paths consistently slashed on windows
7935      Branch: perl
7936            ! t/harness
7937 ____________________________________________________________________________
7938 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
7939         Log: integrate makefile.mk changes into Makefile
7940      Branch: perl
7941            ! win32/Makefile
7942 ____________________________________________________________________________
7943 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
7944         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7945              From: Nicholas Clark <nick@unfortu.net>
7946              Date: Tue, 7 May 2002 23:26:01 +0100
7947              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
7948      Branch: perl
7949            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
7950            ! ext/Storable/README ext/Storable/Storable.pm
7951            ! ext/Storable/t/malice.t
7952 ____________________________________________________________________________
7953 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
7954         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7955              From: Dave Mitchell <davem@fdgroup.com>
7956              Date: Wed, 8 May 2002 00:11:02 +0100
7957              Message-ID: <20020508001102.D4118@fdgroup.com>
7958      Branch: perl
7959            ! pp_hot.c scope.c
7960 ____________________________________________________________________________
7961 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
7962         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
7963              From: Dave Mitchell <davem@fdgroup.com>
7964              Date: Tue, 7 May 2002 23:13:10 +0100
7965              Message-ID: <20020507231310.B4118@fdgroup.com>
7966      Branch: perl
7967            ! pp_hot.c
7968 ____________________________________________________________________________
7969 [ 16454] By: sky                                   on 2002/05/07  21:18:44
7970         Log: Documentation of async
7971      Branch: perl
7972            ! ext/threads/threads.pm
7973 ____________________________________________________________________________
7974 [ 16453] By: sky                                   on 2002/05/07  21:16:28
7975         Log: Documentation added.
7976      Branch: perl
7977            ! ext/threads/shared/semaphore.pm
7978 ____________________________________________________________________________
7979 [ 16452] By: sky                                   on 2002/05/07  21:15:34
7980         Log: Add support for async.
7981      Branch: perl
7982            ! ext/threads/threads.pm
7983 ____________________________________________________________________________
7984 [ 16451] By: sky                                   on 2002/05/07  21:01:47
7985         Log: Add documentation.
7986      Branch: perl
7987            ! ext/threads/shared/queue.pm
7988 ____________________________________________________________________________
7989 [ 16450] By: sky                                   on 2002/05/07  20:24:08
7990         Log: Fix bad assumptions in test case.
7991              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
7992              b) $var++ is not atomic
7993              c) the creating of the string to print and the actuall printing 
7994              could be preempted by another thread
7995      Branch: perl
7996            ! ext/threads/shared/t/queue.t
7997 ____________________________________________________________________________
7998 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
7999         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
8000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8001              Date: Tue, 07 May 2002 19:41:03 +0200
8002              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
8003      Branch: perl
8004            ! makedepend.SH
8005 ____________________________________________________________________________
8006 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
8007         Log: Upgrade to Encode 1.71.
8008      Branch: perl
8009            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8010            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
8011 ____________________________________________________________________________
8012 [ 16447] By: nick                                  on 2002/05/07  18:39:47
8013         Log: Integrate mainline
8014      Branch: perlio
8015           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
8016           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
8017           !> lib/User/pwent.t
8018 ____________________________________________________________________________
8019 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
8020         Log: AUTHORS updates.
8021      Branch: perl
8022            ! AUTHORS
8023 ____________________________________________________________________________
8024 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
8025         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
8026              From: Robin Barker <rmb1@cise.npl.co.uk>
8027              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
8028              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
8029      Branch: perl
8030            ! ext/Encode/Encode.xs
8031 ____________________________________________________________________________
8032 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
8033         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
8034              From: Michael A Chase <mchase@ix.netcom.com>
8035              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
8036              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
8037              
8038              (plus add what POSIX says)
8039      Branch: perl
8040            ! lib/File/Spec/Unix.pm
8041 ____________________________________________________________________________
8042 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
8043         Log: Subject: Re: lib/User/pwent.t on Cygwin
8044              From: John Peacock <jpeacock@rowman.com>
8045              Date: Mon, 06 May 2002 10:14:21 -0400
8046              Message-ID: <3CD68FBD.8020502@rowman.com>
8047      Branch: perl
8048            ! lib/User/pwent.t
8049 ____________________________________________________________________________
8050 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
8051         Log: Subject: [PATCH] Storable (Re: perl@16433)
8052              From: Radu Greab <radu@netsoft.ro>
8053              Date: Tue, 7 May 2002 11:37:03 +0300
8054              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
8055              
8056              Subject: Re: [PATCH] Storable (Re: perl@16433)
8057              From: Radu Greab <radu@netsoft.ro>
8058              Date: Tue, 7 May 2002 12:49:24 +0300
8059              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
8060              
8061              Plug the Storable memory leaks.
8062      Branch: perl
8063            ! ext/Storable/Storable.xs
8064 ____________________________________________________________________________
8065 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
8066         Log: Upgrade to CPAN 1.61.
8067      Branch: perl
8068            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8069 ____________________________________________________________________________
8070 [ 16440] By: nick                                  on 2002/05/07  07:07:58
8071         Log: Integrate mainline
8072      Branch: perlio
8073           +> Porting/p4genpatch vos/compile_full_perl.cm
8074           +> vos/configure_full_perl.sh vos/make_full_perl.sh
8075           +> wince/compile.bat wince/win32io.c
8076            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
8077           !> (integrate 74 files)
8078 ____________________________________________________________________________
8079 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
8080         Log: Document the bad behaviour of for(1..5){$_++}
8081              (it works but it should fail)
8082      Branch: perl
8083            ! pod/perldelta.pod
8084 ____________________________________________________________________________
8085 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
8086         Log: README.ko update from Jungshik Shin.
8087      Branch: perl
8088            ! README.ko
8089 ____________________________________________________________________________
8090 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
8091         Log: Subject: Re: perl@16433
8092              From: Nicholas Clark <nick@unfortu.net>
8093              Date: Tue, 7 May 2002 00:21:46 +0100
8094              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
8095      Branch: perl
8096            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
8097            ! ext/Storable/t/malice.t
8098 ____________________________________________________________________________
8099 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
8100         Log: Subject:  two and a half steps further for WinCE cross-build
8101              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8102              Date: Mon, 6 May 2002 23:54:24 +0400
8103              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
8104      Branch: perl
8105            - wince/config.h
8106            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
8107 ____________________________________________________________________________
8108 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
8109         Log: Detypo.
8110      Branch: perl
8111            ! pod/perldelta.pod
8112 ____________________________________________________________________________
8113 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
8114         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
8115              From: Dave Mitchell <davem@fdgroup.com>
8116              Date: Mon, 6 May 2002 17:17:00 +0100
8117              Message-ID: <20020506171700.A256@fdgroup.com>
8118      Branch: perl
8119            ! pod/perldelta.pod t/op/local.t
8120 ____________________________________________________________________________
8121 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
8122         Log: Update Changes.
8123      Branch: perl
8124            ! Changes patchlevel.h
8125 ____________________________________________________________________________
8126 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
8127         Log: Add a test for #16431, and document Dave's campaign
8128              against localised hash element bugs.
8129      Branch: perl
8130            ! pod/perldelta.pod t/op/tie.t
8131 ____________________________________________________________________________
8132 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
8133         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
8134              From: Dave Mitchell <davem@fdgroup.com>
8135              Date: Sat, 4 May 2002 00:34:18 +0100
8136              Message-ID: <20020504003418.F22026@fdgroup.com>
8137      Branch: perl
8138            ! pp_hot.c t/op/local.t
8139 ____________________________________________________________________________
8140 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
8141         Log: Regen uconfig.h.
8142      Branch: perl
8143            ! uconfig.h
8144 ____________________________________________________________________________
8145 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
8146         Log: Unfortunately AmigaOS has been broken since 11423
8147              and is unlikely to get fixed in time for 5.8.0.
8148      Branch: perl
8149            ! pod/perldelta.pod
8150 ____________________________________________________________________________
8151 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
8152         Log: Ultimate discouragement for the old tools, from Andreas.
8153      Branch: perl
8154            - Porting/p4d2p Porting/p4desc
8155            ! MANIFEST Porting/repository.pod
8156 ____________________________________________________________________________
8157 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
8158         Log: Upgrade to Digest::MD5 2.20.
8159      Branch: perl
8160            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8161            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
8162 ____________________________________________________________________________
8163 [ 16426] By: ams                                   on 2002/05/06  09:48:42
8164         Log: Subject: [Encode] 1.70 released
8165              From: Dan Kogai <dankogai@dan.co.jp>
8166              Date: Mon, 6 May 2002 19:36:15 +0900
8167              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
8168      Branch: perl
8169            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
8170            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
8171            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
8172 ____________________________________________________________________________
8173 [ 16425] By: ams                                   on 2002/05/06  09:40:42
8174         Log: Subject: [PATCH] PerlIO::Via reference
8175              From: Gisle Aas <gisle@ActiveState.com>
8176              Date: 05 May 2002 22:50:23 -0700
8177              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
8178      Branch: perl
8179            ! pod/perliol.pod
8180 ____________________________________________________________________________
8181 [ 16424] By: ams                                   on 2002/05/06  09:37:58
8182         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
8183              From: Brendan O'Dea <bod@debian.org>
8184              Date: Mon, 6 May 2002 14:04:48 +1000
8185              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
8186      Branch: perl
8187            ! lib/Term/Complete.pm
8188 ____________________________________________________________________________
8189 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
8190         Log: p4genpatch: avoid stderr noise during adds
8191      Branch: perl
8192            ! Porting/p4genpatch
8193 ____________________________________________________________________________
8194 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
8195         Log: Subject: [PATCH] Fixup VOS builds of miniperl
8196              From: Paul_GreenVOS@vos.stratus.com
8197              Date: Sun, 5 May 02 23:11 edt
8198              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
8199      Branch: perl
8200            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
8201 ____________________________________________________________________________
8202 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
8203         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
8204              From: Radu Greab <radu@netsoft.ro>
8205              Date: Mon, 6 May 2002 04:23:10 +0300
8206              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
8207      Branch: perl
8208            ! pp_sys.c t/op/exec.t
8209 ____________________________________________________________________________
8210 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
8211         Log: Further comment tweak, to agree with perlxs.pod.
8212      Branch: perl
8213            ! perl.h
8214 ____________________________________________________________________________
8215 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
8216         Log: Subject: [PATCH] Update README.vos and release vos build macros
8217              From: Paul_GreenVOS@vos.stratus.com
8218              Date: Sun, 5 May 02 17:15 edt
8219              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
8220              To: perl5-porters@perl.org
8221      Branch: perl
8222            + vos/compile_full_perl.cm vos/configure_full_perl.sh
8223            + vos/make_full_perl.sh
8224            ! MANIFEST README.vos vos/Changes
8225 ____________________________________________________________________________
8226 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
8227         Log: Retract MM_NW5.pm part of #16371, at the request
8228              of Michael Schwern.
8229      Branch: perl
8230            ! lib/ExtUtils/MM_NW5.pm
8231 ____________________________________________________________________________
8232 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
8233         Log: Comment tweaks.
8234      Branch: perl
8235            ! perl.h
8236 ____________________________________________________________________________
8237 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
8238         Log: a few more p4genpatch fixes:
8239              
8240              don't assume previous revision exists, let p4 compute it from
8241              the one-less-change number instead
8242              
8243              the time part in timestamps were always 00:00:00; fix by
8244              fetching metadata via "p4 fsync" rather than "p4 filelog"
8245              
8246              quote all file names used in external commands to make them
8247              them work when there are spaces in those file names
8248              
8249              looks production worthy now :)
8250      Branch: perl
8251            ! Porting/p4genpatch
8252 ____________________________________________________________________________
8253 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
8254         Log: The #16401 was far from enough, and mostly in a wrong direction.
8255              The right thing to do would be to convert Storable into using
8256              the new MY_CXT scheme (no static data, and memory management
8257              using SVs).
8258      Branch: perl
8259            ! ext/Storable/Storable.xs
8260 ____________________________________________________________________________
8261 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
8262         Log: p4genpatch diffs against depot files from //depot/perl when called
8263              with -b //depot/maint-5.6/perl
8264      Branch: perl
8265            ! Porting/p4genpatch
8266 ____________________________________________________________________________
8267 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
8268         Log: p4genpatch: current directory may not be writable, so don't
8269              create temp files there
8270      Branch: perl
8271            ! Porting/p4genpatch
8272 ____________________________________________________________________________
8273 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
8274         Log: p4genpatch now works on windows
8275      Branch: perl
8276            ! Porting/p4genpatch
8277 ____________________________________________________________________________
8278 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
8279         Log: p4genpatch: tweak from Andreas to strip leading portion of
8280              path specified in -b (so patch can be applied with "patch -p1")
8281      Branch: perl
8282            ! Porting/p4genpatch
8283 ____________________________________________________________________________
8284 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
8285         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
8286              From: PPrymmer@factset.com
8287              Date: Fri, 3 May 2002 14:52:12 -0400
8288              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
8289      Branch: perl
8290            ! t/op/pwent.t
8291 ____________________________________________________________________________
8292 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
8293         Log: Upgrade to Net::Ping 2.17.
8294      Branch: perl
8295            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
8296 ____________________________________________________________________________
8297 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
8298         Log: Upgrade to Getopt::Long 2.31.
8299      Branch: perl
8300            ! lib/Getopt/Long.pm
8301 ____________________________________________________________________________
8302 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
8303         Log: Subject: Re: Cross-compiling as of WinCE
8304              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8305              Date: Sat, 4 May 2002 03:49:11 +0400
8306              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
8307      Branch: perl
8308            + wince/compile.bat wince/win32io.c
8309            - wince/perldll.def
8310            ! MANIFEST configpm makedef.pl wince/Makefile.ce
8311            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
8312            ! wince/config_h.PL wince/wince.c
8313 ____________________________________________________________________________
8314 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
8315         Log: The loclibpth is always set by Configure.
8316      Branch: perl
8317            ! hints/dec_osf.sh
8318 ____________________________________________________________________________
8319 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
8320         Log: Subject: Re: [Unicode::Collate] UCA Version number    
8321              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8322              Date: Sun, 05 May 2002 10:07:57 +0900
8323              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
8324      Branch: perl
8325            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8326            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8327 ____________________________________________________________________________
8328 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
8329         Log: Subject: [PATCH sv.c] delete inaccurate comment
8330              From: Dave Mitchell <davem@fdgroup.com>
8331              Date: Fri, 3 May 2002 21:17:00 +0100
8332              Message-ID: <20020503211700.C22026@fdgroup.com>
8333      Branch: perl
8334            ! sv.c
8335 ____________________________________________________________________________
8336 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
8337         Log: Solaris: show what 'that' is.
8338      Branch: perl
8339            ! hints/solaris_2.sh
8340 ____________________________________________________________________________
8341 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
8342         Log: Syntax fix.
8343      Branch: perl
8344            ! t/op/arith.t
8345 ____________________________________________________________________________
8346 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
8347         Log: (retracted by #16415) Storable: try to free what we allocated.
8348      Branch: perl
8349            ! ext/Storable/Storable.xs
8350 ____________________________________________________________________________
8351 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
8352         Log: UNICOS: division is really sloppy.
8353      Branch: perl
8354            ! t/op/arith.t
8355 ____________________________________________________________________________
8356 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
8357         Log: Subject: fix t/io/fs.t for VOS
8358              From: Paul_GreenVOS@vos.stratus.com
8359              Date: Sat, 4 May 02 14:01 edt
8360              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
8361      Branch: perl
8362            ! t/io/fs.t
8363 ____________________________________________________________________________
8364 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
8365         Log: Subject: [Unicode::Collate] UCA Version number
8366              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8367              Date: Sat, 04 May 2002 16:07:07 +0900
8368              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
8369      Branch: perl
8370            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
8371 ____________________________________________________________________________
8372 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
8373         Log: Subject: [PATCH lib/overload.pm] "\"\""
8374              From: Michael G Schwern <schwern@pobox.com>
8375              Date: Sat, 4 May 2002 13:17:44 -0400
8376              Message-ID: <20020504171743.GD640@blackrider>
8377      Branch: perl
8378            ! lib/overload.pm
8379 ____________________________________________________________________________
8380 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
8381         Log: Add the EBCDIC test data to downgrade.t.
8382      Branch: perl
8383            ! ext/Storable/t/downgrade.t
8384 ____________________________________________________________________________
8385 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
8386         Log: EBCDIC tweak.
8387      Branch: perl
8388            ! ext/Storable/t/utf8hash.t
8389 ____________________________________________________________________________
8390 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
8391         Log: Allow p4genpatch to use diff programs other than 'diff'.
8392      Branch: perl
8393            ! Porting/p4genpatch
8394 ____________________________________________________________________________
8395 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
8396         Log: Add p4genpatch from Andreas; obsoletes both
8397              p4d2p and p4desc.
8398      Branch: perl
8399            + Porting/p4genpatch
8400            ! MANIFEST Porting/makerel
8401 ____________________________________________________________________________
8402 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
8403         Log: Upgrade to Encode 1.69.
8404      Branch: perl
8405            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8406            ! ext/Encode/Encode/Makefile_PL.e2x
8407            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
8408            ! ext/Encode/lib/Encode/Guess.pm
8409            ! ext/Encode/lib/Encode/MIME/Header.pm
8410            ! ext/Encode/t/mime-header.t
8411 ____________________________________________________________________________
8412 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
8413         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
8414              From: Dave Mitchell <davem@fdgroup.com>
8415              Date: Sat, 4 May 2002 16:09:26 +0100
8416              Message-ID: <20020504160926.A24990@fdgroup.com>
8417      Branch: perl
8418            ! INSTALL
8419 ____________________________________________________________________________
8420 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
8421         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
8422              From: Nicholas Clark <nick@unfortu.net>
8423              Date: Sat, 4 May 2002 12:38:58 +0100
8424              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
8425      Branch: perl
8426            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8427 ____________________________________________________________________________
8428 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
8429         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
8430              From: Nicholas Clark <nick@unfortu.net>
8431              Date: Sat, 4 May 2002 00:30:43 +0100
8432              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
8433      Branch: perl
8434            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8435 ____________________________________________________________________________
8436 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
8437         Log: Doc tweak from Elizabeth Mattijsen.
8438      Branch: perl
8439            ! pod/perlunicode.pod
8440 ____________________________________________________________________________
8441 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
8442         Log: Subject: [PATCH] channames.pm doc tweaks
8443              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
8444              Date: Sat, 04 May 2002 11:45:18 +0900
8445              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
8446      Branch: perl
8447            ! lib/charnames.pm
8448 ____________________________________________________________________________
8449 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
8450         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
8451              From: Dave Mitchell <davem@fdgroup.com>
8452              Date: Fri, 3 May 2002 23:51:10 +0100
8453              Message-ID: <20020503235110.E22026@fdgroup.com>
8454      Branch: perl
8455            ! pp_hot.c scope.c
8456 ____________________________________________________________________________
8457 [ 16385] By: nick                                  on 2002/05/04  09:29:41
8458         Log: Integrate mainline
8459      Branch: perlio
8460           !> (integrate 47 files)
8461 ____________________________________________________________________________
8462 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
8463         Log: Subject: Re: perl@16307
8464              From: Nicholas Clark <nick@unfortu.net>
8465              Date: Fri, 3 May 2002 21:49:04 +0100
8466              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
8467              
8468              canonical #3 was failing under -Mutf8.
8469      Branch: perl
8470            ! ext/Storable/t/canonical.t
8471 ____________________________________________________________________________
8472 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
8473         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
8474              From: Dave Mitchell <davem@fdgroup.com>
8475              Date: Fri, 3 May 2002 21:12:10 +0100
8476              Message-ID: <20020503211210.B22026@fdgroup.com>
8477      Branch: perl
8478            ! scope.c
8479 ____________________________________________________________________________
8480 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
8481         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
8482              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8483              Date: Fri, 3 May 2002 20:30:25 +0200
8484              Message-ID: <190109228332.20020503203025@familiehaase.de>
8485      Branch: perl
8486            ! doio.c
8487 ____________________________________________________________________________
8488 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
8489         Log: Subject: t/TestInit.pm - clean up comments
8490              From: Paul_GreenVOS@vos.stratus.com
8491              Date: Fri, 3 May 02 14:51 edt
8492              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
8493      Branch: perl
8494            ! t/TestInit.pm
8495 ____________________________________________________________________________
8496 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
8497         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
8498              From: Dan Kogai <dankogai@dan.co.jp>
8499              Date: Sat, 4 May 2002 01:46:35 +0900
8500              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
8501      Branch: perl
8502            ! ext/Encode/Encode/Makefile_PL.e2x
8503 ____________________________________________________________________________
8504 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
8505         Log: Forgotten test arrangement.
8506      Branch: perl
8507            ! ext/Digest/MD5/t/files.t
8508 ____________________________________________________________________________
8509 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
8510         Log: Comedy of typing errors.
8511      Branch: perl
8512            ! hints/solaris_2.sh
8513 ____________________________________________________________________________
8514 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
8515         Log: Let's try the "no Net:: if no Socket" again.
8516      Branch: perl
8517            ! t/lib/1_compile.t
8518 ____________________________________________________________________________
8519 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
8520         Log: Update Changes.
8521      Branch: perl
8522            ! Changes patchlevel.h
8523 ____________________________________________________________________________
8524 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
8525         Log: Oops.
8526      Branch: perl
8527            ! lib/ExtUtils/MM_BeOS.pm
8528 ____________________________________________________________________________
8529 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
8530         Log: EBCDIC tweak.
8531      Branch: perl
8532            ! ext/Digest/MD5/t/utf8.t
8533 ____________________________________________________________________________
8534 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
8535         Log: Update the EBCDIC MD5 checksums, and automate the process.
8536      Branch: perl
8537            ! ext/Digest/MD5/t/files.t
8538 ____________________________________________________________________________
8539 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
8540         Log: The EBCDIC remapping of the low 256 bites again.
8541      Branch: perl
8542            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
8543            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
8544            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
8545 ____________________________________________________________________________
8546 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
8547         Log: NetWare updates from C Aditya.
8548      Branch: perl
8549            ! lib/ExtUtils/MM_NW5.pm makedef.pl
8550 ____________________________________________________________________________
8551 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
8552         Log: DJGPP updates from Laszlo Molnar.
8553      Branch: perl
8554            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
8555 ____________________________________________________________________________
8556 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
8557         Log: Upgrade to Encode 1.68.
8558      Branch: perl
8559            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8560            ! ext/Encode/lib/Encode/Alias.pm
8561            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8562 ____________________________________________________________________________
8563 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
8564         Log: Integrate perlio:
8565              
8566              [ 16367]
8567              Several of non-default builds now seem to work reasonably well
8568              English.t seems to fail on an errno test, and socketpair blathers
8569              about something.
8570              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8571              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8572              function tables (latter was done in earlier change).
8573              Update comments in Makefile.mk 
8574              
8575              [ 16366]
8576              Finish off 16350 for non-PERLIO build on linux,
8577              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8578              for some slots which now perlsdio.h is targeting.
8579              
8580              [ 16352]
8581              setbuf / setvbuf are not PerlIO_ concepts
8582              
8583              [ 16351]
8584              perl_clone is a threads thing
8585              
8586              [ 16350]
8587              *** EXPERIMENTAL ***
8588              Have perlsdio.h use the iperlsys.h aliases and see
8589              if that helps non-PERLIO IMP_SYS on Win32.
8590              (Miniperl okay on linux).
8591              
8592              [ 16349]
8593              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8594              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8595              - use it in perlio.c
8596              
8597              [ 16347]
8598              More layer syms
8599              
8600              [ 16346]
8601              Use PerlSIO_fdupopen() if not using PerlIO
8602              
8603              [ 16345]
8604              Do not build if not using layers
8605      Branch: perl
8606           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
8607           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8608           !> win32/win32io.c
8609 ____________________________________________________________________________
8610 [ 16367] By: nick                                  on 2002/05/03  07:25:13
8611         Log: Several of non-default builds now seem to work reasonably well
8612              English.t seems to fail on an errno test, and socketpair blathers
8613              about something.
8614              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8615              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8616              function tables (latter was done in earlier change).
8617              Update comments in Makefile.mk 
8618      Branch: perlio
8619            ! perlio.h win32/makefile.mk win32/win32.c
8620 ____________________________________________________________________________
8621 [ 16366] By: nick                                  on 2002/05/03  07:07:36
8622         Log: Finish off 16350 for non-PERLIO build on linux,
8623              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8624              for some slots which now perlsdio.h is targeting.
8625      Branch: perlio
8626            ! iperlsys.h
8627 ____________________________________________________________________________
8628 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
8629         Log: If no Socket should not try to test Net::
8630      Branch: perl
8631            ! t/lib/1_compile.t
8632 ____________________________________________________________________________
8633 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
8634         Log: Integrate macperl #16360 and #16363;
8635              
8636              Make op/alarm.t pass
8637              
8638              README.macos update
8639      Branch: perl
8640           !> README.macos t/op/alarm.t
8641 ____________________________________________________________________________
8642 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
8643         Log: README.macos update
8644      Branch: macperl
8645            ! README.macos
8646 ____________________________________________________________________________
8647 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
8648         Log: Config / test updates
8649      Branch: macperl
8650            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8651            ! macos/Makefile.mk
8652 ____________________________________________________________________________
8653 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
8654         Log: Safe signals for Mac OS
8655      Branch: macperl
8656            ! macos/macish.c macos/macish.h
8657 ____________________________________________________________________________
8658 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
8659         Log: Make op/alarm.t pass
8660      Branch: macperl
8661            ! t/op/alarm.t
8662 ____________________________________________________________________________
8663 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
8664         Log: a tweak to change#13584: need to avoid pad-walking during
8665              global destruction
8666      Branch: maint-5.6/perl
8667            ! op.c
8668 ____________________________________________________________________________
8669 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
8670         Log: Forgot the most important part of #16357.
8671      Branch: perl
8672            ! lib/Unicode/Collate.pm
8673 ____________________________________________________________________________
8674 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
8675         Log: Subject: Unicode::Collate 0.11 Released
8676              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8677              Date: Fri, 03 May 2002 03:19:29 +0900
8678              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
8679      Branch: perl
8680            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8681            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8682 ____________________________________________________________________________
8683 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
8684         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
8685              From: Andy Dougherty <doughera@lafayette.edu>
8686              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
8687              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
8688      Branch: perl
8689            ! Makefile.SH ext/util/make_ext
8690 ____________________________________________________________________________
8691 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
8692         Log: Integrate #16353 from macperl;
8693              
8694              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8695              in test 92 of run/fresh_perl.t on MacOS
8696              
8697              (as pudge rightfully points out, this is voodoo
8698              programming at it best, the real bug is somewhere else,
8699              now we just happened to shake the chicken the right way)
8700      Branch: perl
8701           !> lib/utf8_heavy.pl
8702 ____________________________________________________________________________
8703 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
8704         Log: Subject: Re: Encode, charnames and utf8heavy
8705              From: Dan Kogai <dankogai@dan.co.jp>
8706              Date: Thu, 2 May 2002 00:44:30 +0900
8707              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
8708              
8709              (plus a respective perlunicode tweak)
8710      Branch: perl
8711            ! lib/utf8_heavy.pl pod/perlunicode.pod
8712 ____________________________________________________________________________
8713 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
8714         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8715              in test 92 of run/fresh_perl.t on MacOS
8716      Branch: macperl
8717            ! lib/utf8_heavy.pl
8718 ____________________________________________________________________________
8719 [ 16352] By: nick                                  on 2002/05/02  17:48:31
8720         Log: setbuf / setvbuf are not PerlIO_ concepts
8721      Branch: perlio
8722            ! XSUB.h
8723 ____________________________________________________________________________
8724 [ 16351] By: nick                                  on 2002/05/02  17:12:21
8725         Log: perl_clone is a threads thing
8726      Branch: perlio
8727            ! makedef.pl
8728 ____________________________________________________________________________
8729 [ 16350] By: nick                                  on 2002/05/02  17:09:43
8730         Log: *** EXPERIMENTAL ***
8731              Have perlsdio.h use the iperlsys.h aliases and see
8732              if that helps non-PERLIO IMP_SYS on Win32.
8733              (Miniperl okay on linux).
8734      Branch: perlio
8735            ! iperlsys.h perlsdio.h
8736 ____________________________________________________________________________
8737 [ 16349] By: nick                                  on 2002/05/02  16:10:15
8738         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8739              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8740              - use it in perlio.c
8741      Branch: perlio
8742            ! perlio.c win32/perlhost.h win32/win32.c
8743 ____________________________________________________________________________
8744 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
8745         Log: manual integrate of change#16332 from maint-5.6 branch
8746      Branch: perl
8747            ! mg.c perl.c sv.c util.c
8748 ____________________________________________________________________________
8749 [ 16347] By: nick                                  on 2002/05/02  15:19:59
8750         Log: More layer syms
8751      Branch: perlio
8752            ! makedef.pl
8753 ____________________________________________________________________________
8754 [ 16346] By: nick                                  on 2002/05/02  15:19:20
8755         Log: Use PerlSIO_fdupopen() if not using PerlIO
8756      Branch: perlio
8757            ! perlio.c
8758 ____________________________________________________________________________
8759 [ 16345] By: nick                                  on 2002/05/02  15:18:12
8760         Log: Do not build if not using layers
8761      Branch: perlio
8762            ! win32/win32io.c
8763 ____________________________________________________________________________
8764 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
8765         Log: Upgrade to Encode 1.67.
8766      Branch: perl
8767            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8768            ! ext/Encode/lib/Encode/Guess.pm
8769 ____________________________________________________________________________
8770 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
8771         Log: Integrate perlio:
8772              
8773              [ 16341]
8774              Remove show-stoppers to non-PERLIO Win32 builds
8775              (still not a very good show).
8776      Branch: perl
8777           !> makedef.pl win32/makefile.mk
8778 ____________________________________________________________________________
8779 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
8780         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
8781              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8782              Date: Thu, 02 May 2002 04:22:02 +0100
8783              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
8784      Branch: perl
8785            ! malloc.c
8786 ____________________________________________________________________________
8787 [ 16341] By: nick                                  on 2002/05/02  12:57:23
8788         Log: Remove show-stoppers to non-PERLIO Win32 builds
8789              (still not a very good show).
8790      Branch: perlio
8791            ! makedef.pl win32/makefile.mk
8792 ____________________________________________________________________________
8793 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
8794         Log: Subject: [PATCH] 1/3rd of utf8
8795              From: Nicholas Clark <nick@unfortu.net>
8796              Date: Wed, 1 May 2002 22:58:42 +0100
8797              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
8798      Branch: perl
8799            ! ext/Storable/t/malice.t
8800 ____________________________________________________________________________
8801 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
8802         Log: Integrate #16334 from maint-5.6;
8803              
8804              don't pad $0 with spaces when setting it, use nulls instead (the
8805              spaces show up as a very long line in a ps listing)
8806      Branch: perl
8807           !> mg.c
8808 ____________________________________________________________________________
8809 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
8810         Log: Integrate perlio:
8811              
8812              [ 16335]
8813              Fix the "PerlIO require leak". Snag was that clean_objs
8814              autoloaded DESTROY (needing IO) after known layers had
8815              been freed. Postpone layer list free to PerlIO_cleanup,
8816              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8817              so that sv_undef is immortal till layer list is done with it.
8818      Branch: perl
8819           !> perl.c perlio.c
8820 ____________________________________________________________________________
8821 [ 16337] By: ams                                   on 2002/05/02  08:21:42
8822         Log: Subject: Re: [PATCH] Storable docs
8823              From: Philip Newton <Philip.Newton@gmx.net>
8824              Date: Thu, 02 May 2002 07:58:38 +0200
8825              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
8826              (Applied mostly with tweaks by hand.)
8827      Branch: perl
8828            ! ext/Storable/Storable.pm
8829 ____________________________________________________________________________
8830 [ 16336] By: nick                                  on 2002/05/02  07:59:16
8831         Log: Integrate mainline
8832      Branch: perlio
8833           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
8834           +> ext/Digest/MD5/t/utf8.t
8835            - ext/Digest/MD5/t/aaa.t
8836           !> Configure MANIFEST Makefile.SH config_h.SH
8837           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8838           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8839           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
8840           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
8841           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
8842           !> lib/Thread.pm util.c
8843 ____________________________________________________________________________
8844 [ 16335] By: nick                                  on 2002/05/02  07:54:51
8845         Log: Fix the "PerlIO require leak". Snag was that clean_objs
8846              autoloaded DESTROY (needing IO) after known layers had
8847              been freed. Postpone layer list free to PerlIO_cleanup,
8848              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8849              so that sv_undef is immortal till layer list is done with it.
8850      Branch: perlio
8851            ! perl.c perlio.c
8852 ____________________________________________________________________________
8853 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
8854         Log: don't pad $0 with spaces when setting it, use nulls instead (the
8855              spaces show up as a very long line in a ps listing)
8856      Branch: maint-5.6/perl
8857            ! mg.c
8858 ____________________________________________________________________________
8859 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
8860         Log: fix yet more race conditions related to fdopen() and dup2():
8861              
8862              fclose() is not thread-safe when two FILE* structures point
8863              to the same underlying fd, as it happens in perl's socket
8864              handles; need to invalidate the fileno slot of one of the
8865              FILE* structures, but unfortunately stdio has no interface
8866              to do this; we can do little else but fiddle with the
8867              FILE* structure directly (yuck! hope this could be done better
8868              under native PerlIO in 5.8)
8869      Branch: maint-5.6/perl
8870            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
8871 ____________________________________________________________________________
8872 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
8873         Log: isolate all environ diddling to the initial interpreter; any
8874              additional interpreters created after the first one cannot
8875              propagate %ENV changes down to the real environment; this
8876              should fix %ENV related races (e.g. multiple threads attempting
8877              to free() environ entries when they run C<%ENV = ()>)
8878      Branch: maint-5.6/perl
8879            ! mg.c perl.c sv.c util.c
8880 ____________________________________________________________________________
8881 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
8882         Log: fix race condition in my_popen(): parent may dup2() into an fd
8883              that got opened by another thread because it closes it
8884              beforehand; instead, let the dup2() itself close the fd
8885      Branch: maint-5.6/perl
8886            ! util.c
8887 ____________________________________________________________________________
8888 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
8889         Log: pipe() IO structures were not fully initialized
8890      Branch: maint-5.6/perl
8891            ! doio.c pp_sys.c
8892 ____________________________________________________________________________
8893 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
8894         Log: fix handle leak in my_popen() if the fork() fails
8895      Branch: maint-5.6/perl
8896            ! util.c
8897 ____________________________________________________________________________
8898 [ 16328] By: nick                                  on 2002/05/02  06:08:22
8899         Log: Integrate mainline
8900      Branch: perlio
8901           +> ext/threads/shared/semaphore.pm
8902           +> ext/threads/shared/t/semaphore.t
8903           !> MANIFEST ext/threads/shared/Makefile.PL
8904           !> ext/threads/shared/t/queue.t
8905 ____________________________________________________________________________
8906 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
8907         Log: Cleanup threads dirs.
8908      Branch: perl
8909            ! Makefile.SH
8910 ____________________________________________________________________________
8911 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
8912         Log: Add the new Digest::MD5 test.
8913      Branch: perl
8914            + ext/Digest/MD5/t/utf8.t
8915            ! MANIFEST
8916 ____________________________________________________________________________
8917 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
8918         Log: New try at the Class::DBI core dump at global cleanup.
8919      Branch: perl
8920            ! gv.h util.c
8921 ____________________________________________________________________________
8922 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
8923         Log: Upgrade to Digest::MD5 2.19.
8924      Branch: perl
8925            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8926            ! ext/Digest/MD5/t/files.t
8927 ____________________________________________________________________________
8928 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
8929         Log: Ooops.  Not everybody does threads.
8930      Branch: perl
8931            ! ext/threads/shared/t/semaphore.t
8932 ____________________________________________________________________________
8933 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
8934         Log: Fix files.t for blead.
8935      Branch: perl
8936            + ext/Digest/MD5/README
8937            ! MANIFEST ext/Digest/MD5/t/files.t
8938 ____________________________________________________________________________
8939 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
8940         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
8941              work yet with blead, my bad.
8942      Branch: perl
8943            + ext/Digest/MD5/t/md5-aaa.t
8944            - ext/Digest/MD5/t/aaa.t
8945            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8946            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8947            ! ext/Digest/MD5/t/files.t
8948 ____________________________________________________________________________
8949 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
8950         Log: metaconfig unit change for #16319.
8951      Branch: metaconfig/U/perl
8952            ! d_u32align.U
8953 ____________________________________________________________________________
8954 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
8955         Log: Somebody might be compiling a newer Digest::MD5.
8956      Branch: perl
8957            ! Configure config_h.SH
8958 ____________________________________________________________________________
8959 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
8960         Log: Until Arthur fills in semaphore.t.
8961      Branch: perl
8962            ! ext/threads/shared/Makefile.PL
8963            ! ext/threads/shared/t/semaphore.t
8964 ____________________________________________________________________________
8965 [ 16317] By: sky                                   on 2002/05/01  19:36:33
8966         Log: Fix emulation case when loading both Thread and threads::shared
8967              would get awkward.
8968      Branch: perl
8969            ! lib/Thread.pm
8970 ____________________________________________________________________________
8971 [ 16316] By: ams                                   on 2002/05/01  19:35:25
8972         Log: Subject: [PATCH] Storable docs
8973              From: Nicholas Clark <nick@unfortu.net>
8974              Date: Wed, 1 May 2002 20:44:42 +0100
8975              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
8976      Branch: perl
8977            ! ext/Storable/Storable.pm
8978 ____________________________________________________________________________
8979 [ 16315] By: sky                                   on 2002/05/01  19:15:46
8980         Log: Now passes old test case.
8981      Branch: perl
8982            ! ext/threads/shared/semaphore.pm
8983 ____________________________________________________________________________
8984 [ 16314] By: sky                                   on 2002/05/01  19:15:26
8985         Log: Cleanup memory a bit better in some cases.
8986      Branch: perl
8987            ! ext/threads/threads.xs
8988 ____________________________________________________________________________
8989 [ 16313] By: nick                                  on 2002/05/01  18:38:03
8990         Log: Integrate mainline
8991      Branch: perlio
8992           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8993           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
8994           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
8995           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8996           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
8997           !> pod/perl.pod pod/perlthrtut.pod toke.c
8998           !> vms/descrip_mms.template vms/perlvms.pod
8999 ____________________________________________________________________________
9000 [ 16312] By: sky                                   on 2002/05/01  18:12:37
9001         Log: Don't forget to add it to the MANIFEST
9002      Branch: perl
9003            + ext/threads/shared/t/semaphore.t
9004            ! MANIFEST
9005 ____________________________________________________________________________
9006 [ 16311] By: sky                                   on 2002/05/01  17:54:19
9007         Log: Add semaphore.pm
9008      Branch: perl
9009            + ext/threads/shared/semaphore.pm
9010 ____________________________________________________________________________
9011 [ 16310] By: sky                                   on 2002/05/01  17:13:57
9012         Log: Fix makefile to put queue.pm correctly, update test script.
9013      Branch: perl
9014            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
9015 ____________________________________________________________________________
9016 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
9017         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
9018              From: Dan Kogai <dankogai@dan.co.jp>
9019              Date: Thu, 2 May 2002 00:14:41 +0900
9020              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
9021      Branch: perl
9022            ! ext/PerlIO/t/fallback.t
9023 ____________________________________________________________________________
9024 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
9025         Log: Encode tweak from Dan Kogai.
9026      Branch: perl
9027            ! ext/Encode/Encode.xs
9028 ____________________________________________________________________________
9029 [ 16307] By: sky                                   on 2002/05/01  13:40:58
9030         Log: Flush directly to avoid erros when running from test harness
9031      Branch: perl
9032            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
9033 ____________________________________________________________________________
9034 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
9035         Log: Update Changes.
9036      Branch: perl
9037            ! Changes patchlevel.h
9038 ____________________________________________________________________________
9039 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
9040         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
9041              From: PPrymmer@factset.com
9042              Date: Wed, 1 May 2002 10:12:53 -0400
9043              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
9044      Branch: perl
9045            ! lib/User/pwent.t
9046 ____________________________________________________________________________
9047 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
9048         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
9049              From: PPrymmer@factset.com
9050              Date: Wed, 1 May 2002 09:54:51 -0400
9051              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
9052      Branch: perl
9053            ! vms/descrip_mms.template
9054 ____________________________________________________________________________
9055 [ 16303] By: sky                                   on 2002/05/01  13:00:57
9056         Log: First attempt at updating perlthrtut for ithreaded threads.pm
9057      Branch: perl
9058            ! pod/perlthrtut.pod
9059 ____________________________________________________________________________
9060 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
9061         Log: Provide the \N{U+HHHH} syntax before we forget.
9062      Branch: perl
9063            ! lib/charnames.pm lib/charnames.t toke.c
9064 ____________________________________________________________________________
9065 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
9066         Log: Subject: Copy-and-Pasto in perl.pod     
9067              From: lupe@lupe-christoph.de (Lupe Christoph)    
9068              Date: Wed, 1 May 2002 13:31:47 +0200
9069              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
9070      Branch: perl
9071            ! pod/perl.pod
9072 ____________________________________________________________________________
9073 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
9074         Log: Upgrade to Encode 1.66.
9075      Branch: perl
9076            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9077            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
9078 ____________________________________________________________________________
9079 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
9080         Log: Integrate perlio:
9081              
9082              [ 16297]
9083              Remove "spurious" (and unnecessary) variables from layer_syms
9084              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
9085              
9086              [ 16296]
9087              perl embed.pl to update global.sym
9088      Branch: perl
9089           !> global.sym makedef.pl
9090 ____________________________________________________________________________
9091 [ 16298] By: ams                                   on 2002/05/01  09:42:27
9092         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
9093              From: Philip Newton <Philip.Newton@gmx.net>
9094              Date: Wed, 01 May 2002 12:41:10 +0200
9095              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
9096      Branch: perl
9097            ! vms/perlvms.pod
9098 ____________________________________________________________________________
9099 [ 16297] By: nick                                  on 2002/05/01  06:50:24
9100         Log: Remove "spurious" (and unnecessary) variables from layer_syms
9101              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
9102      Branch: perlio
9103            ! makedef.pl
9104 ____________________________________________________________________________
9105 [ 16296] By: nick                                  on 2002/05/01  06:21:28
9106         Log: perl embed.pl to update global.sym
9107      Branch: perlio
9108            ! global.sym
9109 ____________________________________________________________________________
9110 [ 16295] By: nick                                  on 2002/05/01  06:16:18
9111         Log: Raw integrate of mainline (global.sym wrong on Win32)
9112      Branch: perlio
9113           +> t/comp/hints.t
9114           !> (integrate 45 files)
9115 ____________________________________________________________________________
9116 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
9117         Log: metaconfig unit change for #16293.
9118      Branch: metaconfig/U/perl
9119            ! bincompat5005.U
9120 ____________________________________________________________________________
9121 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
9122         Log: Try #2 of getting rid of bincompat5005.
9123      Branch: perl
9124            ! Configure NetWare/config_H.wc Porting/Glossary
9125            ! Porting/config.sh Porting/config_H config_h.SH embed.h
9126            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
9127            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
9128            ! wince/config.h wince/config_H.ce
9129 ____________________________________________________________________________
9130 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
9131         Log: metaconfig unit changes for #16291.
9132      Branch: metaconfig
9133            ! U/installdirs/inc_version_list.U
9134      Branch: metaconfig/U/perl
9135            ! bincompat5005.U xs_apiversion.U
9136 ____________________________________________________________________________
9137 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
9138         Log: No bincompat5005.
9139      Branch: perl
9140            ! Configure INSTALL NetWare/config.wc Porting/Glossary
9141            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
9142            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
9143            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
9144            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
9145            ! win32/config.bc win32/config.gc win32/config.vc
9146            ! win32/config.vc64 wince/config.ce
9147 ____________________________________________________________________________
9148 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
9149         Log: Remove sv_setpviv{_,mg}; regen perlapi.
9150      Branch: perl
9151            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
9152 ____________________________________________________________________________
9153 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
9154         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
9155              From: Dave Mitchell <davem@fdgroup.com>
9156              Date: Tue, 30 Apr 2002 23:55:43 +0100
9157              Message-ID: <20020430235543.A27796@fdgroup.com>
9158      Branch: perl
9159            ! sv.c
9160 ____________________________________________________________________________
9161 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
9162         Log: Update to Getopt::Long 2.30.
9163      Branch: perl
9164            ! lib/Getopt/Long.pm
9165 ____________________________________________________________________________
9166 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
9167         Log: Integrate perlio:
9168              
9169              [ 16285]
9170              Attempt at sanity in PerlIO/makedef.pl world:
9171              1. Add comments to what each clump of symbols is for
9172              2. Explicitly export layer syms like I thought they were
9173              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
9174              section.
9175              4. Re-sort perlio.sym
9176      Branch: perl
9177           !> makedef.pl perlio.sym
9178 ____________________________________________________________________________
9179 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
9180         Log: Fix bug id 20020427.004 on %^H.
9181              Add a regression test for %^H.
9182              Change the sort pragma implementation to use a
9183              global variable instead of %^H.
9184      Branch: perl
9185            + t/comp/hints.t
9186            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
9187 ____________________________________________________________________________
9188 [ 16285] By: nick                                  on 2002/04/30  19:00:03
9189         Log: Attempt at sanity in PerlIO/makedef.pl world:
9190              1. Add comments to what each clump of symbols is for
9191              2. Explicitly export layer syms like I thought they were
9192              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
9193              section.
9194              4. Re-sort perlio.sym
9195      Branch: perlio
9196            ! makedef.pl perlio.sym
9197 ____________________________________________________________________________
9198 [ 16284] By: nick                                  on 2002/04/30  18:10:23
9199         Log: Rest of integrate
9200      Branch: perlio
9201           +> lib/ExtUtils/MM_MacOS.pm
9202           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
9203           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
9204           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
9205           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
9206           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9207           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
9208           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
9209           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
9210           !> lib/Test/Harness/t/strap-analyze.t
9211           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
9212           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
9213 ____________________________________________________________________________
9214 [ 16283] By: nick                                  on 2002/04/30  17:53:37
9215         Log: Integrate mailine makedef.pl so I can look at it
9216      Branch: perlio
9217           !> makedef.pl
9218 ____________________________________________________________________________
9219 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
9220         Log: Upgrade to Encode 1.65.
9221      Branch: perl
9222            ! ext/Encode/Changes ext/Encode/Encode.pm
9223            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
9224            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
9225 ____________________________________________________________________________
9226 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
9227         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
9228      Branch: perl
9229            ! makedef.pl
9230 ____________________________________________________________________________
9231 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
9232         Log: NetWare: disable DEBUG/ASSERT for now.
9233      Branch: perl
9234            ! ext/Storable/Storable.xs
9235 ____________________________________________________________________________
9236 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
9237         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
9238              From: Michael G Schwern <schwern@pobox.com>
9239              Date: Tue, 30 Apr 2002 01:05:41 -0400
9240              Message-ID: <20020430050541.GL756@blackrider>
9241      Branch: perl
9242            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
9243            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9244            ! lib/Test/Harness/t/test-harness.t
9245 ____________________________________________________________________________
9246 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
9247         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
9248              From: Michael G Schwern <schwern@pobox.com>
9249              Date: Tue, 30 Apr 2002 00:24:59 -0400
9250              Message-ID: <20020430042459.GJ756@blackrider>
9251      Branch: perl
9252            + lib/ExtUtils/MM_MacOS.pm
9253            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
9254            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9255            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
9256 ____________________________________________________________________________
9257 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
9258         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
9259              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
9260      Branch: perl
9261            ! util.c
9262 ____________________________________________________________________________
9263 [ 16276] By: ams                                   on 2002/04/30  08:42:32
9264         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
9265              From: "Craig A. Berry" <craigberry@mac.com>
9266              Date: Mon, 29 Apr 2002 23:37:06 -0500
9267              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
9268      Branch: perl
9269            ! t/pod/testp2pt.pl
9270 ____________________________________________________________________________
9271 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
9272         Log: Regen toc.
9273      Branch: perl
9274            ! pod/perltoc.pod
9275 ____________________________________________________________________________
9276 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
9277         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
9278              From: PPrymmer@factset.com
9279              Date: Mon, 29 Apr 2002 17:58:06 -0400
9280              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
9281      Branch: perl
9282            ! vms/perlvms.pod
9283 ____________________________________________________________________________
9284 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
9285         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
9286              from Todd Miller.
9287      Branch: perl
9288            ! hints/openbsd.sh
9289 ____________________________________________________________________________
9290 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
9291         Log: Integrate perlio:
9292              
9293              [ 16270]
9294              Adding Encode::* to .pm creates stash at compile time
9295              which means we need a stronger check on Encode at boot time.
9296      Branch: perl
9297           !> ext/PerlIO/encoding/encoding.pm
9298           !> ext/PerlIO/encoding/encoding.xs
9299 ____________________________________________________________________________
9300 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
9301         Log: OpenBSD hints update from Todd Miller.
9302              
9303              - old versions of OpenBSD don't have 'arch -s'
9304              - OpenBSD 3.1 and higher don't use libdl but users may have
9305              and old libdl on the system so we need to avoid using it.
9306      Branch: perl
9307            ! hints/openbsd.sh
9308 ____________________________________________________________________________
9309 [ 16270] By: nick                                  on 2002/04/29  17:33:38
9310         Log: Adding Encode::* to .pm creates stash at compile time
9311              which means we need a stronger check on Encode at boot time.
9312      Branch: perlio
9313            ! ext/PerlIO/encoding/encoding.pm
9314            ! ext/PerlIO/encoding/encoding.xs
9315 ____________________________________________________________________________
9316 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
9317         Log: Detypo by Ronald Kimball.
9318      Branch: perl
9319            ! pod/perlport.pod
9320 ____________________________________________________________________________
9321 [ 16268] By: nick                                  on 2002/04/29  15:47:00
9322         Log: Integrate mainline
9323      Branch: perlio
9324           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
9325           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
9326           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
9327           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
9328           !> pod/perlfaq2.pod pod/perlfaq3.pod
9329 ____________________________________________________________________________
9330 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
9331         Log: Update Changes.
9332      Branch: perl
9333            ! Changes patchlevel.h
9334 ____________________________________________________________________________
9335 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
9336         Log: MM_NW5 update from C Aditya.
9337      Branch: perl
9338            ! lib/ExtUtils/MM_NW5.pm
9339 ____________________________________________________________________________
9340 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
9341         Log: FAQ sync.
9342      Branch: perl
9343            ! pod/perlfaq2.pod pod/perlfaq3.pod
9344 ____________________________________________________________________________
9345 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
9346         Log: NetBSD hints rewrite from Johnny Lam.
9347      Branch: perl
9348            ! hints/netbsd.sh
9349 ____________________________________________________________________________
9350 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
9351         Log: Upgrade to Encode 1.64.
9352      Branch: perl
9353            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9354            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
9355 ____________________________________________________________________________
9356 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
9357         Log: Subject: [Unicode::Normalize] mkheader tweak
9358              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9359              Date: Mon, 29 Apr 2002 12:58:01 +0900
9360              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
9361      Branch: perl
9362            ! ext/Unicode/Normalize/mkheader
9363 ____________________________________________________________________________
9364 [ 16261] By: nick                                  on 2002/04/29  06:29:48
9365         Log: Integrate mainline
9366      Branch: perlio
9367            - macos/MacPerlTests.cmd macos/xsubpp.patch
9368           !> (integrate 40 files)
9369 ____________________________________________________________________________
9370 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
9371         Log: Upgrade to Unicode::Normalize 0.76,
9372              from SADAHIRO Tomoyuki.
9373      Branch: perl
9374            ! ext/Unicode/Normalize/Changes
9375            ! ext/Unicode/Normalize/Normalize.pm
9376            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
9377            ! ext/Unicode/Normalize/t/func.t
9378 ____________________________________________________________________________
9379 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
9380         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
9381              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
9382              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
9383              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
9384      Branch: perl
9385            ! pod/perlport.pod
9386 ____________________________________________________________________________
9387 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
9388         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
9389              the basic and list tests started hanging).
9390      Branch: perl
9391            ! ext/threads/t/basic.t ext/threads/t/list.t
9392            ! ext/threads/t/thread.t
9393 ____________________________________________________________________________
9394 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
9395         Log: Integrate #16254 from macperl;
9396              
9397              Fix most tests on MacOS (not yet ext/ or /lib)
9398      Branch: perl
9399           !> (integrate 30 files)
9400 ____________________________________________________________________________
9401 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
9402         Log: As requested by pudge.
9403      Branch: perl
9404            - macos/MacPerlTests.cmd macos/xsubpp.patch
9405            ! MANIFEST
9406 ____________________________________________________________________________
9407 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
9408         Log: Integrate perl
9409      Branch: macperl
9410           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
9411           +> wince/cecopy-lib.pl wince/comp.pl
9412           !> (integrate 38 files)
9413 ____________________________________________________________________________
9414 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
9415         Log: Fix most tests on MacOS (not yet ext/ or /lib)
9416      Branch: macperl
9417            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
9418            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
9419            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
9420            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
9421            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
9422            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
9423            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
9424            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
9425 ____________________________________________________________________________
9426 [ 16253] By: nick                                  on 2002/04/28  19:10:50
9427         Log: Integrate mainline
9428      Branch: perlio
9429           +> wince/cecopy-lib.pl wince/comp.pl
9430           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
9431           !> ext/threads/t/basic.t ext/threads/t/list.t
9432           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
9433           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
9434           !> wince/win32.h wince/wince.c
9435 ____________________________________________________________________________
9436 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
9437         Log: More configuration/build changes
9438      Branch: macperl
9439            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9440            ! macos/Makefile.mk macos/config.h macos/config.sh
9441            ! macos/macish.h
9442 ____________________________________________________________________________
9443 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
9444         Log: Subject: WinCE many fixes
9445              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9446              Date: Sun, 28 Apr 2002 21:54:31 +0400
9447              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
9448      Branch: perl
9449            + wince/cecopy-lib.pl wince/comp.pl
9450            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
9451            ! wince/config_h.PL wince/perldll.def wince/win32.h
9452            ! wince/wince.c
9453 ____________________________________________________________________________
9454 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
9455         Log: Retract the cond.t part of #16249 since the nature
9456              of the test changed.
9457      Branch: perl
9458            ! ext/threads/shared/t/cond.t
9459 ____________________________________________________________________________
9460 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
9461         Log: (retracted by #16258)
9462              
9463              Fix thread tests not to depend on sleep() as
9464              a scheduling aid.  In two tests (basic and list)
9465              I had to change from sleep() hack to another hack...
9466              basically, using the filesystem as a semaphore.
9467              The assumption made is that rmdir() is atomic.
9468              (The sleep() scheduling assumption broke with the
9469              GNU pth in NetBSD.)
9470              
9471              (the cond.t part retracted by #16250)
9472      Branch: perl
9473            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
9474            ! ext/threads/t/list.t ext/threads/t/thread.t
9475 ____________________________________________________________________________
9476 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
9477         Log: Be tidy.
9478      Branch: perl
9479            ! ext/PerlIO/t/fallback.t
9480 ____________________________________________________________________________
9481 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
9482         Log: Integrate perlio:
9483              
9484              [ 16246]
9485              Have :encoding() default to perlqq style fallbacks.
9486              Add test for that.
9487              
9488              [ 16245]
9489              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9490              as gate on layer tests which fail on -Dusesfio
9491              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9492              
9493              [ 16244]
9494              Builds under -Uuseperlio
9495              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9496      Branch: perl
9497           +> ext/PerlIO/t/fallback.t
9498           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
9499           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
9500           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
9501           !> t/io/binmode.t t/io/crlf.t
9502 ____________________________________________________________________________
9503 [ 16246] By: nick                                  on 2002/04/28  10:08:05
9504         Log: Have :encoding() default to perlqq style fallbacks.
9505              Add test for that.
9506      Branch: perlio
9507            + ext/PerlIO/t/fallback.t
9508            ! MANIFEST ext/PerlIO/encoding/encoding.pm
9509            ! ext/PerlIO/encoding/encoding.xs
9510 ____________________________________________________________________________
9511 [ 16245] By: nick                                  on 2002/04/28  08:57:54
9512         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9513              as gate on layer tests which fail on -Dusesfio
9514              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9515      Branch: perlio
9516            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
9517            ! t/io/crlf.t
9518 ____________________________________________________________________________
9519 [ 16244] By: nick                                  on 2002/04/28  08:22:07
9520         Log: Builds under -Uuseperlio
9521              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9522      Branch: perlio
9523            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
9524 ____________________________________________________________________________
9525 [ 16243] By: nick                                  on 2002/04/28  07:19:01
9526         Log: Integrate mainline
9527      Branch: perlio
9528           +> ext/threads/t/list.t
9529           !> (integrate 40 files)
9530 ____________________________________________________________________________
9531 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
9532         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
9533      Branch: perl
9534            ! hints/netbsd.sh
9535 ____________________________________________________________________________
9536 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
9537         Log: Plan better.
9538      Branch: perl
9539            ! t/io/fs.t
9540 ____________________________________________________________________________
9541 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
9542         Log: No trunc worries.
9543      Branch: perl
9544            ! pod/perldelta.pod
9545 ____________________________________________________________________________
9546 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
9547         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
9548              From: Michael G Schwern <schwern@pobox.com>
9549              Date: Sat, 27 Apr 2002 23:20:19 -0400
9550              Message-ID: <20020428032019.GF1821@blackrider>
9551      Branch: perl
9552            ! pod/perlfunc.pod t/io/fs.t
9553 ____________________________________________________________________________
9554 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
9555         Log: More valgrind findings: e.g. t/op/utfhash.t.
9556      Branch: perl
9557            ! hv.c
9558 ____________________________________________________________________________
9559 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
9560         Log: Unused variables now that "did you use incorrect case" is gone;
9561              and valgrind claims that the savepvn() in utilize() leaks in e.g.
9562              lib/blib.t.
9563      Branch: perl
9564            ! op.c
9565 ____________________________________________________________________________
9566 [ 16236] By: sky                                   on 2002/04/28  00:15:45
9567         Log: Added test cases and fixed some obvious things.
9568      Branch: perl
9569            + ext/threads/t/list.t
9570            ! MANIFEST ext/threads/threads.xs
9571 ____________________________________________________________________________
9572 [ 16235] By: sky                                   on 2002/04/27  23:50:11
9573         Log: Removed last traces of autodetach.
9574              Added list() methid.
9575              Changed documentation.
9576      Branch: perl
9577            ! ext/threads/threads.pm ext/threads/threads.xs
9578 ____________________________________________________________________________
9579 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
9580         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
9581              From: Jerrad Pierce <belg4mit@MIT.EDU>
9582              Date: Sat, 27 Apr 2002 19:14:17 -0400
9583              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
9584      Branch: perl
9585            ! lib/FileCache.pm
9586 ____________________________________________________________________________
9587 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
9588         Log: More NetBSD patches from Johnny Lam.
9589              
9590              Remove the need for a $prefix setting that was added in the
9591              previous patch I sent.     Also add the proper rpath options
9592              to the linker flags depending on whether we're on a ELF or
9593              a.out platform.     These were tested both in a non-pkgsrc and
9594              pkgsrc build.
9595              
9596              Append to $libs instead of overwriting its value.  This was
9597              causing $(LDLOADLIBS) to not get added to the dynamic_libs
9598              link command on NetBSD systems and was the cause of the GDBM
9599              problems reported.  Also use '$(LDLOADLIBS)' instead of
9600              expanding its value so that it is more easily overridden in
9601              the Makefile by "make all LDLOADLIBS=...".
9602              
9603              Remove "-L/usr/local/lib" because the location of libgdbm.so
9604              is already added during the Configure process, and this
9605              spurious addition may cause the wrong libgdbm.so to be linked
9606              against as a result.
9607      Branch: perl
9608            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
9609            ! lib/ExtUtils/MM_Unix.pm
9610 ____________________________________________________________________________
9611 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
9612         Log: More VC5-induced casting found by Nikola Knezevic.
9613      Branch: perl
9614            ! av.c hv.c mg.c sv.c
9615 ____________________________________________________________________________
9616 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
9617         Log: More U32 regflags.
9618      Branch: perl
9619            ! op.h regcomp.c thrdvar.h
9620 ____________________________________________________________________________
9621 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
9622         Log: Integrate from bleadperl
9623      Branch: macperl
9624           +> ext/Encode/lib/Encode/Guess.pm
9625           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9626           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9627           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9628           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
9629           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
9630           +> lib/ExtUtils/t/zz_cleanup_dummy.t
9631           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9632           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9633           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9634           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
9635            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9636            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9637            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9638            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9639            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9640            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9641            - t/op/system_tests
9642           !> (integrate 133 files)
9643 ____________________________________________________________________________
9644 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
9645         Log: Retract #16195 since it seems to be unnecessary.
9646      Branch: perl
9647            ! lib/ExtUtils/MM_Unix.pm
9648 ____________________________________________________________________________
9649 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
9650         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
9651              From: "Craig A. Berry" <craigberry@mac.com>
9652              Date: Sat, 27 Apr 2002 15:11:31 -0500
9653              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
9654      Branch: perl
9655            ! vms/descrip_mms.template
9656 ____________________________________________________________________________
9657 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
9658         Log: Some more known open() modes.
9659      Branch: perl
9660            ! pod/perldiag.pod
9661 ____________________________________________________________________________
9662 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
9663         Log: Upgrade to Encode 1.63.
9664      Branch: perl
9665            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9666            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
9667            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9668            ! ext/Encode/lib/Encode/Encoding.pm
9669            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
9670            ! ext/Encode/lib/Encode/JP/JIS7.pm
9671            ! ext/Encode/lib/Encode/KR/2022_KR.pm
9672            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9673 ____________________________________________________________________________
9674 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
9675         Log: Update Changes.
9676      Branch: perl
9677            ! Changes patchlevel.h
9678 ____________________________________________________________________________
9679 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
9680         Log: Integrate perlio:
9681              
9682              [ 16221]
9683              Correct which var is nulled, stack movement protection.
9684      Branch: perl
9685           !> ext/PerlIO/encoding/encoding.xs
9686 ____________________________________________________________________________
9687 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
9688         Log: Subject: PATCH t/TEST
9689              From: Mark-Jason Dominus <mjd@plover.com>
9690              Date: Sat, 27 Apr 2002 14:06:56 -0400
9691              Message-ID: <20020427180656.5422.qmail@plover.com>
9692      Branch: perl
9693            ! t/TEST
9694 ____________________________________________________________________________
9695 [ 16222] By: sky                                   on 2002/04/27  17:00:29
9696         Log: Ahem, look another way.
9697      Branch: perl
9698            ! ext/threads/shared/t/queue.t
9699 ____________________________________________________________________________
9700 [ 16221] By: nick                                  on 2002/04/27  16:34:48
9701         Log: Correct which var is nulled, stack movement protection.
9702      Branch: perlio
9703            ! ext/PerlIO/encoding/encoding.xs
9704 ____________________________________________________________________________
9705 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
9706         Log: Integrate perlio:
9707              
9708              [ 16216]
9709              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9710              - if encoding loads Encode then stack grows.
9711              - pp_binmode was not allowing for that to happen
9712              - added PUTBACK/SPAGAIN.
9713      Branch: perl
9714           !> pp_sys.c
9715 ____________________________________________________________________________
9716 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
9717         Log: First half of NetBSD patch-ai, from Johnny Lam:
9718              
9719              The first part removes "installman" and "installhtml" from the
9720              .PHONY target, which was causing problems during installation.
9721              
9722              (the installman and installhtml are not phony targets,
9723              they are real files)
9724      Branch: perl
9725            ! Makefile.SH
9726 ____________________________________________________________________________
9727 [ 16218] By: nick                                  on 2002/04/27  16:22:40
9728         Log: Integrate mainline
9729      Branch: perlio
9730           +> ext/threads/shared/t/cond.t
9731           !> MANIFEST ext/threads/shared/shared.xs
9732           !> ext/threads/shared/t/queue.t
9733 ____________________________________________________________________________
9734 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
9735         Log: NetBSD patch-ab from Johnny Lam:
9736              
9737              Some tweaks to the NetBSD hints file to make the Configure
9738              process more useful when not building from pkgsrc.  This file
9739              will definitely need to change again when the 1.6 release of
9740              NetBSD comes out, but I'll handle the changes at the later
9741              date.
9742      Branch: perl
9743            ! hints/netbsd.sh
9744 ____________________________________________________________________________
9745 [ 16216] By: nick                                  on 2002/04/27  16:19:21
9746         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9747              - if encoding loads Encode then stack grows.
9748              - pp_binmode was not allowing for that to happen
9749              - added PUTBACK/SPAGAIN.
9750      Branch: perlio
9751            ! pp_sys.c
9752 ____________________________________________________________________________
9753 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
9754         Log: Integrate perlio:
9755              
9756              [ 16211]
9757              Re-instate $PerlIO::encoding::check at boot.
9758              (Retaining Dan's XS side require though I don't see need.)
9759              
9760              [ 16207]
9761              Fix fd leak on Via(bogus).
9762              Finish implementing PerlIOVia_open().
9763              Export more guts of PerlIO_* so Via_open() can work.
9764              Fix various PerlIO_allocate() features exposed by above.
9765              
9766              [ 16027]
9767              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
9768              and change test not to skip them.
9769              
9770              [ 16023]
9771              Some tweaks for encodings which need lines.
9772              Also disabled trial of using fallbacks.
9773              
9774              [ 16022]
9775              Various tweaks to Encode
9776      Branch: perl
9777           !> embed.fnc ext/PerlIO/Via/Via.xs
9778           !> ext/PerlIO/encoding/encoding.pm
9779           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
9780           !> perlio.c perlio.h perliol.h
9781 ____________________________________________________________________________
9782 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
9783         Log: Upgrade to Encode 1.62.
9784      Branch: perl
9785            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9786 ____________________________________________________________________________
9787 [ 16213] By: ams                                   on 2002/04/27  15:38:50
9788         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
9789              From: Philip Newton <Philip.Newton@gmx.net>
9790              Date: Sat, 27 Apr 2002 08:51:30 +0200
9791              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
9792              
9793              Subject: Re: Change 16183: Stop being coy.
9794              From: Philip Newton <Philip.Newton@gmx.net>
9795              Date: Sat, 27 Apr 2002 08:52:13 +0200
9796              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
9797      Branch: perl
9798            ! INSTALL pod/perldelta.pod
9799 ____________________________________________________________________________
9800 [ 16212] By: sky                                   on 2002/04/27  13:54:46
9801         Log: Add test numbers to make "make test" happy. Order is irrelevant
9802              but number of oks is not.
9803      Branch: perl
9804            ! ext/threads/shared/t/queue.t
9805 ____________________________________________________________________________
9806 [ 16211] By: nick                                  on 2002/04/27  13:29:55
9807         Log: Re-instate $PerlIO::encoding::check at boot.
9808              (Retaining Dan's XS side require though I don't see need.)
9809      Branch: perlio
9810            ! ext/PerlIO/encoding/encoding.pm
9811            ! ext/PerlIO/encoding/encoding.xs
9812 ____________________________________________________________________________
9813 [ 16210] By: sky                                   on 2002/04/27  12:56:44
9814         Log: Fixed race condtions and deadlocks in interaction with 
9815              cond_wait/cond_signal and lock.
9816              Now we wait for a lock to gie up if we return from COND_WAIT
9817              and we are still locked. We also notifiers potential 
9818              lockers that it is free for locking when we go into COND_WAIT.
9819      Branch: perl
9820            + ext/threads/shared/t/cond.t
9821            ! MANIFEST ext/threads/shared/shared.xs
9822            ! ext/threads/shared/t/queue.t
9823 ____________________________________________________________________________
9824 [ 16209] By: nick                                  on 2002/04/27  12:32:41
9825         Log: Integrate mainline
9826      Branch: perlio
9827           +> t/win32/system_tests
9828            - t/op/system_tests
9829           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
9830           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
9831           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
9832           !> t/lib/warnings/pp_hot t/win32/system.t
9833 ____________________________________________________________________________
9834 [ 16208] By: sky                                   on 2002/04/27  11:46:53
9835         Log: Saving locks after we set it to 0 was kind of pointless.
9836              Hunting down fixes in cond_* functions.
9837      Branch: perl
9838            ! ext/threads/shared/shared.xs
9839 ____________________________________________________________________________
9840 [ 16207] By: nick                                  on 2002/04/27  10:12:00
9841         Log: Fix fd leak on Via(bogus).
9842              Finish implementing PerlIOVia_open().
9843              Export more guts of PerlIO_* so Via_open() can work.
9844              Fix various PerlIO_allocate() features exposed by above.
9845      Branch: perlio
9846            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
9847            ! perlio.h perliol.h
9848 ____________________________________________________________________________
9849 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
9850         Log: NetBSD and OpenBSD cannot do comments at #! line
9851              (or long #! lines?)
9852      Branch: perl
9853            ! t/japh/abigail.t
9854 ____________________________________________________________________________
9855 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
9856         Log: Add taint rethink to the todo list.
9857      Branch: perl
9858            ! pod/perltodo.pod
9859 ____________________________________________________________________________
9860 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
9861         Log: Integrate changes #16199 and #16201 from macperl;
9862              
9863              Time::Local compatibility patches, from Graham
9864              
9865              MacPerl require() portability patches
9866      Branch: perl
9867           !> lib/Time/Local.pm pp_ctl.c
9868 ____________________________________________________________________________
9869 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
9870         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
9871              From: Nicholas Clark <nick@unfortu.net>
9872              Date: Fri, 26 Apr 2002 23:27:23 +0100
9873              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
9874      Branch: perl
9875            ! t/lib/warnings/pp_hot
9876 ____________________________________________________________________________
9877 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
9878         Log: Working on MacPerl tests
9879      Branch: macperl
9880            ! macos/MacPerlTests.cmd
9881 ____________________________________________________________________________
9882 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
9883         Log: MacPerl require() portability patches
9884      Branch: macperl
9885            ! pp_ctl.c
9886 ____________________________________________________________________________
9887 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
9888         Log: Fix a few MacPerl_CanonDir() problems
9889      Branch: macperl
9890            ! macos/macish.c macos/macish.h
9891 ____________________________________________________________________________
9892 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
9893         Log: Time::Local compatibility patches, from Graham
9894      Branch: macperl
9895            ! lib/Time/Local.pm
9896 ____________________________________________________________________________
9897 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
9898         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
9899              From: Simon Cozens <simon@netthink.co.uk>
9900              Date: Fri, 26 Apr 2002 21:58:21 +0100
9901              Message-ID: <20020426205821.GB5855@netthink.co.uk>
9902      Branch: perl
9903            ! ext/Time/HiRes/HiRes.pm
9904 ____________________________________________________________________________
9905 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
9906         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
9907              to know about it always (not just when using the pth).
9908      Branch: perl
9909            ! hints/netbsd.sh
9910 ____________________________________________________________________________
9911 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
9912         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
9913      Branch: perl
9914            ! ext/Digest/MD5/t/files.t
9915 ____________________________________________________________________________
9916 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
9917         Log: (retracted by #16229)
9918              Subject: FIXIN problem under Win32
9919              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9920              Date: Thu, 25 Apr 2002 23:03:31 +0200
9921              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
9922      Branch: perl
9923            ! lib/ExtUtils/MM_Unix.pm
9924 ____________________________________________________________________________
9925 [ 16194] By: nick                                  on 2002/04/26  17:36:16
9926         Log: Integrate mainline
9927      Branch: perlio
9928           +> ext/Encode/lib/Encode/Guess.pm
9929           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9930           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9931           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9932           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9933           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9934           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9935           +> t/lib/sample-tests/die_last_minute
9936           !> (integrate 94 files)
9937 ____________________________________________________________________________
9938 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
9939         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
9940              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9941              Date: Fri, 26 Apr 2002 15:38:16 +0200
9942              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
9943      Branch: perl
9944            + t/win32/system_tests
9945            - t/op/system_tests
9946            ! MANIFEST t/win32/system.t
9947 ____________________________________________________________________________
9948 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
9949         Log: Mention explicitly the NetBSD + pth combination.
9950      Branch: perl
9951            ! pod/perldelta.pod
9952 ____________________________________________________________________________
9953 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
9954         Log: Subject: [PATCH] Fix email address.
9955              From: Abigail <abigail@foad.org>
9956              Date: Fri, 26 Apr 2002 18:03:11 +0200
9957              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
9958      Branch: perl
9959            ! t/japh/abigail.t
9960 ____________________________________________________________________________
9961 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
9962         Log: NetWare update from C Aditya.
9963      Branch: perl
9964            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
9965            ! lib/ExtUtils/MM_Unix.pm
9966 ____________________________________________________________________________
9967 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
9968         Log: Subject: [PATCH vms/test.com] use t/TEST
9969              From: "Craig A. Berry" <craigberry@mac.com>
9970              Date: Fri, 26 Apr 2002 09:34:46 -0500
9971              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
9972      Branch: perl
9973            ! vms/test.com
9974 ____________________________________________________________________________
9975 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
9976         Log: Update Changes.
9977      Branch: perl
9978            ! Changes patchlevel.h
9979 ____________________________________________________________________________
9980 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
9981         Log: Subject: [Encode] s/=over2/=over 2/g
9982              From: Dan Kogai <dankogai@dan.co.jp>
9983              Date: Fri, 26 Apr 2002 14:57:09 +0900
9984              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
9985      Branch: perl
9986            ! ext/Encode/Encode.pm
9987 ____________________________________________________________________________
9988 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
9989         Log: Use temp int variable in the W*() since direct casting
9990              to either an int or an IV would not be right.
9991      Branch: perl
9992            ! ext/POSIX/POSIX.xs
9993 ____________________________________________________________________________
9994 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
9995         Log: The #16182 radiates U32ness.
9996      Branch: perl
9997            ! embed.fnc embed.h proto.h regcomp.c toke.c
9998 ____________________________________________________________________________
9999 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
10000         Log: Subject: t/TEST ported to VMS
10001              From: "Craig A. Berry" <craigberry@mac.com>
10002              Date: Fri, 26 Apr 2002 00:13:31 -0500
10003              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
10004      Branch: perl
10005            ! t/TEST
10006 ____________________________________________________________________________
10007 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
10008         Log: Stop being coy.
10009      Branch: perl
10010            ! pod/perldelta.pod
10011 ____________________________________________________________________________
10012 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
10013         Log: Subject: Re: binary compatibility
10014              From: Mark-Jason Dominus <mjd@plover.com>
10015              Date: Wed, 24 Apr 2002 17:35:07 -0400
10016              Message-ID: <20020424213507.7846.qmail@plover.com>
10017      Branch: perl
10018            ! op.h
10019 ____________________________________________________________________________
10020 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
10021         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
10022              allocating half of the retstack!)
10023      Branch: perl
10024            ! README.win32 sv.c
10025 ____________________________________________________________________________
10026 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
10027         Log: temporary variable not wide enough to hold all the bits in
10028              op->op_targ
10029      Branch: perl
10030            ! op.c
10031 ____________________________________________________________________________
10032 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
10033         Log: Add an idea/question from Damian. 
10034      Branch: perl
10035            ! pod/perltodo.pod
10036 ____________________________________________________________________________
10037 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
10038         Log: build missing utilities on windows; clean stray files
10039      Branch: perl
10040            ! win32/Makefile win32/makefile.mk
10041 ____________________________________________________________________________
10042 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
10043         Log: Upgrade to Encode 1.61, from Dan Kogai.
10044      Branch: perl
10045            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
10046            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
10047            ! ext/Encode/lib/Encode/Guess.pm
10048            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
10049            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
10050            ! ext/Encode/t/mime-header.t
10051 ____________________________________________________________________________
10052 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
10053         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
10054              From: andreas.koenig@anima.de (Andreas J. Koenig)
10055              Date: Tue, 23 Apr 2002 04:40:42 +0200      
10056              Message-ID: <m37kmzi1cl.fsf@anima.de>
10057      Branch: perl
10058            ! pod/perluniintro.pod
10059 ____________________________________________________________________________
10060 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
10061         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
10062              platform needs to fill in the other branch here)
10063      Branch: perl
10064            ! ext/Digest/MD5/t/files.t
10065 ____________________________________________________________________________
10066 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
10067         Log: MANIFEST is needlessly held open for entire duration of "make test"
10068      Branch: perl
10069            ! t/TEST t/harness
10070 ____________________________________________________________________________
10071 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
10072         Log: various signed/unsigned mismatch nits
10073      Branch: perl
10074            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
10075            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
10076            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
10077            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
10078            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
10079            ! ext/Time/HiRes/HiRes.xs regcomp.c
10080 ____________________________________________________________________________
10081 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
10082         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
10083              From: Nicholas Clark <nick@unfortu.net>
10084              Date: Thu, 25 Apr 2002 22:41:57 +0100
10085              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
10086      Branch: perl
10087            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
10088            + ext/Storable/t/make_downgrade.pl
10089            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
10090            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
10091            ! ext/Storable/t/utf8hash.t
10092 ____________________________________________________________________________
10093 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
10094         Log: Extra guidance for JAPH debuggers.
10095      Branch: perl
10096            ! t/japh/abigail.t
10097 ____________________________________________________________________________
10098 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
10099         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
10100              From: Paul_GreenVOS@vos.stratus.com
10101              Date: Wed, 24 Apr 02 18:27 edt
10102              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
10103      Branch: perl
10104            ! vos/vos.c
10105 ____________________________________________________________________________
10106 [ 16169] By: ams                                   on 2002/04/25  20:33:35
10107         Log: Subject: [PATCH] don't build B/C twice on VMS
10108              From: "Craig A. Berry" <craigberry@mac.com>
10109              Date: Thu, 25 Apr 2002 16:00:57 -0500
10110              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
10111      Branch: perl
10112            ! configure.com
10113 ____________________________________________________________________________
10114 [ 16168] By: ams                                   on 2002/04/25  20:31:19
10115         Log: Subject: Re: POSIX::WEXITSTATUS broken again
10116              From: Andy Dougherty <doughera@lafayette.edu>
10117              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
10118              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
10119      Branch: perl
10120            ! ext/POSIX/POSIX.xs
10121 ____________________________________________________________________________
10122 [ 16167] By: ams                                   on 2002/04/25  19:49:09
10123         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
10124              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10125              Date: Thu, 25 Apr 2002 13:39:35 -0700
10126              Message-Id: <HmGy8gzkguHW092yn@efn.org>
10127      Branch: perl
10128            ! t/harness
10129 ____________________________________________________________________________
10130 [ 16166] By: ams                                   on 2002/04/25  19:43:06
10131         Log: $fh->close(); print $fh "foo" would segfault under -w in
10132              report_evil_fh() because $fh doesn't have a name.
10133      Branch: perl
10134            ! util.c
10135 ____________________________________________________________________________
10136 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
10137         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
10138              being found properly
10139      Branch: perl
10140            ! ext/Cwd/t/cwd.t
10141 ____________________________________________________________________________
10142 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
10143         Log: Brace yourself from Craig Berry to keep older compilers happy.
10144      Branch: perl
10145            ! vms/vms.c
10146 ____________________________________________________________________________
10147 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
10148         Log: More %{} overload tests.
10149      Branch: perl
10150            ! lib/overload.t
10151 ____________________________________________________________________________
10152 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
10153         Log: some extension builds need to find pl2bat.bat on windows
10154      Branch: perl
10155            ! win32/buildext.pl
10156 ____________________________________________________________________________
10157 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
10158         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
10159              From: "Craig A. Berry" <craigberry@mac.com>
10160              Date: Thu, 25 Apr 2002 12:30:06 -0500
10161              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
10162      Branch: perl
10163            ! lib/ExtUtils/MM_VMS.pm
10164 ____________________________________________________________________________
10165 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
10166         Log: windows build fails if there is no perlglob.exe in the PATH
10167      Branch: perl
10168            ! win32/buildext.pl
10169 ____________________________________________________________________________
10170 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
10171         Log: Mysterious setlocale() core dump in ancient Solaris
10172              found by Merijn Broeren.  Doesn't look like Perl's fault.
10173      Branch: perl
10174            ! pod/perldelta.pod
10175 ____________________________________________________________________________
10176 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
10177         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
10178              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
10179              Date: Thu, 25 Apr 2002 17:35:23 +0200
10180              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
10181      Branch: perl
10182            ! pp_ctl.c
10183 ____________________________________________________________________________
10184 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
10185         Log: Subject: [PATCH] pp_ctl.c:pp_require
10186              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
10187              Date: Thu, 25 Apr 2002 16:01:14 +0200
10188              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
10189      Branch: perl
10190            ! pp_ctl.c
10191 ____________________________________________________________________________
10192 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
10193         Log: -Wformat cleanups from Robin Barker.
10194      Branch: perl
10195            ! dump.c embed.fnc proto.h sv.c
10196 ____________________________________________________________________________
10197 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
10198         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
10199              From: Michael G Schwern <schwern@pobox.com>
10200              Date: Thu, 25 Apr 2002 01:51:27 -0400
10201              Message-ID: <20020425055127.GB3456@blackrider>
10202      Branch: perl
10203            + t/lib/sample-tests/bignum t/lib/sample-tests/die
10204            + t/lib/sample-tests/die_head_end
10205            + t/lib/sample-tests/die_last_minute
10206            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
10207            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
10208            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
10209 ____________________________________________________________________________
10210 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
10211         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
10212              From: Michael G Schwern <schwern@pobox.com>
10213              Date: Thu, 25 Apr 2002 01:32:10 -0400
10214              Message-ID: <20020425053210.GA3334@blackrider>
10215      Branch: perl
10216            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
10217            + lib/Test/Simple/t/strays.t
10218            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
10219            ! lib/Test/Simple.pm lib/Test/Simple/Changes
10220            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
10221            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
10222            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
10223            ! lib/Test/Simple/t/use_ok.t
10224 ____________________________________________________________________________
10225 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
10226         Log: Elaborate a bit on Storable.
10227      Branch: perl
10228            ! pod/perldelta.pod
10229 ____________________________________________________________________________
10230 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
10231         Log: Cleaner Encode tests under -Mutf8.
10232      Branch: perl
10233            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
10234 ____________________________________________________________________________
10235 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
10236         Log: Subject: [PATCH] installperl
10237              From: Abe Timmerman <abe@ztreet.demon.nl>
10238              Date: Thu, 25 Apr 2002 01:00:00 +0200
10239              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
10240      Branch: perl
10241            ! installperl
10242 ____________________________________________________________________________
10243 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
10244         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
10245              From: Dan Kogai <dankogai@dan.co.jp>
10246              Date: Thu, 25 Apr 2002 10:49:13 +0900
10247              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
10248      Branch: perl
10249            ! ext/PerlIO/encoding/encoding.xs
10250 ____________________________________________________________________________
10251 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
10252         Log: Stray =back.
10253      Branch: perl
10254            ! README.win32
10255 ____________________________________________________________________________
10256 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
10257         Log: Add an untested warning variant.
10258      Branch: perl
10259            ! t/lib/warnings/op
10260 ____________________________________________________________________________
10261 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
10262         Log: Update Changes.
10263      Branch: perl
10264            ! Changes patchlevel.h
10265 ____________________________________________________________________________
10266 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
10267         Log: Wrong plan.
10268      Branch: perl
10269            ! ext/Encode/t/mime-header.t
10270 ____________________________________________________________________________
10271 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
10272         Log: Upgrade to Encode 1.60, from Dan Kogai.
10273      Branch: perl
10274            + ext/Encode/lib/Encode/Guess.pm
10275            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
10276            + ext/Encode/t/mime-header.t
10277            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
10278            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10279            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
10280            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
10281            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
10282            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
10283 ____________________________________________________________________________
10284 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
10285         Log: another case of enabling binmode() where it should not be: if the
10286              *.enc files are CRLF terminated, the result gets CRCRLF terminations
10287      Branch: perl
10288            ! ext/Encode/t/CJKT.t
10289 ____________________________________________________________________________
10290 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
10291         Log: microperl update; boldly assume time() and time_t
10292              (since we assume ANSI and i_time, anyway).
10293      Branch: perl
10294            ! uconfig.h uconfig.sh
10295 ____________________________________________________________________________
10296 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
10297         Log: Integrate #16136, #16137, #16138 from macperl;
10298              
10299              Silly fix for the SC compiler's fixation with "comp" as a type
10300              
10301              Skip more PerlIO symbols for sfio
10302              
10303              Play nicely in miniperl
10304      Branch: perl
10305           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
10306           !> lib/File/Spec/Mac.pm makedef.pl
10307 ____________________________________________________________________________
10308 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
10309         Log: Sync configpm and config.h for use in 5.8
10310              (still need to do config.sh)
10311      Branch: macperl
10312            ! macos/config.h macos/configpm
10313 ____________________________________________________________________________
10314 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
10315         Log: Make MM_MacOS work with new MakeMaker
10316      Branch: macperl
10317            ! macos/lib/ExtUtils/MM_MacOS.pm
10318 ____________________________________________________________________________
10319 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
10320         Log: Makefile.mk changes for 5.8: additional extensions
10321              and source files; bump version
10322      Branch: macperl
10323            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
10324 ____________________________________________________________________________
10325 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
10326         Log: Play nicely in miniperl
10327      Branch: macperl
10328            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
10329 ____________________________________________________________________________
10330 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
10331         Log: Skip more PerlIO symbols for sfio
10332      Branch: macperl
10333            ! makedef.pl
10334 ____________________________________________________________________________
10335 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
10336         Log: Silly fix for the SC compiler's fixation with "comp" as a type
10337      Branch: macperl
10338            ! ext/Unicode/Normalize/Normalize.xs
10339 ____________________________________________________________________________
10340 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
10341         Log: Merge macperl xsubpp with current xsubpp
10342      Branch: macperl
10343            ! macos/xsubpp
10344 ____________________________________________________________________________
10345 [ 16134] By: nick                                  on 2002/04/24  18:08:37
10346         Log: Integrate mainline
10347      Branch: perlio
10348           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10349           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10350            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10351            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10352            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10353            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10354            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10355            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10356           !> (integrate 44 files)
10357 ____________________________________________________________________________
10358 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
10359         Log: Delete more included modules from bundled_ext
10360      Branch: macperl
10361            - macos/bundled_ext/Digest/MD5/Changes
10362            - macos/bundled_ext/Digest/MD5/MD5.pm
10363            - macos/bundled_ext/Digest/MD5/MD5.xs
10364            - macos/bundled_ext/Digest/MD5/Makefile.PL
10365            - macos/bundled_ext/Digest/MD5/Makefile.mk
10366            - macos/bundled_ext/Digest/MD5/README
10367            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
10368            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
10369            - macos/bundled_ext/Digest/MD5/rfc1321.txt
10370            - macos/bundled_ext/Digest/MD5/t/badfile.t
10371            - macos/bundled_ext/Digest/MD5/t/files.t
10372            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
10373            - macos/bundled_ext/Digest/MD5/typemap
10374            - macos/bundled_ext/Filter/Util/Call/Call.pm
10375            - macos/bundled_ext/Filter/Util/Call/Call.xs
10376            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
10377            - macos/bundled_ext/Filter/Util/Call/ppport.h
10378            - macos/bundled_ext/Filter/t/call.t
10379            - macos/bundled_ext/Filter/t/filter-util.pl
10380            - macos/bundled_ext/List/Util/ChangeLog
10381            - macos/bundled_ext/List/Util/Makefile.PL
10382            - macos/bundled_ext/List/Util/README
10383            - macos/bundled_ext/List/Util/Util.xs
10384            - macos/bundled_ext/List/Util/lib/List/Util.pm
10385            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
10386            - macos/bundled_ext/List/Util/t/blessed.t
10387            - macos/bundled_ext/List/Util/t/dualvar.t
10388            - macos/bundled_ext/List/Util/t/first.t
10389            - macos/bundled_ext/List/Util/t/max.t
10390            - macos/bundled_ext/List/Util/t/maxstr.t
10391            - macos/bundled_ext/List/Util/t/min.t
10392            - macos/bundled_ext/List/Util/t/minstr.t
10393            - macos/bundled_ext/List/Util/t/readonly.t
10394            - macos/bundled_ext/List/Util/t/reduce.t
10395            - macos/bundled_ext/List/Util/t/reftype.t
10396            - macos/bundled_ext/List/Util/t/shuffle.t
10397            - macos/bundled_ext/List/Util/t/sum.t
10398            - macos/bundled_ext/List/Util/t/tainted.t
10399            - macos/bundled_ext/List/Util/t/weak.t
10400            - macos/bundled_ext/MIME/Base64/Base64.pm
10401            - macos/bundled_ext/MIME/Base64/Base64.xs
10402            - macos/bundled_ext/MIME/Base64/Changes
10403            - macos/bundled_ext/MIME/Base64/Makefile.PL
10404            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
10405            - macos/bundled_ext/MIME/Base64/README
10406            - macos/bundled_ext/MIME/Base64/t/base64.t
10407            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
10408            - macos/bundled_ext/MIME/Base64/t/unicode.t
10409            - macos/bundled_ext/Storable/ChangeLog
10410            - macos/bundled_ext/Storable/Makefile.PL
10411            - macos/bundled_ext/Storable/README
10412            - macos/bundled_ext/Storable/Storable.pm
10413            - macos/bundled_ext/Storable/Storable.xs
10414            - macos/bundled_ext/Storable/t/blessed.t
10415            - macos/bundled_ext/Storable/t/canonical.t
10416            - macos/bundled_ext/Storable/t/compat-0.6.t
10417            - macos/bundled_ext/Storable/t/dclone.t
10418            - macos/bundled_ext/Storable/t/dump.pl
10419            - macos/bundled_ext/Storable/t/forgive.t
10420            - macos/bundled_ext/Storable/t/freeze.t
10421            - macos/bundled_ext/Storable/t/lock.t
10422            - macos/bundled_ext/Storable/t/overload.t
10423            - macos/bundled_ext/Storable/t/recurse.t
10424            - macos/bundled_ext/Storable/t/retrieve.t
10425            - macos/bundled_ext/Storable/t/store.t
10426            - macos/bundled_ext/Storable/t/tied.t
10427            - macos/bundled_ext/Storable/t/tied_hook.t
10428            - macos/bundled_ext/Storable/t/tied_items.t
10429            - macos/bundled_ext/Storable/t/utf8.t
10430            - macos/bundled_ext/Time/HiRes/Changes
10431            - macos/bundled_ext/Time/HiRes/HiRes.pm
10432            - macos/bundled_ext/Time/HiRes/HiRes.t
10433            - macos/bundled_ext/Time/HiRes/HiRes.xs
10434            - macos/bundled_ext/Time/HiRes/Makefile.PL
10435            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10436            - macos/bundled_ext/Time/HiRes/hints/sco.pl
10437 ____________________________________________________________________________
10438 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
10439         Log: Thou shalt not assume %x works for UVs.
10440      Branch: perl
10441            ! ext/Encode/Encode.xs
10442 ____________________________________________________________________________
10443 [ 16131] By: nick                                  on 2002/04/24  15:50:31
10444         Log: Submit an old integrate
10445      Branch: perlio
10446           +> (branch 27 files)
10447            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10448            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10449            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10450            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10451            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10452            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10453            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10454           !> (integrate 84 files)
10455 ____________________________________________________________________________
10456 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
10457         Log: Partially retract #12056, from Craig Berry.
10458      Branch: perl
10459            ! vms/vms.c
10460 ____________________________________________________________________________
10461 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
10462         Log: Delete more included modules from bundled_lib
10463      Branch: macperl
10464            - macos/bundled_lib/blib/lib/Class/ISA.pm
10465            - macos/bundled_lib/blib/lib/Digest.pm
10466            - macos/bundled_lib/blib/lib/Filter/Simple.pm
10467            - macos/bundled_lib/blib/lib/Memoize.pm
10468            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
10469            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
10470            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
10471            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
10472            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
10473            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
10474            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
10475            - macos/bundled_lib/blib/lib/NEXT.pm
10476            - macos/bundled_lib/blib/lib/Net/Cmd.pm
10477            - macos/bundled_lib/blib/lib/Net/Config.pm
10478            - macos/bundled_lib/blib/lib/Net/Domain.pm
10479            - macos/bundled_lib/blib/lib/Net/FTP.pm
10480            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
10481            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
10482            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
10483            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
10484            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
10485            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
10486            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10487            - macos/bundled_lib/blib/lib/Net/NNTP.pm
10488            - macos/bundled_lib/blib/lib/Net/Netrc.pm
10489            - macos/bundled_lib/blib/lib/Net/POP3.pm
10490            - macos/bundled_lib/blib/lib/Net/SMTP.pm
10491            - macos/bundled_lib/blib/lib/Net/Time.pm
10492            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
10493            - macos/bundled_lib/blib/lib/Switch.pm
10494            - macos/bundled_lib/t/Class/ISA/test.pl
10495            - macos/bundled_lib/t/Digest/Digest.t
10496            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
10497            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
10498            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
10499            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
10500            - macos/bundled_lib/t/Filter/Simple/data.t
10501            - macos/bundled_lib/t/Filter/Simple/export.t
10502            - macos/bundled_lib/t/Filter/Simple/filter.t
10503            - macos/bundled_lib/t/Filter/Simple/filter_only.t
10504            - macos/bundled_lib/t/Filter/Simple/import.t
10505            - macos/bundled_lib/t/Memoize/array.t
10506            - macos/bundled_lib/t/Memoize/array_confusion.t
10507            - macos/bundled_lib/t/Memoize/correctness.t
10508            - macos/bundled_lib/t/Memoize/errors.t
10509            - macos/bundled_lib/t/Memoize/expire.t
10510            - macos/bundled_lib/t/Memoize/expire_file.t
10511            - macos/bundled_lib/t/Memoize/expire_module_n.t
10512            - macos/bundled_lib/t/Memoize/expire_module_t.t
10513            - macos/bundled_lib/t/Memoize/flush.t
10514            - macos/bundled_lib/t/Memoize/normalize.t
10515            - macos/bundled_lib/t/Memoize/prototype.t
10516            - macos/bundled_lib/t/Memoize/speed.t
10517            - macos/bundled_lib/t/Memoize/tie.t
10518            - macos/bundled_lib/t/Memoize/tie_gdbm.t
10519            - macos/bundled_lib/t/Memoize/tie_ndbm.t
10520            - macos/bundled_lib/t/Memoize/tie_sdbm.t
10521            - macos/bundled_lib/t/Memoize/tie_storable.t
10522            - macos/bundled_lib/t/Memoize/tiefeatures.t
10523            - macos/bundled_lib/t/Memoize/unmemoize.t
10524            - macos/bundled_lib/t/NEXT/actual.t
10525            - macos/bundled_lib/t/NEXT/actuns.t
10526            - macos/bundled_lib/t/NEXT/next.t
10527            - macos/bundled_lib/t/NEXT/unseen.t
10528            - macos/bundled_lib/t/Switch/t/given.t
10529            - macos/bundled_lib/t/Switch/t/nested.t
10530            - macos/bundled_lib/t/Switch/t/switch.t
10531            - macos/bundled_lib/t/libnet/config.t
10532            - macos/bundled_lib/t/libnet/ftp.t
10533            - macos/bundled_lib/t/libnet/hostname.t
10534            - macos/bundled_lib/t/libnet/libnet_t.pl
10535            - macos/bundled_lib/t/libnet/netrc.t
10536            - macos/bundled_lib/t/libnet/nntp.t
10537            - macos/bundled_lib/t/libnet/require.t
10538            - macos/bundled_lib/t/libnet/smtp.t
10539 ____________________________________________________________________________
10540 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
10541         Log: Remove Text::Balanced from bundled_lib (already in lib)
10542      Branch: macperl
10543            - macos/bundled_lib/blib/lib/Text/Balanced.pm
10544            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10545            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10546            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
10547            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
10548            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10549            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
10550            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
10551            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
10552 ____________________________________________________________________________
10553 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
10554         Log: A word of warning to the users of UTF-8 locales.
10555      Branch: perl
10556            ! pod/perluniintro.pod
10557 ____________________________________________________________________________
10558 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
10559         Log: Forgotten from #16125.
10560      Branch: perl
10561            ! t/lib/MakeMaker/Test/Utils.pm
10562 ____________________________________________________________________________
10563 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
10564         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
10565      Branch: perl
10566            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10567            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10568            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10569            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10570            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10571            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10572            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10573            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10574            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
10575            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
10576            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10577            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10578            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
10579            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
10580            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
10581            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
10582            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
10583 ____________________________________________________________________________
10584 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
10585         Log: Subject: New UTF-8 surprise
10586              From: andreas.koenig@anima.de (Andreas J. Koenig)
10587              Date: Mon, 22 Apr 2002 12:08:48 +0200
10588              Message-ID: <m38z7gjb9r.fsf@anima.de>
10589      Branch: perl
10590            ! pp_hot.c t/op/subst.t
10591 ____________________________________________________________________________
10592 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
10593         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
10594              tree that is branched from //depot/maint-5.6/macperl/macos/...
10595      Branch: macperl
10596           +> (branch 3590 files)
10597 ____________________________________________________________________________
10598 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
10599         Log: Try to be clearer about perlio.
10600      Branch: perl
10601            ! INSTALL
10602 ____________________________________________________________________________
10603 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
10604         Log: Subject: Re: binary compatibility
10605              From: Andy Dougherty <doughera@lafayette.edu>
10606              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
10607              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
10608      Branch: perl
10609            ! INSTALL patchlevel.h
10610 ____________________________________________________________________________
10611 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
10612         Log: Go on record about the binary backward incompatibility.
10613      Branch: perl
10614            ! pod/perldelta.pod
10615 ____________________________________________________________________________
10616 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
10617         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
10618              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10619              Date: Wed, 24 Apr 2002 01:51:43 +0400
10620              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
10621      Branch: perl
10622            ! t/win32/system.t
10623 ____________________________________________________________________________
10624 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
10625         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
10626              From: PPrymmer@factset.com
10627              Date: Tue, 23 Apr 2002 17:14:32 -0400
10628              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
10629      Branch: perl
10630            ! lib/locale.t
10631 ____________________________________________________________________________
10632 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
10633         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
10634              From: Paul_GreenVOS@vos.stratus.com
10635              Date: Tue, 23 Apr 02 15:06 edt   
10636              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
10637      Branch: perl
10638            ! Makefile.SH cflags.SH
10639 ____________________________________________________________________________
10640 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
10641         Log: metaconfig unit change for #16115.
10642      Branch: metaconfig
10643            ! U/compline/byteorder.U
10644      Branch: perl
10645            ! config_h.SH
10646 ____________________________________________________________________________
10647 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
10648         Log: Regen Configure to mirror #16111 (with one added tweak).
10649      Branch: perl
10650            ! Configure
10651 ____________________________________________________________________________
10652 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
10653         Log: Retract #16109.
10654      Branch: perl
10655            ! lib/ExtUtils/MM_Unix.pm
10656 ____________________________________________________________________________
10657 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
10658         Log: FAQ sync.
10659      Branch: perl
10660            ! pod/perlfaq3.pod pod/perlfaq8.pod
10661 ____________________________________________________________________________
10662 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
10663         Log: use encoding no more defaults to Latin 1.
10664      Branch: perl
10665            ! pod/perluniintro.pod
10666 ____________________________________________________________________________
10667 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
10668         Log: Configure test for byteorder loses bits
10669      Branch: perl
10670            ! Configure
10671 ____________________________________________________________________________
10672 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
10673         Log: hacking around byteorder variance between config.sh and config.h
10674              isn't needed after change#16099
10675      Branch: perl
10676            ! ext/Storable/t/malice.t
10677 ____________________________________________________________________________
10678 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
10679         Log: (retracted by #16114)
10680              
10681              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
10682              From: "Green, Paul" <Paul.Green@stratus.com>
10683              Date: Tue, 23 Apr 2002 13:47:19 -0400
10684              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
10685      Branch: perl
10686            ! lib/ExtUtils/MM_Unix.pm
10687 ____________________________________________________________________________
10688 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
10689         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
10690              From: Norton Allen <allen@huarp.harvard.edu>
10691              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
10692              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
10693      Branch: perl
10694            ! lib/File/Find.pm
10695 ____________________________________________________________________________
10696 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
10697         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
10698              From: Norton Allen <allen@huarp.harvard.edu>
10699              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
10700              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
10701      Branch: perl
10702            ! README.qnx hints/qnx.sh
10703 ____________________________________________________________________________
10704 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
10705         Log: Subject: [PATCH] pod/perlhist.pod
10706              From: Abigail <abigail@foad.org>
10707              Date: Tue, 23 Apr 2002 16:21:31 +0200
10708              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
10709              
10710              (removed 5.005_04 which never happened)
10711      Branch: perl
10712            ! pod/perlhist.pod
10713 ____________________________________________________________________________
10714 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
10715         Log: Subject: Re: [PATCH abigail.t] another portability attempt
10716              From: Abigail <abigail@foad.org>
10717              Date: Tue, 23 Apr 2002 11:35:54 +0200
10718              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
10719      Branch: perl
10720            ! t/japh/abigail.t
10721 ____________________________________________________________________________
10722 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
10723         Log: NetWare tweak from C Aditya.
10724      Branch: perl
10725            ! NetWare/Nwmain.c NetWare/nw5.c
10726 ____________________________________________________________________________
10727 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
10728         Log: fix a typo
10729      Branch: perl
10730            ! regexec.c
10731 ____________________________________________________________________________
10732 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
10733         Log: Uncurliff.
10734      Branch: perl
10735            ! README.ko
10736 ____________________________________________________________________________
10737 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
10738         Log: Pointer to UV casting.
10739      Branch: perl
10740            ! regexec.c
10741 ____________________________________________________________________________
10742 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
10743         Log: metaconfig unit change for #16099.
10744      Branch: metaconfig
10745            ! U/compline/byteorder.U
10746 ____________________________________________________________________________
10747 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
10748         Log: Use UV (not long) for BYTEORDER.
10749      Branch: perl
10750            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10751            ! config_h.SH
10752 ____________________________________________________________________________
10753 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
10754         Log: # cpp commands must start in the first column.
10755      Branch: perl
10756            ! scope.c
10757 ____________________________________________________________________________
10758 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
10759         Log: Reborn as text.
10760      Branch: perl
10761            + NetWare/interface.cpp
10762 ____________________________________________________________________________
10763 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
10764         Log: Dead as binary.
10765      Branch: perl
10766            - NetWare/interface.cpp
10767 ____________________________________________________________________________
10768 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
10769         Log: Undo #16091, a time-warped escapee.
10770      Branch: perl
10771            ! lib/ExtUtils/t/MM_Cygwin.t
10772 ____________________________________________________________________________
10773 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
10774         Log: *size tweaks from Sarathy.
10775      Branch: perl
10776            ! ext/Storable/t/malice.t
10777 ____________________________________________________________________________
10778 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
10779         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
10780              From: Stas Bekman <stas@stason.org>
10781              Date: Tue, 23 Apr 2002 01:52:22 +0800
10782              Message-ID: <3CC44DD6.3090401@stason.org>
10783      Branch: perl
10784            ! pod/perlguts.pod
10785 ____________________________________________________________________________
10786 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
10787         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
10788              From: Paul_GreenVOS@vos.stratus.com
10789              Date: Mon, 22 Apr 02 20:35 edt
10790              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
10791      Branch: perl
10792            + hints/t001.c
10793            ! MANIFEST hints/README.hints hints/vos.sh
10794 ____________________________________________________________________________
10795 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
10796         Log: (retracted by #16095)
10797      Branch: perl
10798            ! lib/ExtUtils/t/MM_Cygwin.t
10799 ____________________________________________________________________________
10800 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
10801         Log: Subject: Re: perl@16083
10802              From: Nicholas Clark <nick@unfortu.net>
10803              Date: Mon, 22 Apr 2002 23:17:45 +0100
10804              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
10805      Branch: perl
10806            ! ext/Storable/t/malice.t
10807 ____________________________________________________________________________
10808 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
10809         Log: Upgrade to Encode 1.58.
10810      Branch: perl
10811            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
10812            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
10813            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
10814            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
10815            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
10816            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
10817            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
10818            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
10819            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10820            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10821            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10822            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10823            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10824            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10825            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10826            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10827            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10828            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
10829 ____________________________________________________________________________
10830 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
10831         Log: On Win32 the end.t failure should be gone now.
10832      Branch: perl
10833            ! pod/perldelta.pod
10834 ____________________________________________________________________________
10835 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
10836         Log: Subject: [PATCH] update VOS-specific pod files
10837              From: Paul_GreenVOS@vos.stratus.com
10838              Date: Mon, 22 Apr 02 16:02 edt
10839              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
10840      Branch: perl
10841            ! README.vos pod/perlport.pod
10842 ____________________________________________________________________________
10843 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
10844         Log: Subject: [PATCH] cleanup ./hints/vos.sh
10845              From: Paul_GreenVOS@vos.stratus.com
10846              Date: Mon, 22 Apr 02 15:26 edt
10847              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
10848      Branch: perl
10849            ! hints/vos.sh
10850 ____________________________________________________________________________
10851 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
10852         Log: Upgrade to Encode 1.57, from Dan Kogai.
10853      Branch: perl
10854            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10855            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
10856            ! ext/Encode/lib/Encode/Encoding.pm
10857            ! ext/Encode/lib/Encode/JP/JIS7.pm
10858            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
10859            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
10860 ____________________________________________________________________________
10861 [ 16084] By: ams                                   on 2002/04/22  18:10:13
10862         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
10863              From: Stas Bekman <stas@stason.org>
10864              Date: Tue, 23 Apr 2002 01:59:07 +0800
10865              Message-Id: <3CC44F6B.5010300@stason.org>
10866      Branch: perl
10867            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
10868 ____________________________________________________________________________
10869 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
10870         Log: Update Changes.
10871      Branch: perl
10872            ! Changes patchlevel.h
10873 ____________________________________________________________________________
10874 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
10875         Log: In MANIFEST but not added.
10876      Branch: perl
10877            + NetWare/interface.cpp
10878 ____________________________________________________________________________
10879 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
10880         Log: Duh.
10881      Branch: perl
10882            ! lib/ExtUtils/MM_Unix.pm
10883 ____________________________________________________________________________
10884 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
10885         Log: Subject: Re: t/japh/abigail.t [PATCH]
10886              From: Norton Allen <allen@huarp.harvard.edu>
10887              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
10888              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
10889      Branch: perl
10890            ! t/japh/abigail.t
10891 ____________________________________________________________________________
10892 [ 16079] By: ams                                   on 2002/04/22  15:59:55
10893         Log: Subject: {PATCH docs] sockatmark
10894              From: Mark-Jason Dominus <mjd@plover.com>
10895              Date: Mon, 22 Apr 2002 02:43:42 -0400
10896              Message-Id: <20020422064342.24646.qmail@plover.com>
10897      Branch: perl
10898            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
10899 ____________________________________________________________________________
10900 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
10901         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
10902              From: Paul_GreenVOS@vos.stratus.com
10903              Date: Mon, 22 Apr 02 12:40 edt
10904              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
10905      Branch: perl
10906            ! cflags.SH
10907 ____________________________________________________________________________
10908 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
10909         Log: Add new files from #16076; re-sort.
10910      Branch: perl
10911            ! MANIFEST
10912 ____________________________________________________________________________
10913 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
10914         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
10915      Branch: perl
10916            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
10917            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
10918            + NetWare/perllib.cpp NetWare/splittree.pl
10919            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
10920            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
10921            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
10922            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
10923            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
10924            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
10925            ! x2p/hash.c x2p/walk.c
10926 ____________________________________________________________________________
10927 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
10928         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
10929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10930              Date: Mon, 22 Apr 2002 17:56:17 +0200
10931              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
10932      Branch: perl
10933            ! README.aix
10934 ____________________________________________________________________________
10935 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
10936         Log: Signedness nit.
10937      Branch: perl
10938            ! ext/PerlIO/encoding/encoding.xs
10939 ____________________________________________________________________________
10940 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
10941         Log: No semicolons after blocks.
10942      Branch: perl
10943            ! ext/Encode/Encode.xs
10944 ____________________________________________________________________________
10945 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
10946         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
10947      Branch: perl
10948            ! ext/PerlIO/encoding/encoding.pm
10949            ! ext/PerlIO/encoding/encoding.xs
10950 ____________________________________________________________________________
10951 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
10952         Log: Upgrade to Encode 1.56, from Dan Kogai.
10953      Branch: perl
10954            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10955            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10956            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
10957            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10958            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
10959            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10960            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
10961            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
10962            ! ext/Encode/lib/Encode/Config.pm
10963            ! ext/Encode/lib/Encode/Encoder.pm
10964            ! ext/Encode/lib/Encode/Encoding.pm
10965            ! ext/Encode/lib/Encode/JP/H2Z.pm
10966            ! ext/Encode/lib/Encode/JP/JIS7.pm
10967            ! ext/Encode/lib/Encode/KR/2022_KR.pm
10968            ! ext/Encode/lib/Encode/PerlIO.pod
10969            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
10970            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10971            ! ext/Encode/ucm/big5-hkscs.ucm
10972 ____________________________________________________________________________
10973 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
10974         Log: Comment tweak from Philip.
10975      Branch: perl
10976            ! opcode.pl
10977 ____________________________________________________________________________
10978 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
10979         Log: a Test::Harness tweak to make the test lines show up prettier
10980      Branch: perl
10981            ! lib/Test/Harness.pm
10982 ____________________________________________________________________________
10983 [ 16067] By: nick                                  on 2002/04/22  09:19:23
10984         Log: Integrate mainline
10985      Branch: perlio
10986           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10987           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10988           !> t/lib/warnings/perlio t/win32/system.t
10989 ____________________________________________________________________________
10990 [ 16066] By: nick                                  on 2002/04/22  09:01:43
10991         Log: Integrate //depot/perlio into mainline
10992      Branch: perl
10993           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10994           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
10995           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
10996 ____________________________________________________________________________
10997 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
10998         Log: clean up after stray test file littering
10999              
11000              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
11001              it seems that it shouldn't (looks like a handle leak in PerlIO
11002              to me)
11003      Branch: perl
11004            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
11005            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
11006            ! t/lib/warnings/perlio t/win32/system.t
11007 ____________________________________________________________________________
11008 [ 16064] By: nick                                  on 2002/04/22  08:02:58
11009         Log: Integrate mainline into perlio
11010      Branch: perlio
11011           +> ext/Storable/t/malice.t
11012            ! pod/perliol.pod
11013           !> (integrate 57 files)
11014 ____________________________________________________________________________
11015 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
11016         Log: integrate change#16062 from mainline
11017              
11018              another windows fix: only create a new console for subprocesses
11019              when all three stdhandles are invalid (from Jan Dubois)
11020      Branch: maint-5.6/perl
11021            ! win32/win32.c
11022 ____________________________________________________________________________
11023 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
11024         Log: another windows fix: only create a new console for subprocesses
11025              when all three stdhandles are invalid (from Jan Dubois)
11026      Branch: perl
11027            ! win32/win32.c
11028 ____________________________________________________________________________
11029 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
11030         Log: all the thread tests now pass on windows (32-bit and 64-bit)
11031      Branch: perl
11032            ! README.win32
11033 ____________________________________________________________________________
11034 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
11035         Log: enable maximal optimizations on win64
11036      Branch: perl
11037            ! win32/Makefile win32/makefile.mk
11038 ____________________________________________________________________________
11039 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
11040         Log: Tweaks copied from Philip Newton's Encode patches.
11041      Branch: perl
11042            ! AUTHORS
11043 ____________________________________________________________________________
11044 [ 16057] By: sky                                   on 2002/04/22  00:19:40
11045         Log: End blocks were not run on Win32.
11046              The real fix should be to turn this flag on in RunPerl but
11047              I think we are too close 5.8 to change that.
11048      Branch: perl
11049            ! ext/threads/threads.xs
11050 ____________________________________________________________________________
11051 [ 16056] By: sky                                   on 2002/04/21  23:29:22
11052         Log: Do not unlock mutex twice.
11053              Do not unlock mutex after it has been destroyed and freed.
11054              Do not email p5p without uncrossing eyes.
11055      Branch: perl
11056            ! ext/threads/threads.xs
11057 ____________________________________________________________________________
11058 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
11059         Log: squelch some more type mismatch warnings
11060              
11061              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
11062              missing parens in macro definition
11063      Branch: perl
11064            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
11065            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
11066            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
11067            ! pp.c regexec.c sv.h
11068 ____________________________________________________________________________
11069 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
11070         Log: Make writing user-defined character properties nicer.
11071      Branch: perl
11072            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
11073 ____________________________________________________________________________
11074 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
11075         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
11076              isn't the case on win64
11077      Branch: perl
11078            ! ext/Storable/t/malice.t
11079 ____________________________________________________________________________
11080 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
11081         Log: One more way to do character class subtraction.
11082      Branch: perl
11083            ! pod/perlunicode.pod
11084 ____________________________________________________________________________
11085 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
11086         Log: Mopup of #16048.
11087      Branch: perl
11088            ! pp_sys.c
11089 ____________________________________________________________________________
11090 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
11091         Log: some test failures have been fixed
11092      Branch: perl
11093            ! README.win32
11094 ____________________________________________________________________________
11095 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
11096         Log: use compare_text() rather than compare() to avoid bogus
11097              failures when the test files happen to be CRLF terminated
11098      Branch: perl
11099            ! ext/Encode/t/JP.t
11100 ____________________________________________________________________________
11101 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
11102         Log: fixes for all the warnings reported by Visual C (most of this
11103              change is from change#12026)
11104      Branch: perl
11105            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
11106            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
11107            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
11108            ! regexec.c sv.c toke.c universal.c utf8.c util.c
11109            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
11110 ____________________________________________________________________________
11111 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
11112         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
11113              From: Nicholas Clark <nick@unfortu.net>
11114              Date: Sun, 21 Apr 2002 19:15:24 +0100
11115              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
11116      Branch: perl
11117            + ext/Storable/t/malice.t
11118            ! MANIFEST ext/Storable/Storable.pm
11119 ____________________________________________________________________________
11120 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
11121         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
11122              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11123              Date: Sun, 21 Apr 2002 19:37:51 +0200
11124              Message-ID: <3CC3150F.5798.22A05AE@localhost>
11125      Branch: perl
11126            ! ext/Encode/t/perlio.t
11127 ____________________________________________________________________________
11128 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
11129         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
11130              From: Andrey Sapozhnikov <sapa@icb.chel.su>
11131              Date: Fri, 19 Apr 2002 19:55:56 +0600
11132              Message-ID: <3CC021EC.5080005@icb.chel.su>
11133              
11134              (tweaked a bit)
11135      Branch: perl
11136            ! pod/perltrap.pod
11137 ____________________________________________________________________________
11138 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
11139         Log: Do not assume that io buffer flushing happens in the same
11140              order as joins (that assumption broke in a multicpu IRIX box)
11141      Branch: perl
11142            ! ext/threads/t/thread.t
11143 ____________________________________________________________________________
11144 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
11145         Log: As if people would be reading the documentation :-)
11146      Branch: perl
11147            ! opcode.pl
11148 ____________________________________________________________________________
11149 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
11150         Log: Typo tweaks.
11151      Branch: perl
11152            ! pod/perlrun.pod
11153 ____________________________________________________________________________
11154 [ 16041] By: sky                                   on 2002/04/21  13:53:54
11155         Log: Got the last memory leak in the while(1) { threads->create(sub 
11156              {})->join() }, now we can loop over a million threads without a 
11157              problem. 
11158              Cleared up SVs that should have been mortal but never where.
11159      Branch: perl
11160            ! ext/threads/threads.xs
11161 ____________________________________________________________________________
11162 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
11163         Log: Make doc clearer, as suggested by Brent Dax
11164      Branch: perl
11165            ! opcode.pl
11166 ____________________________________________________________________________
11167 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
11168         Log: Revert change #15974.
11169      Branch: perl
11170            ! ext/B/B/Deparse.pm
11171 ____________________________________________________________________________
11172 [ 16038] By: nick                                  on 2002/04/21  08:43:48
11173         Log: Integrate mainline
11174      Branch: perlio
11175           +> win32/config.vc64 win32/config_H.vc64
11176           !> (integrate 43 files)
11177 ____________________________________________________________________________
11178 [ 16037] By: nick                                  on 2002/04/21  08:10:07
11179         Log: Integrate mainline
11180      Branch: perlio
11181           +> ext/Encode/ucm/big5-eten.ucm
11182            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
11183            - win32/config.win64 win32/config_H.win64
11184           !> MANIFEST Porting/makerel ext/Encode/Changes
11185           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
11186           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11187           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11188           !> ext/Encode/lib/Encode/Config.pm
11189           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
11190           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
11191           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
11192           !> pod/perlunicode.pod vms/vms.c
11193 ____________________________________________________________________________
11194 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
11195         Log: S_ stands sfor static.
11196      Branch: perl
11197            ! hv.c
11198 ____________________________________________________________________________
11199 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
11200         Log: htovs et al might be macros.
11201      Branch: perl
11202            ! perl.h
11203 ____________________________________________________________________________
11204 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
11205         Log: missed checkin of this file in change#16033
11206      Branch: perl
11207            ! makedef.pl
11208 ____________________________________________________________________________
11209 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
11210         Log: Windows 64-bit support:
11211              
11212              * support for building it in the regular makefiles
11213              * large files support via the _*i64() functions (this should be
11214              portable to the 32-bit universe too, but quite untested and
11215              and binary-incompatible, therefore not enabled there)
11216              * three additional test failures in addition to the t/end.t one
11217              (see README.win32)
11218              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
11219              the ones available from the CRT (needed because Perl uses
11220              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
11221              * add a few 64-bit notes to README.win32
11222              
11223              The following general problems were also fixed:
11224              
11225              * s/struct stat/Stat_t/g
11226              * Data::Dumper had some naughty 'long' typecasts
11227              * Errno_pm.PL didn't work safe when winsock.h was not in the same
11228              directory as errno.h
11229              * various tell/seek things were incorrectly prototyped
11230              * squelch ugly looking noise when running tests
11231              * Embed.t wasn't linking in all the libraries
11232              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
11233              * re-enable all the disabled warnings (additional fixes may be
11234              needed for the warnings uncovered by this)
11235      Branch: perl
11236            + win32/config.vc64 win32/config_H.vc64
11237            ! MANIFEST README.win32 doio.c dosish.h
11238            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
11239            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
11240            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
11241            ! win32/config.vc win32/makefile.mk win32/perlglob.c
11242            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
11243            ! win32/win32iop.h win32/win32sck.c
11244 ____________________________________________________________________________
11245 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
11246         Log: Upgrade to Encode 1.52, from Dan Kogai.
11247      Branch: perl
11248            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11249            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
11250            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
11251            ! ext/Encode/lib/Encode/JP/JIS7.pm
11252            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
11253            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
11254            ! ext/Encode/ucm/big5-hkscs.ucm
11255 ____________________________________________________________________________
11256 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
11257         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11258              From: Mark-Jason Dominus <mjd@plover.com>
11259              Date: Sat, 20 Apr 2002 03:36:28 -0400
11260              Message-ID: <20020420073628.324.qmail@plover.com>
11261      Branch: perl
11262            ! pod/perlopentut.pod
11263 ____________________________________________________________________________
11264 [ 16030] By: sky                                   on 2002/04/20  22:02:32
11265         Log: Remove auto-detach
11266              Cleans up memory now, destroys the mutex and frees thread
11267              Makes returnvalues mortal
11268              Doesn't run thread_destruct until the thread has stopped AND
11269              all references to it are gone.
11270      Branch: perl
11271            ! ext/threads/threads.xs
11272 ____________________________________________________________________________
11273 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
11274         Log: Subject: [PATCH @16005] rescue perldoc for VMS
11275              From: "Craig A. Berry" <craigberry@mac.com>
11276              Date: Sat, 20 Apr 2002 15:16:30 -0500
11277              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
11278      Branch: perl
11279            ! vms/vms.c
11280 ____________________________________________________________________________
11281 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
11282         Log: Subject: Re: [PATCH] typo
11283              From: andreas.koenig@anima.de (Andreas J. Koenig)
11284              Date: Sat, 20 Apr 2002 15:41:23 +0200
11285              Message-ID: <m37kn2o5bw.fsf@anima.de>
11286      Branch: perl
11287            ! ext/Encode/encoding.pm
11288 ____________________________________________________________________________
11289 [ 16027] By: nick                                  on 2002/04/20  21:42:09
11290         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
11291              and change test not to skip them.
11292      Branch: perlio
11293            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
11294 ____________________________________________________________________________
11295 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
11296         Log: Upgrade to Encode 1.51, from Dan Kogai.
11297      Branch: perl
11298            + ext/Encode/ucm/big5-eten.ucm
11299            - ext/Encode/ucm/big5.ucm
11300            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11301            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
11302            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11303            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
11304            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
11305            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
11306 ____________________________________________________________________________
11307 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
11308         Log: purge existing win64 stuff (this never really worked in 5.7.x)
11309              in preparation for completely redone win64 support
11310      Branch: perl
11311            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11312            ! MANIFEST Porting/makerel
11313 ____________________________________________________________________________
11314 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
11315         Log: Subject: Re: perl@16005
11316              From: Stas Bekman <stas@stason.org>
11317              Date: Sat, 20 Apr 2002 13:06:49 +0800
11318              Message-ID: <3CC0F769.1010705@stason.org>
11319              (with a minor formatting nit)
11320      Branch: perl
11321            ! pod/perlfunc.pod
11322 ____________________________________________________________________________
11323 [ 16023] By: nick                                  on 2002/04/20  19:06:04
11324         Log: Some tweaks for encodings which need lines.
11325              Also disabled trial of using fallbacks.
11326      Branch: perlio
11327            ! ext/PerlIO/encoding/encoding.pm
11328            ! ext/PerlIO/encoding/encoding.xs
11329 ____________________________________________________________________________
11330 [ 16022] By: nick                                  on 2002/04/20  18:37:38
11331         Log: Various tweaks to Encode
11332      Branch: perlio
11333            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11334            ! ext/Encode/Unicode/Unicode.xs
11335            ! ext/Encode/lib/Encode/Encoding.pm
11336            ! ext/Encode/lib/Encode/JP/JIS7.pm
11337            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
11338 ____________________________________________________________________________
11339 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
11340         Log: Subject: [PATCH] perlunicode.pod typos
11341              From: andreas.koenig@anima.de (Andreas J. Koenig)     
11342              Date: Sat, 20 Apr 2002 11:20:25 +0200
11343              Message-ID: <m3vgamoheu.fsf@anima.de>
11344      Branch: perl
11345            ! pod/perlunicode.pod
11346 ____________________________________________________________________________
11347 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
11348         Log: Test tweak from mjd.
11349      Branch: perl
11350            ! lib/Memoize/t/errors.t
11351 ____________________________________________________________________________
11352 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
11353         Log: Integrate perlio:
11354              
11355              [ 16018]
11356              Fill in the PERLIO sections.
11357              
11358              [ 16017]
11359              Add :bytes to POD part.
11360              Remove 'alias' to Encode now it exists as a module.
11361              
11362              [ 16014]
11363              Tweak to Encode.xs to avoid buffer overrun.
11364              
11365              [ 16007]
11366              Silence warning generating warning message for U+FFFF does not map etc.
11367              
11368              [ 15912]
11369              XS versions of encode/decode for Encode::Unicode
11370      Branch: perl
11371           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
11372 ____________________________________________________________________________
11373 [ 16018] By: nick                                  on 2002/04/20  13:38:24
11374         Log: Fill in the PERLIO sections.
11375      Branch: perlio
11376            ! pod/perlrun.pod
11377 ____________________________________________________________________________
11378 [ 16017] By: nick                                  on 2002/04/20  13:37:15
11379         Log: Add :bytes to POD part.
11380              Remove 'alias' to Encode now it exists as a module.
11381      Branch: perlio
11382            ! lib/PerlIO.pm
11383 ____________________________________________________________________________
11384 [ 16016] By: sky                                   on 2002/04/20  13:12:31
11385         Log: Really let the update of the link list do something.
11386      Branch: perl
11387            ! ext/threads/threads.xs
11388 ____________________________________________________________________________
11389 [ 16015] By: nick                                  on 2002/04/20  07:51:26
11390         Log: Integrate mainline
11391      Branch: perlio
11392           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
11393           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
11394           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
11395 ____________________________________________________________________________
11396 [ 16014] By: nick                                  on 2002/04/20  07:46:11
11397         Log: Tweak to Encode.xs to avoid buffer overrun.
11398      Branch: perlio
11399            ! ext/Encode/Encode.xs
11400 ____________________________________________________________________________
11401 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
11402         Log: Subject: [PATCH] t/japh/abigail.t
11403              From: abigail@foad.org
11404              Date: Fri, 19 Apr 2002 02:21:36 +0200
11405              Message-ID: <20020419002136.16948.qmail@foad.org>
11406              
11407              Subject: Re: [PATCH] t/japh/abigail.t
11408              From: "Craig A. Berry" <craigberry@mac.com>
11409              Date: Fri, 19 Apr 2002 11:23:45 -0500
11410              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
11411      Branch: perl
11412            ! t/japh/abigail.t
11413 ____________________________________________________________________________
11414 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
11415         Log: User-defined character properties were unintentionally
11416              removed, noticed by Dan Kogai.
11417      Branch: perl
11418            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
11419            ! pod/perlunicode.pod t/op/pat.t
11420 ____________________________________________________________________________
11421 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
11422         Log: Subject: Re: [PATCH] Big5-related changes.
11423              From: Autrijus Tang <autrijus@autrijus.org>
11424              Date: Sat, 20 Apr 2002 04:06:31 +0800
11425              Message-ID: <20020419200631.GA20964@not.autrijus.org>
11426      Branch: perl
11427            ! README.cn README.tw
11428 ____________________________________________________________________________
11429 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
11430         Log: Add a BUGS sections to O.pm
11431      Branch: perl
11432            ! ext/B/O.pm
11433 ____________________________________________________________________________
11434 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
11435         Log: Disable warning noise
11436      Branch: perl
11437            ! t/io/open.t
11438 ____________________________________________________________________________
11439 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
11440         Log: More tests for the 3-arg open
11441      Branch: perl
11442            ! t/io/open.t t/lib/warnings/doio
11443 ____________________________________________________________________________
11444 [ 16007] By: nick                                  on 2002/04/19  17:45:53
11445         Log: Silence warning generating warning message for U+FFFF does not map etc.
11446      Branch: perlio
11447            ! ext/Encode/Encode.xs
11448 ____________________________________________________________________________
11449 [ 16006] By: nick                                  on 2002/04/19  15:24:57
11450         Log: Integrate mainline (for Tk with Encode testing)
11451              Some perlio & encode issues otherwise cleanish.
11452      Branch: perlio
11453           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11454           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11455           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11456           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11457           +> ext/threads/t/thread.t
11458            - ext/Encode/lib/Encode/Unicode.pm
11459           !> (integrate 38 files)
11460 ____________________________________________________________________________
11461 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
11462         Log: Update Changes.
11463      Branch: perl
11464            ! Changes patchlevel.h
11465 ____________________________________________________________________________
11466 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
11467         Log: Subject: [PATCH] warn on ref open without perlio
11468              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11469              Date: Thu, 18 Apr 2002 23:17:44 +0200
11470              Message-ID: <20020418231744.A24159@rafael>
11471              
11472              (with one nit, the skip message needed "# " prefix)
11473      Branch: perl
11474            ! doio.c pod/perldiag.pod t/lib/warnings/doio
11475 ____________________________________________________________________________
11476 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
11477         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
11478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11479              Date: Fri, 19 Apr 2002 15:43:47 +0200
11480              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
11481      Branch: perl
11482            ! README.hpux
11483 ____________________________________________________________________________
11484 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
11485         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
11486      Branch: perl
11487            ! ext/PerlIO/encoding/encoding.pm
11488            ! ext/PerlIO/encoding/encoding.xs
11489 ____________________________________________________________________________
11490 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
11491         Log: Upgrade to Encode 1.50, from Dan Kogai.
11492      Branch: perl
11493            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11494            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11495            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11496            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11497            - ext/Encode/lib/Encode/Unicode.pm
11498            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
11499            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11500            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
11501            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11502            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11503            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
11504            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
11505            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
11506            ! ext/Encode/t/jisx0208.ref
11507 ____________________________________________________________________________
11508 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
11509         Log: Subject: CPAN.pm sync
11510              From: andreas.koenig@anima.de (Andreas J. Koenig)
11511              Date: Fri, 19 Apr 2002 11:55:07 +0200
11512              Message-ID: <m3ads0qah0.fsf@anima.de>
11513      Branch: perl
11514            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11515 ____________________________________________________________________________
11516 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
11517         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
11518      Branch: perl
11519            ! pod/perltooc.pod
11520 ____________________________________________________________________________
11521 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
11522         Log: The previous change on this was *ahem* slightly off-topic.
11523      Branch: perl
11524            ! ext/PerlIO/encoding/encoding.pm
11525 ____________________________________________________________________________
11526 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
11527         Log: variant of change#14657 from mainline, modified for binary
11528              compatibility for 5.6.x (from  Jan Dubois)
11529      Branch: maint-5.6/perl
11530            ! lib/Win32.pod win32/win32.c
11531 ____________________________________________________________________________
11532 [ 15996] By: ams                                   on 2002/04/18  16:16:26
11533         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
11534              From: abigail@foad.org
11535              Date: Thu, 18 Apr 2002 17:09:45 +0200
11536              Message-Id: <20020418150945.389.qmail@foad.org>
11537      Branch: perl
11538            ! pod/perldebtut.pod
11539 ____________________________________________________________________________
11540 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
11541         Log: z/OS situation update.
11542      Branch: perl
11543            ! pod/perldelta.pod
11544 ____________________________________________________________________________
11545 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
11546         Log: Doc tweaks.
11547      Branch: perl
11548            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
11549 ____________________________________________________________________________
11550 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
11551         Log: The tests need perlio.
11552      Branch: perl
11553            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
11554 ____________________________________________________________________________
11555 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
11556         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11557              From: Mark-Jason Dominus <mjd@plover.com>
11558              Date: Thu, 18 Apr 2002 09:38:17 -0400
11559              Message-ID: <20020418133817.22436.qmail@plover.com>    
11560              
11561              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
11562              From: Mark-Jason Dominus <mjd@plover.com>
11563              Date: Thu, 18 Apr 2002 09:54:50 -0400
11564              Message-ID: <20020418135450.22999.qmail@plover.com>    
11565      Branch: perl
11566            ! pod/perlfaq8.pod
11567 ____________________________________________________________________________
11568 [ 15991] By: sky                                   on 2002/04/18  09:18:14
11569         Log: Port testcases from thr5005 tests so we don't fail on same things.
11570              Added yield support using threads->yield().
11571      Branch: perl
11572            + ext/threads/t/thread.t
11573            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
11574 ____________________________________________________________________________
11575 [ 15990] By: nick                                  on 2002/04/18  07:56:40
11576         Log: Integrate mainline
11577      Branch: perlio
11578            - t/io/full.t
11579           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
11580           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
11581           !> perl.c t/op/groups.t toke.c win32/win32.c
11582 ____________________________________________________________________________
11583 [ 15989] By: sky                                   on 2002/04/18  07:15:55
11584         Log: Always flush the PerlIO buffers after running END blocks in 
11585              perl_destruct. This should fix ext/threads/t/end.t under Win32.
11586      Branch: perl
11587            ! perl.c
11588 ____________________________________________________________________________
11589 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
11590         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
11591      Branch: perl
11592            ! perl.c
11593 ____________________________________________________________________________
11594 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
11595         Log: Move /dev/full testing post-5.8.0.
11596      Branch: perl
11597            - t/io/full.t
11598            ! MANIFEST
11599 ____________________________________________________________________________
11600 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
11601         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
11602              ("Crays have only REAL memory.")
11603      Branch: perl
11604            ! hints/unicos.sh hints/unicosmk.sh
11605 ____________________________________________________________________________
11606 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
11607         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
11608              From: luc.st-louis@ca.transport.bombardier.com
11609              Date: Wed, 17 Apr 2002 14:22:25 -0400
11610              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
11611      Branch: perl
11612            ! win32/win32.c
11613 ____________________________________________________________________________
11614 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
11615         Log: With -Uuseperlio the error might be EBADF.
11616      Branch: perl
11617            ! t/io/full.t
11618 ____________________________________________________________________________
11619 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
11620         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
11621              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11622              Date: Wed, 17 Apr 2002 21:16:22 +0400
11623              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
11624      Branch: perl
11625            ! lib/ExtUtils/t/Embed.t
11626 ____________________________________________________________________________
11627 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
11628         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
11629              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11630              Date: Wed, 17 Apr 2002 20:08:03 +0400
11631              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
11632      Branch: perl
11633            ! win32/win32.c
11634 ____________________________________________________________________________
11635 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
11636         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11637              From: Mark-Jason Dominus <mjd@plover.com>
11638              Date: Wed, 17 Apr 2002 11:14:17 -0400
11639              Message-ID: <20020417151417.27268.qmail@plover.com>
11640      Branch: perl
11641            ! t/io/full.t
11642 ____________________________________________________________________________
11643 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
11644         Log: README.cjk update.
11645      Branch: perl
11646            ! README.cn README.jp README.ko README.tw
11647 ____________________________________________________________________________
11648 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
11649         Log: Subject: [PATCH toke.c] @:foo?
11650              From: Philip Newton <Philip.Newton@gmx.net>
11651              Date: Wed, 17 Apr 2002 19:48:09 +0200
11652              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
11653      Branch: perl
11654            ! toke.c
11655 ____________________________________________________________________________
11656 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
11657         Log: Subject: Re: gcc on HP
11658              From: Philip Newton <Philip.Newton@gmx.net>
11659              Date: Wed, 17 Apr 2002 20:36:34 +0200
11660              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
11661      Branch: perl
11662            ! README.hpux
11663 ____________________________________________________________________________
11664 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
11665         Log: Adjust test for groups that appear multiple times on Cygwin
11666      Branch: perl
11667            ! t/op/groups.t
11668 ____________________________________________________________________________
11669 [ 15976] By: nick                                  on 2002/04/17  17:03:40
11670         Log: Integrate mainline
11671      Branch: perlio
11672           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11673           +> ext/PerlIO/encoding/encoding.pm
11674           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
11675           +> ext/threads/shared/t/queue.t t/io/full.t
11676            - ext/Encode/lib/Encode/XS.pm
11677           !> (integrate 50 files)
11678 ____________________________________________________________________________
11679 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
11680         Log: Update Changes.
11681      Branch: perl
11682            ! Changes patchlevel.h
11683 ____________________________________________________________________________
11684 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
11685         Log: Subject: [PATCH B::Deparse] "foo bar"->()
11686              From: Robin Houston <robin@kitsite.com>
11687              Date: Wed, 17 Apr 2002 15:45:32 +0100
11688              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
11689      Branch: perl
11690            ! ext/B/B/Deparse.pm
11691 ____________________________________________________________________________
11692 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
11693         Log: metaconfig unit change for #15972.
11694      Branch: metaconfig/U/perl
11695            ! Extensions.U
11696 ____________________________________________________________________________
11697 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
11698         Log: As suggested by Arthur: the threads and threads::shared
11699              modules are always present.  This tries to preempt two
11700              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
11701              to have this new fancy threads implementation but my Perl
11702              doesn't seem to have it" (2) someone attempting to install
11703              threads using CPAN.pm and CPAN.pm helpfully starting to
11704              install perl 5.8.0 (which they might already have installed).
11705      Branch: perl
11706            ! Configure ext/threads/Makefile.PL
11707            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
11708            ! ext/threads/shared/shared.xs ext/threads/threads.pm
11709            ! ext/threads/threads.xs
11710 ____________________________________________________________________________
11711 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
11712         Log: More signedness nits.
11713      Branch: perl
11714            ! ext/Encode/Encode.xs
11715 ____________________________________________________________________________
11716 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
11717         Log: fast_abs_path() is tainted.
11718      Branch: perl
11719            ! ext/Cwd/t/cwd.t
11720 ____________________________________________________________________________
11721 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
11722         Log: Signedness nit.
11723      Branch: perl
11724            ! ext/Encode/bin/enc2xs
11725 ____________________________________________________________________________
11726 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
11727         Log: Subject: gcc on HP
11728              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11729              Date: Wed, 17 Apr 2002 12:43:38 +0200
11730              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
11731      Branch: perl
11732            ! README.hpux
11733 ____________________________________________________________________________
11734 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
11735         Log: Add just a little bit more explanation to PerlIO::encoding.
11736      Branch: perl
11737            ! ext/PerlIO/encoding/encoding.pm
11738 ____________________________________________________________________________
11739 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
11740         Log: PerlIO::encoding 0.01 from Dan Kogai.
11741      Branch: perl
11742            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11743            + ext/PerlIO/encoding/encoding.pm
11744            + ext/PerlIO/encoding/encoding.xs
11745            ! MANIFEST
11746 ____________________________________________________________________________
11747 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
11748         Log: Upgrade to Encode 1.42, from Dan Kogai.
11749      Branch: perl
11750            - ext/Encode/lib/Encode/XS.pm
11751            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
11752            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
11753            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11754            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
11755            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
11756            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11757            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11758            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
11759            ! ext/Encode/lib/Encode/Config.pm
11760            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
11761            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
11762            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
11763            ! ext/Encode/t/encoding.t
11764 ____________________________________________________________________________
11765 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
11766         Log: Test tweaks from mjd and Benjamin Goldberg.
11767      Branch: perl
11768            ! t/io/full.t
11769 ____________________________________________________________________________
11770 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
11771         Log: Document taint-safeness.   Life in the fast_abs_path()
11772              lane is unsafe.
11773      Branch: perl
11774            ! lib/Cwd.pm
11775 ____________________________________________________________________________
11776 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
11777         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11778              From: Mark-Jason Dominus <mjd@plover.com>
11779              Date: Tue, 16 Apr 2002 19:24:12 -0400
11780              Message-ID: <20020416232412.14297.qmail@plover.com>
11781      Branch: perl
11782            + t/io/full.t
11783            ! MANIFEST perlio.c
11784 ____________________________________________________________________________
11785 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
11786         Log: Manifestations of mjd, from mjd.
11787      Branch: perl
11788            ! MANIFEST
11789 ____________________________________________________________________________
11790 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
11791         Log: metaconfig unit change for #15959.
11792      Branch: metaconfig/U/perl
11793            ! Extensions.U
11794 ____________________________________________________________________________
11795 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
11796         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
11797              From: Andy Dougherty <doughera@lafayette.edu>
11798              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
11799              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
11800      Branch: perl
11801            ! Configure
11802 ____________________________________________________________________________
11803 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
11804         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
11805              From: Nicholas Clark <nick@unfortu.net>
11806              Date: Tue, 16 Apr 2002 22:22:41 +0100
11807              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
11808      Branch: perl
11809            ! embed.fnc global.sym hv.c universal.c
11810 ____________________________________________________________________________
11811 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
11812         Log: Documents for Merijn and lots of XXXs for NI-S :-)
11813      Branch: perl
11814            ! pod/perlfunc.pod pod/perlrun.pod
11815 ____________________________________________________________________________
11816 [ 15956] By: sky                                   on 2002/04/16  21:26:53
11817         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
11818              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
11819              stuff being 0xabababab on cleanup.
11820      Branch: perl
11821            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
11822            ! MANIFEST
11823 ____________________________________________________________________________
11824 [ 15955] By: nick                                  on 2002/04/16  20:46:03
11825         Log: Integate mainline (other machine)
11826      Branch: perlio
11827           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
11828           !> t/op/magic.t
11829 ____________________________________________________________________________
11830 [ 15954] By: nick                                  on 2002/04/16  20:13:32
11831         Log: Integrate mainline
11832      Branch: perlio
11833           +> README.cn README.jp README.ko README.tw
11834           +> ext/threads/shared/t/av_refs.t
11835           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
11836           !> (integrate 41 files)
11837 ____________________________________________________________________________
11838 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
11839         Log: B::walkoptree bugfix (see also #15850)
11840      Branch: perl
11841            ! ext/B/B.xs ext/B/t/terse.t
11842 ____________________________________________________________________________
11843 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
11844         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
11845              From: Philip Newton <Philip.Newton@gmx.net>
11846              Date: Tue, 16 Apr 2002 21:09:44 +0200
11847              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
11848      Branch: perl
11849            ! pod/perltodo.pod
11850 ____________________________________________________________________________
11851 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
11852         Log: Subject: [PATCH] B::Deparse problems with japhs
11853              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11854              Date: Tue, 16 Apr 2002 15:47:33 +0100
11855              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
11856      Branch: perl
11857            ! ext/B/B/Deparse.pm
11858 ____________________________________________________________________________
11859 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
11860         Log: Stas' tainting worries, obscured by me.
11861      Branch: perl
11862            ! ext/Cwd/t/cwd.t lib/Cwd.pm
11863 ____________________________________________________________________________
11864 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
11865         Log: Pod tweak to avoid =item<japanese> problems.
11866      Branch: perl
11867            ! README.jp
11868 ____________________________________________________________________________
11869 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
11870         Log: Some UTF-8 todos.
11871      Branch: perl
11872            ! pod/perltodo.pod
11873 ____________________________________________________________________________
11874 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
11875         Log: Let's not promise too much: use utf8 only works on identifier
11876              names, not package or subroutine names (admittedly limited [1], but
11877              that's what the Camel says, and that's what we are going to stick
11878              to for 5.8.0).  Also document that use vars does not do utf8.
11879              [1] The obvious problem in both is that package and subroutine
11880              names need to mappable to the filesystem.
11881      Branch: perl
11882            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
11883 ____________________________________________________________________________
11884 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
11885         Log: Subject: [PATCH] small typo in IO::Pipe pod
11886              From: Slaven Rezic <rezic@onlineoffice.de>
11887              Date: Tue, 16 Apr 2002 12:31:10 +0200
11888              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
11889      Branch: perl
11890            ! ext/IO/lib/IO/Pipe.pm
11891 ____________________________________________________________________________
11892 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
11893         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
11894              From: Arthur Bergman <arthur@contiller.se>
11895              Date: Tue, 16 Apr 2002 11:58:45 +0200
11896              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
11897      Branch: perl
11898            ! lib/Attribute/Handlers.pm
11899 ____________________________________________________________________________
11900 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
11901         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
11902              Jungshik Shin.  Regen toc.
11903      Branch: perl
11904            + README.cn README.jp README.ko README.tw
11905            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11906 ____________________________________________________________________________
11907 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
11908         Log: my $utf8here, our $utf8here, and package variable $utf8here.
11909              
11910              The actual minimal fix is in utf8.c and from NI-S,
11911              the rest are the tests (in fresh_perl since I couldn't get
11912              them easily to work elsewhere) and a slight behaviour change:
11913              previously UTF-8 identifiers had to start with an alphabetic
11914              character.  No more so, now they can start with an (Unicode)
11915              ID_Continue character (which however is not a (Unicode) digit).
11916              (Limiting the first character to ID_Start would be rather
11917              restrictive, since ID_Start allows only alphabetic letters.)
11918              
11919              TODO: use vars qw($utf8here).  This I don't find to be
11920              a showstopper.
11921      Branch: perl
11922            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
11923            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
11924 ____________________________________________________________________________
11925 [ 15942] By: ams                                   on 2002/04/16  02:24:25
11926         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
11927              From: "Craig A. Berry" <craigberry@mac.com>
11928              Date: Mon, 15 Apr 2002 22:06:14 -0500
11929              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
11930      Branch: perl
11931            ! lib/FileCache.t
11932 ____________________________________________________________________________
11933 [ 15941] By: ams                                   on 2002/04/16  02:16:35
11934         Log: Subject: [PATCH] s2p fix for VMS
11935              From: "Craig A. Berry" <craigberry@mac.com>
11936              Date: Mon, 15 Apr 2002 21:48:36 -0500
11937              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
11938      Branch: perl
11939            ! configure.com t/x2p/s2p.t x2p/s2p.PL
11940 ____________________________________________________________________________
11941 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
11942         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
11943              (and the licensing of the other code clarified, from Mark Bixby.)
11944      Branch: perl
11945            ! mpeix/mpeix.c
11946 ____________________________________________________________________________
11947 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
11948         Log: AUTHORS updates.
11949      Branch: perl
11950            ! AUTHORS
11951 ____________________________________________________________________________
11952 [ 15938] By: sky                                   on 2002/04/15  22:13:17
11953         Log: Add support for my $foo : shared; 
11954              Add testcase for this.
11955              Update manifest.
11956      Branch: perl
11957            + ext/threads/shared/t/shared_attr.t
11958            ! MANIFEST ext/threads/shared/shared.pm
11959 ____________________________________________________________________________
11960 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
11961         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
11962              From: abigail@foad.org
11963              Date: Mon, 15 Apr 2002 17:41:17 +0200
11964              Message-ID: <20020415154117.1559.qmail@foad.org>
11965              
11966              (With EBCDIC skippage added, and the skip reason
11967              skippage on the two ?? loops tweaked.)
11968      Branch: perl
11969            + t/japh/abigail.t
11970            ! MANIFEST t/TEST
11971 ____________________________________________________________________________
11972 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
11973         Log: Subject: Re: [ID 20020412.005] Dancing ??s
11974              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
11975              Date: Sun, 14 Apr 2002 16:09:30 +0100
11976              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
11977      Branch: perl
11978            ! pod/perlop.pod pp_hot.c t/op/pat.t
11979 ____________________________________________________________________________
11980 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
11981         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
11982              From: abigail@foad.org
11983              Date: Mon, 15 Apr 2002 17:40:02 +0200
11984              Message-ID: <20020415154002.1549.qmail@foad.org>
11985      Branch: perl
11986            ! t/test.pl
11987 ____________________________________________________________________________
11988 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
11989         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
11990              From: "Craig A. Berry" <craigberry@mac.com>
11991              Date: Mon, 15 Apr 2002 14:05:26 -0500
11992              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
11993      Branch: perl
11994            ! universal.c
11995 ____________________________________________________________________________
11996 [ 15933] By: sky                                   on 2002/04/15  21:26:16
11997         Log: Test arrays containing references, and references to shared arrays.
11998      Branch: perl
11999            + ext/threads/shared/t/av_refs.t
12000 ____________________________________________________________________________
12001 [ 15932] By: nick                                  on 2002/04/15  15:06:49
12002         Log: Integrate mainline (for Encode)
12003      Branch: perlio
12004           +> ext/Encode/Encode/ConfigLocal_PM.e2x
12005           +> ext/Encode/lib/Encode/JP/JIS7.pm
12006            - ext/Encode/lib/Encode/JP/2022_JP.pm
12007            - ext/Encode/lib/Encode/JP/2022_JP1.pm
12008            - ext/Encode/lib/Encode/JP/JIS.pm
12009           !> (integrate 26 files)
12010 ____________________________________________________________________________
12011 [ 15931] By: ams                                   on 2002/04/15  14:51:31
12012         Log: Subject: [PATCH] Chip didn't time travel.
12013              From: abigail@foad.org
12014              Date: Mon, 15 Apr 2002 17:40:22 +0200
12015              Message-Id: <20020415154022.1554.qmail@foad.org>
12016      Branch: perl
12017            ! pod/perlhist.pod
12018 ____________________________________________________________________________
12019 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
12020         Log: Update Changes.
12021      Branch: perl
12022            ! Changes patchlevel.h
12023 ____________________________________________________________________________
12024 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
12025         Log: The #15921 made the 'no warnings' unnecessary.
12026      Branch: perl
12027            ! t/op/magic.t
12028 ____________________________________________________________________________
12029 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
12030         Log: Subject: Re: [FILE] FileCache.t
12031              From: belg4mit <belg4mit@mit.edu>
12032              Date: Mon, 15 Apr 2002 01:31:21 -0400
12033              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
12034      Branch: perl
12035            ! lib/FileCache.t
12036 ____________________________________________________________________________
12037 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
12038         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
12039      Branch: perl
12040            ! lib/FileCache.pm lib/FileCache.t
12041 ____________________________________________________________________________
12042 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
12043         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
12044              From: Nicholas Clark <nick@unfortu.net>
12045              Date: Sun, 14 Apr 2002 22:54:43 +0100
12046              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
12047      Branch: perl
12048            ! lib/Hash/Util.t
12049 ____________________________________________________________________________
12050 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
12051         Log: Subject: [Encode] 1.40 released!
12052              From: Dan Kogai <dankogai@dan.co.jp>
12053              Date: Mon, 15 Apr 2002 07:51:52 +0900
12054              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
12055      Branch: perl
12056            + ext/Encode/Encode/ConfigLocal_PM.e2x
12057            + ext/Encode/lib/Encode/JP/JIS7.pm
12058            - ext/Encode/lib/Encode/JP/2022_JP.pm
12059            - ext/Encode/lib/Encode/JP/2022_JP1.pm
12060            - ext/Encode/lib/Encode/JP/JIS.pm
12061            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
12062            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
12063            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
12064            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
12065            ! ext/Encode/lib/Encode/Config.pm
12066            ! ext/Encode/lib/Encode/Encoder.pm
12067            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12068            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
12069 ____________________________________________________________________________
12070 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
12071         Log: return undef is of questionable style.
12072      Branch: perl
12073            ! lib/Hash/Util.pm
12074 ____________________________________________________________________________
12075 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
12076         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
12077              From: mjd@plover.com
12078              Date: 15 Apr 2002 06:46:02 -0000
12079              Message-ID: <20020415064602.17052.qmail@plover.com>     
12080      Branch: perl
12081            ! t/op/magic.t
12082 ____________________________________________________________________________
12083 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
12084         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
12085              From: mjd@plover.com
12086              Date: 14 Apr 2002 22:30:17 -0000
12087              Message-ID: <20020414223017.17361.qmail@plover.com>
12088      Branch: perl
12089            ! t/op/re_tests
12090 ____________________________________________________________________________
12091 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
12092         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
12093              From: Mark-Jason Dominus <mjd@plover.com>
12094              Date: Mon, 15 Apr 2002 02:41:52 -0400
12095              Message-ID: <20020415064152.16958.qmail@plover.com>
12096      Branch: perl
12097            ! perl.c t/lib/warnings/toke
12098 ____________________________________________________________________________
12099 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
12100         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
12101              From: "Craig A. Berry" <craigberry@mac.com>
12102              Date: Sun, 14 Apr 2002 18:56:02 -0500
12103              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
12104      Branch: perl
12105            ! configure.com
12106 ____________________________________________________________________________
12107 [ 15919] By: nick                                  on 2002/04/15  06:14:25
12108         Log: Integrate mainline
12109      Branch: perlio
12110           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
12111           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
12112           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
12113 ____________________________________________________________________________
12114 [ 15918] By: ams                                   on 2002/04/15  04:25:48
12115         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
12116              From: Stas Bekman <stas@stason.org>
12117              Date: Mon, 15 Apr 2002 11:45:03 +0800
12118              Message-Id: <3CBA4CBF.9030306@stason.org>
12119      Branch: perl
12120            ! lib/Cwd.pm
12121 ____________________________________________________________________________
12122 [ 15917] By: ams                                   on 2002/04/15  04:21:14
12123         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
12124              From: Mark-Jason Dominus <mjd@plover.com>
12125              Date: Mon, 15 Apr 2002 00:30:26 -0400
12126              Message-Id: <20020415043026.11417.qmail@plover.com>
12127      Branch: perl
12128            ! perl.c t/lib/warnings/toke
12129 ____________________________________________________________________________
12130 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
12131         Log: Correct precedence problem in #15915
12132      Branch: perl
12133            ! lib/vars.pm
12134 ____________________________________________________________________________
12135 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
12136         Log: use vars wasn't use utf8 aware.
12137      Branch: perl
12138            ! lib/vars.pm
12139 ____________________________________________________________________________
12140 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
12141         Log: Subject: [PATCH] Re: restricted hashes are unblessable
12142              From: Nicholas Clark <nick@unfortu.net>
12143              Date: Sat, 13 Apr 2002 23:43:02 +0100
12144              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
12145              
12146              The function name sucks but can't think of anything better.
12147      Branch: perl
12148            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
12149 ____________________________________________________________________________
12150 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
12151         Log: Subject: AUTHORS update
12152              From: Chris Nandor <pudge@pobox.com>
12153              Date: Sun, 14 Apr 2002 11:54:40 -0400
12154              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
12155      Branch: perl
12156            ! AUTHORS
12157 ____________________________________________________________________________
12158 [ 15912] By: nick                                  on 2002/04/14  14:47:18
12159         Log: XS versions of encode/decode for Encode::Unicode
12160      Branch: perlio
12161            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
12162 ____________________________________________________________________________
12163 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
12164         Log: metaconfig unit changes for #15910.
12165      Branch: metaconfig
12166            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
12167            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
12168            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
12169            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
12170            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
12171            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
12172            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12173            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
12174            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
12175            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
12176            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
12177            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12178            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12179            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12180            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12181            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12182            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12183            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12184            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12185            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12186            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12187            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12188            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12189            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12190 ____________________________________________________________________________
12191 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
12192         Log: Simplify the _r probing code by adding the i_systime
12193              only for the APIs where it matters.
12194      Branch: perl
12195            ! Configure reentr.pl
12196 ____________________________________________________________________________
12197 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
12198         Log: Integrate perlio:
12199              
12200              [ 15904]
12201              Disable test code (assertions) in CRLF layer.
12202              
12203              [ 15903]
12204              Avoid expensive paranoid check that decoder does return legal UTF-8
12205      Branch: perl
12206           !> ext/Encode/Encode.xs perlio.c
12207 ____________________________________________________________________________
12208 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
12209         Log: Subject: patch for FileCache in 5.7.3
12210              From: JPIERCE <belg4mit@MIT.EDU>
12211              Date: Sun, 14 Apr 2002 00:38:21 -0400
12212              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
12213      Branch: perl
12214            ! lib/FileCache.pm
12215 ____________________________________________________________________________
12216 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
12217         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
12218              From: Tim Bunce <Tim.Bunce@pobox.com>
12219              Date: Sun, 14 Apr 2002 12:07:35 +0100
12220              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
12221      Branch: perl
12222            ! ext/Storable/Storable.xs
12223 ____________________________________________________________________________
12224 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
12225         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
12226              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12227              Date: Sun, 14 Apr 2002 16:29:59 +0200
12228              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
12229      Branch: perl
12230            ! hints/hpux.sh
12231 ____________________________________________________________________________
12232 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
12233         Log: Subject: Enable portable gcc code on hp-ux
12234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12235              Date: Sun, 14 Apr 2002 16:30:01 +0200
12236              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
12237      Branch: perl
12238            ! hints/hpux.sh
12239 ____________________________________________________________________________
12240 [ 15904] By: nick                                  on 2002/04/14  09:18:01
12241         Log: Disable test code (assertions) in CRLF layer.
12242      Branch: perlio
12243            ! perlio.c
12244 ____________________________________________________________________________
12245 [ 15903] By: nick                                  on 2002/04/14  09:16:39
12246         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
12247      Branch: perlio
12248            ! ext/Encode/Encode.xs
12249 ____________________________________________________________________________
12250 [ 15902] By: nick                                  on 2002/04/14  09:15:45
12251         Log: Integrate mainline
12252      Branch: perlio
12253           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
12254           +> t/win32/longpath.t t/win32/system.t
12255            - t/op/winsystem.t
12256           !> (integrate 30 files)
12257 ____________________________________________________________________________
12258 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
12259         Log: Fixed URL for the Alpha editor.
12260      Branch: perl
12261            ! pod/perlfaq3.pod
12262 ____________________________________________________________________________
12263 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
12264         Log: Dedodgify.
12265      Branch: perl
12266            ! ext/Storable/Storable.xs
12267 ____________________________________________________________________________
12268 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
12269         Log: AUTHORS updates.
12270      Branch: perl
12271            ! AUTHORS
12272 ____________________________________________________________________________
12273 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
12274         Log: s2p needs Config.pm.
12275      Branch: perl
12276            ! Makefile.SH
12277 ____________________________________________________________________________
12278 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
12279         Log: Subject: [PATCH] Benchmark.t 75,90,109
12280              From: Nicholas Clark <nick@unfortu.net>
12281              Date: Sat, 13 Apr 2002 21:43:04 +0100
12282              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
12283      Branch: perl
12284            ! lib/Benchmark.t
12285 ____________________________________________________________________________
12286 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
12287         Log: Tweaks by Autrijus Tang.
12288      Branch: perl
12289            ! ext/Encode/encoding.pm
12290 ____________________________________________________________________________
12291 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
12292         Log: FAQ sync.
12293      Branch: perl
12294            ! pod/perlfaq5.pod
12295 ____________________________________________________________________________
12296 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
12297         Log: z/OS tally update.
12298      Branch: perl
12299            ! pod/perldelta.pod
12300 ____________________________________________________________________________
12301 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
12302         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
12303              From: Nicholas Clark <nick@unfortu.net>
12304              Date: Sat, 13 Apr 2002 02:58:07 +0100
12305              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
12306      Branch: perl
12307            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
12308            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
12309            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
12310            ! t/lib/st-dump.pl
12311 ____________________________________________________________________________
12312 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
12313         Log: Add piconv and enc2xs to the list of utilities.
12314      Branch: perl
12315            ! utils.lst
12316 ____________________________________________________________________________
12317 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
12318         Log: s.
12319      Branch: perl
12320            ! pod/perlunicode.pod
12321 ____________________________________________________________________________
12322 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
12323         Log: Phrasing fixes by Nick Clark
12324      Branch: perl
12325            ! pod/perlunicode.pod
12326 ____________________________________________________________________________
12327 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
12328         Log: More POD fixes and typos
12329      Branch: perl
12330            ! pod/perlunicode.pod
12331 ____________________________________________________________________________
12332 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
12333         Log: Subject: Re: UTF-8 and DB_File ?
12334              From: andreas.koenig@anima.de (Andreas J. Koenig)
12335              Date: Sat, 13 Apr 2002 13:29:41 +0200
12336              Message-ID: <m3ads7j0pm.fsf@anima.de>
12337      Branch: perl
12338            ! pod/perlunicode.pod
12339 ____________________________________________________________________________
12340 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
12341         Log: Fix a typo noticed by Paul Johnson.
12342      Branch: perl
12343            ! MANIFEST
12344 ____________________________________________________________________________
12345 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
12346         Log: Subject: Re: Win32 Status
12347              From: Michael G Schwern <schwern@pobox.com>
12348              Date: Fri, 12 Apr 2002 10:15:33 -0400
12349              Message-ID: <20020412141533.GB9788@blackrider>
12350      Branch: perl
12351            ! lib/ExtUtils/t/INST.t
12352 ____________________________________________________________________________
12353 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
12354         Log: Upgrade to Encode 1.34, from Dan Kogai.
12355      Branch: perl
12356            ! ext/Encode/Changes ext/Encode/Encode.pm
12357            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12358            ! ext/Encode/t/Unicode.t
12359 ____________________________________________________________________________
12360 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
12361         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
12362              From: Graham TerMarsch <graham@howlingfrog.com>
12363              Date: Fri, 12 Apr 2002 12:28:47 -0700
12364              Message-Id: <200204121228.47826.graham@howlingfrog.com>
12365      Branch: perl
12366            ! AUTHORS
12367 ____________________________________________________________________________
12368 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
12369         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
12370              From: Nicholas Clark <nick@unfortu.net>
12371              Date: Fri, 12 Apr 2002 21:59:06 +0100
12372              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
12373      Branch: perl
12374            ! pp_pack.c t/op/pack.t
12375 ____________________________________________________________________________
12376 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
12377         Log: Re-sort MANIFEST.
12378      Branch: perl
12379            ! MANIFEST
12380 ____________________________________________________________________________
12381 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
12382         Log: Move also the Win32 system testing to t/win32.
12383      Branch: perl
12384            + t/win32/system.t
12385            - t/op/winsystem.t
12386            ! MANIFEST
12387 ____________________________________________________________________________
12388 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
12389         Log: Integrate change #15879 from maint-5.6;
12390              
12391              Win32::GetLongPathName() did not return valid results if there
12392              were "." and ".." components in the path; also fix a potential
12393              buffer overflow if the long path happens to be longer than
12394              MAX_PATH (this can presumably happen if they use \\?\... style
12395              paths); add a rather limited testsuite that exercises just the
12396              edge cases
12397      Branch: perl
12398           +> t/win32/longpath.t
12399           !> MANIFEST t/harness win32/win32.c
12400 ____________________________________________________________________________
12401 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
12402         Log: Win32::GetLongPathName() did not return valid results if there
12403              were "." and ".." components in the path; also fix a potential
12404              buffer overflow if the long path happens to be longer than
12405              MAX_PATH (this can presumably happen if they use \\?\... style
12406              paths); add a rather limited testsuite that exercises just the
12407              edge cases
12408      Branch: maint-5.6/perl
12409            + t/win32/longpath.t
12410            ! MANIFEST t/harness win32/win32.c
12411 ____________________________________________________________________________
12412 [ 15878] By: nick                                  on 2002/04/12  14:38:32
12413         Log: Integrate mainline
12414      Branch: perlio
12415           +> lib/ExtUtils/t/INST_PREFIX.t
12416           !> (integrate 37 files)
12417 ____________________________________________________________________________
12418 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
12419         Log: Update Changes.
12420      Branch: perl
12421            ! Changes patchlevel.h
12422 ____________________________________________________________________________
12423 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
12424         Log: Discuss the magic of \w in security terms.
12425      Branch: perl
12426            ! pod/perlsec.pod pod/perlunicode.pod
12427 ____________________________________________________________________________
12428 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
12429         Log: Add a warning about the symbolic methods and
12430              symbolic sub refs not being checked for taint.
12431      Branch: perl
12432            ! pod/perlsec.pod
12433 ____________________________________________________________________________
12434 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
12435         Log: In EBCDIC the BOM detection doesn't seem
12436              to be working right.  For now skipping the test,
12437              waiting for Dan's opinion.
12438      Branch: perl
12439            ! ext/Encode/t/Unicode.t
12440 ____________________________________________________________________________
12441 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
12442         Log: Update to Net::Ping 2.16.
12443      Branch: perl
12444            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12445 ____________________________________________________________________________
12446 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
12447         Log: Upgrade to CGI.pm 2.81.
12448      Branch: perl
12449            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
12450 ____________________________________________________________________________
12451 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
12452         Log: Move up restricted hashes a bit.
12453      Branch: perl
12454            ! pod/perldelta.pod
12455 ____________________________________________________________________________
12456 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
12457         Log: Now using Unicode 3.2.0.
12458      Branch: perl
12459            ! pod/perldelta.pod
12460 ____________________________________________________________________________
12461 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
12462         Log: UNICOS too has sockpair issues (unsurprisingly,
12463              since UNICOS/mk has them too)
12464      Branch: perl
12465            ! ext/Socket/socketpair.t
12466 ____________________________________________________________________________
12467 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
12468         Log: FAQ patch from mjd regarding Tie::File.
12469      Branch: perl
12470            ! pod/perlfaq5.pod
12471 ____________________________________________________________________________
12472 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
12473         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
12474              consider using the NamesList.
12475      Branch: perl
12476            ! lib/charnames.pm lib/charnames.t
12477 ____________________________________________________________________________
12478 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
12479         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
12480              From: "Craig A. Berry" <craigberry@mac.com>
12481              Date: Thu, 11 Apr 2002 13:47:21 -0500
12482              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
12483      Branch: perl
12484            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12485 ____________________________________________________________________________
12486 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
12487         Log: More NT Unicode information from Jan Dubois.
12488      Branch: perl
12489            ! pod/perltodo.pod
12490 ____________________________________________________________________________
12491 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
12492         Log: Add one perltodo item (and move bunch of them to better spot),
12493              add sysopen() to "Functions for filehandles, files, or directories".
12494      Branch: perl
12495            ! pod/perlfunc.pod pod/perltodo.pod
12496 ____________________________________________________________________________
12497 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
12498         Log: Prettyprinting: shorten the lines to avoid linewrapping.
12499      Branch: perl
12500            ! t/TEST
12501 ____________________________________________________________________________
12502 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
12503         Log: Also NEC SUPER-UX has buggy sockpair().
12504      Branch: perl
12505            ! ext/Socket/socketpair.t
12506 ____________________________________________________________________________
12507 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
12508         Log: dTHX works on its own just fine.
12509      Branch: perl
12510            ! ext/DynaLoader/dl_aix.xs
12511 ____________________________________________________________________________
12512 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
12513         Log: Must hold off building s2p until there's a miniperl.
12514      Branch: perl
12515            ! Makefile.SH
12516 ____________________________________________________________________________
12517 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
12518         Log: AIX: strerror_r() needs dTHX.
12519      Branch: perl
12520            ! ext/DynaLoader/dl_aix.xs
12521 ____________________________________________________________________________
12522 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
12523         Log: Extracting the s2p may require the right dynlibpath.
12524      Branch: perl
12525            ! Makefile.SH
12526 ____________________________________________________________________________
12527 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
12528         Log: Doc tweaks.
12529      Branch: perl
12530            ! ext/Time/HiRes/HiRes.pm
12531 ____________________________________________________________________________
12532 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
12533         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
12534              From: Michael G Schwern <schwern@pobox.com>
12535              Date: Thu, 11 Apr 2002 01:25:26 -0400
12536              Message-ID: <20020411052525.GA17038@blackrider>
12537      Branch: perl
12538            + lib/ExtUtils/t/INST_PREFIX.t
12539            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12540            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12541            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12542            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
12543            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12544            ! lib/ExtUtils/t/prefixify.t
12545 ____________________________________________________________________________
12546 [ 15855] By: nick                                  on 2002/04/11  06:26:44
12547         Log: Integrate mainline
12548      Branch: perlio
12549           !> (integrate 42 files)
12550 ____________________________________________________________________________
12551 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
12552         Log: Unused variables.
12553      Branch: perl
12554            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12555 ____________________________________________________________________________
12556 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
12557         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
12558              From: Ilya Martynov <ilya@martynov.org>
12559              Date: 11 Apr 2002 03:21:17 +0400
12560              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
12561      Branch: perl
12562            ! lib/Term/ReadLine.pm
12563 ____________________________________________________________________________
12564 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
12565         Log: Upgrade to Encode 1.33, from Dan Kogai.
12566      Branch: perl
12567            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12568            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
12569            ! ext/Encode/lib/Encode/Supported.pod
12570            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
12571            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
12572            ! ext/Encode/ucm/adobeSymbol.ucm
12573            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12574 ____________________________________________________________________________
12575 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
12576         Log: Backward portability from Dan Kogai.
12577      Branch: perl
12578            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
12579            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
12580            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
12581            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
12582            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
12583            ! ext/Storable/t/store.t ext/Storable/t/tied.t
12584            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
12585            ! ext/Storable/t/utf8.t
12586 ____________________________________________________________________________
12587 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
12588         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
12589              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
12590              bug in B::walkoptree still to be fixed.
12591      Branch: perl
12592            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
12593 ____________________________________________________________________________
12594 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
12595         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
12596              From: Philip Newton <Philip.Newton@gmx.net>
12597              Date: Wed, 10 Apr 2002 21:29:58 +0200
12598              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
12599      Branch: perl
12600            ! pod/perldelta.pod
12601 ____________________________________________________________________________
12602 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
12603         Log: Integrate perlio:
12604              
12605              [ 15847]
12606              Add a \t to Win32 pm_to_blib $(TOUCH) line.
12607      Branch: perl
12608           !> lib/ExtUtils/MM_Win32.pm
12609 ____________________________________________________________________________
12610 [ 15847] By: nick                                  on 2002/04/10  13:08:29
12611         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
12612      Branch: perlio
12613            ! lib/ExtUtils/MM_Win32.pm
12614 ____________________________________________________________________________
12615 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
12616         Log: Try to fool old AIX when threading, from Merijn.
12617      Branch: perl
12618            ! perl.h
12619 ____________________________________________________________________________
12620 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
12621         Log: Update Changes.
12622      Branch: perl
12623            ! Changes patchlevel.h
12624 ____________________________________________________________________________
12625 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
12626         Log: Welcome to the 5.7.3.
12627      Branch: perl
12628            ! NetWare/Makefile win32/Makefile
12629 ____________________________________________________________________________
12630 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
12631         Log: Make x2p/s2p part of the test_prep target now that we
12632              have a test for it.
12633      Branch: perl
12634            ! Makefile.SH
12635 ____________________________________________________________________________
12636 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
12637         Log: Integrate perlio:
12638              
12639              [ 15840]
12640              We have been 5.7.3 for a while - install there ...
12641      Branch: perl
12642           !> win32/makefile.mk
12643 ____________________________________________________________________________
12644 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
12645         Log: SImilarly to old HP-UX, in old AIX too including
12646              crypt.h leads into trouble.  (from Merijn)
12647      Branch: perl
12648            ! hints/aix.sh
12649 ____________________________________________________________________________
12650 [ 15840] By: nick                                  on 2002/04/10  10:04:19
12651         Log: We have been 5.7.3 for a while - install there ...
12652      Branch: perlio
12653            ! win32/makefile.mk
12654 ____________________________________________________________________________
12655 [ 15839] By: nick                                  on 2002/04/10  10:03:46
12656         Log: Intgrate mainline
12657      Branch: perlio
12658           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
12659            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12660            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
12661           !> (integrate 40 files)
12662 ____________________________________________________________________________
12663 [ 15838] By: ams                                   on 2002/04/10  04:16:45
12664         Log: Subject: [PATCH] ext/attrs.t getting skipped
12665              From: "Craig A. Berry" <craigberry@mac.com>
12666              Date: Tue, 9 Apr 2002 23:58:49 -0500
12667              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
12668      Branch: perl
12669            ! t/TEST
12670 ____________________________________________________________________________
12671 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
12672         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
12673              From: Michael G Schwern <schwern@pobox.com>
12674              Date: Tue, 9 Apr 2002 20:52:55 -0400
12675              Message-ID: <20020410005254.GI8954@blackrider>
12676      Branch: perl
12677            ! t/op/sub_lval.t
12678 ____________________________________________________________________________
12679 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
12680         Log: Undo accident in #15385.
12681      Branch: metaconfig/U/perl
12682            ! Extensions.U
12683 ____________________________________________________________________________
12684 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
12685         Log: Retract the UTF-8 filenames patch.  This may be
12686              better dealt with in Perl level, a la File::Spec
12687              (since the whole mess is strongly filesystem-specific).
12688      Branch: metaconfig/U/perl
12689            + usecjk.U
12690            ! Extensions.U
12691      Branch: perl
12692            - ext/File/Glob/t/utf8.t
12693            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12694            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12695            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12696            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12697            ! t/op/readdir.t
12698 ____________________________________________________________________________
12699 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
12700         Log: Upgrade to Encode 1.32, from Dan Kogai.
12701      Branch: perl
12702            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
12703            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12704            - ext/Encode/ucm/macGurmukhi.ucm
12705            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
12706            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
12707            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
12708            ! ext/Encode/lib/Encode/Encoder.pm
12709            ! ext/Encode/lib/Encode/Supported.pod
12710            ! ext/Encode/lib/Encode/Unicode.pm
12711            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
12712            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12713 ____________________________________________________________________________
12714 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
12715         Log: Add tests for s2p/psed, from Wolfgang Laun.
12716      Branch: perl
12717            + t/x2p/s2p.t
12718            ! MANIFEST t/TEST
12719 ____________________________________________________________________________
12720 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
12721         Log: FAQ sync.
12722      Branch: perl
12723            ! pod/perlfaq2.pod pod/perlfaq3.pod
12724 ____________________________________________________________________________
12725 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
12726         Log: Remove false dependency between getgrent and setpwent
12727              having/not having FILE**.  Also make the names of the
12728              {set,get,end}* interface struct members a bit shorter.
12729      Branch: perl
12730            ! reentr.c reentr.h reentr.pl
12731 ____________________________________________________________________________
12732 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
12733         Log: Avoid bad prototypes.
12734      Branch: perl
12735            ! hints/hpux.sh
12736 ____________________________________________________________________________
12737 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
12738         Log: metaconfig unit change for #15828.
12739      Branch: metaconfig
12740            ! U/protos/Protochk.U
12741 ____________________________________________________________________________
12742 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
12743         Log: As Merijn points out, pthread.h really needs to be known
12744              by protochk.
12745      Branch: perl
12746            ! Configure
12747 ____________________________________________________________________________
12748 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
12749         Log: Integrate perlio:
12750              
12751              [ 15826]
12752              Patch up Encode for Tk
12753      Branch: perl
12754           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12755           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12756 ____________________________________________________________________________
12757 [ 15826] By: nick                                  on 2002/04/09  12:38:25
12758         Log: Patch up Encode for Tk
12759      Branch: perlio
12760            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12761            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12762 ____________________________________________________________________________
12763 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
12764         Log: Portability tweak.
12765      Branch: perl
12766            ! lib/File/CheckTree.t
12767 ____________________________________________________________________________
12768 [ 15824] By: sky                                   on 2002/04/09  10:51:07
12769         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
12770              From: Abigail <abigail@osp.nl>
12771              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
12772              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
12773      Branch: perl
12774            ! pod/perlhist.pod
12775 ____________________________________________________________________________
12776 [ 15823] By: nick                                  on 2002/04/09  08:17:59
12777         Log: Integrate mainline
12778      Branch: perlio
12779           +> ext/Encode/lib/Encode/Config.pm
12780           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12781           !> (integrate 37 files)
12782 ____________________________________________________________________________
12783 [ 15822] By: ams                                   on 2002/04/09  06:43:50
12784         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
12785              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12786              Date: Tue, 09 Apr 2002 02:00:51 -0400
12787              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
12788      Branch: perl
12789            ! lib/File/CheckTree.pm
12790 ____________________________________________________________________________
12791 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
12792         Log: Small perldelta tweaks.
12793      Branch: perl
12794            ! pod/perldelta.pod
12795 ____________________________________________________________________________
12796 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
12797         Log: File::Checktree update from Paul Grassie.
12798      Branch: perl
12799            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12800 ____________________________________________________________________________
12801 [ 15819] By: ams                                   on 2002/04/08  22:43:48
12802         Log: Subject: patch against t/op/sub_lval.t
12803              From: Jim Cromie <jcromie@divsol.com>
12804              Date: Mon, 08 Apr 2002 17:38:16 -0600
12805              Message-Id: <3CB229E8.9080500@divsol.com>
12806      Branch: perl
12807            ! t/op/sub_lval.t
12808 ____________________________________________________________________________
12809 [ 15818] By: ams                                   on 2002/04/08  22:40:16
12810         Log: Humbly pay homage to the redundancy gods.
12811      Branch: perl
12812            ! mg.c
12813 ____________________________________________________________________________
12814 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
12815         Log: metaconfig mirror #15816.
12816      Branch: metaconfig
12817            ! U/modified/Unix.U
12818 ____________________________________________________________________________
12819 [ 15816] By: ams                                   on 2002/04/08  22:18:32
12820         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
12821      Branch: perl
12822            ! Porting/Glossary
12823 ____________________________________________________________________________
12824 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
12825         Log: Small piconv tweaks (sent to Dan).
12826      Branch: perl
12827            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
12828            ! ext/Encode/lib/Encode/Alias.pm
12829 ____________________________________________________________________________
12830 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
12831         Log: Update Changes.
12832      Branch: perl
12833            ! Changes patchlevel.h
12834 ____________________________________________________________________________
12835 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
12836         Log: FAQ sync.  (Ignoring the few URL differences for now.)
12837      Branch: perl
12838            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12839            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12840            ! pod/perlfaq7.pod pod/perlfaq9.pod
12841 ____________________________________________________________________________
12842 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
12843         Log: Upgrade to Encode 1.31, from Dan Kogai.
12844      Branch: perl
12845            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
12846            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12847            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
12848            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12849 ____________________________________________________________________________
12850 [ 15811] By: ams                                   on 2002/04/08  17:00:37
12851         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
12852              From: Andy Dougherty <doughera@lafayette.edu>
12853              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
12854              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
12855      Branch: perl
12856            ! lib/sort.t pp_sort.c
12857 ____________________________________________________________________________
12858 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
12859         Log: metaconfig unit changes for #15809.
12860      Branch: metaconfig
12861            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
12862 ____________________________________________________________________________
12863 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
12864         Log: Mirroring #15806.
12865      Branch: perl
12866            ! Porting/Glossary Porting/config.sh Porting/config_H
12867 ____________________________________________________________________________
12868 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
12869         Log: metaconfig unit changes for #15807.
12870      Branch: metaconfig
12871            ! U/protos/Protochk.U U/threads/d_asctime_r.U
12872            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
12873            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
12874            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
12875            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
12876            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
12877            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
12878            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
12879            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
12880            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
12881            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
12882            ! U/threads/d_getprotobyname_r.U
12883            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12884            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12885            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12886            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12887            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12888            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12889            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12890            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12891            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12892            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12893            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12894            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12895            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12896            ! U/threads/i_pthread.U
12897      Branch: perl
12898            ! config_h.SH
12899 ____________________________________________________________________________
12900 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
12901         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
12902              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12903              Date: Mon, 08 Apr 2002 14:34:27 +0200
12904              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
12905      Branch: perl
12906            ! Configure hints/hpux.sh reentr.pl
12907 ____________________________________________________________________________
12908 [ 15806] By: ams                                   on 2002/04/08  13:50:43
12909         Log: Subject: [PATCH] Updates to Porting/Glossary
12910              From: Paul_GreenVOS@vos.stratus.com
12911              Date: Mon, 8 Apr 02 10:44 edt
12912              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
12913      Branch: perl
12914            ! Porting/Glossary
12915 ____________________________________________________________________________
12916 [ 15805] By: ams                                   on 2002/04/08  13:47:32
12917         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
12918              coredumps on startup)
12919              From: Michael G Schwern <schwern@pobox.com>
12920              Date: Mon, 8 Apr 2002 10:34:49 -0400
12921              Message-Id: <20020408143449.GB3245@blackrider>
12922      Branch: perl
12923            ! lib/ExtUtils/MM_Unix.pm
12924 ____________________________________________________________________________
12925 [ 15804] By: ams                                   on 2002/04/08  13:29:28
12926         Log: Subject: [PATCH] example in pod/perllexwarn.pod
12927              From: Slaven Rezic <slaven.rezic@berlin.de>
12928              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
12929              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
12930      Branch: perl
12931            ! pod/perllexwarn.pod
12932 ____________________________________________________________________________
12933 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
12934         Log: Upgrade to Encode 1.30, from Dan Kogai. 
12935      Branch: perl
12936            + ext/Encode/lib/Encode/Encoder.pm
12937            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12938            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
12939            ! ext/Encode/lib/Encode/Supported.pod
12940            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12941            ! ext/Encode/t/grow.t
12942 ____________________________________________________________________________
12943 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
12944         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
12945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12946              Date: Mon, 08 Apr 2002 01:08:40 +0100
12947              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
12948      Branch: perl
12949            ! ext/MIME/Base64/t/base64.t
12950 ____________________________________________________________________________
12951 [ 15801] By: nick                                  on 2002/04/08  07:28:27
12952         Log: Integrate mainline
12953      Branch: perlio
12954           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
12955           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
12956           +> ext/File/Glob/t/utf8.t
12957           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12958           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12959           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12960            - ext/Encode/lib/Encode/10646_1.pm
12961            - ext/Encode/lib/Encode/Internal.pm
12962            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12963            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
12964            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
12965            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
12966            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
12967            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
12968            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
12969           !> (integrate 157 files)
12970 ____________________________________________________________________________
12971 [ 15800] By: ams                                   on 2002/04/08  07:06:21
12972         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
12973              From: Jan Dubois <JanD@ActiveState.com>
12974              Date: Mon, 08 Apr 2002 00:10:39 -0700
12975              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
12976      Branch: perl
12977            ! lib/ExtUtils/Packlist.pm
12978 ____________________________________________________________________________
12979 [ 15799] By: ams                                   on 2002/04/08  04:50:36
12980         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
12981              From: Stas Bekman <stas@stason.org>
12982              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
12983              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
12984      Branch: perl
12985            ! pod/perlguts.pod
12986 ____________________________________________________________________________
12987 [ 15798] By: ams                                   on 2002/04/08  03:56:52
12988         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
12989      Branch: perl
12990            ! util.c
12991 ____________________________________________________________________________
12992 [ 15797] By: ams                                   on 2002/04/08  01:30:38
12993         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
12994              same line of code. (As suggested by Simon Cozens.)
12995      Branch: perl
12996            ! mg.c
12997 ____________________________________________________________________________
12998 [ 15796] By: ams                                   on 2002/04/08  01:27:24
12999         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
13000              Simon Cozens.
13001      Branch: perl
13002            ! embed.fnc util.c
13003 ____________________________________________________________________________
13004 [ 15795] By: ams                                   on 2002/04/08  01:05:16
13005         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
13006              From: Tom Brown <thecap@peach.ece.utexas.edu>
13007              Date: Sun, 07 Apr 2002 23:20:05 GMT
13008              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
13009      Branch: perl
13010            ! ext/Devel/DProf/DProf.xs
13011 ____________________________________________________________________________
13012 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
13013         Log: Retract #15793 since #15775 should fix the problem.
13014      Branch: perl
13015            ! hv.c
13016 ____________________________________________________________________________
13017 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
13018         Log: (Retracted by #15794)
13019              Subject: [PATCH] hv.c
13020              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13021              Date: Sun, 7 Apr 2002 14:25:48 +0200
13022              Message-ID: <3CB056EC.16340.1119992@localhost>
13023      Branch: perl
13024            ! hv.c
13025 ____________________________________________________________________________
13026 [ 15792] By: ams                                   on 2002/04/07  21:48:49
13027         Log: Make other nits nervous.
13028      Branch: perl
13029            ! gv.c perl.c
13030 ____________________________________________________________________________
13031 [ 15791] By: ams                                   on 2002/04/07  20:31:08
13032         Log: Subject: [MIME::Base64 patch] t/base64.t fix
13033              From: Dan Kogai <dankogai@dan.co.jp>
13034              Date: Mon, 8 Apr 2002 06:19:29 +0900
13035              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
13036      Branch: perl
13037            ! ext/MIME/Base64/t/base64.t
13038 ____________________________________________________________________________
13039 [ 15790] By: ams                                   on 2002/04/07  20:15:52
13040         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
13041              From: Slaven Rezic <slaven.rezic@berlin.de>
13042              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
13043              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
13044      Branch: perl
13045            ! ext/Devel/Peek/Peek.xs
13046 ____________________________________________________________________________
13047 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
13048         Log: Fully qualify in warning message the name of a subroutine redefined
13049              via glob assignment
13050      Branch: perl
13051            ! sv.c t/lib/warnings/op t/lib/warnings/sv
13052 ____________________________________________________________________________
13053 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
13054         Log: Update from Dan Kogai.
13055      Branch: perl
13056            ! ext/Encode/t/Unicode.t
13057 ____________________________________________________________________________
13058 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
13059         Log: Can't right now twist my brain to figure out
13060              the right CR/LF code point mappings in EBCDIC.
13061      Branch: perl
13062            ! lib/Pod/t/eol.t
13063 ____________________________________________________________________________
13064 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
13065         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
13066              From: Nicholas Clark <nick@ccl4.org>
13067              Date: Sun, 7 Apr 2002 15:01:56 +0100
13068              Message-ID: <20020407150156.R10686@plum.flirble.org>
13069      Branch: perl
13070            ! ext/Data/Dumper/Dumper.xs
13071 ____________________________________________________________________________
13072 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
13073         Log: Tpyo.
13074      Branch: perl
13075            ! lib/Pod/t/eol.t
13076 ____________________________________________________________________________
13077 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
13078         Log: EBCDIC branch was forgotten.
13079      Branch: perl
13080            ! ext/Devel/Peek/Peek.t
13081 ____________________________________________________________________________
13082 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
13083         Log: charnames::viacode() was broken, noticed by Jeffrey.
13084      Branch: perl
13085            ! lib/charnames.pm lib/charnames.t
13086 ____________________________________________________________________________
13087 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
13088         Log: Missing files.
13089      Branch: perl
13090            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
13091            ! MANIFEST ext/Encode/MANIFEST
13092 ____________________________________________________________________________
13093 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
13094         Log: (intentionally empty)
13095      Branch: perl
13096            ! MANIFEST sv.h
13097 ____________________________________________________________________________
13098 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
13099         Log: Upgrade to Encode 1.26, from Dan Kogai.
13100      Branch: perl
13101            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
13102            + ext/Encode/ucm/jis0212.ucm
13103            - ext/Encode/lib/Encode/10646_1.pm
13104            - ext/Encode/lib/Encode/Internal.pm
13105            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13106            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
13107            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
13108            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
13109            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
13110            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
13111            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
13112            - ext/Encode/ucm/macRumanian.ucm
13113            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
13114            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13115            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
13116            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
13117            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
13118            ! ext/Encode/lib/Encode/Encoding.pm
13119            ! ext/Encode/lib/Encode/Supported.pod
13120            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
13121            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
13122            ! ext/Encode/ucm/adobeSymbol.ucm
13123            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
13124            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
13125            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
13126            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13127            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13128            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13129            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13130            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13131            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13132            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13133            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13134            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13135            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13136            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13137            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13138            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13139            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13140            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
13141            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
13142            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
13143            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
13144            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
13145            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13146            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
13147            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
13148            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
13149            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
13150            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13151            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
13152            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
13153            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13154            ! ext/Encode/ucm/nextstep.ucm
13155 ____________________________________________________________________________
13156 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
13157         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
13158              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
13159              Now, where was my coffee mug...
13160      Branch: perl
13161            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
13162            ! pp_sys.c
13163 ____________________________________________________________________________
13164 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
13165         Log: Subject: [PATCH] MakeMaker basic.t on Win32
13166              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13167              Date: Sun, 7 Apr 2002 14:25:48 +0200
13168              Message-ID: <3CB056EC.27101.1119A3D@localhost>
13169              
13170              Subject: [PATCH] MakeMaker && Win32 && nmake
13171              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13172              Date: Sun, 7 Apr 2002 14:25:48 +0200
13173              Message-ID: <3CB056EC.9001.11199ED@localhost>
13174      Branch: perl
13175            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13176 ____________________________________________________________________________
13177 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
13178         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
13179              From: Philip Newton <Philip.Newton@gmx.net>
13180              Date: Sun, 07 Apr 2002 07:51:49 +0200      
13181              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
13182      Branch: perl
13183            ! utf8.c
13184 ____________________________________________________________________________
13185 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
13186         Log: There was no nice way of getting in UTF-8 filenames:
13187              now one can use in the (new) three-arg form of readdir()
13188              and in File::Glob import a ":utf8" to transparently accept
13189              the filenames as Unicode.  Note that only :utf8 is supported,
13190              not fancier stuff like :encoding(foobar)
13191      Branch: perl
13192            + ext/File/Glob/t/utf8.t
13193            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
13194            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
13195            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13196            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
13197            ! t/op/readdir.t
13198 ____________________________________________________________________________
13199 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
13200         Log: Subject: [PATCH] Re: perl@15772
13201              From: Nicholas Clark <nick@ccl4.org>
13202              Date: Sun, 7 Apr 2002 11:06:42 +0100
13203              Message-ID: <20020407110641.O10686@plum.flirble.org>
13204      Branch: perl
13205            ! hv.c
13206 ____________________________________________________________________________
13207 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
13208         Log: Subject: [PATCH] Re: 15764 breakage
13209              From: Michael G Schwern <schwern@pobox.com>
13210              Date: Sat, 6 Apr 2002 19:14:02 -0500
13211              Message-ID: <20020407001401.GA7076@blackrider>
13212      Branch: perl
13213            ! lib/ExtUtils/MM_Unix.pm
13214 ____________________________________________________________________________
13215 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
13216         Log: Instruction tweak.
13217      Branch: perl
13218            ! README.os390
13219 ____________________________________________________________________________
13220 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
13221         Log: Update Changes.
13222      Branch: perl
13223            ! Changes patchlevel.h
13224 ____________________________________________________________________________
13225 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
13226         Log: Subject: [PATCH] Encode tweaks for VMS
13227              From: Michael G Schwern <schwern@pobox.com>
13228              Date: Sat, 6 Apr 2002 03:26:09 -0500
13229              Message-ID: <20020406082609.GA28758@blackrider>
13230      Branch: perl
13231            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13232            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
13233            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13234            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13235 ____________________________________________________________________________
13236 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
13237         Log: Prettyprinting and version paranoia.
13238      Branch: perl
13239            ! ext/DB_File/t/db-recno.t
13240 ____________________________________________________________________________
13241 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
13242         Log: Be explicit about the two DB_File tests croaking
13243              in Mac OS X.
13244      Branch: perl
13245            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
13246 ____________________________________________________________________________
13247 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
13248         Log: Regen toc.
13249      Branch: perl
13250            ! pod/perltoc.pod
13251 ____________________________________________________________________________
13252 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
13253         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13254              From: Benjamin Goldberg <goldbb2@earthlink.net>
13255              Date: Fri, 05 Apr 2002 19:15:42 -0500
13256              Message-ID: <3CAE3E2E.8483505@earthlink.net>
13257      Branch: perl
13258            ! hv.h
13259 ____________________________________________________________________________
13260 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
13261         Log: Underline that the current implementation is not
13262              guaranteed to be forever; and reformat a bit.
13263      Branch: perl
13264            ! lib/utf8.pm
13265 ____________________________________________________________________________
13266 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
13267         Log: Subject: Weak spots in the utf8 manpage
13268              From: andreas.koenig@anima.de (Andreas J. Koenig)
13269              Date: Fri, 05 Apr 2002 10:08:44 +0200      
13270              Message-ID: <m3u1qqefeb.fsf@anima.de>      
13271      Branch: perl
13272            ! lib/utf8.pm
13273 ____________________________________________________________________________
13274 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
13275         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
13276              From: Michael G Schwern <schwern@pobox.com>
13277              Date: Sat, 6 Apr 2002 03:22:03 -0500
13278              Message-ID: <20020406082203.GA28713@blackrider>
13279      Branch: perl
13280            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
13281            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
13282            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
13283            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
13284            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
13285            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
13286            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13287            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
13288            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
13289            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
13290 ____________________________________________________________________________
13291 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
13292         Log: No need to avoid utf8 warnings after #15762.
13293      Branch: perl
13294            ! lib/Unicode/Collate.pm
13295 ____________________________________________________________________________
13296 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
13297         Log: As noted by Philip Newton: nothing wrong with BOM,
13298              but 0xFFFE quite wrong.
13299      Branch: perl
13300            ! t/lib/warnings/utf8 utf8.c utf8.h
13301 ____________________________________________________________________________
13302 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
13303         Log: Explain the "gaps" in the UTF-8 encoding.
13304      Branch: perl
13305            ! pod/perlunicode.pod utf8.h
13306 ____________________________________________________________________________
13307 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
13308         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
13309              From: Nicholas Clark <nick@unfortu.net>
13310              Date: Sat, 6 Apr 2002 14:54:51 +0100
13311              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
13312      Branch: perl
13313            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13314 ____________________________________________________________________________
13315 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
13316         Log: Signedness nits.
13317      Branch: perl
13318            ! hv.c
13319 ____________________________________________________________________________
13320 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
13321         Log: Make hv_notallowed a static as suggested by Nick Clark;
13322              and synchronize the nomenclature to talk about restricted
13323              (not fixed) hashes.
13324      Branch: perl
13325            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
13326            ! proto.h
13327 ____________________________________________________________________________
13328 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
13329         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13330              From: Nicholas Clark <nick@unfortu.net>
13331              Date: Sat, 6 Apr 2002 00:21:17 +0100
13332              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
13333              
13334              (with the last one reversed)
13335      Branch: perl
13336            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
13337            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
13338 ____________________________________________________________________________
13339 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
13340         Log: Update the warning message.
13341      Branch: perl
13342            ! README.tru64
13343 ____________________________________________________________________________
13344 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
13345         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
13346              From: Dan Kogai <dankogai@dan.co.jp>
13347              Date: Sat, 6 Apr 2002 06:08:40 +0900
13348              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
13349      Branch: perl
13350            ! pod/perlunicode.pod
13351 ____________________________________________________________________________
13352 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
13353         Log: Some tests were failing silently instead of saying "not ok"
13354      Branch: perl
13355            ! t/comp/proto.t
13356 ____________________________________________________________________________
13357 [ 15753] By: nick                                  on 2002/04/05  19:30:12
13358         Log: Integrate mainline
13359      Branch: perlio
13360           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
13361           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
13362           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
13363 ____________________________________________________________________________
13364 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
13365         Log: Minor Tie::File test patch, from mjd.
13366      Branch: perl
13367            ! lib/Tie/File/t/24_cache_loop.t
13368 ____________________________________________________________________________
13369 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
13370         Log: Not *that* different line endings (noticed by Philip Newton)
13371      Branch: perl
13372            ! pod/perldelta.pod
13373 ____________________________________________________________________________
13374 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
13375         Log: Retract #15745 for now; won't work without more Encode fixes.
13376      Branch: perl
13377            ! ext/Encode/lib/Encode/10646_1.pm
13378 ____________________________________________________________________________
13379 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
13380         Log: metaconfig unit change for #15748.
13381      Branch: metaconfig
13382            ! U/modified/Oldconfig.U
13383 ____________________________________________________________________________
13384 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
13385         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
13386              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13387              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
13388              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
13389      Branch: perl
13390            ! Configure
13391 ____________________________________________________________________________
13392 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
13393         Log: NetWare update from C Aditya.
13394      Branch: perl
13395            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
13396 ____________________________________________________________________________
13397 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
13398         Log: Win32 pacifying from mjd.
13399      Branch: perl
13400            ! lib/Tie/File/t/26_twrite.t
13401 ____________________________________________________________________________
13402 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
13403         Log: Integrate perlio:
13404              
13405              [ 15744]
13406              Not only did UCS-2 have dodgy name it was buggy.
13407      Branch: perl
13408           !> ext/Encode/lib/Encode/10646_1.pm
13409 ____________________________________________________________________________
13410 [ 15744] By: nick                                  on 2002/04/05  13:02:36
13411         Log: Not only did UCS-2 have dodgy name it was buggy.
13412      Branch: perlio
13413            ! ext/Encode/lib/Encode/10646_1.pm
13414 ____________________________________________________________________________
13415 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
13416         Log: Subject: Patch for bug ID 20020221.007
13417              From: Archer Sully <archer@meer.net>
13418              Date: Thu, 4 Apr 2002 21:45:34 -0700
13419              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
13420              
13421              Fix for "[ID 20020221.007] SEGV in Storable with empty string
13422              scalar object" (dclone)
13423      Branch: perl
13424            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
13425 ____________________________________________________________________________
13426 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
13427         Log: Subject: Re: lib/sort.t failure 
13428              From: "John P. Linderman" <jpl@research.att.com>
13429              Date: Fri, 05 Apr 2002 06:19:07 -0500
13430              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
13431              
13432              with a minor formatting tweak
13433      Branch: perl
13434            ! pod/perlfunc.pod
13435 ____________________________________________________________________________
13436 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
13437         Log: Subject: Re: lib/sort.t failure (and [PATCH])
13438              From: "John P. Linderman" <jpl@research.att.com>
13439              Date: Fri, 05 Apr 2002 07:13:27 -0500
13440              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
13441      Branch: perl
13442            ! lib/sort.t
13443 ____________________________________________________________________________
13444 [ 15740] By: nick                                  on 2002/04/05  09:31:42
13445         Log: Integrate mainline
13446      Branch: perlio
13447           +> (branch 49 files)
13448           !> (integrate 82 files)
13449 ____________________________________________________________________________
13450 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
13451         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13452              From: Dan Kogai <dankogai@dan.co.jp>
13453              Date: Fri, 5 Apr 2002 11:52:50 +0900
13454              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
13455      Branch: perl
13456            ! ext/Encode/t/Aliases.t
13457 ____________________________________________________________________________
13458 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
13459         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13460              From: Dan Kogai <dankogai@dan.co.jp>
13461              Date: Fri, 5 Apr 2002 11:39:55 +0900
13462              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
13463      Branch: perl
13464            ! ext/Encode/lib/Encode/Alias.pm
13465 ____________________________________________________________________________
13466 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
13467         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
13468              From: Ilmari Karonen <iltzu@sci.fi>
13469              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
13470              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
13471      Branch: perl
13472            ! gv.c t/op/method.t
13473 ____________________________________________________________________________
13474 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
13475         Log: I was fooled for a while, somebody else might be too.
13476      Branch: perl
13477            ! t/test.pl
13478 ____________________________________________________________________________
13479 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
13480         Log: test.pl-ify.
13481      Branch: perl
13482            ! t/op/method.t
13483 ____________________________________________________________________________
13484 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
13485         Log: Upgrade to Encode 1.20, from Dan Kogai.
13486      Branch: perl
13487            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
13488            + ext/Encode/ucm/adobeSymbol.ucm
13489            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
13490            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
13491            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13492            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13493            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13494            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13495            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13496            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13497            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13498            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13499            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13500            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13501            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13502            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13503            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13504            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13505            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
13506            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
13507            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
13508            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
13509            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13510            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
13511            + ext/Encode/ucm/macSymbol.ucm
13512            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13513            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13514            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13515            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13516            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13517            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13518            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13519            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13520            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
13521            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
13522            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
13523            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
13524            ! ext/Encode/lib/Encode/Alias.pm
13525            ! ext/Encode/lib/Encode/Supported.pod
13526            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13527            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
13528            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
13529            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
13530            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13531            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
13532            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
13533            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
13534            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
13535            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
13536            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13537            ! ext/Encode/ucm/nextstep.ucm
13538 ____________________________________________________________________________
13539 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
13540         Log: Subject: left-over "use 5.7.2" in threads.pm
13541              From: Slaven Rezic <slaven.rezic@berlin.de>
13542              Date: 21 Mar 2002 23:18:13 +0100
13543              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
13544      Branch: perl
13545            ! ext/threads/threads.pm
13546 ____________________________________________________________________________
13547 [ 15732] By: ams                                   on 2002/04/04  17:08:13
13548         Log: Subject: [PATCH 5.7.3 DOCS]
13549              From: mjd@plover.com
13550              Date: 4 Apr 2002 15:59:39 -0000
13551              Message-Id: <20020404155939.6754.qmail@plover.com>
13552      Branch: perl
13553            ! pod/perlfaq9.pod
13554 ____________________________________________________________________________
13555 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
13556         Log: metaconfig unit change for #15730.
13557      Branch: metaconfig
13558            ! U/threads/usethreads.U
13559 ____________________________________________________________________________
13560 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
13561         Log: Subject: Re: lib/sort.t failure [PATCH]
13562              From: Andy Dougherty <doughera@lafayette.edu>
13563              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
13564              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
13565              
13566              Default to usethreads in case the user most probably forgot it.
13567      Branch: perl
13568            ! Configure
13569 ____________________________________________________________________________
13570 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
13571         Log: Typo nits from Wolfgang Laun.
13572      Branch: perl
13573            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
13574 ____________________________________________________________________________
13575 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
13576         Log: Detypo in diagnostics.
13577      Branch: perl
13578            ! lib/locale.t
13579 ____________________________________________________________________________
13580 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
13581         Log: pod2html: try to be EOL agnostic.
13582              (Needs testing on CRLF and CR platforms.)
13583      Branch: perl
13584            + lib/Pod/t/eol.t
13585            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
13586 ____________________________________________________________________________
13587 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
13588         Log: Subject: [PATCH} Pod::HTML and HTML4
13589              From: Robert Spier <rspier@pobox.com>
13590              Date: Wed, 03 Apr 2002 16:26:21 -0800
13591              Message-ID: <3CAB9DAD.20305@pobox.com>
13592      Branch: perl
13593            ! lib/Pod/Html.pm
13594 ____________________________________________________________________________
13595 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
13596         Log: Byebye, beebee.
13597      Branch: perl
13598            ! t/lib/warnings/perlio
13599 ____________________________________________________________________________
13600 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
13601         Log: Subject: Re: enc2xs needs portable way to know it's in the core
13602              From: PPrymmer@factset.com
13603              Date: Wed, 3 Apr 2002 14:29:32 -0500
13604              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
13605      Branch: perl
13606            ! configure.com
13607 ____________________________________________________________________________
13608 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
13609         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
13610              From: Dominic Dunlop <domo@computer.org>
13611              Date: Wed, 3 Apr 2002 22:44:01 +0200
13612              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
13613      Branch: perl
13614            ! lib/File/Spec/t/rel2abs2rel.t
13615 ____________________________________________________________________________
13616 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
13617         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
13618              From: Paul_GreenVOS@vos.stratus.com
13619              Date: Wed, 3 Apr 02 16:34 est
13620              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
13621      Branch: perl
13622            ! pp_pack.c
13623 ____________________________________________________________________________
13624 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
13625         Log: Upgrade to Tie::File 0.93, from mjd.
13626      Branch: perl
13627            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13628            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13629            ! lib/Tie/File/t/41_heap.t
13630 ____________________________________________________________________________
13631 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
13632         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
13633              From: Andy Dougherty <doughera@lafayette.edu>
13634              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
13635              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
13636      Branch: perl
13637            ! lib/AnyDBM_File.t
13638 ____________________________________________________________________________
13639 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
13640         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
13641              and ccflags including -DNO_LOCALE
13642      Branch: perl
13643            ! perl.h
13644 ____________________________________________________________________________
13645 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
13646         Log: EPOC tweaks from Olaf Flebbe.
13647      Branch: perl
13648            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
13649 ____________________________________________________________________________
13650 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
13651         Log: Subject: [PATCH] Set @INC earlier
13652              From: Andy Dougherty <doughera@lafayette.edu>
13653              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
13654              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
13655      Branch: perl
13656            ! lib/AnyDBM_File.t lib/sort.t
13657 ____________________________________________________________________________
13658 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
13659         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13660              (resubmitted)
13661      Branch: perl
13662            ! pod/perlcompile.pod
13663 ____________________________________________________________________________
13664 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
13665         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13666      Branch: perl
13667            ! pod/perlcompile.pod
13668 ____________________________________________________________________________
13669 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
13670         Log: non-perlio robustness.
13671      Branch: perl
13672            ! ext/Socket/socketpair.t lib/utf8.t
13673 ____________________________________________________________________________
13674 [ 15713] By: nick                                  on 2002/04/03  18:06:49
13675         Log: Integrate mainline
13676      Branch: perlio
13677           +> lib/Tie/File/t/41_heap.t
13678           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
13679           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
13680           !> regexec.c t/op/re_tests t/op/tiearray.t
13681 ____________________________________________________________________________
13682 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
13683         Log: Tweak for 8.3 compat.
13684      Branch: perl
13685            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13686            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
13687            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
13688            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13689            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13690            ! ext/Encode/bin/enc2xs
13691 ____________________________________________________________________________
13692 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
13693         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13694              From: Mark-Jason Dominus <mjd@plover.com>
13695              Date: Wed, 03 Apr 2002 13:04:40 -0500
13696              Message-ID: <20020403180440.7614.qmail@plover.com>
13697      Branch: perl
13698            ! t/op/tiearray.t
13699 ____________________________________________________________________________
13700 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
13701         Log: Forgotten.
13702      Branch: perl
13703            + lib/Tie/File/t/41_heap.t
13704            ! MANIFEST
13705 ____________________________________________________________________________
13706 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
13707         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13708              From: Mark Kvale <kvale@phy.ucsf.edu>
13709              Date: Tue, 2 Apr 2002 13:57:37 -0800
13710              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
13711      Branch: perl
13712            ! t/op/re_tests
13713 ____________________________________________________________________________
13714 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
13715         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
13716              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
13717              Date: Wed, 03 Apr 2002 03:34:34 +0100
13718              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
13719      Branch: perl
13720            ! regcomp.c
13721 ____________________________________________________________________________
13722 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
13723         Log: The leavetry crash should now be history.
13724      Branch: perl
13725            ! t/op/tiearray.t
13726 ____________________________________________________________________________
13727 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
13728         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
13729              From: Michael G Schwern <schwern@pobox.com>
13730              Date: Wed, 3 Apr 2002 10:56:44 -0500
13731              Message-ID: <20020403155644.GC916@blackrider>
13732      Branch: perl
13733            ! lib/ExtUtils/MM_Win95.pm
13734 ____________________________________________________________________________
13735 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
13736         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13737              From: Dave Mitchell <davem@fdgroup.com>
13738              Date: Wed, 3 Apr 2002 02:08:26 +0100
13739              Message-ID: <20020403020825.B16724@fdgroup.com>
13740      Branch: perl
13741            ! pp_ctl.c
13742 ____________________________________________________________________________
13743 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
13744         Log: Prototype tweak for non-threaded builds.
13745      Branch: perl
13746            ! perl.c
13747 ____________________________________________________________________________
13748 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
13749         Log: Detached threads do not help; they still hold resources.
13750      Branch: perl
13751            ! ext/threads/threads.pm pod/perldiag.pod
13752 ____________________________________________________________________________
13753 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
13754         Log: Doc tweak from Wolfgang Laun.
13755      Branch: perl
13756            ! lib/File/Compare.pm
13757 ____________________________________________________________________________
13758 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
13759         Log: Subject: [PATCH bleadperl] regexec.c
13760              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13761              Date: Wed, 3 Apr 2002 11:13:30 +0200
13762              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
13763      Branch: perl
13764            ! regexec.c
13765 ____________________________________________________________________________
13766 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
13767         Log: Document the "Cleanup skipped ..." warning.
13768      Branch: perl
13769            ! ext/threads/threads.pm pod/perldiag.pod
13770 ____________________________________________________________________________
13771 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
13772         Log: Integrate perlio:
13773              
13774              [ 15698]
13775              Fix segfaults when mainthread exits with other threads running:
13776              - track number of running threads
13777              - if main thread calls perl_destruct() with other threads running
13778              skip most of cleanup (with a warning).
13779              
13780              [ 15696]
13781              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13782      Branch: perl
13783           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13784           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
13785           !> pod/perlapi.pod proto.h
13786 ____________________________________________________________________________
13787 [ 15698] By: nick                                  on 2002/04/03  13:15:30
13788         Log: Fix segfaults when mainthread exits with other threads running:
13789              - track number of running threads
13790              - if main thread calls perl_destruct() with other threads running
13791              skip most of cleanup (with a warning).
13792      Branch: perlio
13793            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13794            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
13795 ____________________________________________________________________________
13796 [ 15697] By: nick                                  on 2002/04/03  07:34:13
13797         Log: Integrate mainline
13798      Branch: perlio
13799           +> lib/Net/Ping/t/250_ping_hires.t
13800           !> (integrate 33 files)
13801 ____________________________________________________________________________
13802 [ 15696] By: nick                                  on 2002/04/03  06:41:58
13803         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13804      Branch: perlio
13805            ! lib/ExtUtils/xsubpp
13806 ____________________________________________________________________________
13807 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
13808         Log: Subject: [PATCH @15047] debugger
13809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13810              Date: Sat, 16 Mar 2002 04:38:50 -0500
13811              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
13812      Branch: perl
13813            ! lib/perl5db.pl
13814 ____________________________________________________________________________
13815 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
13816         Log: Third Degree flags.
13817      Branch: perl
13818            ! Makefile.SH
13819 ____________________________________________________________________________
13820 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
13821         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
13822              From: Mark-Jason Dominus <mjd@plover.com>
13823              Date: Tue, 02 Apr 2002 16:35:11 -0500
13824              Message-ID: <20020402213511.27781.qmail@plover.com>
13825              
13826              (tweaked)
13827      Branch: perl
13828            ! pod/perlfunc.pod
13829 ____________________________________________________________________________
13830 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
13831         Log: Upgrade to Tie::File 0.92, from mjd.
13832      Branch: perl
13833            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13834            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13835            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
13836            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
13837            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
13838            ! lib/Tie/File/t/40_abs_cache.t
13839 ____________________________________________________________________________
13840 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
13841         Log: Subject: [PATCH] Update my email address in perl.c
13842              From: Paul_GreenVOS@vos.stratus.com
13843              Date: Tue, 2 Apr 02 15:27 est
13844              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
13845      Branch: perl
13846            ! AUTHORS perl.c
13847 ____________________________________________________________________________
13848 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
13849         Log: POD fix.
13850      Branch: perl
13851            ! pod/perldelta.pod
13852 ____________________________________________________________________________
13853 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
13854         Log: What started as a small nit (the charnames test, nit found
13855              be Hugo), ballooned a bit... the goal is Larry's wish that
13856              illegal Unicode (such as U+FFFF) by default doesn't warn,
13857              since what if somebody WANTS to create illegal Unicode?
13858              Now getting close to this in the regex runtime.
13859              (Also, fix more of my fixation that BOM would be U+FFFE.)
13860      Branch: perl
13861            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
13862            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
13863 ____________________________________________________________________________
13864 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
13865         Log: Talk more about Net::Ping.
13866      Branch: perl
13867            ! pod/perldelta.pod
13868 ____________________________________________________________________________
13869 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
13870         Log: Upgrade to Net::Ping 2.14.
13871      Branch: perl
13872            + lib/Net/Ping/t/250_ping_hires.t
13873            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
13874            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
13875            ! lib/Net/Ping/t/140_stream_inst.t
13876 ____________________________________________________________________________
13877 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
13878         Log: XML::Parser 2.31 should be out shortly.
13879      Branch: perl
13880            ! pod/perldelta.pod
13881 ____________________________________________________________________________
13882 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
13883         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
13884              From: George Necula <necula@eecs.berkeley.edu>
13885              Date: Tue, 2 Apr 2002 10:22:41 -0800
13886              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
13887      Branch: perl
13888            ! lib/File/Spec/Cygwin.pm
13889 ____________________________________________________________________________
13890 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
13891         Log: EBCDIC test tweak.
13892      Branch: perl
13893            ! pod/perldelta.pod t/uni/case.pl
13894 ____________________________________________________________________________
13895 [ 15683] By: nick                                  on 2002/04/02  15:36:17
13896         Log: Integrate mainline
13897      Branch: perlio
13898           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
13899           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13900           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
13901 ____________________________________________________________________________
13902 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
13903         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
13904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13905              Date: Tue, 2 Apr 2002 00:37:08 -0500
13906              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
13907      Branch: perl
13908            ! os2/os2ish.h perlio.c
13909 ____________________________________________________________________________
13910 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
13911         Log: Subject: [PATCH @15047] debugger again
13912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13913              Date: Tue, 2 Apr 2002 00:30:31 -0500
13914              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
13915      Branch: perl
13916            ! lib/perl5db.pl
13917 ____________________________________________________________________________
13918 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
13919         Log: Subject: [PATCH @15047] test() in CPAN.pm
13920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13921              Date: Tue, 2 Apr 2002 00:46:45 -0500
13922              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
13923      Branch: perl
13924            ! lib/CPAN.pm
13925 ____________________________________________________________________________
13926 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
13927         Log: Sync with libnet-1.11
13928      Branch: perl
13929            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13930            ! lib/Net/SMTP.pm
13931 ____________________________________________________________________________
13932 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
13933         Log: NetWare tweaks from C Aditya.
13934      Branch: perl
13935            ! NetWare/t/NWScripts.pl scope.c
13936 ____________________________________________________________________________
13937 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
13938         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
13939              From: Dan Kogai <dankogai@dan.co.jp>
13940              Date: Tue, 2 Apr 2002 22:21:47 +0900
13941              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
13942      Branch: perl
13943            ! ext/Encode/Encode.xs
13944 ____________________________________________________________________________
13945 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
13946         Log: Integrate perlio:
13947              
13948              [ 15675]
13949              Add buffer size growth test.
13950              
13951              [ 15674]
13952              Calculate buffer size needs in float to avoid 32-bit overflow.
13953      Branch: perl
13954           +> ext/Encode/t/grow.t
13955           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
13956 ____________________________________________________________________________
13957 [ 15675] By: nick                                  on 2002/04/02  07:49:41
13958         Log: Add buffer size growth test.
13959      Branch: perlio
13960            + ext/Encode/t/grow.t
13961            ! MANIFEST ext/Encode/MANIFEST
13962 ____________________________________________________________________________
13963 [ 15674] By: nick                                  on 2002/04/02  07:40:49
13964         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
13965      Branch: perlio
13966            ! ext/Encode/Encode.xs
13967 ____________________________________________________________________________
13968 [ 15673] By: nick                                  on 2002/04/02  07:40:06
13969         Log: Integrate mainline
13970      Branch: perlio
13971           +> (branch 102 files)
13972            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13973            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13974            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13975            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13976            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13977            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13978            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13979            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13980            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
13981            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
13982            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13983            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
13984            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
13985            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
13986            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
13987            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
13988            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
13989            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13990            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13991            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13992            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13993            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
13994            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
13995            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
13996            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
13997            - ext/Encode/Encode/macCentEuro.ucm
13998            - ext/Encode/Encode/macCroatian.ucm
13999            - ext/Encode/Encode/macCyrillic.ucm
14000            - ext/Encode/Encode/macDingbats.ucm
14001            - ext/Encode/Encode/macGreek.ucm
14002            - ext/Encode/Encode/macIceland.ucm
14003            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14004            - ext/Encode/Encode/macRumanian.ucm
14005            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14006            - ext/Encode/Encode/macTurkish.ucm
14007            - ext/Encode/Encode/macUkraine.ucm
14008            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14009            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
14010            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
14011            - ext/Encode/compile ext/Encode/encode.h
14012            - ext/Encode/lib/Encode/CN/2022_CN.pm
14013            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
14014            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14015            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
14016            - lib/unicore/PropertyValueAliases.txt
14017           !> (integrate 143 files)
14018 ____________________________________________________________________________
14019 [ 15672] By: ams                                   on 2002/04/02  04:42:44
14020         Log: Win32 fix for Tie::File from MJD.
14021      Branch: perl
14022            ! lib/Tie/File.pm
14023 ____________________________________________________________________________
14024 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
14025         Log: Add a few tests to the timing-sensitive list.
14026      Branch: perl
14027            ! INSTALL
14028 ____________________________________________________________________________
14029 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
14030         Log: Subject: [PATCH sort.t] extensive regression testing
14031              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14032              Date: Mon, 1 Apr 2002 23:50:24 +0200
14033              Message-ID: <20020401235024.E677@rafael>
14034      Branch: perl
14035            ! lib/sort.t
14036 ____________________________________________________________________________
14037 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
14038         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
14039              From: Nicholas Clark <nick@unfortu.net>
14040              Date: Mon, 1 Apr 2002 21:54:05 +0100
14041              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
14042      Branch: perl
14043            ! lib/Memoize/t/errors.t
14044 ____________________________________________________________________________
14045 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
14046         Log: Subject: getting rid of a few superfluous $&/$`
14047              From: Jeffrey Friedl <jfriedl@yahoo.com>
14048              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
14049              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
14050              
14051              (with more-backward-compat than just using @- and @+, also by Jeffrey)
14052              
14053              (The version number of Text::Balanced intentionally not
14054              increased since Damian will make a new release after 5.8)
14055      Branch: perl
14056            ! lib/Pod/Html.pm lib/Text/Balanced.pm
14057 ____________________________________________________________________________
14058 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
14059         Log: Subject: [PATCH 5.7.3 TESTS]
14060              From: mjd@plover.com
14061              Date: 1 Apr 2002 20:32:18 -0000
14062              Message-ID: <20020401203218.25230.qmail@plover.com>
14063      Branch: perl
14064            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
14065            ! t/op/tiearray.t t/test.pl
14066 ____________________________________________________________________________
14067 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
14068         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
14069              From: Paul_GreenVOS@vos.stratus.com
14070              Date: Mon, 1 Apr 02 15:15 est
14071              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
14072      Branch: perl
14073            ! iperlsys.h
14074 ____________________________________________________________________________
14075 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
14076         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
14077              From: Paul_GreenVOS@vos.stratus.com
14078              Date: Mon, 1 Apr 02 14:11 est
14079              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
14080      Branch: perl
14081            ! lib/ExtUtils/MM_Unix.pm
14082 ____________________________________________________________________________
14083 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
14084         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
14085              From: Nicholas Clark <nick@unfortu.net>
14086              Date: Mon, 1 Apr 2002 19:30:05 +0100
14087              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
14088      Branch: perl
14089            ! t/op/pat.t t/op/utfhash.t
14090 ____________________________________________________________________________
14091 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
14092         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
14093              From: Mark-Jason Dominus <mjd@plover.com>
14094              Date: Mon, 01 Apr 2002 13:22:01 -0500
14095              Message-ID: <20020401182201.21189.qmail@plover.com>
14096      Branch: perl
14097            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
14098 ____________________________________________________________________________
14099 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
14100         Log: Update Changes.
14101      Branch: perl
14102            ! Changes patchlevel.h
14103 ____________________________________________________________________________
14104 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
14105         Log: Subject: [PATCH 5.7.3 DOC]
14106              From: mjd@plover.com
14107              Date: 1 Apr 2002 17:23:40 -0000
14108              Message-ID: <20020401172340.16410.qmail@plover.com>
14109      Branch: perl
14110            ! pod/perldelta.pod
14111 ____________________________________________________________________________
14112 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
14113         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
14114      Branch: perl
14115            ! hints/unicos.sh
14116 ____________________________________________________________________________
14117 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
14118         Log: Advertise piconv and enc2xs.
14119      Branch: perl
14120            ! pod/perldelta.pod
14121 ____________________________________________________________________________
14122 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
14123         Log: Add enc2xs.
14124      Branch: perl
14125            + utils/enc2xs.PL
14126            ! MANIFEST utils/Makefile
14127 ____________________________________________________________________________
14128 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
14129         Log: Integrate perlio:
14130              
14131              [ 15653]
14132              Be more explicit testing for \015 not \r
14133      Branch: perl
14134           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
14135           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
14136 ____________________________________________________________________________
14137 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
14138         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
14139              From: Philip Newton <Philip.Newton@gmx.net>
14140              Date: Mon, 01 Apr 2002 17:06:18 +0200
14141              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
14142      Branch: perl
14143            ! lib/charnames.pm lib/charnames.t
14144 ____________________________________________________________________________
14145 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
14146         Log: Subject: detypo patch
14147              From: andreas.koenig@anima.de (Andreas J. Koenig)
14148              Date: Mon, 01 Apr 2002 10:09:21 +0200
14149              Message-ID: <m3r8lzsuvi.fsf@anima.de>
14150      Branch: perl
14151            ! INSTALL
14152 ____________________________________________________________________________
14153 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
14154         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
14155              From: Philip Newton <Philip.Newton@gmx.net>
14156              Date: Mon, 01 Apr 2002 08:12:01 +0200
14157              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
14158      Branch: perl
14159            ! lib/charnames.pm lib/charnames.t
14160 ____________________________________________________________________________
14161 [ 15653] By: nick                                  on 2002/04/01  09:20:24
14162         Log: Be more explicit testing for \015 not \r
14163      Branch: perlio
14164            ! t/io/crlf.t
14165 ____________________________________________________________________________
14166 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
14167         Log: If under UTF-8 locale the utf8.pm really needs to be found.
14168      Branch: perl
14169            ! t/comp/cpp.t t/run/switchPx.t
14170 ____________________________________________________________________________
14171 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
14172         Log: Upgrade to Tie::File 0.91, from mjd.
14173      Branch: perl
14174            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
14175            + lib/Tie/File/t/26_twrite.t
14176            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14177            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14178            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
14179            ! lib/Tie/File/t/16_handle.t
14180 ____________________________________________________________________________
14181 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
14182         Log: DJGPP tweaks from Laszlo.
14183      Branch: perl
14184            ! lib/ExtUtils/MM_DOS.pm util.c
14185 ____________________________________________________________________________
14186 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
14187         Log: Discussion about minimal installations.
14188      Branch: perl
14189            ! INSTALL
14190 ____________________________________________________________________________
14191 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
14192         Log: Comment tweak from Hugo.
14193      Branch: perl
14194            ! regexec.c
14195 ____________________________________________________________________________
14196 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
14197         Log: Another UTF-8 locale tweak from Hugo.
14198      Branch: perl
14199            ! regexec.c
14200 ____________________________________________________________________________
14201 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
14202         Log: Document the known MacOS X locale problem.
14203      Branch: perl
14204            ! pod/perldelta.pod
14205 ____________________________________________________________________________
14206 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
14207         Log: Regex fix from Hugo: in UTF-8 locales the character
14208              counting code didn't work right for minimal matches.
14209      Branch: perl
14210            ! regexec.c
14211 ____________________________________________________________________________
14212 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
14213         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
14214              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14215              Date: Sun, 31 Mar 2002 20:32:43 -0500
14216              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
14217      Branch: perl
14218            ! lib/ExtUtils/xsubpp
14219 ____________________________________________________________________________
14220 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
14221         Log: Document known FreeBSD locale glitch. 
14222      Branch: perl
14223            ! pod/perldelta.pod
14224 ____________________________________________________________________________
14225 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
14226         Log: There is --list in glibc iconv.
14227      Branch: perl
14228            ! ext/Encode/bin/piconv
14229 ____________________________________________________________________________
14230 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
14231         Log: Slight usage tweaks to piconv: show usage with
14232              no -t -f or -l arguments, or with -h.
14233      Branch: perl
14234            ! ext/Encode/bin/piconv
14235 ____________________________________________________________________________
14236 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
14237         Log: Get the piconv installed.
14238      Branch: perl
14239            + utils/piconv.PL
14240            ! MANIFEST utils/Makefile
14241 ____________________________________________________________________________
14242 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
14243         Log: Spelling tweaks.
14244      Branch: perl
14245            ! ext/Encode/bin/piconv
14246 ____________________________________________________________________________
14247 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
14248         Log: Upgrade to Encode 1.11, from Dan Kogai.
14249      Branch: perl
14250            + ext/Encode/Encode/Changes.e2x
14251            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
14252            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
14253            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
14254            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
14255            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
14256            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
14257            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
14258            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
14259            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
14260            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
14261            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
14262            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
14263            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
14264            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
14265            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
14266            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
14267            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
14268            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
14269            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
14270            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
14271            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
14272            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
14273            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
14274            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
14275            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
14276            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
14277            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
14278            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
14279            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
14280            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
14281            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
14282            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
14283            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
14284            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
14285            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
14286            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
14287            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
14288            + ext/Encode/ucm/viscii.ucm
14289            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14290            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14291            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14292            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14293            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14294            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14295            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14296            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14297            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14298            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14299            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14300            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14301            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14302            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14303            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14304            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14305            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14306            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14307            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14308            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14309            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14310            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14311            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14312            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14313            - ext/Encode/Encode/ksc5601.ucm
14314            - ext/Encode/Encode/macCentEuro.ucm
14315            - ext/Encode/Encode/macCroatian.ucm
14316            - ext/Encode/Encode/macCyrillic.ucm
14317            - ext/Encode/Encode/macDingbats.ucm
14318            - ext/Encode/Encode/macGreek.ucm
14319            - ext/Encode/Encode/macIceland.ucm
14320            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14321            - ext/Encode/Encode/macRumanian.ucm
14322            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14323            - ext/Encode/Encode/macTurkish.ucm
14324            - ext/Encode/Encode/macUkraine.ucm
14325            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14326            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14327            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
14328            - lib/encoding.pm lib/encoding.t
14329            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
14330            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
14331            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
14332            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
14333            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
14334            ! ext/Encode/Makefile.PL ext/Encode/README
14335            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
14336            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14337            ! ext/Encode/lib/Encode/Alias.pm
14338            ! ext/Encode/lib/Encode/Supported.pod
14339 ____________________________________________________________________________
14340 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
14341         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
14342              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
14343              respective test    and doc tweaks.
14344      Branch: perl
14345            ! lib/charnames.pm lib/charnames.t
14346 ____________________________________________________________________________
14347 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
14348         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
14349              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14350              Date: Sun, 31 Mar 2002 22:47:31 +0200
14351              Message-ID: <20020331224731.E854@rafael>
14352      Branch: perl
14353            ! pod/perlfunc.pod
14354 ____________________________________________________________________________
14355 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
14356         Log: Subject: [PATCH] __attribute__ problems with g++
14357              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14358              Date: Sun, 31 Mar 2002 22:43:03 +0200
14359              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
14360      Branch: perl
14361            ! perl.h
14362 ____________________________________________________________________________
14363 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
14364         Log: Put back the #! line, false alarm.
14365      Branch: perl
14366            ! lib/ExtUtils/t/Constant.t
14367 ____________________________________________________________________________
14368 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
14369         Log: Subject: Re: [Patch] pod/perlvar.pod
14370              From: Philip Newton <Philip.Newton@gmx.net>
14371              Date: Sun, 31 Mar 2002 07:40:43 +0200
14372              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
14373      Branch: perl
14374            ! pod/perlvar.pod
14375 ____________________________________________________________________________
14376 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
14377         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
14378              From: Spider Boardman <spider@Orb.Nashua.NH.US>
14379              Date: Sat, 30 Mar 2002 21:37:37 -0500
14380              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
14381      Branch: perl
14382            ! ext/Socket/socketpair.t
14383 ____________________________________________________________________________
14384 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
14385         Log: Subject: Re: compile tweak for Win32
14386              From: Michael G Schwern <schwern@pobox.com>
14387              Date: Fri, 29 Mar 2002 17:48:22 -0500      
14388              Message-ID: <20020329224822.GG16816@blackrider>
14389      Branch: perl
14390            ! win32/buildext.pl
14391 ____________________________________________________________________________
14392 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
14393         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
14394              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14395              Date: Sat, 30 Mar 2002 22:19:46 +0100
14396              Message-ID: <20020330221946.A28497@rafael>
14397      Branch: perl
14398            ! t/lib/1_compile.t
14399 ____________________________________________________________________________
14400 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
14401         Log: Subject: [PATCH regmesg.t] increase output verbosity
14402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14403              Date: Sat, 30 Mar 2002 22:34:08 +0100
14404              Message-ID: <20020330223408.C28497@rafael>
14405      Branch: perl
14406            ! t/op/regmesg.t
14407 ____________________________________________________________________________
14408 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
14409         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
14410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14411              Date: Sat, 30 Mar 2002 21:36:23 +0100
14412              Message-ID: <20020330213623.A677@rafael>
14413      Branch: perl
14414            ! regcomp.c
14415 ____________________________________________________________________________
14416 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
14417         Log: If using a network filesystem several different hosts
14418              may be trying to lock the same file.  In this case offering
14419              to kill the other process is not that helpful.  (Unless one
14420              has *real* clustering, but that's not usually the case.)
14421      Branch: perl
14422            ! lib/CPAN.pm
14423 ____________________________________________________________________________
14424 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
14425         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
14426              From: andreas.koenig@anima.de (Andreas J. Koenig)
14427              Date: Sat, 30 Mar 2002 06:12:36 +0100
14428              Message-ID: <m3hemyvdtn.fsf@anima.de>
14429      Branch: perl
14430            ! lib/Dumpvalue.pm
14431 ____________________________________________________________________________
14432 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
14433         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
14434              From: Jeremy Zawodny <Jeremy@Zawodny.com>
14435              Date: Fri, 29 Mar 2002 17:55:20 -0800
14436              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
14437      Branch: perl
14438            ! utils/dprofpp.PL
14439 ____________________________________________________________________________
14440 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
14441         Log: Subject: [Patch] pod/perlvar.pod
14442              From: Dan Kogai <dankogai@dan.co.jp>
14443              Date: Sun, 31 Mar 2002 02:03:36 +0900
14444              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
14445      Branch: perl
14446            ! pod/perlvar.pod
14447 ____________________________________________________________________________
14448 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
14449         Log: Subject: [PATCH] MM & Encode fixes
14450              From: Michael G Schwern <schwern@pobox.com>
14451              Date: Sat, 30 Mar 2002 06:41:56 -0500
14452              Message-ID: <20020330114156.GA16533@blackrider>
14453      Branch: perl
14454            + lib/ExtUtils/t/basic.t
14455            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14456            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
14457            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14458            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14459            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14460            ! lib/ExtUtils/t/hints.t
14461 ____________________________________________________________________________
14462 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
14463         Log: EBCDICification.
14464      Branch: perl
14465            ! lib/charnames.t
14466 ____________________________________________________________________________
14467 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
14468         Log: Upgrade to Tie::File 0.90, from mjd.
14469      Branch: perl
14470            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
14471            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14472            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14473            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
14474            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
14475            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
14476            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
14477            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
14478            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14479 ____________________________________________________________________________
14480 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
14481         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
14482              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14483              Date: Sat, 30 Mar 2002 00:20:39 +0100
14484              Message-ID: <20020330002039.A716@rafael>
14485      Branch: perl
14486            ! lib/sort.pm
14487 ____________________________________________________________________________
14488 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
14489         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
14490              From: Michael G Schwern <schwern@pobox.com>
14491              Date: Fri, 29 Mar 2002 18:14:20 -0500
14492              Message-ID: <20020329231419.GI16816@blackrider>
14493      Branch: perl
14494            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
14495            ! wince/Makefile.ce
14496 ____________________________________________________________________________
14497 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
14498         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
14499              From: Paul_GreenVOS@vos.stratus.com
14500              Date: Fri, 29 Mar 02 18:01 est
14501              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
14502      Branch: perl
14503            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
14504 ____________________________________________________________________________
14505 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
14506         Log: AUTHORS updates.
14507      Branch: perl
14508            ! AUTHORS
14509 ____________________________________________________________________________
14510 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
14511         Log: Upgrade to Encode 1.01, from Dan Kogai.
14512      Branch: perl
14513            ! ext/Encode/Changes ext/Encode/Encode.pm
14514            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14515            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14516            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14517            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14518            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14519            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14520            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14521            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14522            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14523            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14524            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14525            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14526            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14527            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14528            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14529            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14530            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14531            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14532            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14533            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14534            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14535            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14536            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14537            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14538            ! ext/Encode/Encode/ksc5601.ucm
14539            ! ext/Encode/Encode/macCentEuro.ucm
14540            ! ext/Encode/Encode/macCroatian.ucm
14541            ! ext/Encode/Encode/macCyrillic.ucm
14542            ! ext/Encode/Encode/macDingbats.ucm
14543            ! ext/Encode/Encode/macGreek.ucm
14544            ! ext/Encode/Encode/macIceland.ucm
14545            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14546            ! ext/Encode/Encode/macRumanian.ucm
14547            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14548            ! ext/Encode/Encode/macTurkish.ucm
14549            ! ext/Encode/Encode/macUkraine.ucm
14550            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14551            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14552            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
14553            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14554            ! ext/Encode/lib/Encode/CJKConstants.pm
14555            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
14556            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14557            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
14558 ____________________________________________________________________________
14559 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
14560         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
14561              From: "Craig A. Berry" <craigberry@mac.com>
14562              Date: Fri, 29 Mar 2002 13:46:28 -0600
14563              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
14564      Branch: perl
14565            ! configure.com
14566 ____________________________________________________________________________
14567 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
14568         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
14569              which one has to get from the CPAN distribution.
14570      Branch: perl
14571            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
14572            + lib/Memoize/t/expmod_t.t
14573            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14574            - lib/Memoize/t/expire_module_t.t
14575            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
14576            ! lib/Memoize/README
14577 ____________________________________________________________________________
14578 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
14579         Log: metaconfig unit tweak.
14580      Branch: metaconfig/U/perl
14581            ! versiononly.U
14582 ____________________________________________________________________________
14583 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
14584         Log: Configure-related tweaks.
14585      Branch: perl
14586            ! Porting/Glossary Porting/config.sh Porting/config_H
14587            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14588            ! vos/config.ga.h
14589 ____________________________________________________________________________
14590 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
14591         Log: Ooops.
14592      Branch: perl
14593            ! t/op/ver.t
14594 ____________________________________________________________________________
14595 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
14596         Log: Subject: [PATCH @15606] d_time for vms
14597              From: "Craig A. Berry" <craigberry@mac.com>
14598              Date: Fri, 29 Mar 2002 11:58:29 -0600
14599              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
14600      Branch: perl
14601            ! configure.com
14602 ____________________________________________________________________________
14603 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
14604         Log: Subject: Re: Regex-Unicode bugs
14605              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14606              Date: Thu, 28 Mar 2002 10:12:35 +0100
14607              Message-ID: <20020328101235.F678@rafael>
14608      Branch: perl
14609            ! t/op/regmesg.t
14610 ____________________________________________________________________________
14611 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
14612         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
14613              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14614              Date: Fri, 29 Mar 2002 16:53:27 +0000
14615              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
14616      Branch: perl
14617            ! pod/perlre.pod pod/perlretut.pod
14618 ____________________________________________________________________________
14619 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
14620         Log: Subject: Re: debugger debuggers wanted
14621              From: spidb@cpan.org
14622              Date: Fri, 29 Mar 2002 06:34:11 -0500
14623              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
14624      Branch: perl
14625            ! lib/perl5db.pl
14626 ____________________________________________________________________________
14627 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
14628         Log: Update Changes.
14629      Branch: perl
14630            ! Changes patchlevel.h
14631 ____________________________________________________________________________
14632 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
14633         Log: Rename for 8.3-friendliness.
14634      Branch: perl
14635            + lib/unicore/PropValueAliases.txt
14636            - lib/unicore/PropertyValueAliases.txt
14637            ! MANIFEST lib/unicore/README.perl
14638 ____________________________________________________________________________
14639 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
14640         Log: Retract ExtUtils/t/basic.t until it works.
14641      Branch: perl
14642            - lib/ExtUtils/t/basic.t
14643            ! MANIFEST
14644 ____________________________________________________________________________
14645 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
14646         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
14647              From: Slaven Rezic <slaven.rezic@berlin.de>
14648              Date: 28 Mar 2002 22:27:14 +0100
14649              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
14650      Branch: perl
14651            ! hints/freebsd.sh
14652 ____________________________________________________________________________
14653 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
14654         Log: Interesting... where did this come from?
14655              (The Configure change in #15600)
14656      Branch: perl
14657            ! config_h.SH
14658 ____________________________________________________________________________
14659 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
14660         Log: metaconfig unit change for #15600.
14661      Branch: metaconfig/U/perl
14662            ! versiononly.U
14663 ____________________________________________________________________________
14664 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
14665         Log: Subject: versiononly should not put `old' versions in inc
14666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14667              Date: Fri, 29 Mar 2002 12:53:49 +0100
14668              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
14669      Branch: perl
14670            ! Configure
14671 ____________________________________________________________________________
14672 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
14673         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
14674              From: Michael G Schwern <schwern@pobox.com>
14675              Date: Fri, 29 Mar 2002 04:12:47 -0500
14676              Message-ID: <20020329091247.GA7432@blackrider>
14677              
14678              (with two nits: (1) change lib/Extutils/Command/MM.pm
14679              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
14680              @INC to compile.t)
14681      Branch: perl
14682            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
14683            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
14684            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
14685            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
14686            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
14687            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
14688            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14689            + lib/ExtUtils/t/Problem-Module/Makefile.PL
14690            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
14691            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
14692            + t/lib/MakeMaker/Test/Utils.pm
14693            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
14694            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14695            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
14696            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
14697            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
14698            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14699            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14700            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14701            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
14702            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
14703            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
14704            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
14705            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
14706            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
14707            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
14708            ! t/lib/TieOut.pm
14709 ____________________________________________________________________________
14710 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
14711         Log: Leftovers from Encode 0.99.
14712      Branch: perl
14713            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
14714            - ext/Encode/compile ext/Encode/encode.h
14715            - ext/Encode/lib/Encode/CN/2022_CN.pm
14716            - ext/Encode/lib/Encode/Details.pod
14717 ____________________________________________________________________________
14718 [ 15597] By: nick                                  on 2002/03/29  14:03:35
14719         Log: Integrate mainline
14720      Branch: perlio
14721           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14722           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14723           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14724           !> (integrate 130 files)
14725 ____________________________________________________________________________
14726 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
14727         Log: Subject: Another Unicode-3.2-induced doc fix
14728              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14729              Date: Fri, 29 Mar 2002 21:45:47 +0900
14730              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
14731      Branch: perl
14732            ! ext/Unicode/Normalize/Normalize.pm
14733 ____________________________________________________________________________
14734 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
14735         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
14736              From: Slaven Rezic <slaven.rezic@berlin.de>
14737              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
14738              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
14739      Branch: perl
14740            ! reentr.c reentr.pl
14741 ____________________________________________________________________________
14742 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
14743         Log: Subject: [PATCH] Quieting OS X
14744              From: Michael G Schwern <schwern@pobox.com>
14745              Date: Fri, 29 Mar 2002 05:46:23 -0500
14746              Message-ID: <20020329104622.GA9163@blackrider>
14747      Branch: perl
14748            ! ext/POSIX/t/posix.t t/op/stat.t
14749 ____________________________________________________________________________
14750 [ 15593] By: ams                                   on 2002/03/29  07:32:22
14751         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
14752              From: Paul_GreenVOS@vos.stratus.com
14753              Date: Fri, 29 Mar 02 0:05 est
14754              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
14755      Branch: perl
14756            ! ext/Time/HiRes/HiRes.xs
14757 ____________________________________________________________________________
14758 [ 15592] By: ams                                   on 2002/03/29  07:28:29
14759         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14760              From: Spider Boardman <spidb@cpan.org>
14761              Date: Fri, 29 Mar 2002 00:52:24 -0500
14762              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
14763      Branch: perl
14764            ! op.c t/op/attrs.t
14765 ____________________________________________________________________________
14766 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
14767         Log: It's perlce.
14768      Branch: perl
14769            ! pod/perldelta.pod
14770 ____________________________________________________________________________
14771 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
14772         Log: MPE/iX tweaks from Mark Bixby.
14773      Branch: perl
14774            ! ext/Storable/t/lock.t mpeix/relink
14775 ____________________________________________________________________________
14776 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
14777         Log: Upgrade to Encode 1.00, from Dan Kogai.
14778              
14779              (one nit: bin/enc2xs needed also ../..)
14780      Branch: perl
14781            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14782            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14783            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14784            ! (edit 104 files)
14785 ____________________________________________________________________________
14786 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
14787         Log: Subject: [PATCH] NEXT LINE --> NEL
14788              From: Philip Newton <Philip.Newton@gmx.net>
14789              Date: Thu, 28 Mar 2002 21:03:10 +0000
14790              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
14791      Branch: perl
14792            ! lib/charnames.pm lib/charnames.t
14793 ____________________________________________________________________________
14794 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
14795         Log: binmode :bytes, again.
14796      Branch: perl
14797            ! lib/utf8.t
14798 ____________________________________________________________________________
14799 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
14800         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
14801              From: Mark-Jason Dominus <mjd@plover.com>
14802              Date: Thu, 28 Mar 2002 10:36:03 -0500
14803              Message-ID: <20020328153603.11992.qmail@plover.com>
14804      Branch: perl
14805            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14806 ____________________________________________________________________________
14807 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
14808         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
14809      Branch: perl
14810            ! lib/charnames.pm lib/charnames.t pp_pack.c
14811 ____________________________________________________________________________
14812 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
14813         Log: If expecting UTF-8, probably not expecting UTF-16.
14814      Branch: perl
14815            ! t/comp/require.t
14816 ____________________________________________________________________________
14817 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
14818         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
14819              From: Paul_GreenVOS@vos.stratus.com
14820              Date: Thu, 28 Mar 02 8:22 est
14821              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
14822      Branch: perl
14823            ! lib/Time/Local.pm
14824 ____________________________________________________________________________
14825 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
14826         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
14827              From: Paul_GreenVOS@vos.stratus.com
14828              Date: Thu, 28 Mar 02 7:46 est
14829              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
14830      Branch: perl
14831            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
14832 ____________________________________________________________________________
14833 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
14834         Log: A little bit better error message for \pq, still
14835              not good because the script context is not shown.
14836      Branch: perl
14837            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
14838 ____________________________________________________________________________
14839 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
14840         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
14841              From: Jeffrey Friedl <jfriedl@yahoo.com>
14842              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
14843              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
14844      Branch: perl
14845            ! sv.c t/op/pat.t
14846 ____________________________________________________________________________
14847 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
14848         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
14849              From: Mark-Jason Dominus <mjd@plover.com>
14850              Date: Thu, 28 Mar 2002 05:04:40 -0500
14851              Message-ID: <20020328100440.22081.qmail@plover.com>
14852      Branch: perl
14853            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14854 ____________________________________________________________________________
14855 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
14856         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
14857              From: mjd@plover.com
14858              Date: 28 Mar 2002 09:22:06 -0000
14859              Message-ID: <20020328092206.18833.qmail@plover.com>
14860      Branch: perl
14861            ! lib/encoding.t
14862 ____________________________________________________________________________
14863 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
14864         Log: Unicode 3.2.0-induced doc tweaks.
14865      Branch: perl
14866            ! pod/perlretut.pod pod/perlunicode.pod
14867 ____________________________________________________________________________
14868 [ 15576] By: nick                                  on 2002/03/28  07:40:04
14869         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
14870      Branch: perlio
14871           +> (branch 31 files)
14872           !> (integrate 162 files)
14873 ____________________________________________________________________________
14874 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
14875         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
14876              From: Paul_GreenVOS@vos.stratus.com
14877              Date: Thu, 28 Mar 02 0:16 est
14878              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
14879      Branch: perl
14880            ! ext/POSIX/t/posix.t
14881 ____________________________________________________________________________
14882 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
14883         Log: Subject: Re: Regex-Unicode bugs
14884              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14885              Date: Wed, 27 Mar 2002 13:48:06 +0100
14886              Message-ID: <20020327134806.C18945@rafael>
14887              
14888              regmesg.t patch still would be nice.
14889      Branch: perl
14890            ! regcomp.c
14891 ____________________________________________________________________________
14892 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
14893         Log: Subject: Re: Regex-Unicode bugs
14894              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
14895              Date: Wed, 27 Mar 2002 12:39:57 +0000
14896              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
14897      Branch: perl
14898            ! pod/perldiag.pod regcomp.c
14899 ____________________________________________________________________________
14900 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
14901         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
14902              From: Paul_GreenVOS@vos.stratus.com
14903              Date: Wed, 27 Mar 02 23:33 est
14904              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
14905      Branch: perl
14906            ! t/io/fs.t
14907 ____________________________________________________________________________
14908 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
14909         Log: The Official 3.2.0 came out.
14910      Branch: perl
14911            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
14912            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
14913            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
14914            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
14915            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
14916            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
14917            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
14918            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
14919            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
14920            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
14921            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
14922            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
14923            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
14924            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
14925            + lib/unicore/lib/UnifiedI.pl
14926            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
14927 ____________________________________________________________________________
14928 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
14929         Log: socketpair binmode :bytes.
14930      Branch: perl
14931            ! ext/Socket/socketpair.t
14932 ____________________________________________________________________________
14933 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
14934         Log: Don't install anything beneath 't' directories.
14935      Branch: perl
14936            ! installperl
14937 ____________________________________________________________________________
14938 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
14939         Log: More UTF-8 locale sensitivity.
14940      Branch: perl
14941            ! t/io/utf8.t
14942 ____________________________________________________________________________
14943 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
14944         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
14945              From: Stas Bekman <stas@stason.org>
14946              Date: Thu, 28 Mar 2002 10:13:45 +0800
14947              Message-ID: <3CA27C59.4020209@stason.org>
14948              
14949              Temp file cleanup.
14950      Branch: perl
14951            ! lib/Pod/t/pod2html-lib.pl
14952 ____________________________________________________________________________
14953 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
14954         Log: Be compatible also with non-UTF-8 locales.
14955      Branch: perl
14956            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
14957            ! lib/Locale/Language.pod
14958 ____________________________________________________________________________
14959 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
14960         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14961              From: Spider Boardman <spidb@cpan.org>
14962              Date: Wed, 27 Mar 2002 20:52:28 -0500
14963              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
14964      Branch: perl
14965            ! cv.h op.c t/op/attrs.t toke.c
14966 ____________________________________________________________________________
14967 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
14968         Log: "Last element".
14969      Branch: perl
14970            ! pod/perlfunc.pod
14971 ____________________________________________________________________________
14972 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
14973         Log: Subject: Error in perlfunc for "die"
14974              From: William R Ward <bill@wards.net>
14975              Date: 27 Mar 2002 12:31:32 -0800
14976              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
14977      Branch: perl
14978            ! pod/perlfunc.pod
14979 ____________________________________________________________________________
14980 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
14981         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
14982              From: Mark Kvale <kvale@phy.ucsf.edu>
14983              Date: Wed, 27 Mar 2002 16:45:37 -0800
14984              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
14985      Branch: perl
14986            ! pod/perlre.pod pod/perlretut.pod
14987 ____________________________________________________________________________
14988 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
14989         Log: Try to handle UTF-8 locales.
14990      Branch: perl
14991            ! lib/locale.t
14992 ____________________________________________________________________________
14993 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
14994         Log: More binmode :bytes.
14995      Branch: perl
14996            ! t/io/utf8.t
14997 ____________________________________________________________________________
14998 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
14999         Log: binmode(FH, ":bytes") is the right way, methinks.
15000      Branch: perl
15001            ! ext/PerlIO/t/encoding.t
15002 ____________________________________________________________________________
15003 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
15004         Log: UTF-8 locale: need to open explicitly for bytes.
15005      Branch: perl
15006            ! ext/PerlIO/t/encoding.t
15007 ____________________________________________________________________________
15008 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
15009         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
15010      Branch: perl
15011            ! lib/Locale/Language.pm lib/Locale/Language.pod
15012 ____________________________________________________________________________
15013 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
15014         Log: Warn instead of croak.
15015      Branch: perl
15016            ! pod/perldiag.pod utf8.c
15017 ____________________________________________________________________________
15018 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
15019         Log: UTF-8 locale: there might already be one UTF-8 discipline.
15020      Branch: perl
15021            ! lib/open.t
15022 ____________________________________________________________________________
15023 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
15024         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
15025              From: "Craig A. Berry" <craigberry@mac.com>
15026              Date: Wed, 27 Mar 2002 15:22:13 -0600
15027              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
15028      Branch: perl
15029            ! t/lib/1_compile.t t/lib/compmod.pl
15030 ____________________________________________________________________________
15031 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
15032         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
15033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15034              Date: Wed, 27 Mar 2002 22:35:03 +0100
15035              Message-ID: <20020327223503.A678@rafael>
15036      Branch: perl
15037            ! pod/perlop.pod
15038 ____________________________________________________________________________
15039 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
15040         Log: Start using the Unicode 3.2.0 data (NOTE: still
15041              unofficial, but the data is unlikely to change much.
15042              Doublecheck when 3.2.0 gets released.)
15043      Branch: perl
15044            + lib/unicore/PropertyAliases.txt
15045            + lib/unicore/PropertyValueAliases.txt
15046            ! (edit 129 files)
15047 ____________________________________________________________________________
15048 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
15049         Log: Update Changes.
15050      Branch: perl
15051            ! Changes patchlevel.h
15052 ____________________________________________________________________________
15053 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
15054         Log: Further fixing for #15549.  Six tests are failing
15055              under Solaris with en_US.UTF-8 but those failures seem
15056              unrelated to the BOUND problem, will look at them later.
15057      Branch: perl
15058            ! regexec.c
15059 ____________________________________________________________________________
15060 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
15061         Log: Possible fix for "Orks, Dragons, and Elves":
15062              should now build under UTF-8 locales (is building
15063              under Solaris en_US.UTF-8 right now).
15064      Branch: perl
15065            ! Makefile.SH regexec.c
15066 ____________________________________________________________________________
15067 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
15068         Log: Forgotten from #15523.
15069      Branch: perl
15070            ! lib/Math/BigInt/Calc.pm
15071 ____________________________________________________________________________
15072 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
15073         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
15074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
15075              Date: Wed, 27 Mar 2002 13:32:00 +0100
15076              Message-ID: <20020327133200.A18945@rafael>
15077      Branch: perl
15078            ! regcomp.c t/lib/warnings/regcomp
15079 ____________________________________________________________________________
15080 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
15081         Log: Subject: [PATCH] MANIFES --> MANIFEST
15082              From: Philip Newton <Philip.Newton@gmx.net>
15083              Date: Wed, 27 Mar 2002 10:05:46 +0000
15084              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
15085              
15086              (plus a few tweaks more)
15087      Branch: perl
15088            ! Porting/check83.pl
15089 ____________________________________________________________________________
15090 [ 15545] By: nick                                  on 2002/03/27  07:37:36
15091         Log: Integrate mainline
15092      Branch: perlio
15093           +> lib/Math/BigInt/t/with_sub.t
15094            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15095            - lib/bignum/t/trace.t
15096           !> (integrate 76 files)
15097 ____________________________________________________________________________
15098 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
15099         Log: Obsolete mailing list information.
15100      Branch: perl
15101            ! README.bs2000 README.os390 README.vmesa
15102 ____________________________________________________________________________
15103 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
15104         Log: More URL "whitespacing".
15105      Branch: perl
15106            ! README.bs2000 README.hurd README.mpeix README.netware
15107            ! README.os390 README.vmesa README.vos README.win32
15108            ! pod/perl5004delta.pod pod/perl5005delta.pod
15109            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
15110            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
15111            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
15112            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
15113            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
15114            ! pod/perltodo.pod
15115 ____________________________________________________________________________
15116 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
15117         Log: I like doubleclicking on URLs in pods to select them.
15118      Branch: perl
15119            ! README.amiga README.epoc README.vos pod/perl561delta.pod
15120            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
15121            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
15122            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
15123            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
15124            ! pod/perltodo.pod pod/perlvar.pod
15125 ____________________________________________________________________________
15126 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
15127         Log: Regen modlib.
15128      Branch: perl
15129            ! pod/perlmodlib.pod
15130 ____________________________________________________________________________
15131 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
15132         Log: Update the CPAN sites list.
15133      Branch: perl
15134            ! pod/perlmodlib.PL pod/perlmodlib.pod
15135 ____________________________________________________________________________
15136 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
15137         Log: Regen modlib, toc.
15138      Branch: perl
15139            ! pod/perlmodlib.pod pod/perltoc.pod
15140 ____________________________________________________________________________
15141 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
15142         Log: s/rationale/rational/
15143      Branch: perl
15144            ! lib/Math/BigRat.pm lib/bigrat.pm
15145 ____________________________________________________________________________
15146 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
15147         Log: s/done/esac/
15148      Branch: perl
15149            ! hints/dec_osf.sh
15150 ____________________________________________________________________________
15151 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
15152         Log: Advertise big* and BigRat.
15153      Branch: perl
15154            ! pod/perldelta.pod
15155 ____________________________________________________________________________
15156 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
15157         Log: A missing ) in #15527.
15158      Branch: perl
15159            ! pp_sys.c
15160 ____________________________________________________________________________
15161 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
15162         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
15163              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15164              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
15165              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
15166      Branch: perl
15167            ! lib/ExtUtils/typemap
15168 ____________________________________________________________________________
15169 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
15170         Log: Subject: Re: Cygwin PerlIO.t failing
15171              From: Stas Bekman <stas@stason.org>
15172              Date: Wed, 27 Mar 2002 01:34:11 +0800
15173              Message-ID: <3CA0B113.1070800@stason.org>
15174      Branch: perl
15175            ! ext/PerlIO/PerlIO.t
15176 ____________________________________________________________________________
15177 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
15178         Log: Subject: [PATCH] safety check for vms/test.com
15179              From: "Craig A. Berry" <craigberry@mac.com>
15180              Date: Tue, 26 Mar 2002 12:15:21 -0600
15181              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
15182      Branch: perl
15183            ! vms/test.com
15184 ____________________________________________________________________________
15185 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
15186         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
15187              From: PPrymmer@factset.com
15188              Date: Tue, 26 Mar 2002 13:04:59 -0500
15189              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
15190      Branch: perl
15191            ! configure.com
15192 ____________________________________________________________________________
15193 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
15194         Log: Subject: [PATCH] Minor typo in test harness
15195              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
15196              Date: Tue, 26 Mar 2002 17:44:06 -0000
15197              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
15198      Branch: perl
15199            ! t/lib/warnings/perlio
15200 ____________________________________________________________________________
15201 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
15202         Log: Subject: PATCH s2p.PL
15203              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
15204              Date: Tue, 26 Mar 2002 17:16:46 +0100
15205              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
15206      Branch: perl
15207            ! x2p/s2p.PL
15208 ____________________________________________________________________________
15209 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
15210         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
15211      Branch: perl
15212            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15213            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15214            ! MANIFEST
15215 ____________________________________________________________________________
15216 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
15217         Log: Avoid and document a weird bug in UNICOS/mk.
15218      Branch: perl
15219            ! pod/perldelta.pod pp_sys.c
15220 ____________________________________________________________________________
15221 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
15222         Log: Math::BigInt::Lite 0.09, from Tels.
15223      Branch: perl
15224            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15225            ! MANIFEST
15226 ____________________________________________________________________________
15227 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
15228         Log: For now disable the test in OS/390; it seems to hang,
15229              but frustratingly seems to run from command line and
15230              from Perl debugger.
15231      Branch: perl
15232            ! lib/Math/BigInt/t/mbi_rand.t
15233 ____________________________________________________________________________
15234 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
15235         Log: EPOC update from Olaf Flebbe.
15236      Branch: perl
15237            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
15238            ! pod/perlport.pod t/io/fs.t
15239 ____________________________________________________________________________
15240 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
15241         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
15242              and bignum 0.11, from Tels.
15243      Branch: perl
15244            + lib/Math/BigInt/t/with_sub.t
15245            - lib/bignum/t/trace.t
15246            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15247            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
15248            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
15249            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
15250            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
15251            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
15252            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
15253            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
15254            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
15255            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
15256            ! lib/bignum/t/bigrat.t lib/bigrat.pm
15257            ! t/lib/Math/BigInt/Subclass.pm
15258 ____________________________________________________________________________
15259 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
15260         Log: Integrate perlio:
15261              
15262              [ 15521]
15263              Testcase for crlf spanning buffer boundary
15264              
15265              [ 15520]
15266              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
15267      Branch: perl
15268           +> t/io/crlf.t
15269           !> MANIFEST perlio.c
15270 ____________________________________________________________________________
15271 [ 15521] By: nick                                  on 2002/03/26  15:31:55
15272         Log: Testcase for crlf spanning buffer boundary
15273      Branch: perlio
15274            + t/io/crlf.t
15275            ! MANIFEST
15276 ____________________________________________________________________________
15277 [ 15520] By: nick                                  on 2002/03/26  15:09:52
15278         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
15279      Branch: perlio
15280            ! perlio.c
15281 ____________________________________________________________________________
15282 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
15283         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
15284      Branch: perl
15285            ! t/lib/1_compile.t
15286 ____________________________________________________________________________
15287 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
15288         Log: Document the Configure (really, awk) glitch in
15289              UNICOS/mk.
15290      Branch: perl
15291            ! pod/perldelta.pod
15292 ____________________________________________________________________________
15293 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
15294         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
15295              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15296              Date: Fri, 22 Mar 2002 16:11:28 +0100
15297              Message-ID: <3C9B57B0.31936.496399@localhost>
15298      Branch: perl
15299            ! win32/win32.c
15300 ____________________________________________________________________________
15301 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
15302         Log: Subject: Re: Jarkko likes OOOOs
15303              From: "Gerrit P. Haase" <gp@familiehaase.de>
15304              Date: Tue, 26 Mar 2002 08:44:02 +0100
15305              Message-ID: <40509050505.20020326084402@familiehaase.de>
15306      Branch: perl
15307            ! t/io/fs.t
15308 ____________________________________________________________________________
15309 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
15310         Log: Subject: [patch utils/perlbug] subject header setting problem      
15311              From: Stas Bekman <stas@stason.org>
15312              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
15313              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
15314      Branch: perl
15315            ! utils/perlbug.PL
15316 ____________________________________________________________________________
15317 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
15318         Log: Subject: [PATCH] win32/makefile.mk
15319              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15320              Date: Tue, 26 Mar 2002 13:56:19 +0100
15321              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
15322      Branch: perl
15323            ! win32/makefile.mk
15324 ____________________________________________________________________________
15325 [ 15513] By: nick                                  on 2002/03/26  07:17:17
15326         Log: Integrate mainline
15327      Branch: perlio
15328           +> (branch 39 files)
15329            - (delete 109 files)
15330           !> (integrate 105 files)
15331 ____________________________________________________________________________
15332 [ 15512] By: nick                                  on 2002/03/26  06:52:42
15333         Log: Integrate mainline
15334      Branch: perlio
15335           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
15336           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
15337           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
15338           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
15339           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
15340 ____________________________________________________________________________
15341 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
15342         Log: Installation advice from Robert Spier. 
15343      Branch: perl
15344            ! INSTALL
15345 ____________________________________________________________________________
15346 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
15347         Log: Stas setting things right.
15348      Branch: perl
15349            ! ext/PerlIO/PerlIO.t
15350 ____________________________________________________________________________
15351 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
15352         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
15353              From: Paul_GreenVOS@vos.stratus.com
15354              Date: Mon, 25 Mar 02 23:57 est
15355              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
15356      Branch: perl
15357            ! ext/IO/lib/IO/t/io_unix.t
15358 ____________________________________________________________________________
15359 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
15360         Log: Add threads hints for UNICOS/mk and UNICOS.
15361              (I'm just guessing on UNICOS.)
15362      Branch: perl
15363            ! hints/unicos.sh hints/unicosmk.sh
15364 ____________________________________________________________________________
15365 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
15366         Log: Mention the effect of Unicode keys on hashes.
15367      Branch: perl
15368            ! pod/perlunicode.pod
15369 ____________________________________________________________________________
15370 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
15371         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
15372              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
15373              Date: Mon, 25 Mar 2002 17:24:33 -0600
15374              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
15375      Branch: perl
15376            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
15377            ! vms/vms_yfix.pl
15378 ____________________________________________________________________________
15379 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
15380         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
15381      Branch: perl
15382            ! hints/dec_osf.sh
15383 ____________________________________________________________________________
15384 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
15385         Log: The .ucm of Encode are big when uncompressed.
15386      Branch: perl
15387            ! INSTALL
15388 ____________________________________________________________________________
15389 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
15390         Log: I don't understand what is going on what these
15391              news tests, retracting the whole lot.
15392      Branch: perl
15393            ! ext/PerlIO/PerlIO.t
15394 ____________________________________________________________________________
15395 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
15396         Log: Upgrade to Encode 0.99, from Dan Kogai.
15397      Branch: perl
15398            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
15399            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
15400            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
15401            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
15402            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
15403            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
15404            + ext/Encode/Encode/ksc5601.ucm
15405            + ext/Encode/Encode/macCentEuro.ucm
15406            + ext/Encode/Encode/macCroatian.ucm
15407            + ext/Encode/Encode/macCyrillic.ucm
15408            + ext/Encode/Encode/macDingbats.ucm
15409            + ext/Encode/Encode/macGreek.ucm
15410            + ext/Encode/Encode/macIceland.ucm
15411            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
15412            + ext/Encode/Encode/macRumanian.ucm
15413            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
15414            + ext/Encode/Encode/macTurkish.ucm
15415            + ext/Encode/Encode/macUkraine.ucm
15416            + ext/Encode/Encode/shiftjis.ucm
15417            + ext/Encode/lib/Encode/10646_1.pm
15418            + ext/Encode/lib/Encode/CJKConstants.pm
15419            + ext/Encode/lib/Encode/CN/2022_CN.pm
15420            + ext/Encode/lib/Encode/JP/2022_JP.pm
15421            + ext/Encode/lib/Encode/JP/2022_JP1.pm
15422            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
15423            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
15424            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
15425            + ext/Encode/ucm2table
15426            - (delete 109 files)
15427            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
15428            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
15429            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
15430            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15431            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15432            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
15433            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
15434            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
15435            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
15436            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
15437            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
15438            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
15439            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
15440            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
15441            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
15442            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
15443            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
15444            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
15445            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
15446            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
15447            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
15448            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
15449            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
15450            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
15451            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
15452            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15453            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
15454            ! ext/Encode/Makefile.PL ext/Encode/README
15455            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15456            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15457            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
15458            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
15459            ! ext/Encode/lib/Encode/Details.pod
15460            ! ext/Encode/lib/Encode/Encoding.pm
15461            ! ext/Encode/lib/Encode/Internal.pm
15462            ! ext/Encode/lib/Encode/JP/H2Z.pm
15463            ! ext/Encode/lib/Encode/JP/JIS.pm
15464            ! ext/Encode/lib/Encode/Supported.pod
15465            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15466            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15467            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
15468            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
15469            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
15470            ! ext/Encode/t/jisx0212.ref
15471 ____________________________________________________________________________
15472 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
15473         Log: Noise with -w.
15474      Branch: perl
15475            ! ext/PerlIO/PerlIO.t
15476 ____________________________________________________________________________
15477 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
15478         Log: If no perlio no perlio warnings, either.
15479      Branch: perl
15480            ! lib/warnings.t
15481 ____________________________________________________________________________
15482 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
15483         Log: ...and put some of the new perlio tests here.
15484              The in-memory ones not yet since my poor brain
15485              refuses to find the right TODO incantation.
15486      Branch: perl
15487            ! ext/PerlIO/PerlIO.t
15488 ____________________________________________________________________________
15489 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
15490         Log: Take away the perlio-requiring tests..
15491      Branch: perl
15492            ! t/io/open.t
15493 ____________________________________________________________________________
15494 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
15495         Log: More correct now, but actually the two new tests
15496              need to be moved, since they are perlio-only...
15497      Branch: perl
15498            ! t/io/open.t
15499 ____________________________________________________________________________
15500 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
15501         Log: More neo-io tests from Stas Bekman.
15502      Branch: perl
15503            ! t/io/open.t
15504 ____________________________________________________________________________
15505 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
15506         Log: Document the QNX6 sprintf glitch.
15507      Branch: perl
15508            ! pod/perldelta.pod
15509 ____________________________________________________________________________
15510 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
15511         Log: AmigaOS must use the ixemul directly, since there
15512              is no more vfork support.
15513      Branch: perl
15514            ! hints/amigaos.sh
15515 ____________________________________________________________________________
15516 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
15517         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
15518              From: Norton Allen <allen@huarp.harvard.edu>
15519              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
15520              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
15521      Branch: perl
15522            ! pp_sys.c
15523 ____________________________________________________________________________
15524 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
15525         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
15526              From: Norton Allen <allen@huarp.harvard.edu>
15527              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
15528              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
15529      Branch: perl
15530            ! ext/Socket/socketpair.t
15531 ____________________________________________________________________________
15532 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
15533         Log: Clarify the 8.3 rule.
15534      Branch: perl
15535            ! Porting/check83.pl
15536 ____________________________________________________________________________
15537 [ 15490] By: nick                                  on 2002/03/25  16:05:07
15538         Log: Integrate mainline
15539      Branch: perlio
15540           +> ext/Encode/lib/Encode/EncFormat.pod
15541           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
15542            - ext/Encode/lib/EncodeFormat.pod
15543           !> (integrate 41 files)
15544 ____________________________________________________________________________
15545 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
15546         Log: Update Changes.
15547      Branch: perl
15548            ! Changes patchlevel.h
15549 ____________________________________________________________________________
15550 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
15551         Log: Forgotten from #15486.
15552      Branch: perl
15553            ! perl.c
15554 ____________________________________________________________________________
15555 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
15556         Log: It seems that FreeBSD does not like using Perl's malloc
15557              when multithreaded.
15558      Branch: perl
15559            ! hints/freebsd.sh
15560 ____________________________________________________________________________
15561 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
15562         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
15563              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15564              Date: Mon, 25 Mar 2002 11:33:17 +0100
15565              Message-ID: <20020325113317.A1410@rafael>
15566              
15567              Apparently VMS does not do YYDEBUG.
15568      Branch: perl
15569            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
15570 ____________________________________________________________________________
15571 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
15572         Log: Subject: [PATCH] warnings for perlio + others
15573              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15574              Date: Mon, 25 Mar 2002 13:01:44 -0000
15575              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
15576      Branch: perl
15577            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
15578            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
15579            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
15580            ! warnings.pl
15581 ____________________________________________________________________________
15582 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
15583         Log: As verified by Doug MacEachern.
15584      Branch: perl
15585            ! pod/perldelta.pod
15586 ____________________________________________________________________________
15587 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
15588         Log: MPE/iX update from Mark Bixby.
15589      Branch: perl
15590            + mpeix/mpeix.c
15591            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
15592            ! hints/mpeix.sh mpeix/mpeixish.h
15593 ____________________________________________________________________________
15594 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
15595         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
15596              From: Nicholas Clark <nick@unfortu.net>
15597              Date: Sun, 24 Mar 2002 22:50:06 +0000
15598              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
15599      Branch: perl
15600            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
15601 ____________________________________________________________________________
15602 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
15603         Log: Subject: [PATCH] fix warning + carp interaction
15604              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
15605              Date: Sun, 24 Mar 2002 23:00:21 -0000
15606              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
15607      Branch: perl
15608            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
15609            ! warnings.pl
15610 ____________________________________________________________________________
15611 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
15612         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
15613              (All the code changes have already been applied earlier.)
15614      Branch: perl
15615            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15616 ____________________________________________________________________________
15617 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
15618         Log: DB_File: for the core version, no need to specify
15619              a minimum MM version.
15620      Branch: perl
15621            ! ext/DB_File/Makefile.PL
15622 ____________________________________________________________________________
15623 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
15624         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
15625              From: Dave Mitchell <davem@fdgroup.com>
15626              Date: Sun, 24 Mar 2002 22:23:08 +0000
15627              Message-ID: <20020324222308.B21963@fdgroup.com>
15628      Branch: perl
15629            ! pp_pack.c
15630 ____________________________________________________________________________
15631 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
15632         Log: Subject: [PATCH @15450] errno help for VMS
15633              From: "Craig A. Berry" <craigberry@mac.com>
15634              Date: Sun, 24 Mar 2002 16:17:52 -0600
15635              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
15636      Branch: perl
15637            ! ext/POSIX/t/posix.t vms/vms.c
15638 ____________________________________________________________________________
15639 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
15640         Log: Upgrade to Locale::Codes 2.03.
15641      Branch: perl
15642            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15643            ! lib/Locale/Country.pm
15644 ____________________________________________________________________________
15645 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
15646         Log: metaconfig unit change for #15474.
15647      Branch: metaconfig/U/perl
15648            ! Extensions.U
15649 ____________________________________________________________________________
15650 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
15651         Log: The #15472 said "properly".  Ha!
15652      Branch: perl
15653            ! Configure
15654 ____________________________________________________________________________
15655 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
15656         Log: metaconfig unit change for #15472.
15657      Branch: metaconfig/U/perl
15658            ! Extensions.U
15659 ____________________________________________________________________________
15660 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
15661         Log: Properly scan for the subextensions of Encode
15662              when doing static builds.
15663      Branch: perl
15664            ! Configure
15665 ____________________________________________________________________________
15666 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
15667         Log: Tru64: Document the known odbm failure with static builds.
15668      Branch: perl
15669            ! README.tru64
15670 ____________________________________________________________________________
15671 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
15672         Log: microperl tweaks.
15673      Branch: perl
15674            ! Makefile.micro locale.c util.c
15675 ____________________________________________________________________________
15676 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
15677         Log: metaconfig unit changes for #15468.
15678      Branch: metaconfig
15679            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
15680            ! U/modified/libc.U U/modified/libs.U
15681            ! U/threads/d_pthread_atfork.U
15682 ____________________________________________________________________________
15683 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
15684         Log: Various metaconfig unit cleanup; only one visible change
15685              in Configure, though.
15686      Branch: perl
15687            ! Configure
15688 ____________________________________________________________________________
15689 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
15690         Log: Upgrade to Encode 0.98, from Dan Kogai.
15691      Branch: perl
15692            + ext/Encode/lib/Encode/EncFormat.pod
15693            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
15694            - ext/Encode/lib/EncodeFormat.pod
15695            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
15696            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
15697            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15698            ! ext/Encode/lib/Encode/Alias.pm
15699            ! ext/Encode/lib/Encode/Details.pod
15700            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15701            ! ext/Encode/lib/Encode/JP/JIS.pm
15702            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15703 ____________________________________________________________________________
15704 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
15705         Log: Integrate perlio:
15706              
15707              [ 15462]
15708              Avoid core-dump in Encode with PERLIO=mmap
15709      Branch: perl
15710           !> ext/Encode/Encode.xs
15711 ____________________________________________________________________________
15712 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
15713         Log: In the spirit of #15464.
15714      Branch: perl
15715            ! perl.c sv.c
15716 ____________________________________________________________________________
15717 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
15718         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
15719              From: Michael G Schwern <schwern@pobox.com>
15720              Date: Sun, 24 Mar 2002 02:27:25 -0500
15721              Message-ID: <20020324072725.GA3554@blackrider>
15722      Branch: perl
15723            ! perl.c
15724 ____________________________________________________________________________
15725 [ 15463] By: nick                                  on 2002/03/24  10:24:41
15726         Log: Integrate mainline
15727      Branch: perlio
15728           +> (branch 28 files)
15729            - lib/bigfloat.t lib/bigint.t
15730           !> (integrate 59 files)
15731 ____________________________________________________________________________
15732 [ 15462] By: nick                                  on 2002/03/24  08:59:35
15733         Log: Avoid core-dump in Encode with PERLIO=mmap
15734      Branch: perlio
15735            ! ext/Encode/Encode.xs
15736 ____________________________________________________________________________
15737 [ 15461] By: nick                                  on 2002/03/24  08:58:21
15738         Log: Too many machines doing integrate mainline
15739      Branch: perlio
15740           !> Changes Configure lib/AutoSplit.t
15741           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
15742           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
15743           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
15744           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
15745 ____________________________________________________________________________
15746 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
15747         Log: Retract Math::BigInt::Lite for now, seems to confuse
15748              bignum and bigrat.
15749      Branch: perl
15750            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15751            ! MANIFEST
15752 ____________________________________________________________________________
15753 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
15754         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
15755              From: "Craig A. Berry" <craigberry@mac.com>
15756              Date: Sat, 23 Mar 2002 23:23:00 -0600
15757              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
15758      Branch: perl
15759            ! configure.com vms/vms.c
15760 ____________________________________________________________________________
15761 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
15762         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
15763              From: Michael G Schwern <schwern@pobox.com>
15764              Date: Sat, 23 Mar 2002 21:32:32 -0500
15765              Message-ID: <20020324023232.GA29972@blackrider>
15766              
15767              (with Russ Allbery's simplifications)
15768      Branch: perl
15769            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
15770 ____________________________________________________________________________
15771 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
15772         Log: Merge Math::BigInt::Lite 0.08, from Tels.
15773      Branch: perl
15774            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15775            ! MANIFEST
15776 ____________________________________________________________________________
15777 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
15778         Log: Too chatty.
15779      Branch: perl
15780            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
15781 ____________________________________________________________________________
15782 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
15783         Log: Merge bignum 0.10, from Tels.
15784      Branch: perl
15785            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
15786            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
15787            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
15788            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15789            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
15790            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
15791            ! MANIFEST
15792 ____________________________________________________________________________
15793 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
15794         Log: Rename the Perl 4 tests in preparation of bignum.
15795      Branch: perl
15796            + lib/bigfloatpl.t lib/bigintpl.t
15797            - lib/bigfloat.t lib/bigint.t
15798            ! MANIFEST
15799 ____________________________________________________________________________
15800 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
15801         Log: Merge Math::BigRat 0.04, from Tels.
15802      Branch: perl
15803            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
15804            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
15805            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
15806            + t/lib/Math/BigRat/Test.pm
15807            ! MANIFEST
15808 ____________________________________________________________________________
15809 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
15810         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
15811              From: Dave Mitchell <davem@fdgroup.com>
15812              Date: Sat, 23 Mar 2002 22:27:24 +0000
15813              Message-ID: <20020323222724.A19425@fdgroup.com>
15814      Branch: perl
15815            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
15816 ____________________________________________________________________________
15817 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
15818         Log: Forgotten.
15819      Branch: perl
15820            ! ext/Unicode/Normalize/README
15821 ____________________________________________________________________________
15822 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
15823         Log: Update Changes.
15824      Branch: perl
15825            ! Changes patchlevel.h
15826 ____________________________________________________________________________
15827 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
15828         Log: Subject: perldoc -m [PATCH]
15829              From: "John L. Allen" <allen@grumman.com>
15830              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
15831              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
15832      Branch: perl
15833            ! utils/perldoc.PL
15834 ____________________________________________________________________________
15835 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
15836         Log: Subject: Re: Copious warnings from Sys::Syslog
15837              From: andreas.koenig@anima.de (Andreas J. Koenig)
15838              Date: Sat, 23 Mar 2002 06:47:08 +0100
15839              Message-ID: <m31yebvns3.fsf@anima.de>
15840      Branch: perl
15841            ! ext/Sys/Syslog/Syslog.pm
15842 ____________________________________________________________________________
15843 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
15844         Log: Upgrade to Math::BigInt 1.55, from Tels.
15845      Branch: perl
15846            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
15847            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
15848            + lib/Math/BigInt/t/use_lib4.t
15849            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15850            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
15851            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
15852            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
15853            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
15854            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
15855            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
15856            ! lib/Math/BigInt/t/upgrade.t
15857 ____________________________________________________________________________
15858 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
15859         Log: Upgrade to Encode 0.97, from Dan Kogai.
15860      Branch: perl
15861            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
15862            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15863            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
15864            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15865            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15866            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
15867            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
15868            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
15869            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
15870            ! ext/Encode/t/Tcl.t
15871 ____________________________________________________________________________
15872 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
15873         Log: Slight tweaks on #15443.
15874      Branch: perl
15875            ! pod/perlvar.pod
15876 ____________________________________________________________________________
15877 [ 15444] By: nick                                  on 2002/03/23  17:30:42
15878         Log: Integrate mainline
15879      Branch: perlio
15880           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15881           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15882           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15883           !> (integrate 50 files)
15884 ____________________________________________________________________________
15885 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
15886         Log: Subject: patch [bleadperl]: Document %! special variable
15887              From: mjd@plover.com
15888              Date: 23 Mar 2002 18:25:44 -0000
15889              Message-ID: <20020323182544.11741.qmail@plover.com>    
15890      Branch: perl
15891            ! pod/perlvar.pod
15892 ____________________________________________________________________________
15893 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
15894         Log: Since the Encode::JP is unsupported under EBCDIC we
15895              cannot run this test (aliases as such should work fine).
15896      Branch: perl
15897            ! ext/Encode/t/Aliases.t
15898 ____________________________________________________________________________
15899 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
15900         Log: EBCDIC: the sorting order is different under
15901              byte-EBCDIC and Unicode.
15902      Branch: perl
15903            ! t/op/utfhash.t
15904 ____________________________________________________________________________
15905 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
15906         Log: EBCDIC: the character codes are different.
15907      Branch: perl
15908            ! lib/Pod/t/pod2html-lib.pl
15909 ____________________________________________________________________________
15910 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
15911         Log: Purify: #15434 got the test the wrong.
15912              (Is there an approved way of testing "is this an unop"?)
15913      Branch: perl
15914            ! op.c
15915 ____________________________________________________________________________
15916 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
15917         Log: Purify: Array bounds read: could read one character past the end.
15918      Branch: perl
15919            ! pp_pack.c
15920 ____________________________________________________________________________
15921 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
15922         Log: Purify: Array bounds read: reading one byte before the buffer.
15923      Branch: perl
15924            ! util.c
15925 ____________________________________________________________________________
15926 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
15927         Log: Purify: Unitialized memory read.  Too many code paths
15928              to keep track of, I guess.
15929      Branch: perl
15930            ! sv.c
15931 ____________________________________________________________________________
15932 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
15933         Log: Purify: Array bounds write: pre-extend the strxfrm
15934              buffer by a factor of four (suggested maximum by HP-UX;
15935              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
15936              know how portable that is; locale.c uses yet another trick
15937              (not a particularly good trick, I might add))
15938      Branch: perl
15939            ! ext/POSIX/POSIX.xs
15940 ____________________________________________________________________________
15941 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
15942         Log: Purify: Array bounds read: o->op_last was accessed
15943              for unops (via newUNOP() and ck_eof()).
15944              (analysis okay, patch bad: see #15439)
15945      Branch: perl
15946            ! op.c
15947 ____________________________________________________________________________
15948 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
15949         Log: Subject: [PATCH] vms/test.com, File::Find tests
15950              From: "Craig A. Berry" <craigberry@mac.com>
15951              Date: Fri, 22 Mar 2002 16:52:59 -0600
15952              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
15953      Branch: perl
15954            ! vms/test.com
15955 ____________________________________________________________________________
15956 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
15957         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
15958              From: Michael G Schwern <schwern@pobox.com>
15959              Date: Fri, 22 Mar 2002 18:08:19 -0500
15960              Message-ID: <20020322230819.GB16454@blackrider>
15961      Branch: perl
15962            ! ext/Sys/Syslog/Syslog.pm
15963 ____________________________________________________________________________
15964 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
15965         Log: Update the information on Encode.
15966      Branch: perl
15967            ! pod/perldelta.pod
15968 ____________________________________________________________________________
15969 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
15970         Log: Upgrade to Encode 0.96, from Dan Kogai.
15971      Branch: perl
15972            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15973            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15974            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15975            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15976            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
15977            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15978            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
15979            ! ext/Encode/lib/Encode/Alias.pm
15980            ! ext/Encode/lib/Encode/Encoding.pm
15981            ! ext/Encode/lib/Encode/Internal.pm
15982            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15983 ____________________________________________________________________________
15984 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
15985         Log: Subject: [PATCH] h2xs.t fix for VMS
15986              From: "Craig A. Berry" <craigberry@mac.com>
15987              Date: Fri, 22 Mar 2002 15:47:38 -0600
15988              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
15989      Branch: perl
15990            ! lib/h2xs.t
15991 ____________________________________________________________________________
15992 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
15993         Log: One more pass.
15994      Branch: perl
15995            ! epoc/config.sh
15996 ____________________________________________________________________________
15997 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
15998         Log: Even better version from Olaf Flebbe.
15999      Branch: perl
16000            ! epoc/config.sh pp_sys.c util.c
16001 ____________________________________________________________________________
16002 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
16003         Log: EPOC update from Olaf Flebbe.
16004      Branch: perl
16005            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
16006            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
16007 ____________________________________________________________________________
16008 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
16009         Log: Tweak from John P. Linderman.
16010      Branch: perl
16011            ! pod/perlhack.pod
16012 ____________________________________________________________________________
16013 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
16014         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
16015              From: Stas Bekman <stas@stason.org>
16016              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
16017              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
16018      Branch: perl
16019            ! pod/perlfunc.pod
16020 ____________________________________________________________________________
16021 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
16022         Log: Subject: [PATCH] check sysconf's return value in reentr.c
16023              From: <slaven.rezic@berlin.de>
16024              Date: Fri, 22 Mar 2002 18:30:36 +0100
16025              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
16026              
16027              (plus use 4k instead 2k as the "usual" size)
16028      Branch: perl
16029            ! reentr.c reentr.pl
16030 ____________________________________________________________________________
16031 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
16032         Log: Update Changes.
16033      Branch: perl
16034            ! Changes patchlevel.h
16035 ____________________________________________________________________________
16036 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
16037         Log: Forgot from #15416.
16038      Branch: perl
16039            ! pod/perlfaq3.pod
16040 ____________________________________________________________________________
16041 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
16042         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
16043              From: andreas.koenig@anima.de (Andreas J. Koenig)
16044              Date: Fri, 22 Mar 2002 16:27:51 +0100
16045              Message-ID: <m3n0x0vczs.fsf@anima.de>
16046      Branch: perl
16047            ! pod/perlmodstyle.pod
16048 ____________________________________________________________________________
16049 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
16050         Log: metaconfig unit changes for #15418.
16051      Branch: metaconfig
16052            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16053            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16054            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16055            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16056            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16057            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16058            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16059            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16060            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16061            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16062            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16063            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16064            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16065            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16066            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16067            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16068            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16069            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16070            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16071            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16072            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16073            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16074            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16075            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16076 ____________________________________________________________________________
16077 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
16078         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
16079              Also, there's no i_stdio.
16080      Branch: perl
16081            ! Configure reentr.h reentr.pl
16082 ____________________________________________________________________________
16083 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
16084         Log: Document a known AIX warning.
16085      Branch: perl
16086            ! pod/perldelta.pod
16087 ____________________________________________________________________________
16088 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
16089         Log: Undo #15415, allow the faq people to catch up first.
16090      Branch: perl
16091            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
16092 ____________________________________________________________________________
16093 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
16094         Log: FAQ sync.
16095      Branch: perl
16096            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
16097 ____________________________________________________________________________
16098 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
16099         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
16100              From: andreas.koenig@anima.de (Andreas J. Koenig)
16101              Date: Fri, 22 Mar 2002 15:16:19 +0100
16102              Message-ID: <m38z8kwuvg.fsf@anima.de>
16103              
16104              (plus reformat)
16105      Branch: perl
16106            ! pod/perldelta.pod
16107 ____________________________________________________________________________
16108 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
16109         Log: Integrate perlio:
16110              
16111              [ 15412]
16112              Check for sanity of UTF-8 keys in hashes
16113              (feel free to add more tests...)
16114              
16115              [ 15410]
16116              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
16117              - when (e.g.) STDOUT is char special file and gets IoOFP
16118              created - do _NOT_ pass num_svs as that fopen-s stringified
16119              glob, and not fdopen-s the fd.
16120      Branch: perl
16121           +> t/op/utfhash.t
16122           !> MANIFEST doio.c
16123 ____________________________________________________________________________
16124 [ 15412] By: nick                                  on 2002/03/22  10:50:53
16125         Log: Check for sanity of UTF-8 keys in hashes
16126              (feel free to add more tests...)
16127      Branch: perlio
16128            + t/op/utfhash.t
16129            ! MANIFEST
16130 ____________________________________________________________________________
16131 [ 15411] By: ams                                   on 2002/03/22  08:36:33
16132         Log: Revert #15200 for backwards compatiblity reasons.
16133      Branch: perl
16134            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
16135            ! pp_ctl.c t/op/override.t
16136 ____________________________________________________________________________
16137 [ 15410] By: nick                                  on 2002/03/22  07:47:41
16138         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
16139              - when (e.g.) STDOUT is char special file and gets IoOFP
16140              created - do _NOT_ pass num_svs as that fopen-s stringified
16141              glob, and not fdopen-s the fd.
16142      Branch: perlio
16143            ! doio.c
16144 ____________________________________________________________________________
16145 [ 15409] By: nick                                  on 2002/03/22  07:19:33
16146         Log: Integrate mainline
16147      Branch: perlio
16148           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
16149           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
16150           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
16151           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
16152           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
16153           +> ext/Encode/lib/Encode/Details.pod
16154           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16155           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
16156           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16157           +> lib/Pod/t/pod2html-lib.pl
16158            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16159           !> (integrate 39 files)
16160 ____________________________________________________________________________
16161 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
16162         Log: Win32 tweak from mjd.
16163      Branch: perl
16164            ! lib/Tie/File.pm
16165 ____________________________________________________________________________
16166 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
16167         Log: If Unicode keys are entered to a hash, a bit is turned on.
16168              If the bit is on, when the keys are fetched from the hash
16169              (%h, each %h, keys %h), the Unicodified versions of the keys
16170              are returned if needed.  This solution errs on the size of
16171              over-Unicodifying, the old solution erred on the side of
16172              under-Unicodifying.  As long as the hash keys can be a mix
16173              of byte and Unicode strings, a perfect fit is hard to come by.
16174      Branch: perl
16175            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
16176            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
16177 ____________________________________________________________________________
16178 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
16179         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
16180              From: Mike Guy <mjtg@cam.ac.uk>
16181              Date: Fri, 22 Mar 2002 02:08:20 +0000
16182              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
16183      Branch: perl
16184            ! pod/perldelta.pod
16185 ____________________________________________________________________________
16186 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
16187         Log: PM_SETRE() fallout.
16188      Branch: perl
16189            ! ext/ByteLoader/bytecode.h
16190 ____________________________________________________________________________
16191 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
16192         Log: Subject: [PATCH pod/perlxs.pod] doc fix
16193              From: Stas Bekman <stas@stason.org>
16194              Date: Thu, 21 Mar 2002 18:47:35 +0800
16195              Message-ID: <3C99BA47.9010403@stason.org>
16196      Branch: perl
16197            ! pod/perlxs.pod
16198 ____________________________________________________________________________
16199 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
16200         Log: Subject: [PATCH]
16201              From: Slaven Rezic <slaven.rezic@berlin.de>
16202              Date: 21 Mar 2002 10:19:23 +0100
16203              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
16204              
16205              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
16206      Branch: perl
16207            ! hints/freebsd.sh
16208 ____________________________________________________________________________
16209 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
16210         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
16211              From: Tim Bunce <Tim.Bunce@pobox.com>
16212              Date: Thu, 21 Mar 2002 21:18:05 +0000
16213              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
16214      Branch: perl
16215            ! ext/Storable/Storable.xs
16216 ____________________________________________________________________________
16217 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
16218         Log: Reword the Apache^Wmod_perl bit so that Sarathy
16219              can sleep easier :-)
16220      Branch: perl
16221            ! pod/perldelta.pod
16222 ____________________________________________________________________________
16223 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
16224         Log: It seems that the strange failure (core dump) of
16225              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
16226              (1) using Sun's cc helps
16227              (2) rewriting the ithreads PM_SETRE() to do the
16228              setting in two steps helps
16229              (3) no other platforms have the crash
16230              (4) Tru64's Third Degree sees nothing evil
16231              So we implement (2).
16232      Branch: perl
16233            ! op.h
16234 ____________________________________________________________________________
16235 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
16236         Log: Solaris: default to the SUNwspro cc if it is available.
16237      Branch: perl
16238            ! hints/solaris_2.sh
16239 ____________________________________________________________________________
16240 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
16241         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
16242              does not get fixed in time.
16243      Branch: perl
16244            ! pod/perldelta.pod
16245 ____________________________________________________________________________
16246 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
16247         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
16248              From: Dave Mitchell <davem@fdgroup.com>
16249              Date: Thu, 21 Mar 2002 17:24:40 +0000
16250              Message-ID: <20020321172440.C13683@fdgroup.com>
16251      Branch: perl
16252            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
16253            ! pod/perlapi.pod proto.h sv.h toke.c
16254 ____________________________________________________________________________
16255 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
16256         Log: One more proto escapee.
16257      Branch: perl
16258            ! hints/linux.sh
16259 ____________________________________________________________________________
16260 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
16261         Log: metaconfig unit change for #15394.
16262      Branch: metaconfig/U/perl
16263            ! Checkcc.U
16264 ____________________________________________________________________________
16265 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
16266         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
16267              From: Robin Barker <rmb1@cise.npl.co.uk>
16268              Date: Thu, 21 Mar 2002 17:35:00 GMT
16269              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
16270      Branch: perl
16271            ! Configure
16272 ____________________________________________________________________________
16273 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
16274         Log: Subject: Re: [tests for Pod::Html]
16275              From: Stas Bekman <stas@stason.org>
16276              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
16277              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
16278      Branch: perl
16279            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16280            - t/pod2html/README
16281            ! MANIFEST lib/Pod/t/pod2html-lib.pl
16282 ____________________________________________________________________________
16283 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
16284         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
16285              From: Stas Bekman <stas@stason.org>
16286              Date: Thu, 21 Mar 2002 18:50:56 +0800
16287              Message-ID: <3C99BB10.50004@stason.org>
16288      Branch: perl
16289            ! ext/Cwd/Cwd.xs
16290 ____________________________________________________________________________
16291 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
16292         Log: Upgrade to Encode 0.95, from Dan Kogai.
16293      Branch: perl
16294            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
16295            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
16296            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
16297            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
16298            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
16299            + ext/Encode/lib/Encode/Details.pod
16300            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
16301            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16302            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16303            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
16304            ! ext/Encode/Makefile.PL
16305 ____________________________________________________________________________
16306 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
16307         Log: Mention the new syslog try-harder feature.
16308      Branch: perl
16309            ! pod/perldelta.pod
16310 ____________________________________________________________________________
16311 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
16312         Log: metaconfig unit changes for #15388.
16313      Branch: metaconfig
16314            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16315            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16316            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16317            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16318            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16319            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16320            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16321            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16322            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16323            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16324            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16325            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16326            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16327            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16328            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16329            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16330            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16331            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16332            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16333            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16334            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16335            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16336            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16337            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16338 ____________________________________________________________________________
16339 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
16340         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
16341              From: Spider Boardman <spider@web.zk3.dec.com>
16342              Date: Thu, 21 Mar 2002 09:23:45 -0500
16343              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
16344      Branch: perl
16345            ! Configure hints/hpux.sh reentr.pl
16346 ____________________________________________________________________________
16347 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
16348         Log: NetWare diff from C Aditya.
16349      Branch: perl
16350            ! perl.h
16351 ____________________________________________________________________________
16352 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
16353         Log: The htmlview test doesn't work yet.
16354      Branch: perl
16355            + t/pod2html/README
16356            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16357            ! MANIFEST
16358 ____________________________________________________________________________
16359 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
16360         Log: Placeholder.
16361      Branch: perl
16362            ! MANIFEST
16363 ____________________________________________________________________________
16364 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
16365         Log: Integrate perlio:
16366              
16367              [ 15381]
16368              Restore tabs so dmake will parse file!
16369      Branch: perl
16370           !> win32/makefile.mk
16371 ____________________________________________________________________________
16372 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
16373         Log: Subject: [tests for Pod::Html]
16374              From: Stas Bekman <stas@stason.org>
16375              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
16376              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
16377      Branch: perl
16378            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
16379            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
16380            + lib/Pod/t/pod2html-lib.pl
16381            ! MANIFEST
16382 ____________________________________________________________________________
16383 [ 15382] By: nick                                  on 2002/03/21  07:21:57
16384         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
16385      Branch: perlio
16386           +> ext/Encode/AUTHORS ext/Encode/Changes
16387           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
16388           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16389           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16390           +> ext/I18N/Langinfo/fallback/const-c.inc
16391           +> ext/I18N/Langinfo/fallback/const-xs.inc
16392           +> lib/ExtUtils/t/Constant.t
16393            - ext/Encode/Encode/euc-jp-0212.enc
16394            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
16395            - ext/Encode/t/table.euc ext/Encode/t/table.ref
16396            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
16397           !> (integrate 105 files)
16398 ____________________________________________________________________________
16399 [ 15381] By: nick                                  on 2002/03/21  06:59:57
16400         Log: Restore tabs so dmake will parse file!
16401      Branch: perlio
16402            ! win32/makefile.mk
16403 ____________________________________________________________________________
16404 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
16405         Log: Upgrade to Unicode::Normalize 0.16.
16406      Branch: perl
16407            ! ext/Unicode/Normalize/Changes
16408            ! ext/Unicode/Normalize/Normalize.pm
16409 ____________________________________________________________________________
16410 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
16411         Log: Schwern's wallet is a bit more loose.
16412      Branch: perl
16413            ! t/lib/1_compile.t
16414 ____________________________________________________________________________
16415 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
16416         Log: Subject: [PATCH]
16417              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16418              Date: Wed, 20 Mar 2002 22:56:17 -0000
16419              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
16420              
16421              packWARN also for subdirs.
16422      Branch: perl
16423            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
16424            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
16425            ! win32/win32.c
16426 ____________________________________________________________________________
16427 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
16428         Log: A plan is better.
16429      Branch: perl
16430            ! ext/Encode/t/CJKalias.t
16431 ____________________________________________________________________________
16432 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
16433         Log: Upgrade to Encode 0.94, from Dan Kogai.
16434      Branch: perl
16435            + ext/Encode/lib/Encode/Description.pod
16436            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16437            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
16438            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16439            ! ext/Encode/lib/Encode/Encoding.pm
16440            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16441            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16442            ! ext/Encode/t/CJKalias.t
16443 ____________________________________________________________________________
16444 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
16445         Log: Rats' nest.
16446      Branch: perl
16447            ! hints/solaris_2.sh
16448 ____________________________________________________________________________
16449 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
16450         Log: Rrright.
16451      Branch: perl
16452            ! pod/perlguts.pod
16453 ____________________________________________________________________________
16454 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
16455         Log: Update Changes.
16456      Branch: perl
16457            ! Changes patchlevel.h
16458 ____________________________________________________________________________
16459 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
16460         Log: Reapply #15336.
16461      Branch: perl
16462            ! ext/Encode/lib/Encode/Tcl.pm
16463 ____________________________________________________________________________
16464 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
16465         Log: Upgrade to Encode 0.93, from Dan Kogai.
16466      Branch: perl
16467            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
16468            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16469            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
16470            ! ext/Encode/README ext/Encode/TW/TW.pm
16471            ! ext/Encode/lib/Encode/CN/HZ.pm
16472            ! ext/Encode/lib/Encode/Encoding.pm
16473            ! ext/Encode/lib/Encode/Internal.pm
16474            ! ext/Encode/lib/Encode/JP/Constants.pm
16475            ! ext/Encode/lib/Encode/JP/H2Z.pm
16476            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16477            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16478            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16479            ! ext/Encode/lib/Encode/Tcl/Table.pm
16480            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16481            ! ext/Encode/lib/Encode/iso10646_1.pm
16482            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16483            ! ext/Encode/t/JP.t
16484 ____________________________________________________________________________
16485 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
16486         Log: Subject: patch for syslog
16487              From: <Nick.Williams@morganstanley.com>
16488              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
16489              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
16490      Branch: perl
16491            ! ext/Sys/Syslog/Syslog.pm
16492 ____________________________________________________________________________
16493 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
16494         Log: Some failure updates.
16495      Branch: perl
16496            ! pod/perldelta.pod
16497 ____________________________________________________________________________
16498 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
16499         Log: Getopt::Long 2.29 from Johan Vromans.
16500      Branch: perl
16501            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
16502 ____________________________________________________________________________
16503 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
16504         Log: Rename ExtUtils.t to Constant.t, as suggested by
16505              Nicholas Clark.
16506      Branch: perl
16507            + lib/ExtUtils/t/Constant.t
16508            - lib/ExtUtils/t/ExtUtils.t
16509            ! MANIFEST
16510 ____________________________________________________________________________
16511 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
16512         Log: Subject: [PATCH] TODO - Make Schwern Poorer
16513              From: Nicholas Clark <nick@unfortu.net>
16514              Date: Tue, 19 Mar 2002 22:50:28 +0000
16515              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
16516      Branch: perl
16517            ! t/lib/1_compile.t
16518 ____________________________________________________________________________
16519 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
16520         Log: Subject: Re: The story of O [PATCH]
16521              From: Richard.Foley@t-online.de (Richard Foley)
16522              Date: Sun, 17 Mar 2002 08:37:26 +0100
16523              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
16524      Branch: perl
16525            ! lib/perl5db.pl
16526 ____________________________________________________________________________
16527 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
16528         Log: Mention the external modules Encode::HanExtra and
16529              PadWalker.
16530      Branch: perl
16531            ! pod/perldelta.pod
16532 ____________________________________________________________________________
16533 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
16534         Log: Subject: [PATCH] List lexicals from debugger
16535              From: Peter Scott <Peter@PSDT.com>
16536              Date: Tue, 19 Mar 2002 12:28:52 -0800
16537              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
16538      Branch: perl
16539            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
16540 ____________________________________________________________________________
16541 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
16542         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
16543              and :encoding(xxx) was errorneously parsed.
16544      Branch: perl
16545            ! lib/open.pm
16546 ____________________________________________________________________________
16547 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
16548         Log: Subject: [PATCH bleadperl] exec.t tweak
16549              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16550              Date: Wed, 20 Mar 2002 01:21:40 +0100
16551              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
16552              
16553              4NT returns 2 as error-code for nonexistant file.
16554      Branch: perl
16555            ! t/op/exec.t
16556 ____________________________________________________________________________
16557 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
16558         Log: minor Tie::File test patch to make win32 happier, from mjd.
16559      Branch: perl
16560            ! lib/Tie/File/t/30_defer.t
16561 ____________________________________________________________________________
16562 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
16563         Log: Subject: [PATCH bleadperl] magic.t tweak
16564              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16565              Date: Wed, 20 Mar 2002 00:39:16 +0100
16566              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
16567      Branch: perl
16568            ! t/op/magic.t
16569 ____________________________________________________________________________
16570 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
16571         Log: Typo fix from Andreas Koenig, plus a tweak.
16572      Branch: perl
16573            ! pod/perlunicode.pod
16574 ____________________________________________________________________________
16575 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
16576         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
16577              in Mandrake 8.2.  Now we need to figure out a way not to
16578              unbreak Apache.
16579      Branch: perl
16580            ! hints/linux.sh
16581 ____________________________________________________________________________
16582 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
16583         Log: Fix for "UTF-8 bug with s///" from Hugo.
16584      Branch: perl
16585            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
16586            ! t/op/pat.t
16587 ____________________________________________________________________________
16588 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
16589         Log: metaconfig unit change for #15354.
16590      Branch: metaconfig
16591            ! U/threads/usethreads.U
16592 ____________________________________________________________________________
16593 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
16594         Log: Installation updates on threads and perlio.
16595      Branch: perl
16596            ! Configure INSTALL
16597 ____________________________________________________________________________
16598 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
16599         Log: Tpo.
16600      Branch: perl
16601            ! pod/perlfaq6.pod
16602 ____________________________________________________________________________
16603 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
16604         Log: Regen modlib and toc.
16605      Branch: perl
16606            ! pod/perlmodlib.pod pod/perltoc.pod
16607 ____________________________________________________________________________
16608 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
16609         Log: Whitespace tweaks.
16610      Branch: perl
16611            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
16612            ! pod/perltodo.pod pod/perlunicode.pod
16613 ____________________________________________________________________________
16614 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
16615         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
16616              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
16617              (And as suggested by Markus Kuhn.)
16618              
16619              While we are at it, document also the case of
16620              mixed hash keys as a known potential troublemaker.
16621              (Since it's locale-related, sometimes.)
16622      Branch: perl
16623            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
16624            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
16625            ! pod/perluniintro.pod
16626 ____________________________________________________________________________
16627 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
16628         Log: Surely a typo.
16629      Branch: perl
16630            ! gv.c
16631 ____________________________________________________________________________
16632 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
16633         Log: Take two.
16634      Branch: perl
16635            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16636            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16637 ____________________________________________________________________________
16638 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
16639         Log: Let's try this from scratch.
16640      Branch: perl
16641            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16642            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16643 ____________________________________________________________________________
16644 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
16645         Log: I could do this all day...
16646      Branch: perl
16647            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16648            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16649 ____________________________________________________________________________
16650 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
16651         Log: Grrr.
16652      Branch: perl
16653            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16654            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16655 ____________________________________________________________________________
16656 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
16657         Log: Subject: Re: Nearly OK for cygwin@15318
16658              From: John Peacock <jpeacock@rowman.com>
16659              Date: Tue, 19 Mar 2002 15:58:08 -0500
16660              Message-ID: <3C97A660.3060302@rowman.com>
16661      Branch: perl
16662            ! pod/perlport.pod
16663 ____________________________________________________________________________
16664 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
16665         Log: Subject: Re: Nearly OK for cygwin@15318
16666              From: <slaven.rezic@berlin.de>
16667              Date: Tue, 19 Mar 2002 21:47:49 +0100
16668              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
16669              
16670              Subject: Re: Nearly OK for cygwin@15318
16671              From: <slaven.rezic@berlin.de>
16672              Date: Tue, 19 Mar 2002 21:37:18 +0100
16673              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
16674      Branch: perl
16675            ! pod/perlport.pod t/io/fs.t
16676 ____________________________________________________________________________
16677 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
16678         Log: D'oh.
16679      Branch: perl
16680            + ext/I18N/Langinfo/fallback/const-c.inc
16681            + ext/I18N/Langinfo/fallback/const-xs.inc
16682 ____________________________________________________________________________
16683 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
16684         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
16685              From: Nicholas Clark <nick@unfortu.net>
16686              Date: Tue, 19 Mar 2002 22:37:08 +0000
16687              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
16688              
16689              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
16690              From: Nicholas Clark <nick@ccl4.org>
16691              Date: Tue, 19 Mar 2002 22:39:55 +0000
16692              Message-ID: <20020319223954.G94831@plum.flirble.org>
16693      Branch: perl
16694            - ext/I18N/Langinfo/fallback.xs
16695            ! MANIFEST
16696 ____________________________________________________________________________
16697 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
16698         Log: Text, not binary.
16699      Branch: perl
16700            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16701            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16702 ____________________________________________________________________________
16703 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
16704         Log: Subject: Re: perl@15244
16705              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16706              Date: Mon, 18 Mar 2002 17:37:31 +0100
16707              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
16708              
16709              (Goedendag: Dutch whitespace police)
16710      Branch: perl
16711            ! hints/hpux.sh
16712 ____________________________________________________________________________
16713 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
16714         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
16715              From: Nicholas Clark <nick@unfortu.net>
16716              Date: Tue, 19 Mar 2002 21:52:47 +0000
16717              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
16718      Branch: perl
16719            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
16720            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
16721            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16722            ! ext/Sys/Syslog/Makefile.PL
16723 ____________________________________________________________________________
16724 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
16725         Log: More pathname portability checks.
16726      Branch: perl
16727            ! Porting/check83.pl
16728 ____________________________________________________________________________
16729 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
16730         Log: Begone, Encode::Tcl::Extended.
16731      Branch: perl
16732            ! ext/Encode/lib/Encode/Tcl.pm
16733 ____________________________________________________________________________
16734 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
16735         Log: This is like trying to put the shaving cream
16736              back to the can...
16737      Branch: perl
16738            ! hints/linux.sh
16739 ____________________________________________________________________________
16740 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
16741         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
16742              types of usleep().  Fun, fun. fun.
16743      Branch: perl
16744            ! hints/linux.sh
16745 ____________________________________________________________________________
16746 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
16747         Log: Sarathy's new suggestion for Linux threading flags.
16748      Branch: perl
16749            ! hints/linux.sh
16750 ____________________________________________________________________________
16751 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
16752         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
16753      Branch: perl
16754            - ext/Encode/Encode/euc-jp-0212.ucm
16755            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
16756            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16757 ____________________________________________________________________________
16758 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
16759         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
16760              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16761              Date: Tue, 19 Mar 2002 00:42:22 +0100
16762              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
16763      Branch: perl
16764            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
16765 ____________________________________________________________________________
16766 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
16767         Log: "+" is not a valid filename character in VMS.
16768      Branch: perl
16769            + ext/Encode/Encode/euc-jp-0212.ucm
16770            - ext/Encode/Encode/euc-jp+0212.ucm
16771            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16772 ____________________________________________________________________________
16773 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
16774         Log: Update Changes.
16775      Branch: perl
16776            ! Changes patchlevel.h
16777 ____________________________________________________________________________
16778 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
16779         Log: Take away _GNU_SOURCE since that does not seem
16780              to play well with other software (like Apache),
16781              just hint away the WHOAs.
16782      Branch: perl
16783            ! hints/linux.sh
16784 ____________________________________________________________________________
16785 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
16786         Log: metaconfig unit change for #15326.
16787      Branch: metaconfig
16788            ! U/threads/d_crypt_r.U
16789 ____________________________________________________________________________
16790 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
16791         Log: Support crypt_r(const char*,const char*, CRYPTD*).
16792      Branch: perl
16793            ! Configure reentr.h reentr.pl
16794 ____________________________________________________________________________
16795 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
16796         Log: VMS acrobatics from Peter Prymmer.
16797      Branch: perl
16798            ! lib/ExtUtils/t/ExtUtils.t
16799 ____________________________________________________________________________
16800 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
16801         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
16802              From: Stas Bekman <stas@stason.org>
16803              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
16804              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
16805      Branch: perl
16806            ! lib/Pod/Html.pm
16807 ____________________________________________________________________________
16808 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
16809         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
16810              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16811              Date: Tue, 19 Mar 2002 10:49:27 +0100
16812              Message-ID: <20020319104927.C705@rafael>   
16813      Branch: perl
16814            ! ext/B/t/xref.t
16815 ____________________________________________________________________________
16816 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
16817         Log: Integrate perlio:
16818              
16819              [ 15314]
16820              Move docs for Encode::valid_utf8 (which does not exist)
16821              to be docs for utf8::valid() (which does).
16822      Branch: perl
16823           !> ext/Encode/Encode.pm lib/utf8.pm
16824 ____________________________________________________________________________
16825 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
16826         Log: Remove Encode::Tcl::Extended, suggested by
16827              SADAHIRO Tomoyuki.
16828      Branch: perl
16829            - ext/Encode/Encode/euc-jp-0212.enc
16830            - ext/Encode/lib/Encode/Tcl/Extended.pm
16831            ! MANIFEST ext/Encode/MANIFEST
16832            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16833            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
16834 ____________________________________________________________________________
16835 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
16836         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
16837      Branch: perl
16838            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
16839            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
16840            + ext/Encode/t/jisx0212.ref
16841            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
16842            - ext/Encode/t/table.ref
16843            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16844            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
16845            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16846            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16847            ! ext/Encode/lib/Encode/CN/HZ.pm
16848            ! ext/Encode/lib/Encode/Encoding.pm
16849            ! ext/Encode/lib/Encode/Internal.pm
16850            ! ext/Encode/lib/Encode/JP/Constants.pm
16851            ! ext/Encode/lib/Encode/JP/H2Z.pm
16852            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16853            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16854            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16855            ! ext/Encode/lib/Encode/Tcl/Extended.pm
16856            ! ext/Encode/lib/Encode/Tcl/Table.pm
16857            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16858            ! ext/Encode/lib/Encode/iso10646_1.pm
16859            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16860            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
16861            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
16862 ____________________________________________________________________________
16863 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
16864         Log: constness+signedness nit.
16865      Branch: perl
16866            ! ext/Unicode/Normalize/Normalize.xs
16867 ____________________________________________________________________________
16868 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
16869         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
16870      Branch: perl
16871            ! ext/Unicode/Normalize/Changes
16872            ! ext/Unicode/Normalize/Normalize.pm
16873            ! ext/Unicode/Normalize/Normalize.xs
16874            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16875            ! ext/Unicode/Normalize/t/func.t
16876 ____________________________________________________________________________
16877 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
16878         Log: Split the ebcdic details to perlebcdic.
16879      Branch: perl
16880            ! pod/perlebcdic.pod pod/perluniintro.pod
16881 ____________________________________________________________________________
16882 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
16883         Log: Be explicit.
16884      Branch: perl
16885            ! pod/perluniintro.pod
16886 ____________________________________________________________________________
16887 [ 15315] By: nick                                  on 2002/03/19  09:24:18
16888         Log: Integrate mainline
16889      Branch: perlio
16890           +> ext/List/Util/t/openhan.t
16891           !> (integrate 53 files)
16892 ____________________________________________________________________________
16893 [ 15314] By: nick                                  on 2002/03/19  07:39:07
16894         Log: Move docs for Encode::valid_utf8 (which does not exist)
16895              to be docs for utf8::valid() (which does).
16896      Branch: perlio
16897            ! ext/Encode/Encode.pm lib/utf8.pm
16898 ____________________________________________________________________________
16899 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
16900         Log: Update the Unicode vs EBCDIC situation.
16901      Branch: perl
16902            ! pod/perlebcdic.pod pod/perluniintro.pod
16903 ____________________________________________________________________________
16904 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
16905         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
16906              From: Robert Spier <rspier@pobox.com>
16907              Date: Mon, 18 Mar 2002 19:22:55 -0800
16908              Message-ID: <15510.44815.383439.823671@rls.cx>
16909      Branch: perl
16910            ! ext/threads/t/end.t
16911 ____________________________________________________________________________
16912 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
16913         Log: UTF-8 walk errors that become visible in EBCDIC.
16914      Branch: perl
16915            ! regexec.c
16916 ____________________________________________________________________________
16917 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
16918         Log: s/regcinclasslen/reginclass/ and remove the old
16919              reginclass since nothing is using it.
16920      Branch: perl
16921            ! embed.fnc embed.h proto.h regexec.c
16922 ____________________________________________________________________________
16923 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
16924         Log: Close the file so it can be (a) removed (b) reopened.
16925      Branch: perl
16926            ! ext/B/t/xref.t
16927 ____________________________________________________________________________
16928 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
16929         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
16930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16931              Date: Mon, 18 Mar 2002 23:14:31 +0100
16932              Message-ID: <20020318231431.A699@rafael>
16933      Branch: perl
16934            ! ext/B/B.xs utf8.c
16935 ____________________________________________________________________________
16936 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
16937         Log: Failed patch hunk reapplied.
16938      Branch: perl
16939            ! lib/Tie/File/t/32_defer_misc.t
16940 ____________________________________________________________________________
16941 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
16942         Log: For DEBUGGING threaded builds.
16943      Branch: perl
16944            ! sv.c
16945 ____________________________________________________________________________
16946 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
16947         Log: AUTHORS update.
16948      Branch: perl
16949            ! AUTHORS
16950 ____________________________________________________________________________
16951 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
16952         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
16953              (Fix from Craig Berry)
16954      Branch: perl
16955            ! pp_sys.c
16956 ____________________________________________________________________________
16957 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
16958         Log: Subject: [PATCH] configure.com home-grown kill() check
16959              From: "Craig A. Berry" <craigberry@mac.com>
16960              Date: Mon, 18 Mar 2002 13:52:59 -0600
16961              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
16962      Branch: perl
16963            ! configure.com
16964 ____________________________________________________________________________
16965 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
16966         Log: Upgrade to Tie::File 0.50.
16967      Branch: perl
16968            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
16969            ! lib/Tie/File/t/32_defer_misc.t
16970 ____________________________________________________________________________
16971 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
16972         Log: AUTHORS updates.
16973      Branch: perl
16974            ! AUTHORS
16975 ____________________________________________________________________________
16976 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
16977         Log: Update Changes.
16978      Branch: perl
16979            ! Changes patchlevel.h
16980 ____________________________________________________________________________
16981 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
16982         Log: OS/390 update.
16983      Branch: perl
16984            ! pod/perldelta.pod
16985 ____________________________________________________________________________
16986 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
16987         Log: Forgot from #15288.
16988      Branch: perl
16989            ! ext/B/B.xs
16990 ____________________________________________________________________________
16991 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
16992         Log: Make regex DEBUGGING faster.
16993      Branch: perl
16994            ! perl.c perl.h regexec.c
16995 ____________________________________________________________________________
16996 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
16997         Log: Undo accidental perl.h part of #15295 (wait for #15297)
16998      Branch: perl
16999            ! perl.h
17000 ____________________________________________________________________________
17001 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
17002         Log: Subject: prefix slip
17003              From: andreas.koenig@anima.de (Andreas J. Koenig)
17004              Date: Mon, 18 Mar 2002 16:24:46 +0100
17005              Message-ID: <m3y9gp3nlt.fsf@anima.de>
17006              
17007              (perl.h part accidental, undone by #15296)
17008      Branch: perl
17009            ! INSTALL perl.h
17010 ____________________________________________________________________________
17011 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
17012         Log: Be tidy.
17013      Branch: perl
17014            ! ext/B/t/xref.t
17015 ____________________________________________________________________________
17016 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
17017         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
17018              From: Spider Boardman <spider@web.zk3.dec.com>
17019              Date: Mon, 18 Mar 2002 10:09:50 -0500
17020              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
17021      Branch: perl
17022            ! README.tru64 hints/dec_osf.sh
17023 ____________________________________________________________________________
17024 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
17025         Log: NetWare tweaks from C Aditya <caditya@novell.com>
17026      Branch: perl
17027            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
17028 ____________________________________________________________________________
17029 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
17030         Log: metaconfig unit change for #15290.
17031      Branch: metaconfig/U/perl
17032            ! perlxv.U
17033 ____________________________________________________________________________
17034 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
17035         Log: Subject: d_nv_preserves_uv_bits
17036              From: Nicholas Clark <nick@unfortu.net>
17037              Date: Thu, 14 Mar 2002 22:24:19 +0000
17038              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
17039      Branch: perl
17040            ! Configure Porting/Glossary Porting/config.sh config_h.SH
17041            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
17042            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
17043            ! win32/config.bc win32/config.gc win32/config.vc
17044            ! win32/config.win64
17045 ____________________________________________________________________________
17046 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
17047         Log: Subject: Re: perl@15244
17048              From: Spider Boardman <spider@web.zk3.dec.com>
17049              Date: Mon, 18 Mar 2002 09:38:55 -0500
17050              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
17051              
17052              (IA64 work.)
17053      Branch: perl
17054            ! hints/hpux.sh perl.h
17055 ____________________________________________________________________________
17056 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
17057         Log: Subject: [PATCH B] B::perlstring()
17058              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17059              Date: Sun, 17 Mar 2002 23:06:12 +0100
17060              Message-ID: <20020317230612.A24442@rafael>
17061      Branch: perl
17062            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
17063 ____________________________________________________________________________
17064 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
17065         Log: Subject: [PATCH] another pack "w" thing
17066              From: Nicholas Clark <nick@unfortu.net>
17067              Date: Sat, 16 Mar 2002 21:52:15 +0000
17068              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
17069      Branch: perl
17070            ! pp_pack.c t/op/pack.t
17071 ____________________________________________________________________________
17072 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
17073         Log: More prototypes blindness in Solaris.
17074              (TODO: readdir64_r really needs to be seen.)
17075      Branch: perl
17076            ! hints/solaris_2.sh
17077 ____________________________________________________________________________
17078 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
17079         Log: Integrate perlio:
17080              
17081              [ 15282]
17082              Tidy the "does not map" message for non-characters
17083              (e.g. iso-8859-3 "\xA5").
17084      Branch: perl
17085           !> ext/Encode/Encode.xs
17086 ____________________________________________________________________________
17087 [ 15284] By: nick                                  on 2002/03/18  11:00:31
17088         Log: Integrate mainline
17089      Branch: perlio
17090           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
17091           +> lib/Tie/File/t/32_defer_misc.t
17092           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
17093           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
17094           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
17095           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
17096           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
17097           !> reentr.pl regexec.c t/op/pat.t util.c
17098 ____________________________________________________________________________
17099 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
17100         Log: Sync with Scalar-List-Utils-1.07
17101      Branch: perl
17102            + ext/List/Util/t/openhan.t
17103            ! MANIFEST ext/List/Util/ChangeLog
17104            ! ext/List/Util/lib/List/Util.pm
17105            ! ext/List/Util/lib/Scalar/Util.pm
17106 ____________________________________________________________________________
17107 [ 15282] By: nick                                  on 2002/03/18  08:11:28
17108         Log: Tidy the "does not map" message for non-characters
17109              (e.g. iso-8859-3 "\xA5").
17110      Branch: perlio
17111            ! ext/Encode/Encode.xs
17112 ____________________________________________________________________________
17113 [ 15281] By: ams                                   on 2002/03/18  04:44:37
17114         Log: URL fix from MJD.
17115      Branch: perl
17116            ! pod/perlfaq3.pod
17117 ____________________________________________________________________________
17118 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
17119         Log: More prototype calming (really should fix the Configure
17120              protochk, but not at this point in time).
17121      Branch: perl
17122            ! hints/solaris_2.sh
17123 ____________________________________________________________________________
17124 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
17125         Log: return at the wrong side of #endif.
17126      Branch: perl
17127            ! util.c
17128 ____________________________________________________________________________
17129 [ 15278] By: ams                                   on 2002/03/17  23:45:31
17130         Log: Typo fix from Stas Bekman.
17131      Branch: perl
17132            ! pod/perlhack.pod
17133 ____________________________________________________________________________
17134 [ 15277] By: ams                                   on 2002/03/17  23:41:35
17135         Log: Upgrade to Tie::File 0.21.
17136      Branch: perl
17137            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
17138            + lib/Tie/File/t/32_defer_misc.t
17139            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
17140            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
17141            ! lib/Tie/File/t/22_autochomp.t
17142 ____________________________________________________________________________
17143 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
17144         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
17145              character classes use inlined macros instead of the full
17146              function call.
17147      Branch: perl
17148            ! regexec.c
17149 ____________________________________________________________________________
17150 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
17151         Log: Integrate perlio:
17152              
17153              [ 15274]
17154              Other :encoding oddities
17155              - we should really pop while we can still make method calls
17156              in case DESTROY does something.
17157              - Provide a no-op DESTROY
17158              - Use SvPV_only() rather than just SvPV_on()
17159              
17160              [ 15273]
17161              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
17162      Branch: perl
17163           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17164           !> ext/Encode/lib/Encode/Encoding.pm sv.c
17165 ____________________________________________________________________________
17166 [ 15274] By: nick                                  on 2002/03/17  20:00:12
17167         Log: Other :encoding oddities
17168              - we should really pop while we can still make method calls
17169              in case DESTROY does something.
17170              - Provide a no-op DESTROY
17171              - Use SvPV_only() rather than just SvPV_on()
17172      Branch: perlio
17173            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17174            ! ext/Encode/lib/Encode/Encoding.pm
17175 ____________________________________________________________________________
17176 [ 15273] By: nick                                  on 2002/03/17  19:53:24
17177         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
17178      Branch: perlio
17179            ! sv.c
17180 ____________________________________________________________________________
17181 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
17182         Log: Implement the retry-on-ERANGE for the get*_r().
17183              The buffer will keep doubling until 64k.
17184      Branch: perl
17185            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
17186            ! reentr.h reentr.pl
17187 ____________________________________________________________________________
17188 [ 15271] By: nick                                  on 2002/03/17  17:38:44
17189         Log: Integrate mainline
17190      Branch: perlio
17191           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
17192           +> t/op/pow.t
17193           !> (integrate 28 files)
17194 ____________________________________________________________________________
17195 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
17196         Log: Subject: UTF-8 bug (maybe alreayd known?)
17197              From: andreas.koenig@anima.de (Andreas J. Koenig)
17198              Date: Fri, 08 Mar 2002 16:36:01 +0100
17199              Message-ID: <m3n0xjul5q.fsf@anima.de>
17200      Branch: perl
17201            ! pp_hot.c t/op/pat.t
17202 ____________________________________________________________________________
17203 [ 15269] By: nick                                  on 2002/03/17  09:12:39
17204         Log: Integarate mainline
17205      Branch: perlio
17206           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17207           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17208           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
17209           !> (integrate 69 files)
17210 ____________________________________________________________________________
17211 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
17212         Log: Subject: SEGV in s/// and UTF-8
17213              From: andreas.koenig@anima.de (Andreas J. Koenig)
17214              Date: Tue, 12 Mar 2002 00:40:09 +0100
17215              Message-ID: <m3r8mqad2e.fsf@anima.de>
17216      Branch: perl
17217            ! regexec.c t/op/pat.t
17218 ____________________________________________________________________________
17219 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
17220         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
17221              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
17222              which assume that 2**someinteger is accurate.
17223      Branch: perl
17224            + t/op/pow.t
17225            ! MANIFEST pp.c t/test.pl
17226 ____________________________________________________________________________
17227 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
17228         Log: _r-ify config.win64, too.
17229      Branch: perl
17230            ! win32/config.win64
17231 ____________________________________________________________________________
17232 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
17233         Log: Better place to initialize (IRIX cc noticed that
17234              the many "goto defchars" bypass the initialization)
17235      Branch: perl
17236            ! regcomp.c
17237 ____________________________________________________________________________
17238 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
17239         Log: If not building threaded, never mind the threaded prototypes.
17240      Branch: perl
17241            ! Configure reentr.pl
17242 ____________________________________________________________________________
17243 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
17244         Log: metaconfig: If not using threads, not point probing for the
17245              prototypes (since they might be hidden behind many defines
17246              we won't have if not building threaded)
17247      Branch: metaconfig
17248            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17249            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17250            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17251            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17252            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17253            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17254            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17255            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17256            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17257            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17258            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17259            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17260            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17261            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17262            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17263            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17264            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17265            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17266            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17267            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17268            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17269            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17270            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17271            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17272 ____________________________________________________________________________
17273 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
17274         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
17275      Branch: perl
17276            ! hints/freebsd.sh
17277 ____________________________________________________________________________
17278 [ 15261] By: ams                                   on 2002/03/16  18:14:04
17279         Log: Upgrade to Tie::File 0.20.
17280      Branch: perl
17281            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
17282            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
17283            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
17284            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
17285            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17286            ! lib/Tie/File/t/11_rv_splice_rs.t
17287            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
17288            ! lib/Tie/File/t/16_handle.t
17289 ____________________________________________________________________________
17290 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
17291         Log: There seems to be a trend for the *time_r to be hidden.
17292      Branch: perl
17293            ! hints/irix_6.sh
17294 ____________________________________________________________________________
17295 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
17296         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
17297              From: Stas Bekman <stas@stason.org>
17298              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
17299              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
17300      Branch: perl
17301            ! lib/Pod/Html.pm
17302 ____________________________________________________________________________
17303 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
17304         Log: Subject: [PATCH] Re: dumpvar.pl bug
17305              From: Peter Scott <Peter@PSDT.com>
17306              Date: Fri, 15 Mar 2002 18:19:21 -0800
17307              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
17308      Branch: perl
17309            ! lib/dumpvar.pl lib/perl5db.pl
17310 ____________________________________________________________________________
17311 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
17312         Log: More paranoid _r protochecking.  At least Tru64 and
17313              Linux need additional hinting help to believe that
17314              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
17315              to see what goes bang.
17316      Branch: perl
17317            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
17318            ! reentr.pl
17319 ____________________________________________________________________________
17320 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
17321         Log: metaconfig: more paranoid _r protochecking.
17322      Branch: metaconfig
17323            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17324            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17325            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17326            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17327            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17328            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17329            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17330            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17331            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17332            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17333            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17334            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17335            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17336            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17337            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17338            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17339            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17340            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17341            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17342            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17343            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17344            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17345            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17346            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17347 ____________________________________________________________________________
17348 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
17349         Log: HP-UX gcc 3 warnings found by Sarathy.
17350      Branch: perl
17351            ! regcomp.c sv.c
17352 ____________________________________________________________________________
17353 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
17354         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
17355              From: Slaven Rezic <slaven.rezic@berlin.de>
17356              Date: 16 Mar 2002 15:29:18 +0100
17357              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
17358      Branch: perl
17359            ! pod/perldelta.pod
17360 ____________________________________________________________________________
17361 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
17362         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
17363      Branch: perl
17364            ! Porting/findrfuncs reentr.h reentr.pl
17365 ____________________________________________________________________________
17366 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
17367         Log: UIN32_MAX with borken under HP-UX+gcc
17368      Branch: perl
17369            ! handy.h
17370 ____________________________________________________________________________
17371 [ 15251] By: ams                                   on 2002/03/16  02:38:08
17372         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17373              *::DESTROY() is deprecated
17374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17375              Date: Thu, 14 Mar 2002 18:39:22 -0500
17376              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
17377              
17378              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
17379              *::DESTROY() is deprecated
17380              From: Dave Mitchell <davem@fdgroup.com>
17381              Date: Fri, 15 Mar 2002 19:22:49 +0000
17382              Message-Id: <20020315192249.A22389@fdgroup.com>
17383      Branch: perl
17384            ! gv.c t/op/method.t
17385 ____________________________________________________________________________
17386 [ 15250] By: ams                                   on 2002/03/16  02:14:41
17387         Log: Plural nit.
17388      Branch: perl
17389            ! pod/perldelta.pod
17390 ____________________________________________________________________________
17391 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
17392         Log: Doesn't make sense to test for protos if the
17393              functions are not to be used (!= functions exist!)
17394              This might be the key (well, a key) to the HP-UX
17395              problems.
17396      Branch: perl
17397            ! reentr.h reentr.pl
17398 ____________________________________________________________________________
17399 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
17400         Log: Typo in #15247.
17401      Branch: perl
17402            ! hints/hpux.sh
17403 ____________________________________________________________________________
17404 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
17405         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
17406              in HP-UX (from H.Merijn Brand)
17407      Branch: perl
17408            ! hints/hpux.sh
17409 ____________________________________________________________________________
17410 [ 15246] By: ams                                   on 2002/03/15  17:53:23
17411         Log: Subject: minor corrections in perldelta.pod
17412              From: mjd@plover.com
17413              Date: 15 Mar 2002 18:48:42 -0000
17414              Message-Id: <20020315184842.13573.qmail@plover.com>
17415      Branch: perl
17416            ! pod/perldelta.pod
17417 ____________________________________________________________________________
17418 [ 15245] By: ams                                   on 2002/03/15  17:37:52
17419         Log: Upgrade to Tie::File 0.19.
17420      Branch: perl
17421            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17422            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17423            + lib/Tie/File/t/21_win32.t
17424            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
17425            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
17426            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
17427            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
17428            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17429            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
17430            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
17431            ! lib/Tie/File/t/17_misc_meth.t
17432 ____________________________________________________________________________
17433 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
17434         Log: Update Changes.
17435      Branch: perl
17436            ! Changes patchlevel.h
17437 ____________________________________________________________________________
17438 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
17439         Log: Forgot from #15241.
17440      Branch: perl
17441            ! win32/config_sh.PL
17442 ____________________________________________________________________________
17443 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
17444         Log: Subject: patch pod/perltodo.pod
17445              From: mjd@plover.com
17446              Date: 15 Mar 2002 15:42:18 -0000
17447              Message-ID: <20020315154218.10163.qmail@plover.com>
17448              
17449              (With s/WANT/Want/)
17450      Branch: perl
17451            ! pod/perltodo.pod
17452 ____________________________________________________________________________
17453 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
17454         Log: Subject: [PATCH bleadperl] (revision 5 undef)
17455              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17456              Date: Fri, 15 Mar 2002 00:39:48 +0100
17457              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
17458      Branch: perl
17459            ! win32/config.bc win32/config.gc win32/config.vc
17460            ! win32/config.win64
17461 ____________________________________________________________________________
17462 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
17463         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
17464              From: Michael G Schwern <schwern@pobox.com>
17465              Date: Thu, 14 Mar 2002 16:39:29 -0500
17466              Message-ID: <20020314213929.GA2912@blackrider>
17467      Branch: perl
17468            ! lib/perl5db.pl
17469 ____________________________________________________________________________
17470 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
17471         Log: Integrate perlio:
17472              
17473              [ 15235]
17474              Add the binmode()s to make JP.t pass on Win32
17475      Branch: perl
17476           !> embed.fnc ext/Encode/t/JP.t
17477 ____________________________________________________________________________
17478 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
17479         Log: Monster _r patch: try to scan for all known _r variants,
17480              and then use them (under ithreads).  May fail in HP-UX,
17481              and the op/groups is known to be fickle everywhere.  Known
17482              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
17483              warnings in AIX since the first arguments of getnetbyaddr
17484              and getnetbyadd_r are of different types.  Thanks, IBM.)
17485              
17486              In non-Configure platforms deny the existence of any
17487              of the _r thingies.  (Also add the recently introduced
17488              d_tm_* to places it wasn't already in.)
17489              
17490              TODO: the suggested glibc buffer growth retry loop in case
17491              some entries (at least for: gr*, host*) are big.
17492              Forgot win32/config.win64.
17493      Branch: perl
17494            + reentr.c reentr.h reentr.pl
17495            ! Configure MANIFEST Makefile.SH NetWare/Makefile
17496            ! NetWare/config.wc Porting/Glossary Porting/config.sh
17497            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
17498            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
17499            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
17500            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
17501            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
17502            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
17503            ! win32/config.bc win32/config.gc win32/config.vc
17504            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
17505 ____________________________________________________________________________
17506 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
17507         Log: Be more explicit on when is the $! worth anything.
17508      Branch: perl
17509            ! pod/perlvar.pod
17510 ____________________________________________________________________________
17511 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
17512         Log: metaconfig: _r _r we go.
17513      Branch: metaconfig
17514            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17515            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17516            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17517            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17518            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17519            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17520            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17521            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17522            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17523            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17524            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17525            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17526            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17527            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17528            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17529            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17530            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17531            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17532            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17533            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17534            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17535            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17536            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17537            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17538 ____________________________________________________________________________
17539 [ 15235] By: nick                                  on 2002/03/15  07:31:54
17540         Log: Add the binmode()s to make JP.t pass on Win32
17541      Branch: perlio
17542            ! ext/Encode/t/JP.t
17543 ____________________________________________________________________________
17544 [ 15234] By: nick                                  on 2002/03/15  07:20:49
17545         Log: Integrate perlio:
17546              
17547              [ 15233]
17548              Mark JP.t's data files as binary
17549              
17550              [ 15011]
17551              Avoid $Id$ cleverness and just have a $VERSION.
17552      Branch: perl
17553           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
17554 ____________________________________________________________________________
17555 [ 15233] By: nick                                  on 2002/03/15  07:18:02
17556         Log: Mark JP.t's data files as binary
17557      Branch: perlio
17558            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
17559 ____________________________________________________________________________
17560 [ 15232] By: nick                                  on 2002/03/15  07:13:38
17561         Log: Integrate mainline
17562      Branch: perlio
17563           +> ext/B/t/xref.t
17564           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
17565           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
17566           !> perl.c t/op/arith.t
17567 ____________________________________________________________________________
17568 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
17569         Log: The section needs to be in the makedepend script
17570              (from Jan-Erik Karlsson).
17571      Branch: perl
17572            ! makedepend.SH
17573 ____________________________________________________________________________
17574 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
17575         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
17576              From: Nicholas Clark <nick@unfortu.net>
17577              Date: Thu, 14 Mar 2002 23:05:23 +0000
17578              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
17579      Branch: perl
17580            ! ext/Safe/safe2.t
17581 ____________________________________________________________________________
17582 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
17583         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
17584              From: "Brent Dax" <brentdax@cpan.org>
17585              Date: Thu, 14 Mar 2002 09:08:41 -0800
17586              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
17587      Branch: perl
17588            ! lib/Pod/Html.pm
17589 ____________________________________________________________________________
17590 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
17591         Log: metaconfig: one round again for the _r.
17592      Branch: metaconfig
17593            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17594            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17595            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17596            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17597            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17598            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17599            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17600            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17601            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17602            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17603            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17604            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17605            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17606            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17607            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17608            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17609            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17610            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17611            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17612            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17613            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17614            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17615            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17616            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17617 ____________________________________________________________________________
17618 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
17619         Log: metaconfig: new round of the _r units.
17620      Branch: metaconfig
17621            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17622            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17623            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17624            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17625            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17626            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17627            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17628            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17629            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17630            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17631            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17632            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17633            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17634            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17635            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17636            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17637            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17638            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17639            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17640            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17641            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17642            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17643            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17644            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17645      Branch: metaconfig/U/perl
17646            + i_crypt.U
17647 ____________________________________________________________________________
17648 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
17649         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
17650              From: Paul_GreenVOS@vos.stratus.com
17651              Date: Tue, 12 Mar 02 19:22 est   
17652              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
17653      Branch: perl
17654            ! lib/Benchmark.t t/op/arith.t
17655 ____________________________________________________________________________
17656 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
17657         Log: Subject: Re: Win32: C:\Program Files
17658              From: "Ken Williams" <ken@mathforum.org>
17659              Date: Wed, 13 Mar 2002 17:50:59 -0600
17660              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
17661              
17662              Add -t to perl -h.
17663      Branch: perl
17664            ! perl.c
17665 ____________________________________________________________________________
17666 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
17667         Log: Extra paranoia from Nick Clark.
17668      Branch: perl
17669            ! ext/Safe/safe2.t
17670 ____________________________________________________________________________
17671 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
17672         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
17673              From: Nicholas Clark <nick@ccl4.org>
17674              Date: Wed, 13 Mar 2002 14:22:50 +0000
17675              Message-ID: <20020313142250.G92566@plum.flirble.org>
17676      Branch: perl
17677            ! ext/Safe/safe2.t
17678 ____________________________________________________________________________
17679 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
17680         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
17681              From: <slaven.rezic@berlin.de>
17682              Date: Tue, 12 Mar 2002 13:03:41 +0100      
17683              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
17684      Branch: perl
17685            ! Makefile.SH
17686 ____________________________________________________________________________
17687 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
17688         Log: Subject: [PATCH] a test for B::Xref
17689              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17690              Date: Wed, 13 Mar 2002 17:18:57 +0100
17691              Message-ID: <20020313171857.F1144@rafael>
17692      Branch: perl
17693            + ext/B/t/xref.t
17694            ! MANIFEST ext/B/B/Xref.pm
17695 ____________________________________________________________________________
17696 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
17697         Log: Subject: [PATCH] Exporter.pm POD fixups
17698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17699              Date: Wed, 13 Mar 2002 16:21:42 +0100
17700              Message-ID: <20020313162142.A1144@rafael>
17701      Branch: perl
17702            ! lib/Exporter.pm
17703 ____________________________________________________________________________
17704 [ 15219] By: nick                                  on 2002/03/14  07:00:16
17705         Log: Integrate mainline
17706      Branch: perlio
17707           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
17708 ____________________________________________________________________________
17709 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
17710         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
17711              From: Michael G Schwern <schwern@pobox.com>
17712              Date: Wed, 13 Mar 2002 17:43:00 -0500
17713              Message-ID: <20020313224300.GG3311@blackrider>
17714      Branch: perl
17715            ! lib/ExtUtils/MM_VMS.pm
17716 ____________________________________________________________________________
17717 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
17718         Log: Pod tweak.
17719      Branch: perl
17720            ! lib/open.pm
17721 ____________________________________________________________________________
17722 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
17723         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
17724              From: "Craig A. Berry" <craigberry@mac.com>
17725              Date: Wed, 13 Mar 2002 01:44:01 -0600
17726              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
17727      Branch: perl
17728            ! vms/descrip_mms.template
17729 ____________________________________________________________________________
17730 [ 15215] By: nick                                  on 2002/03/13  08:08:36
17731         Log: Integrate mainline.
17732      Branch: perlio
17733           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17734            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17735            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17736            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17737            - ext/Data/Util/t/Hash.t
17738           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
17739           !> ext/Encode/lib/Encode/CN/HZ.pm
17740           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17741           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
17742           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
17743           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17744           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
17745           !> t/op/override.t toke.c universal.c
17746 ____________________________________________________________________________
17747 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
17748         Log: metaconfig: three guesses.
17749      Branch: metaconfig
17750            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17751            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17752            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17753            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17754            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17755            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17756            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17757            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17758            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17759            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17760            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17761            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17762            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17763            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17764            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17765            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17766            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17767            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17768            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17769            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17770            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17771            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17772            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17773            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17774 ____________________________________________________________________________
17775 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
17776         Log: metaconfig: regen _r units again.
17777      Branch: metaconfig
17778            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17779            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17780            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17781            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17782            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17783            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17784            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17785            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17786            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17787            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17788            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17789            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17790            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17791            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17792            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17793            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17794            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17795            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17796            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17797            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17798            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17799            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17800            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17801            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17802 ____________________________________________________________________________
17803 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
17804         Log: metaconfig: regen _r units.
17805      Branch: metaconfig
17806            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
17807            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17808            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17809            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17810            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17811            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17812            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17813            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17814            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17815            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17816            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17817            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17818            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17819            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17820            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17821            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17822            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17823            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17824            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17825            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17826            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17827            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17828            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17829            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17830            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17831 ____________________________________________________________________________
17832 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
17833         Log: metaconfig unit tweaks.
17834      Branch: metaconfig
17835            + U/threads/d_setprotoent_r.U
17836            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
17837            ! U/threads/d_tmpnam_r.U
17838 ____________________________________________________________________________
17839 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
17840         Log: metaconfig: replace the _r units with autogenerated ones.
17841      Branch: metaconfig
17842            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17843            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
17844            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17845            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
17846            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
17847            + U/threads/d_getprotobyname_r.U
17848            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17849            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
17850            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
17851            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17852            + U/threads/d_setservent_r.U
17853            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
17854            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
17855            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
17856            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
17857            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
17858            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
17859            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
17860            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
17861            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
17862            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17863            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17864            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17865            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17866            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17867            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
17868            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17869            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17870            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17871            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17872            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17873            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
17874            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
17875            ! U/threads/d_ttyname_r.U
17876 ____________________________________________________________________________
17877 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
17878         Log: More known threadsafings.
17879      Branch: perl
17880            ! Porting/findrfuncs
17881 ____________________________________________________________________________
17882 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
17883         Log: Small tweaks.
17884      Branch: perl
17885            ! lib/Internals.t universal.c
17886 ____________________________________________________________________________
17887 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
17888         Log: VERSIONize.
17889      Branch: perl
17890            ! ext/Encode/lib/Encode/CN/HZ.pm
17891            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17892            ! ext/Encode/lib/Encode/JP/JIS.pm
17893 ____________________________________________________________________________
17894 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
17895         Log: Subject: perl datastructure conversion shortcuts for DDD
17896              From: Stas Bekman <stas@stason.org>
17897              Date: Mon, 11 Mar 2002 14:54:31 +0800
17898              Message-ID: <3C8C54A7.5020502@stason.org>
17899      Branch: perl
17900            ! pod/perlhack.pod
17901 ____________________________________________________________________________
17902 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
17903         Log: Regen modlib.
17904      Branch: perl
17905            ! pod/perlmodlib.pod
17906 ____________________________________________________________________________
17907 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
17908         Log: Regen toc.
17909      Branch: perl
17910            ! pod/perltoc.pod
17911 ____________________________________________________________________________
17912 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
17913         Log: Tiny pod tweaks.
17914      Branch: perl
17915            ! lib/Hash/Util.pm
17916 ____________________________________________________________________________
17917 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
17918         Log: perldeltaize Hash::Util.
17919      Branch: perl
17920            ! pod/perldelta.pod
17921 ____________________________________________________________________________
17922 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
17923         Log: Move the readonly interface back to universal.c,
17924              (new name: Internals::SvREADONLY), remove Data::Util,
17925              move Hash::Util to lib, also introduce refcnt interface
17926              (Internals::SvREFCNT).     Make both the new interfaces
17927              to be more sane so that if they set the value, they return
17928              the new value, not the old one.
17929      Branch: perl
17930            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17931            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17932            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17933            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17934            - ext/Data/Util/t/Hash.t
17935            ! MANIFEST ext/B/t/stash.t universal.c
17936 ____________________________________________________________________________
17937 [ 15200] By: ams                                   on 2002/03/12  15:16:05
17938         Log: Subject: Disambiguate "Can't locate"
17939              From: Mike Guy <mjtg@cam.ac.uk>
17940              Date: Tue, 12 Mar 2002 16:04:23 +0000
17941              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
17942      Branch: perl
17943            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
17944            ! pp_ctl.c t/op/override.t
17945 ____________________________________________________________________________
17946 [ 15199] By: ams                                   on 2002/03/12  15:04:43
17947         Log: Subject: [PATCH] perl/lib/File/stat.t
17948              From: Paul_GreenVOS@vos.stratus.com
17949              Date: Tue, 12 Mar 02 11:00 est
17950              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
17951      Branch: perl
17952            ! lib/File/stat.t
17953 ____________________________________________________________________________
17954 [ 15198] By: ams                                   on 2002/03/12  15:00:44
17955         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
17956              From: Robin Barker <rmb1@cise.npl.co.uk>
17957              Date: Tue, 12 Mar 2002 13:31:58 GMT
17958              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
17959      Branch: perl
17960            ! pod/perlfunc.pod
17961 ____________________________________________________________________________
17962 [ 15197] By: ams                                   on 2002/03/12  14:57:34
17963         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
17964              From: "Clinton A. Pierce" <clintp@geeksalad.org>
17965              Date: Tue, 12 Mar 2002 10:11:53 -0500
17966              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
17967      Branch: perl
17968            ! toke.c
17969 ____________________________________________________________________________
17970 [ 15196] By: nick                                  on 2002/03/12  13:40:35
17971         Log: Integrate mainline
17972      Branch: perlio
17973           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17974           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17975           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17976           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
17977            - t/lib/access.t
17978           !> (integrate 96 files)
17979 ____________________________________________________________________________
17980 [ 15195] By: nick                                  on 2002/03/12  06:08:24
17981         Log: Integrate mainline (a while ago)
17982      Branch: perlio
17983           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
17984           +> ext/Encode/t/TW.t
17985            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
17986            - ext/Encode/lib/Encode/Tcl/HanZi.pm
17987            - ext/I18N/Langinfo/fallback.c
17988           !> (integrate 80 files)
17989 ____________________________________________________________________________
17990 [ 15194] By: ams                                   on 2002/03/12  06:02:20
17991         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
17992              From: Jonathan Stowe <gellyfish@gellyfish.com>
17993              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
17994              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
17995      Branch: perl
17996            ! ext/Encode/CN/Makefile.PL
17997 ____________________________________________________________________________
17998 [ 15193] By: ams                                   on 2002/03/12  05:55:07
17999         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
18000              From: Dave Mitchell <davem@fdgroup.co.uk>
18001              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
18002              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
18003      Branch: perl
18004            ! pod/perlguts.pod
18005 ____________________________________________________________________________
18006 [ 15192] By: ams                                   on 2002/03/12  05:50:08
18007         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
18008              From: Anton Tagunov <tagunov@motor.ru>
18009              Date: Tue, 12 Mar 2002 01:40:58 +0300
18010              Message-Id: <1194068830.20020312014058@motor.ru>
18011              (Applied with tweaks.)
18012      Branch: perl
18013            ! lib/utf8.pm
18014 ____________________________________________________________________________
18015 [ 15191] By: ams                                   on 2002/03/12  05:42:21
18016         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
18017              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18018              Date: Sun, 10 Mar 2002 22:10:15 +0100
18019              Message-Id: <3C8BD9C7.13988.73992D@localhost>
18020      Branch: perl
18021            ! iperlsys.h
18022 ____________________________________________________________________________
18023 [ 15190] By: ams                                   on 2002/03/12  05:38:08
18024         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
18025              From: Anton Tagunov <tagunov@motor.ru>
18026              Date: Mon, 11 Mar 2002 23:27:47 +0300
18027              Message-Id: <19414222180.20020311232747@motor.ru>
18028      Branch: perl
18029            ! pod/perlsub.pod
18030 ____________________________________________________________________________
18031 [ 15189] By: ams                                   on 2002/03/12  05:34:49
18032         Log: Subject: minor patch for comment in utfebcdic.h
18033              From: Anton Tagunov <tagunov@motor.ru>
18034              Date: Tue, 12 Mar 2002 00:20:21 +0300
18035              Message-Id: <13817376786.20020312002021@motor.ru>
18036      Branch: perl
18037            ! utfebcdic.h
18038 ____________________________________________________________________________
18039 [ 15188] By: ams                                   on 2002/03/12  05:32:30
18040         Log: Subject: [PATCH ?] B::Xref improvements
18041              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18042              Date: Mon, 11 Mar 2002 23:32:20 +0100
18043              Message-Id: <20020311233220.A12677@rafael>
18044      Branch: perl
18045            ! ext/B/B/Xref.pm
18046 ____________________________________________________________________________
18047 [ 15187] By: ams                                   on 2002/03/12  05:30:02
18048         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
18049              From: Paul_GreenVOS@vos.stratus.com
18050              Date: Mon, 11 Mar 02 17:23 est
18051              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
18052      Branch: perl
18053            ! lib/ExtUtils/MM_Unix.pm
18054 ____________________________________________________________________________
18055 [ 15186] By: ams                                   on 2002/03/12  05:27:06
18056         Log: Subject: [PATCH] installperl - minor untangle for VOS
18057              From: Paul_GreenVOS@vos.stratus.com
18058              Date: Mon, 11 Mar 02 17:05 est
18059              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
18060      Branch: perl
18061            ! installperl
18062 ____________________________________________________________________________
18063 [ 15185] By: ams                                   on 2002/03/12  05:25:59
18064         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
18065              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18066              Date: Mon, 11 Mar 2002 22:37:39 +0100
18067              Message-Id: <20020311223739.A691@rafael>
18068      Branch: perl
18069            ! ext/B/B/Deparse.pm
18070 ____________________________________________________________________________
18071 [ 15184] By: ams                                   on 2002/03/12  05:20:54
18072         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
18073              From: Michael G Schwern <schwern@pobox.com>
18074              Date: Tue, 12 Mar 2002 01:12:08 -0500
18075              Message-Id: <20020312061208.GD904@blackrider>
18076      Branch: perl
18077            ! hints/netbsd.sh
18078 ____________________________________________________________________________
18079 [ 15183] By: ams                                   on 2002/03/12  04:12:30
18080         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18081              From: Autrijus Tang <autrijus@autrijus.org>
18082              Date: Tue, 12 Mar 2002 13:05:53 +0800
18083              Message-Id: <20020312050553.GA7864@not.autrijus.org>
18084              (Only doc hunk applied, supplementing #15182.)
18085      Branch: perl
18086            ! ext/Encode/Encode.pm
18087 ____________________________________________________________________________
18088 [ 15182] By: ams                                   on 2002/03/12  04:04:34
18089         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18090              From: Autrijus Tang <autrijus@autrijus.org>
18091              Date: Tue, 12 Mar 2002 12:56:46 +0800
18092              Message-Id: <20020312045646.GA7689@not.autrijus.org>
18093              (Private mail.)
18094      Branch: perl
18095            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
18096 ____________________________________________________________________________
18097 [ 15181] By: ams                                   on 2002/03/12  03:09:20
18098         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
18099              From: Autrijus Tang <autrijus@autrijus.org>
18100              Date: Tue, 12 Mar 2002 11:55:06 +0800
18101              Message-Id: <20020312035506.GA6946@not.autrijus.org>
18102      Branch: perl
18103            ! ext/Encode/Encode.pm
18104 ____________________________________________________________________________
18105 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
18106         Log: Deypo.
18107      Branch: metaconfig
18108            ! U/threads/d_asctime_r.U
18109 ____________________________________________________________________________
18110 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
18111         Log: FAQ sync.
18112      Branch: perl
18113            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18114            ! pod/perlfaq4.pod pod/perlfaq5.pod
18115 ____________________________________________________________________________
18116 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
18117         Log: The test needs perlio.
18118      Branch: perl
18119            ! lib/open.t
18120 ____________________________________________________________________________
18121 [ 15177] By: ams                                   on 2002/03/11  15:41:08
18122         Log: Subject: perlreftut update
18123              From: Mark-Jason Dominus <mjd@plover.com>
18124              Date: Mon, 11 Mar 2002 11:36:27 -0500
18125              Message-Id: <20020311163627.31020.qmail@plover.com>
18126      Branch: perl
18127            ! pod/perlreftut.pod
18128 ____________________________________________________________________________
18129 [ 15176] By: ams                                   on 2002/03/11  15:35:24
18130         Log: Subject: Minor correction in perlfaq5
18131              From: mjd@plover.com
18132              Date: 11 Mar 2002 16:34:22 -0000
18133              Message-Id: <20020311163422.30963.qmail@plover.com>
18134      Branch: perl
18135            ! pod/perlfaq5.pod
18136 ____________________________________________________________________________
18137 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
18138         Log: number of skipped tests was incorrect
18139      Branch: perl
18140            ! t/op/stat.t
18141 ____________________________________________________________________________
18142 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
18143         Log: remove doubled CRs
18144      Branch: perl
18145            ! win32/Makefile
18146 ____________________________________________________________________________
18147 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
18148         Log: Update Changes.
18149      Branch: perl
18150            ! Changes patchlevel.h
18151 ____________________________________________________________________________
18152 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
18153         Log: Regen toc.
18154      Branch: perl
18155            ! pod/perltoc.pod
18156 ____________________________________________________________________________
18157 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
18158         Log: Add t/CN.t and t/TW.t; re-sort.
18159      Branch: perl
18160            ! ext/Encode/MANIFEST
18161 ____________________________________________________________________________
18162 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
18163         Log: Document what to do if one yearns back to
18164              the old legacy encoding.
18165      Branch: perl
18166            ! lib/encoding.pm
18167 ____________________________________________________________________________
18168 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
18169         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
18170              as general purpose encoding transformation interfaces
18171              since that's not what they are.
18172      Branch: perl
18173            ! lib/utf8.pm pod/perlunicode.pod sv.c
18174 ____________________________________________________________________________
18175 [ 15168] By: ams                                   on 2002/03/11  12:54:16
18176         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
18177              warnings
18178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18179              Date: Mon, 11 Mar 2002 14:35:22 +0100
18180              Message-Id: <20020311143522.A7431@rafael>
18181      Branch: perl
18182            ! t/lib/warnings/pp_sys
18183 ____________________________________________________________________________
18184 [ 15167] By: ams                                   on 2002/03/11  04:57:20
18185         Log: A little commonsense is better than 1_compile.
18186      Branch: perl
18187            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
18188 ____________________________________________________________________________
18189 [ 15166] By: ams                                   on 2002/03/11  04:53:50
18190         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
18191              From: Michael G Schwern <schwern@pobox.com>
18192              Date: Sun, 10 Mar 2002 13:27:12 -0500
18193              Message-Id: <20020310182712.GC693@blackrider>
18194              
18195              Subject: [PATCH] Hash::Util part 2
18196              From: Michael G Schwern <schwern@pobox.com>
18197              Date: Sun, 10 Mar 2002 15:09:34 -0500
18198              Message-Id: <20020310200934.GB27112@blackrider>
18199              
18200              Subject: [PATCH] Hash::Util MANIFEST correction
18201              From: Michael G Schwern <schwern@pobox.com>
18202              Date: Sun, 10 Mar 2002 16:27:07 -0500
18203              Message-Id: <20020310212707.GF27112@blackrider>
18204              
18205              (Also changes find.t and taint.t, which were looking for access.t)
18206      Branch: perl
18207            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
18208            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
18209            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
18210            + ext/Data/Util/t/Hash.t
18211            - t/lib/access.t
18212            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
18213            ! pod/perldiag.pod pod/perltodo.pod universal.c
18214 ____________________________________________________________________________
18215 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
18216         Log: metaconfig: more thready fixes.
18217      Branch: metaconfig
18218            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
18219            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
18220            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
18221            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
18222            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
18223            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
18224            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
18225            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18226            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
18227 ____________________________________________________________________________
18228 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
18229         Log: Skip obsoleted interfaces.
18230      Branch: perl
18231            ! Porting/findrfuncs
18232 ____________________________________________________________________________
18233 [ 15162] By: ams                                   on 2002/03/11  03:48:14
18234         Log: Typo fixes.
18235      Branch: perl
18236            ! perl.c
18237 ____________________________________________________________________________
18238 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
18239         Log: Upgrade to Locale::Codes 2.02.
18240      Branch: perl
18241            + lib/Locale/Codes/t/rename.t
18242            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
18243            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
18244            ! lib/Locale/Country.pod
18245 ____________________________________________________________________________
18246 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
18247         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
18248              From: Nicholas Clark <nick@unfortu.net>
18249              Date: Sun, 10 Mar 2002 18:17:50 +0000
18250              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
18251              
18252              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
18253              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18254              Date: Sun, 10 Mar 2002 13:53:34 -0800
18255              Message-ID: <eX9i8gzkg26G092yn@efn.org>
18256              
18257              (and reenable the feature in freebsd,
18258              and move the freebsd pr url to perl.c)
18259      Branch: perl
18260            ! hints/freebsd.sh perl.c pod/perldelta.pod
18261 ____________________________________________________________________________
18262 [ 15159] By: ams                                   on 2002/03/11  03:34:13
18263         Log: Subject: [PATCH stash.t] access::readonly is gone
18264              From: Michael G Schwern <schwern@pobox.com>
18265              Date: Sun, 10 Mar 2002 16:18:14 -0500
18266              Message-Id: <20020310211813.GE27112@blackrider>
18267      Branch: perl
18268            ! ext/B/t/stash.t
18269 ____________________________________________________________________________
18270 [ 15158] By: ams                                   on 2002/03/11  03:28:04
18271         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
18272              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18273              Date: Sun, 10 Mar 2002 22:10:15 +0100
18274              Message-Id: <3C8BD9C7.610.7398DD@localhost>
18275      Branch: perl
18276            ! lib/Net/Ping/t/110_icmp_inst.t
18277 ____________________________________________________________________________
18278 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
18279         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
18280              From: Michael G Schwern <schwern@pobox.com>
18281              Date: Sun, 10 Mar 2002 19:22:33 -0500
18282              Message-ID: <20020311002233.GE4927@blackrider>
18283      Branch: perl
18284            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
18285            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
18286            ! lib/Test/Simple/t/fail-more.t
18287 ____________________________________________________________________________
18288 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
18289         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
18290              From: Michael G Schwern <schwern@pobox.com>
18291              Date: Sun, 10 Mar 2002 17:14:10 -0500
18292              Message-ID: <20020310221410.GA4915@blackrider>
18293      Branch: perl
18294            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
18295            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
18296 ____________________________________________________________________________
18297 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
18298         Log: Subject: [PATCH] more warnings tidyup
18299              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18300              Date: Sun, 10 Mar 2002 21:01:39 -0000
18301              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
18302      Branch: perl
18303            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
18304            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
18305            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
18306            ! util.c
18307 ____________________________________________________________________________
18308 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
18309         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
18310              From: Nicholas Clark <nick@unfortu.net>
18311              Date: Sun, 10 Mar 2002 23:21:07 +0000
18312              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
18313      Branch: perl
18314            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
18315            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
18316            ! ext/Encode/TW/Makefile.PL
18317 ____________________________________________________________________________
18318 [ 15153] By: ams                                   on 2002/03/11  03:06:59
18319         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
18320              From: Max Baker <max@warped.org>
18321              Date: Fri, 8 Mar 2002 10:56:19 -0800
18322              Message-Id: <20020308105619.A15039@warped.org>
18323      Branch: perl
18324            ! ext/IO/lib/IO/Socket/INET.pm
18325 ____________________________________________________________________________
18326 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
18327         Log: Subject: [PATCH] spelling correction
18328              From: Nicholas Clark <nick@unfortu.net>
18329              Date: Sun, 10 Mar 2002 18:34:42 +0000
18330              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
18331      Branch: perl
18332            ! pp.c pp_hot.c
18333 ____________________________________________________________________________
18334 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
18335         Log: DG/UX updates from Takis Psarogiannakopoulos.
18336      Branch: perl
18337            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
18338 ____________________________________________________________________________
18339 [ 15150] By: ams                                   on 2002/03/11  03:02:47
18340         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
18341              From: Chris Nandor <pudge@pobox.com>
18342              Date: Mon, 04 Mar 2002 17:48:12 -0500
18343              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
18344      Branch: perl
18345            ! lib/DB.pm lib/perl5db.pl
18346 ____________________________________________________________________________
18347 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
18348         Log: metaconfig unit changes in preparation of reentrancy changes.
18349      Branch: metaconfig
18350            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
18351            + U/threads/d_ttyname_r.U
18352            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
18353            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
18354            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
18355            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
18356            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
18357            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
18358            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
18359            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
18360            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
18361            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
18362            ! U/threads/d_strerror_r.U
18363 ____________________________________________________________________________
18364 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
18365         Log: Mysterious characters.
18366      Branch: perl
18367            ! utf8.h
18368 ____________________________________________________________________________
18369 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
18370         Log: Unused.
18371      Branch: perl
18372            ! op.c
18373 ____________________________________________________________________________
18374 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
18375         Log: Implement :std subpragma of the open pragma
18376              that makes the standard filehandles to talk in
18377              encodings.  This change set off a weird warning
18378              from op.c, though: disabled it now until someone
18379              who knows what it is about comes along.
18380      Branch: perl
18381            ! lib/open.pm op.c
18382 ____________________________________________________________________________
18383 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
18384         Log: Document the logic of :locale better.
18385      Branch: perl
18386            ! lib/open.pm
18387 ____________________________________________________________________________
18388 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
18389         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
18390              From: Slaven Rezic <slaven.rezic@berlin.de>
18391              Date: 10 Mar 2002 02:49:17 +0100
18392              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
18393      Branch: perl
18394            ! hints/freebsd.sh
18395 ____________________________________________________________________________
18396 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
18397         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
18398              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18399              Date: Sun, 10 Mar 2002 17:08:54 +0900
18400              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
18401      Branch: perl
18402            ! ext/Encode/lib/Encode/Tcl.pm
18403            ! ext/Encode/lib/Encode/Tcl/Escape.pm
18404            ! ext/Encode/lib/Encode/Tcl/Extended.pm
18405            ! ext/Encode/lib/Encode/Tcl/Table.pm
18406 ____________________________________________________________________________
18407 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
18408         Log: The patch does the following:
18409              - Nix the unneccessary diagnostics line
18410              - Quell -w warnings if the first ENV doesn't exist
18411              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
18412              is too baroque and bloated for daily use (and for perl core inclusion).
18413              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
18414              non-fatal.
18415              - Consequently, the ^OPEN bits is set only when needed.
18416      Branch: perl
18417            ! lib/open.pm
18418 ____________________________________________________________________________
18419 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
18420         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
18421      Branch: perl
18422            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
18423 ____________________________________________________________________________
18424 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
18425         Log: Precedence problem.
18426      Branch: perl
18427            ! ext/Socket/socketpair.t
18428 ____________________________________________________________________________
18429 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
18430         Log: Renaming tweaks, and split off the reentrant "superbuffer"
18431              init routine.
18432      Branch: perl
18433            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
18434            ! sv.c util.c
18435 ____________________________________________________________________________
18436 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
18437         Log: The 7-bit jis seems to be the hanging one.
18438      Branch: perl
18439            ! ext/Encode/t/Tcl.t
18440 ____________________________________________________________________________
18441 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
18442         Log: Begone.
18443      Branch: perl
18444            ! ext/Encode/MANIFEST
18445 ____________________________________________________________________________
18446 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
18447         Log: Better fix from Autrijus.
18448      Branch: perl
18449            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
18450            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
18451 ____________________________________________________________________________
18452 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
18453         Log: Not everybody has Encode::HanExtra.
18454      Branch: perl
18455            ! ext/Encode/Encode.pm
18456 ____________________________________________________________________________
18457 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
18458         Log: Decutandpasto.
18459      Branch: perl
18460            ! ext/Encode/lib/Encode/Tcl.pm
18461 ____________________________________________________________________________
18462 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
18463         Log: Subject: [PATCH] Data::Dumper
18464              From: Nicholas Clark <nick@unfortu.net>
18465              Date: Sat, 9 Mar 2002 19:03:54 +0000
18466              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
18467      Branch: perl
18468            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18469            ! ext/Data/Dumper/t/dumper.t
18470 ____________________________________________________________________________
18471 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
18472         Log: Subject: [PATCH] socketpair.t w/o fork
18473              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18474              Date: Sat, 9 Mar 2002 14:55:11 +0100
18475              Message-ID: <3C8A224F.29578.13691BA@localhost>
18476              
18477              (modified as suggested by Sarathy)
18478      Branch: perl
18479            ! ext/Socket/socketpair.t
18480 ____________________________________________________________________________
18481 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
18482         Log: Subject: [PATCH perldelta] Mention Change 14727
18483              From: Autrijus Tang <autrijus@autrijus.org>
18484              Date: Sat, 9 Mar 2002 23:31:40 +0800
18485              Message-ID: <20020309153140.GA4224@not.autrijus.org>
18486      Branch: perl
18487            ! pod/perldelta.pod
18488 ____________________________________________________________________________
18489 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
18490         Log: Make Encode.pm implicitly load external CJK tables the first
18491              time they're needed (instead of immediately), from Autrijus
18492              Tang.
18493      Branch: perl
18494            ! ext/Encode/Encode.pm
18495 ____________________________________________________________________________
18496 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
18497         Log: Subject: Re: Two questions
18498              From: Nicholas Clark <nick@unfortu.net>
18499              Date: Sat, 9 Mar 2002 12:42:40 +0000
18500              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
18501      Branch: perl
18502            ! Porting/pumpkin.pod
18503 ____________________________________________________________________________
18504 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
18505         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
18506              From: Paul_GreenVOS@vos.stratus.com
18507              Date: Fri, 8 Mar 02 22:34 est
18508              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
18509      Branch: perl
18510            ! pp_sys.c
18511 ____________________________________________________________________________
18512 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
18513         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
18514              From: davem@fdgroup.co.uk
18515              Date: Sat, 9 Mar 2002 00:13:27 GMT
18516              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
18517      Branch: perl
18518            ! dump.c
18519 ____________________________________________________________________________
18520 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
18521         Log: Deglitch from Rafael.
18522      Branch: perl
18523            ! ext/B/t/lint.t
18524 ____________________________________________________________________________
18525 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
18526         Log: Still more portability.
18527      Branch: perl
18528            ! Porting/findrfuncs
18529 ____________________________________________________________________________
18530 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
18531         Log: More portability.
18532      Branch: perl
18533            ! Porting/findrfuncs
18534 ____________________________________________________________________________
18535 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
18536         Log: Shared library paths; running tests manually.
18537      Branch: perl
18538            ! INSTALL
18539 ____________________________________________________________________________
18540 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
18541         Log: Subject: RE: Two questions
18542              From: "Green, Paul" <Paul.Green@stratus.com>
18543              Date: Fri, 8 Mar 2002 17:55:19 -0500
18544              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
18545      Branch: perl
18546            ! Porting/pumpkin.pod
18547 ____________________________________________________________________________
18548 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
18549         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
18550              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
18551      Branch: perl
18552            + ext/B/t/lint.t
18553            ! MANIFEST ext/B/B/Lint.pm
18554 ____________________________________________________________________________
18555 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
18556         Log: metaconfig unit change for #15119.
18557      Branch: metaconfig
18558            ! U/threads/d_pthread_atfork.U
18559 ____________________________________________________________________________
18560 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
18561         Log: In DG/UX finding pthread_atfork requires a true compile,
18562              from Takis Psarogiannakopoulos.
18563      Branch: perl
18564            ! Configure config_h.SH
18565 ____________________________________________________________________________
18566 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
18567         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
18568              From: John Peacock <jpeacock@rowman.com>
18569              Date: Fri, 08 Mar 2002 15:52:41 -0500
18570              Message-ID: <3C892499.4050502@rowman.com>
18571      Branch: perl
18572            ! lib/ExtUtils/xsubpp
18573 ____________________________________________________________________________
18574 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
18575         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
18576              From: "Craig A. Berry" <craigberry@mac.com>
18577              Date: Fri, 08 Mar 2002 15:02:51 -0600
18578              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
18579      Branch: perl
18580            ! t/op/write.t
18581 ____________________________________________________________________________
18582 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
18583         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
18584              From: Paul_GreenVOS@vos.stratus.com
18585              Date: Fri, 8 Mar 02 14:45 est
18586              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
18587      Branch: perl
18588            ! installperl
18589 ____________________________________________________________________________
18590 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
18591         Log: Subject: [PATCH @15109] tm_tm_* for VMS
18592              From: "Craig A. Berry" <craigberry@mac.com>
18593              Date: Fri, 08 Mar 2002 13:07:52 -0600
18594              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
18595      Branch: perl
18596            ! configure.com
18597 ____________________________________________________________________________
18598 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
18599         Log: Detypo.
18600      Branch: perl
18601            ! Changes
18602 ____________________________________________________________________________
18603 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
18604         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
18605      Branch: perl
18606            ! t/op/pat.t
18607 ____________________________________________________________________________
18608 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
18609         Log: HP-UX nm seems to repeat itself.
18610      Branch: perl
18611            ! Porting/findrfuncs
18612 ____________________________________________________________________________
18613 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
18614         Log: Nice porting script from Sarathy.  Well, less nice
18615              in the sense that it shows the looong road ahead.
18616      Branch: perl
18617            + Porting/findrfuncs
18618            ! MANIFEST Porting/makerel
18619 ____________________________________________________________________________
18620 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
18621         Log: Subject: Re: Performance considerations for UTF-8
18622              From: Jarkko Hietaniemi <jhi@iki.fi>
18623              Date: Fri, 8 Mar 2002 18:53:28 +0200
18624              Message-ID: <20020308185328.D640@alpha.hut.fi>
18625              
18626              (put all in perlunicode)
18627      Branch: perl
18628            ! pod/perlunicode.pod
18629 ____________________________________________________________________________
18630 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
18631         Log: Update Changes.
18632      Branch: perl
18633            ! Changes patchlevel.h
18634 ____________________________________________________________________________
18635 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
18636         Log: Subject: Cygwin cygipc support skipped
18637              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
18638              Date: Fri, 8 Mar 2002 16:59:34 +0100
18639              Message-ID: <113694157285.20020308165934@familiehaase.de>
18640      Branch: perl
18641            ! hints/cygwin.sh
18642 ____________________________________________________________________________
18643 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
18644         Log: metaconfig unit change for #15106.
18645      Branch: metaconfig
18646            ! U/compline/d_gconvert.U
18647 ____________________________________________________________________________
18648 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
18649         Log: Subject: Re: [PATCH] tests for Gconvert
18650              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18651              Date: Thu, 07 Mar 2002 16:48:10 -0800
18652              Message-ID: <KpAi8gzkganW092yn@efn.org>
18653      Branch: perl
18654            ! Configure config_h.SH t/base/num.t
18655 ____________________________________________________________________________
18656 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
18657         Log: The new test has some teething problems.
18658      Branch: perl
18659            - ext/B/t/lint.t
18660            ! MANIFEST
18661 ____________________________________________________________________________
18662 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
18663         Log: Subject: [PATCH] B::Lint tests
18664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18665              Date: Fri, 8 Mar 2002 14:47:19 +0100
18666              Message-ID: <20020308144719.A2663@rafael>
18667      Branch: perl
18668            + ext/B/t/lint.t
18669            ! MANIFEST ext/B/B/Lint.pm
18670 ____________________________________________________________________________
18671 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
18672         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
18673              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18674              Date: Fri, 8 Mar 2002 13:24:14 GMT
18675              Message-Id: <200203081324.NAA00642@cleo>
18676      Branch: perl
18677            ! hints/powerux.sh
18678 ____________________________________________________________________________
18679 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
18680         Log: Subject: HP has some new models
18681              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18682              Date: Fri, 08 Mar 2002 13:07:02 +0100
18683              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
18684      Branch: perl
18685            ! README.hpux
18686 ____________________________________________________________________________
18687 [ 15101] By: ams                                   on 2002/03/08  09:11:40
18688         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
18689              From: Stas Bekman <stas@stason.org>
18690              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
18691              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
18692      Branch: perl
18693            ! pod/perlguts.pod
18694 ____________________________________________________________________________
18695 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
18696         Log: Update Changes
18697      Branch: maint-5.6/macperl
18698            ! macos/Changes
18699 ____________________________________________________________________________
18700 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
18701         Log: Replace macperlbundled with macperldelta
18702      Branch: maint-5.6/macperl
18703            ! macos/macperl/MacPerl.podhelp
18704 ____________________________________________________________________________
18705 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
18706         Log: Comsetic fixes (Thomas Wegner)
18707      Branch: maint-5.6/macperl
18708            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
18709 ____________________________________________________________________________
18710 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
18711         Log: Bump OS version
18712      Branch: maint-5.6/macperl
18713            ! macos/config.sh
18714 ____________________________________________________________________________
18715 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
18716         Log: Thought I deleted this already?
18717      Branch: perl
18718            - ext/I18N/Langinfo/fallback.c
18719 ____________________________________________________________________________
18720 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
18721         Log: perlport updates from Pudge.
18722      Branch: perl
18723            ! pod/perlport.pod
18724 ____________________________________________________________________________
18725 [ 15094] By: ams                                   on 2002/03/08  03:06:03
18726         Log: Nitpick.
18727      Branch: perl
18728            ! MANIFEST
18729 ____________________________________________________________________________
18730 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
18731         Log: Wrong test.
18732      Branch: perl
18733            ! pod/perldelta.pod
18734 ____________________________________________________________________________
18735 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
18736         Log: Integrate change 14064 from macperl to blead.
18737      Branch: perl
18738           !> pod/perlmodinstall.pod pod/perlport.pod
18739 ____________________________________________________________________________
18740 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
18741         Log: Integrate recent perlport changes
18742      Branch: maint-5.6/macperl
18743           !> pod/perlport.pod
18744 ____________________________________________________________________________
18745 [ 15089] By: ams                                   on 2002/03/08  01:54:03
18746         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
18747              minor typo in perlguts.pod
18748              From: Anton Tagunov <tagunov@motor.ru>
18749              Date: Fri, 8 Mar 2002 05:26:59 +0300
18750              Message-Id: <4649821189.20020308052659@motor.ru>
18751      Branch: perl
18752            ! pod/perlguts.pod
18753 ____________________________________________________________________________
18754 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
18755         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
18756              From: Anton Tagunov <tagunov@newmail.ru>
18757              Date: Fri, 8 Mar 2002 04:31:44 +0300
18758              Message-ID: <13946506773.20020308043144@newmail.ru>
18759              
18760              (one test changed)
18761      Branch: perl
18762            ! lib/encoding.t sv.c
18763 ____________________________________________________________________________
18764 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
18765         Log: Subject: [PATCH perldelta] some more deltas
18766              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18767              Date: Thu, 7 Mar 2002 23:13:23 +0100
18768              Message-ID: <20020307231323.A13068@rafael>
18769      Branch: perl
18770            ! pod/perldelta.pod
18771 ____________________________________________________________________________
18772 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
18773         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
18774              From: Paul_GreenVOS@vos.stratus.com
18775              Date: Thu, 7 Mar 02 14:25 est
18776              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
18777      Branch: perl
18778            ! t/io/fs.t
18779 ____________________________________________________________________________
18780 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
18781         Log: As suggested by Anton Tagunov, eq and cmp now obey the
18782              encoding pragma (by remapping their byte argument if the
18783              other argument is in Unicode).  Also fix a bug found by
18784              Anton where ord undef under the encoding pragma would barf.
18785              ([ID 20020307.009] A null pointer dereference with 'use encoding')
18786              Finally, use the nicer form of sv_recode_to_utf8.
18787      Branch: perl
18788            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
18789 ____________________________________________________________________________
18790 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
18791         Log: Retract #14985, #14899, and #14990, following the principles
18792              "Do no harm." and "If it ain't broke, don't fix it."
18793              
18794              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
18795              some, but still broken, and I do not have the extra brain
18796              cells for the EBCDIC backport.  Secondly, the old version
18797              worked both in EBCDIC and non-.  Thirdly, the old version
18798              may be more amenable for the behaviour suggsted by Anton
18799              Tagunov regarding the encoding pragma.
18800      Branch: perl
18801            ! embed.fnc embed.h global.sym proto.h sv.c util.c
18802 ____________________________________________________________________________
18803 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
18804         Log: Long doubles give you long doubles.
18805      Branch: perl
18806            ! t/base/num.t
18807 ____________________________________________________________________________
18808 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
18809         Log: Forgotten deMANIFESTation.
18810      Branch: perl
18811            ! MANIFEST
18812 ____________________________________________________________________________
18813 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
18814         Log: Obsolete unused file, noticed by Dank Kogai.
18815      Branch: perl
18816            - ext/Encode/lib/Encode/JP/Tr.pm
18817 ____________________________________________________________________________
18818 [ 15080] By: ams                                   on 2002/03/07  11:31:46
18819         Log: Subject: [PATCH Changes] Changes should mirror version number
18820              From: Robin Barker <rmb1@cise.npl.co.uk>
18821              Date: Thu, 7 Mar 2002 11:04:24 GMT
18822              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
18823      Branch: perl
18824            ! Porting/pumpkin.pod
18825 ____________________________________________________________________________
18826 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
18827         Log: metaconfig unit change for #15078.
18828      Branch: metaconfig
18829            ! U/compline/d_gconvert.U
18830 ____________________________________________________________________________
18831 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
18832         Log: Subject: Re: [PATCH] tests for Gconvert
18833              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18834              Date: Wed, 06 Mar 2002 20:22:54 -0800
18835              Message-ID: <esuh8gzkg2/b092yn@efn.org>
18836      Branch: perl
18837            ! Configure pod/perldelta.pod t/base/num.t
18838 ____________________________________________________________________________
18839 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
18840         Log: Mac OS X UFS does not do ctime.
18841      Branch: perl
18842            ! pod/perldelta.pod pod/perlport.pod
18843 ____________________________________________________________________________
18844 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
18845         Log: AUTHORS updates.
18846      Branch: perl
18847            ! AUTHORS
18848 ____________________________________________________________________________
18849 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
18850         Log: Continued Chinese puzzles from Autrijus.
18851      Branch: perl
18852            + ext/Encode/t/CN.t ext/Encode/t/TW.t
18853            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
18854 ____________________________________________________________________________
18855 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
18856         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
18857              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18858              Date: Wed, 6 Mar 2002 18:13:51 +0100
18859              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
18860      Branch: perl
18861            ! lib/File/Spec/Win32.pm
18862 ____________________________________________________________________________
18863 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
18864         Log: perlport tweaks.
18865      Branch: perl
18866            ! pod/perlport.pod
18867 ____________________________________________________________________________
18868 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
18869         Log: Subject: Re: [PATCH docs] Re: Bug with -M
18870              From: Michael G Schwern <schwern@pobox.com>
18871              Date: Wed, 6 Mar 2002 16:20:27 -0500
18872              Message-ID: <20020306212027.GC4257@blackrider>
18873      Branch: perl
18874            ! pod/perlfunc.pod pod/perlport.pod
18875 ____________________________________________________________________________
18876 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
18877         Log: perldelta updates.
18878      Branch: perl
18879            ! pod/perldelta.pod
18880 ____________________________________________________________________________
18881 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
18882         Log: 5005threads wasn't even compiling.
18883      Branch: perl
18884            ! perl.c
18885 ____________________________________________________________________________
18886 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
18887         Log: Subject: Re: perl@15047 New format tests for still existing bugs
18888              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18889              Date: Wed, 06 Mar 2002 12:59:29 +0100
18890              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
18891      Branch: perl
18892            ! t/op/write.t
18893 ____________________________________________________________________________
18894 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
18895         Log: Regen Glossary et al.
18896      Branch: perl
18897            ! Porting/Glossary Porting/config.sh Porting/config_H
18898 ____________________________________________________________________________
18899 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
18900         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
18901              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
18902      Branch: perl
18903            ! util.c
18904 ____________________________________________________________________________
18905 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
18906         Log: metaconfig unit change for #15065.
18907      Branch: metaconfig
18908            ! U/compline/i_time.U
18909 ____________________________________________________________________________
18910 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
18911         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
18912      Branch: perl
18913            ! Configure config_h.SH
18914 ____________________________________________________________________________
18915 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
18916         Log: Must remove fallback.c also from here.
18917      Branch: perl
18918            ! MANIFEST
18919 ____________________________________________________________________________
18920 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
18921         Log: Subject: Re: perl@15047 WinCE
18922              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18923              Date: Wed, 06 Mar 2002 13:41:30 +0100
18924              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
18925              
18926              Subject: Re: perl@15047 Win32
18927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18928              Date: Wed, 06 Mar 2002 13:46:02 +0100
18929              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
18930              
18931              Subject: Re: perl@15047 Epoc
18932              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18933              Date: Wed, 06 Mar 2002 13:48:31 +0100
18934              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
18935              
18936              Subject: Re: perl@15047 NetWare
18937              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18938              Date: Wed, 06 Mar 2002 13:55:46 +0100
18939              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
18940      Branch: perl
18941            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
18942            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18943            ! wince/Makefile.ce wince/config.h
18944 ____________________________________________________________________________
18945 [ 15062] By: ams                                   on 2002/03/06  09:26:49
18946         Log: Subject: Re: perl@15047
18947              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18948              Date: Wed, 06 Mar 2002 11:25:50 +0100
18949              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
18950      Branch: perl
18951            ! cygwin/perlld.in
18952 ____________________________________________________________________________
18953 [ 15061] By: ams                                   on 2002/03/06  08:44:12
18954         Log: Subject: Re: perl@15047
18955              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18956              Date: Wed, 06 Mar 2002 10:38:02 +0100
18957              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
18958      Branch: perl
18959            ! pod/perldelta.pod
18960 ____________________________________________________________________________
18961 [ 15060] By: ams                                   on 2002/03/06  08:30:33
18962         Log: Subject: Update perlhist.pod
18963              From: mjd@plover.com
18964              Date: 6 Mar 2002 07:11:55 -0000
18965              Message-Id: <20020306071155.10240.qmail@plover.com>
18966              
18967              Subject: [PATCH pod/perlvar.pod] $^V => string
18968              From: Stas Bekman <stas@stason.org>
18969              Date: Wed, 06 Mar 2002 14:56:55 +0800
18970              Message-Id: <3C85BDB7.7050700@stason.org>
18971      Branch: perl
18972            ! pod/perlhist.pod pod/perlvar.pod
18973 ____________________________________________________________________________
18974 [ 15059] By: ams                                   on 2002/03/06  04:15:38
18975         Log: Subject: [PATCH] assorted configure.com fix-ups
18976              From: "Craig A. Berry" <craigberry@mac.com>
18977              Date: Tue, 5 Mar 2002 23:11:22 -0600
18978              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
18979      Branch: perl
18980            ! configure.com
18981 ____________________________________________________________________________
18982 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
18983         Log: IRIX failure with long doubles.
18984      Branch: perl
18985            ! t/op/pack.t
18986 ____________________________________________________________________________
18987 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
18988         Log: Make reality and Changes coincide.
18989      Branch: perl
18990            ! Changes
18991 ____________________________________________________________________________
18992 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
18993         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
18994              From: Anton Tagunov <tagunov@motor.ru>
18995              Date: Wed, 6 Mar 2002 02:10:21 +0300
18996              Message-ID: <11152782757.20020306021021@motor.ru>
18997              
18998              (reworded)
18999      Branch: perl
19000            ! pod/perluniintro.pod
19001 ____________________________________________________________________________
19002 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
19003         Log: Subject: [PATCH] B::Lint doesn't work
19004              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19005              Date: Tue, 5 Mar 2002 22:51:18 +0100
19006              Message-ID: <20020305225118.C733@rafael>
19007      Branch: perl
19008            ! ext/B/B/Lint.pm
19009 ____________________________________________________________________________
19010 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
19011         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
19012              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19013              Date: Mon, 04 Mar 2002 16:24:32 -0800
19014              Message-ID: <ABBh8gzkgezX092yn@efn.org>
19015      Branch: perl
19016            ! op.h pp_ctl.c t/op/flip.t
19017 ____________________________________________________________________________
19018 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
19019         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
19020              From: Nicholas Clark <nick@unfortu.net>
19021              Date: Tue, 5 Mar 2002 22:30:49 +0000
19022              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
19023      Branch: perl
19024            ! pod/perldelta.pod
19025 ____________________________________________________________________________
19026 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
19027         Log: Subject: [PATCH] tests for Gconvert
19028              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19029              Date: Tue, 05 Mar 2002 16:35:45 -0800
19030              Message-ID: <hRWh8gzkgONX092yn@efn.org>
19031      Branch: perl
19032            ! t/base/num.t
19033 ____________________________________________________________________________
19034 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
19035         Log: Subject: [PATCH] toplevel Makefile.SH
19036              From: Paul_GreenVOS@vos.stratus.com
19037              Date: Tue, 5 Mar 02 17:34 est
19038              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
19039      Branch: perl
19040            ! Makefile.SH
19041 ____________________________________________________________________________
19042 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
19043         Log: Subject: [PATCH] pointer to perldelta in Changes
19044              From: Chris Nandor <pudge@pobox.com>
19045              Date: Tue, 05 Mar 2002 16:04:50 -0500
19046              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
19047      Branch: perl
19048            ! Changes
19049 ____________________________________________________________________________
19050 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
19051         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
19052              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19053              Date: Tue, 5 Mar 2002 22:26:20 +0100
19054              Message-ID: <20020305222620.A733@rafael>
19055      Branch: perl
19056            ! pod/perldelta.pod
19057 ____________________________________________________________________________
19058 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
19059         Log: Solaris: allow for /usr/bin/df not to exist.
19060              
19061              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
19062              From: Kingpin <mthurn@copper.dulles.tasc.com>
19063              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
19064              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
19065      Branch: perl
19066            ! hints/solaris_2.sh
19067 ____________________________________________________________________________
19068 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
19069         Log: Update Changes.
19070      Branch: perl
19071            ! Changes patchlevel.h
19072 ____________________________________________________________________________
19073 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
19074         Log: Double MANIFESTing.
19075      Branch: perl
19076            ! ext/Encode/MANIFEST
19077 ____________________________________________________________________________
19078 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
19079         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
19080      Branch: perl
19081            - ext/Encode/Encode/7bit-kr.enc
19082            - ext/Encode/lib/Encode/Tcl/HanZi.pm
19083            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
19084 ____________________________________________________________________________
19085 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
19086         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
19087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19088              Date: Tue, 5 Mar 2002 14:35:57 +0100
19089              Message-ID: <20020305143557.C695@rafael>   
19090      Branch: perl
19091            ! pp_sys.c t/lib/warnings/pp_sys
19092 ____________________________________________________________________________
19093 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
19094         Log: Subject: [PATCH Devel::PPPort]
19095              From: Robin Barker <rmb1@cise.npl.co.uk>
19096              Date: Tue, 5 Mar 2002 13:37:59 GMT
19097              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
19098      Branch: perl
19099            ! ext/Devel/PPPort/Makefile.PL
19100 ____________________________________________________________________________
19101 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
19102         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
19103      Branch: perl
19104            ! ext/Encode/t/Tcl.t
19105 ____________________________________________________________________________
19106 [ 15041] By: nick                                  on 2002/03/05  07:23:58
19107         Log: Integrate mainline (5.7.3)
19108      Branch: perlio
19109           +> ext/Encode/lib/Encode/CN/HZ.pm
19110            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
19111           !> (integrate 54 files)
19112 ____________________________________________________________________________
19113 [ 15040] By: ams                                   on 2002/03/05  05:10:33
19114         Log: Subject: DOC PATCH 5.7.3 (perldelta)
19115              From: mjd@plover.com
19116              Date: 5 Mar 2002 05:35:58 -0000
19117              Message-Id: <20020305053558.31677.qmail@plover.com>
19118      Branch: perl
19119            ! pod/perldelta.pod
19120 ____________________________________________________________________________
19121 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
19122         Log: This is 5.7.3.
19123      Branch: perl
19124            ! patchlevel.h
19125 ____________________________________________________________________________
19126 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
19127         Log: Shoo.
19128      Branch: perl
19129            ! ext/Encode/t/Tcl.t
19130 ____________________________________________________________________________
19131 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
19132         Log: Update Changes.
19133      Branch: perl
19134            ! Changes patchlevel.h
19135 ____________________________________________________________________________
19136 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
19137         Log: Regen perlapi.
19138      Branch: perl
19139            ! pod/perlapi.pod
19140 ____________________________________________________________________________
19141 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
19142         Log: Tie::File doc tweak for Win32 from mjd. 
19143      Branch: perl
19144            ! lib/Tie/File.pm
19145 ____________________________________________________________________________
19146 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
19147         Log: Regen toc.
19148      Branch: perl
19149            ! pod/perltoc.pod
19150 ____________________________________________________________________________
19151 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
19152         Log: Decommission Encode::Tcl HZ testing for now.
19153      Branch: perl
19154            ! ext/Encode/t/Tcl.t
19155 ____________________________________________________________________________
19156 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
19157         Log: Must have a return.
19158      Branch: perl
19159            ! pp_pack.c
19160 ____________________________________________________________________________
19161 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
19162         Log: The very latest win32 score from Jan Dubois.
19163      Branch: perl
19164            ! pod/perldelta.pod
19165 ____________________________________________________________________________
19166 [ 15030] By: ams                                   on 2002/03/05  01:40:01
19167         Log: Subject: [PATCH] README.macos
19168              From: Chris Nandor <pudge@pobox.com>
19169              Date: Mon, 04 Mar 2002 17:37:59 -0500
19170              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
19171      Branch: perl
19172            ! README.macos
19173 ____________________________________________________________________________
19174 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
19175         Log: "The last pieces of Chinese puzzle" from Autrijus.
19176      Branch: perl
19177            + ext/Encode/lib/Encode/CN/HZ.pm
19178            - ext/Encode/Encode/HZ.enc
19179            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
19180            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
19181 ____________________________________________________________________________
19182 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
19183         Log: Known test failures updates.
19184      Branch: perl
19185            ! pod/perldelta.pod
19186 ____________________________________________________________________________
19187 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
19188         Log: One more nit from mjd.
19189      Branch: perl
19190            ! lib/Tie/File/t/16_handle.t
19191 ____________________________________________________________________________
19192 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
19193         Log: Upgrade to Tie::File 0.17 from mjd.
19194      Branch: perl
19195            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
19196            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19197 ____________________________________________________________________________
19198 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
19199         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
19200              From: Nicholas Clark <nick@unfortu.net>
19201              Date: Mon, 4 Mar 2002 23:33:52 +0000
19202              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
19203      Branch: perl
19204            ! pod/perldelta.pod
19205 ____________________________________________________________________________
19206 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
19207         Log: Escapee.
19208      Branch: perl
19209            ! proto.h
19210 ____________________________________________________________________________
19211 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
19212         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
19213              From: Nicholas Clark <nick@unfortu.net>
19214              Date: Mon, 4 Mar 2002 22:48:38 +0000
19215              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
19216      Branch: perl
19217            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
19218            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
19219            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
19220            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
19221            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
19222            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
19223            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
19224 ____________________________________________________________________________
19225 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
19226         Log: Cleaner.
19227      Branch: perl
19228            ! Makefile.SH
19229 ____________________________________________________________________________
19230 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
19231         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
19232              From: Jeffrey Friedl <jfriedl@yahoo.com>
19233              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
19234              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
19235      Branch: perl
19236            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
19237            ! pod/perlvar.pod
19238 ____________________________________________________________________________
19239 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
19240         Log: More Han tweaks from Autrjius Tang: most importantly,
19241              gbk is identical to cp936, so gbk can be removed and
19242              taken care of by an alias.
19243      Branch: perl
19244            - ext/Encode/Encode/gbk.enc
19245            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19246            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
19247            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
19248            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19249 ____________________________________________________________________________
19250 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
19251         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
19252              From: Nicholas Clark <nick@unfortu.net>
19253              Date: Mon, 4 Mar 2002 22:20:13 +0000
19254              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
19255      Branch: perl
19256            ! pod/perldelta.pod
19257 ____________________________________________________________________________
19258 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
19259         Log: Based on
19260              
19261              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
19262              From: Anton Tagunov <tagunov@motor.ru>
19263              Date: Mon, 4 Mar 2002 21:14:39 +0300
19264              Message-ID: <1814137429.20020304211439@motor.ru>
19265      Branch: perl
19266            ! pod/perlunicode.pod
19267 ____________________________________________________________________________
19268 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
19269         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
19270              From: John Peacock <jpeacock@rowman.com>
19271              Date: Mon, 04 Mar 2002 16:18:42 -0500
19272              Message-ID: <3C83E4B2.3060700@rowman.com>
19273              
19274              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
19275              From: John Peacock <jpeacock@rowman.com>
19276              Date: Mon, 04 Mar 2002 16:42:55 -0500
19277              Message-ID: <3C83EA5F.80303@rowman.com>
19278      Branch: perl
19279            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19280 ____________________________________________________________________________
19281 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
19282         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
19283              From: "Craig A. Berry" <craigberry@mac.com>
19284              Date: Mon, 04 Mar 2002 14:47:59 -0600
19285              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
19286              
19287              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
19288              From: "Craig A. Berry" <craigberry@mac.com>
19289              Date: Mon, 04 Mar 2002 15:04:58 -0600
19290              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
19291      Branch: perl
19292            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
19293 ____________________________________________________________________________
19294 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
19295         Log: metaconfig unit change for #15014.
19296      Branch: metaconfig/U/perl
19297            ! Extensions.U
19298 ____________________________________________________________________________
19299 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
19300         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
19301              of known extensions, where Encode::JP already is.
19302      Branch: perl
19303            ! Configure Porting/config.sh Porting/config_H uconfig.h
19304 ____________________________________________________________________________
19305 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
19306         Log: SJIS, from Dan Kogai.
19307      Branch: perl
19308            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
19309 ____________________________________________________________________________
19310 [ 15012] By: nick                                  on 2002/03/04  17:35:50
19311         Log: Intergrate perlio's Encode/compile
19312      Branch: perl
19313           !> ext/Encode/compile
19314 ____________________________________________________________________________
19315 [ 15011] By: nick                                  on 2002/03/04  17:29:54
19316         Log: Avoid $Id$ cleverness and just have a $VERSION.
19317      Branch: perlio
19318            ! ext/Encode/compile
19319 ____________________________________________________________________________
19320 [ 15010] By: nick                                  on 2002/03/04  17:29:14
19321         Log: Integrate mainline
19322      Branch: perlio
19323           +> lib/Math/BigInt/t/isa.t
19324           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
19325           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
19326           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19327           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
19328           !> warnings.pl
19329 ____________________________________________________________________________
19330 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
19331         Log: Integrate ext/Encode/compile from perlio.
19332      Branch: perl
19333           !> ext/Encode/compile
19334 ____________________________________________________________________________
19335 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
19336         Log: Integrate perlio:
19337              
19338              [ 15002]
19339              Win32 tweak
19340              
19341              [ 14999]
19342              Win32 hack
19343              
19344              [ 14995]
19345              Remove debugging assert
19346      Branch: perl
19347           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
19348           !> lib/Tie/File/t/16_handle.t
19349 ____________________________________________________________________________
19350 [ 15007] By: nick                                  on 2002/03/04  17:08:17
19351         Log: Integrate mainline
19352      Branch: perlio
19353           !> AUTHORS Changes Porting/Glossary Porting/config.sh
19354           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
19355           !> pod/perltoc.pod
19356 ____________________________________________________________________________
19357 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
19358         Log: A new M::BI test.
19359      Branch: perl
19360            + lib/Math/BigInt/t/isa.t
19361            ! MANIFEST
19362 ____________________________________________________________________________
19363 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
19364         Log: Subject: VMS test and perldelta update
19365              From: "Craig A. Berry" <craigberry@mac.com>
19366              Date: Mon, 04 Mar 2002 11:03:37 -0600
19367              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
19368      Branch: perl
19369            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
19370 ____________________________________________________________________________
19371 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
19372         Log: Needed for threaded builds.
19373      Branch: perl
19374            ! embed.fnc embed.h
19375 ____________________________________________________________________________
19376 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
19377         Log: Subject: [PATCH] taint + deprecated warnings
19378              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19379              Date: Mon, 4 Mar 2002 16:33:23 -0000
19380              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
19381      Branch: perl
19382            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
19383            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
19384            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
19385 ____________________________________________________________________________
19386 [ 15002] By: nick                                  on 2002/03/04  16:19:06
19387         Log: Win32 tweak
19388      Branch: perlio
19389            ! lib/Tie/File/t/16_handle.t
19390 ____________________________________________________________________________
19391 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
19392         Log: Update Changes.
19393      Branch: perl
19394            ! Changes patchlevel.h
19395 ____________________________________________________________________________
19396 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
19397         Log: AUTHORS updates.
19398      Branch: perl
19399            ! AUTHORS
19400 ____________________________________________________________________________
19401 [ 14999] By: nick                                  on 2002/03/04  15:26:43
19402         Log: Win32 hack
19403      Branch: perlio
19404            ! ext/Encode/compile ext/Encode/t/JP.t
19405 ____________________________________________________________________________
19406 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
19407         Log: Encode doc tweak from Autrijus Tang.
19408      Branch: perl
19409            ! ext/Encode/Encode.pm
19410 ____________________________________________________________________________
19411 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
19412         Log: Regen Glossary et al.  (It seems the #14875 didn't
19413              quite work in removing the double-dot?)
19414      Branch: perl
19415            ! Porting/Glossary Porting/config.sh Porting/config_H
19416 ____________________________________________________________________________
19417 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
19418         Log: Regen toc.
19419      Branch: perl
19420            ! pod/perltoc.pod
19421 ____________________________________________________________________________
19422 [ 14995] By: nick                                  on 2002/03/04  14:42:09
19423         Log: Remove debugging assert
19424      Branch: perlio
19425            ! ext/threads/shared/shared.xs
19426 ____________________________________________________________________________
19427 [ 14994] By: nick                                  on 2002/03/04  14:41:54
19428         Log: Integrate mainline
19429      Branch: perlio
19430           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
19431           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19432           !> lib/Tie/File/t/15_pushpop.t util.c
19433 ____________________________________________________________________________
19434 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
19435         Log: Han update from Autrijus Tang. 
19436      Branch: perl
19437            ! ext/Encode/Encode.pm
19438 ____________________________________________________________________________
19439 [ 14992] By: nick                                  on 2002/03/04  14:08:38
19440         Log: Integrate mainline - all tests pass - some noise from threads
19441              av_simple (SuSE7.3).
19442      Branch: perlio
19443           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19444           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19445           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19446           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19447           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19448           +> lib/Tie/File/t/11_rv_splice_rs.t
19449           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19450           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19451           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19452            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19453            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19454            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19455            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19456            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19457            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19458            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19459            - lib/Tie/File/15_pushpop.t
19460           !> (integrate 47 files)
19461 ____________________________________________________________________________
19462 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
19463         Log: Missing MANIFESTations.
19464      Branch: perl
19465            ! MANIFEST
19466 ____________________________________________________________________________
19467 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
19468         Log: Attempt at portability.
19469      Branch: perl
19470            ! util.c
19471 ____________________________________________________________________________
19472 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
19473         Log: Needed by #14985.
19474      Branch: perl
19475            ! embed.h global.sym proto.h
19476 ____________________________________________________________________________
19477 [ 14988] By: ams                                   on 2002/03/04  08:59:27
19478         Log: Upgrade to Tie::File 0.16.
19479      Branch: perl
19480            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19481            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
19482            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19483            ! lib/Tie/File/t/15_pushpop.t
19484 ____________________________________________________________________________
19485 [ 14987] By: ams                                   on 2002/03/04  08:48:11
19486         Log: Subject: [PATCH @14577] perly-fixer
19487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19488              Date: Mon, 4 Mar 2002 02:28:51 -0500
19489              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
19490      Branch: perl
19491            ! Makefile.SH perly.fixer
19492 ____________________________________________________________________________
19493 [ 14986] By: ams                                   on 2002/03/04  08:43:37
19494         Log: Subject: [PATCH @14577] xsubpp
19495              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19496              Date: Mon, 4 Mar 2002 02:25:52 -0500
19497              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
19498      Branch: perl
19499            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19500 ____________________________________________________________________________
19501 [ 14985] By: ams                                   on 2002/03/04  08:40:46
19502         Log: Subject: [PATCH @14577] sv_cmp and friends
19503              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19504              Date: Mon, 4 Mar 2002 02:31:04 -0500
19505              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
19506      Branch: perl
19507            ! embed.fnc sv.c util.c
19508 ____________________________________________________________________________
19509 [ 14984] By: ams                                   on 2002/03/04  08:16:06
19510         Log: Fix File::Path docs as suggested by Ronald Kimball.
19511      Branch: perl
19512            ! lib/File/Path.pm
19513 ____________________________________________________________________________
19514 [ 14983] By: ams                                   on 2002/03/04  08:11:20
19515         Log: Update perldata fix as suggested by Benjamin Goldberg.
19516      Branch: perl
19517            ! pod/perldata.pod
19518 ____________________________________________________________________________
19519 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
19520         Log: Faulty skip.
19521      Branch: perl
19522            ! ext/DB_File/t/db-recno.t
19523 ____________________________________________________________________________
19524 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
19525         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
19526              From: Anton Tagunov <tagunov@motor.ru>
19527              Date: Mon, 4 Mar 2002 05:41:41 +0300
19528              Message-Id: <7916563907.20020304054141@motor.ru>
19529              
19530              Subject: [ID 20020303.005] Patch perlinicode C API description
19531              From: Anton Tagunov <tagunov@motor.ru>
19532              Date: Mon, 4 Mar 2002 06:08:23 +0300
19533              Message-Id: <2018165510.20020304060823@motor.ru>
19534      Branch: perl
19535            ! lib/utf8.pm pod/perlunicode.pod
19536 ____________________________________________________________________________
19537 [ 14980] By: ams                                   on 2002/03/04  02:19:20
19538         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
19539              From: Anton Tagunov <tagunov@motor.ru>
19540              Date: Mon, 4 Mar 2002 02:17:40 +0300
19541              Message-Id: <1344322124.20020304021740@motor.ru>
19542      Branch: perl
19543            ! pod/perldata.pod
19544 ____________________________________________________________________________
19545 [ 14979] By: ams                                   on 2002/03/04  02:17:54
19546         Log: Subject: RE: [PATCH] RE: DB_File breakage
19547              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19548              Date: Sun, 3 Mar 2002 23:56:31 -0000
19549              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
19550      Branch: perl
19551            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19552            ! ext/DB_File/t/db-recno.t
19553 ____________________________________________________________________________
19554 [ 14978] By: ams                                   on 2002/03/04  02:07:16
19555         Log: Subject: [PATCH] docs for ExtUtils::Manifest
19556              From: Nicholas Clark <nick@unfortu.net>
19557              Date: Sun, 3 Mar 2002 23:29:25 +0000
19558              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
19559      Branch: perl
19560            ! lib/ExtUtils/Manifest.pm
19561 ____________________________________________________________________________
19562 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
19563         Log: Forgot from the M::BI 1.54 update.
19564      Branch: perl
19565            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
19566            ! lib/Math/BigInt/t/upgrade.inc
19567 ____________________________________________________________________________
19568 [ 14976] By: ams                                   on 2002/03/04  02:04:32
19569         Log: Subject: [PATCH] attr
19570              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19571              Date: Sun, 3 Mar 2002 22:09:58 -0000
19572              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
19573      Branch: perl
19574            ! lib/warnings.pm warnings.pl
19575 ____________________________________________________________________________
19576 [ 14975] By: ams                                   on 2002/03/04  02:01:27
19577         Log: Subject: [PATCH] File::Path documentation
19578              From: Colin Meyer <cmeyer@helvella.org>
19579              Date: Sun, 3 Mar 2002 14:54:24 -0800
19580              Message-Id: <20020303145424.A21774@hobart.helvella.org>
19581      Branch: perl
19582            ! lib/File/Path.pm
19583 ____________________________________________________________________________
19584 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
19585         Log: Typo.
19586      Branch: perl
19587            ! lib/Math/BigInt/t/upgrade.t
19588 ____________________________________________________________________________
19589 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
19590         Log: Editing errors.
19591      Branch: perl
19592            ! MANIFEST
19593 ____________________________________________________________________________
19594 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
19595         Log: Upgrade to Math::BigInt 1.54.
19596      Branch: perl
19597            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19598            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19599            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
19600            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
19601            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
19602            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
19603 ____________________________________________________________________________
19604 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
19605         Log: Test tweak from Craig Berry.
19606      Branch: perl
19607            ! lib/Tie/File/t/15_pushpop.t
19608 ____________________________________________________________________________
19609 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
19610         Log: Upgrade to Tie::File 0.15.
19611      Branch: perl
19612            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19613            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19614            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19615            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19616            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19617            + lib/Tie/File/t/11_rv_splice_rs.t
19618            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19619            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19620            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19621            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19622            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19623            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19624            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19625            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19626            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19627            - lib/Tie/File/15_pushpop.t
19628            ! MANIFEST lib/Tie/File.pm
19629 ____________________________________________________________________________
19630 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
19631         Log: The EBCDIC gaps apply only to the real A-Z.
19632      Branch: perl
19633            ! ext/B/B/Deparse.pm
19634 ____________________________________________________________________________
19635 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
19636         Log: EBCDIC: deparse \cX correctly.
19637      Branch: perl
19638            ! ext/B/B/Deparse.pm
19639 ____________________________________________________________________________
19640 [ 14967] By: ams                                   on 2002/03/03  18:18:00
19641         Log: Subject: [PATCH] nit in perlsyn.pod
19642              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19643              Date: Sun, 03 Mar 2002 20:16:10 +0100
19644              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
19645      Branch: perl
19646            ! pod/perlsyn.pod
19647 ____________________________________________________________________________
19648 [ 14966] By: ams                                   on 2002/03/03  18:06:32
19649         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
19650              From: Michael G Schwern <schwern@pobox.com>
19651              Date: Sun, 3 Mar 2002 13:33:28 -0500
19652              Message-Id: <20020303183328.GA3296@blackrider>
19653      Branch: perl
19654            ! utils/h2xs.PL
19655 ____________________________________________________________________________
19656 [ 14965] By: ams                                   on 2002/03/03  18:00:03
19657         Log: Subject: [ PATCH ] HP back to default
19658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19659              Date: Sun, 03 Mar 2002 18:48:34 +0100
19660              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
19661      Branch: perl
19662            ! hints/hpux.sh
19663 ____________________________________________________________________________
19664 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
19665         Log: EBCDIC: special cases of special cases.
19666      Branch: perl
19667            ! t/uni/case.pl
19668 ____________________________________________________________________________
19669 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
19670         Log: EBCDIC: the v-string components cannot exceed 2147483647.
19671      Branch: perl
19672            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
19673 ____________________________________________________________________________
19674 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
19675         Log: Remove the bogus "incorrect case" warning completely.
19676              The problem exists, but the cure, in which ever form
19677              it will be, needs to be something more subtle.
19678      Branch: perl
19679            ! op.c pod/perldiag.pod
19680 ____________________________________________________________________________
19681 [ 14961] By: ams                                   on 2002/03/03  13:39:09
19682         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
19683              From: Mark-Jason Dominus <mjd@plover.com>
19684              Date: Sun, 03 Mar 2002 09:32:16 -0500
19685              Message-Id: <20020303143216.10536.qmail@plover.com>
19686      Branch: perl
19687            ! t/op/tiearray.t
19688 ____________________________________________________________________________
19689 [ 14960] By: nick                                  on 2002/03/03  09:59:59
19690         Log: Integrate mainline
19691      Branch: perlio
19692           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19693            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19694            ! ext/Encode/compile
19695           !> (integrate 27 files)
19696 ____________________________________________________________________________
19697 [ 14959] By: ams                                   on 2002/03/03  08:11:34
19698         Log: Fix #14957.
19699      Branch: perl
19700            ! ext/DB_File/t/db-recno.t
19701 ____________________________________________________________________________
19702 [ 14958] By: ams                                   on 2002/03/03  05:51:00
19703         Log: Subject: [PATCH @14577] NL in debugger
19704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19705              Date: Sat, 2 Mar 2002 05:34:12 -0500
19706              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
19707      Branch: perl
19708            ! lib/perl5db.pl
19709 ____________________________________________________________________________
19710 [ 14957] By: ams                                   on 2002/03/03  05:00:04
19711         Log: Subject: Re: DB_File breakage
19712              From: Schuyler Erle <schuyler@oreilly.com>
19713              Date: Sat, 02 Mar 2002 21:50:30 -0800
19714              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
19715      Branch: perl
19716            ! ext/DB_File/t/db-recno.t
19717 ____________________________________________________________________________
19718 [ 14956] By: ams                                   on 2002/03/03  04:40:08
19719         Log: Subject: [PATCH @14577] Debugging OPs
19720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19721              Date: Sat, 2 Mar 2002 05:49:58 -0500
19722              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
19723      Branch: perl
19724            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
19725            ! pod/perlrun.pod sv.h
19726 ____________________________________________________________________________
19727 [ 14955] By: ams                                   on 2002/03/03  04:34:41
19728         Log: Subject: Tie::Array doc patch
19729              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
19730              Date: Sat, 02 Mar 2002 08:42:56 +0900
19731              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
19732      Branch: perl
19733            ! lib/Tie/Array.pm
19734 ____________________________________________________________________________
19735 [ 14954] By: ams                                   on 2002/03/03  04:23:33
19736         Log: Subject: Re: Smoke 14870
19737              From: Nicholas Clark <nick@unfortu.net>
19738              Date: Sat, 2 Mar 2002 20:00:53 +0000
19739              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
19740      Branch: perl
19741            ! README.hpux
19742 ____________________________________________________________________________
19743 [ 14953] By: ams                                   on 2002/03/03  04:15:49
19744         Log: Subject: RE: VERSION core
19745              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19746              Date: Sat, 2 Mar 2002 22:50:44 -0000
19747              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
19748      Branch: perl
19749            ! t/comp/use.t
19750 ____________________________________________________________________________
19751 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
19752         Log: The #14949 removed this error from non-Win32.
19753      Branch: perl
19754            ! t/lib/warnings/op
19755 ____________________________________________________________________________
19756 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
19757         Log: BeOS back on track.
19758      Branch: perl
19759            ! README.beos
19760 ____________________________________________________________________________
19761 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
19762         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
19763              higher is okay.
19764      Branch: perl
19765            ! ext/POSIX/t/posix.t
19766 ____________________________________________________________________________
19767 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
19768         Log: For now, make "incorrect case" a Win32-only warning.
19769      Branch: perl
19770            ! op.c
19771 ____________________________________________________________________________
19772 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
19773         Log: Demand more before attempting socketpair().
19774      Branch: perl
19775            ! pp_sys.c
19776 ____________________________________________________________________________
19777 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
19778         Log: Remove obsolete hack.
19779      Branch: perl
19780            ! makedepend.SH
19781 ____________________________________________________________________________
19782 [ 14946] By: ams                                   on 2002/03/02  16:00:32
19783         Log: Forgot to delete encode.* from MANIFEST.
19784      Branch: perl
19785            ! MANIFEST
19786 ____________________________________________________________________________
19787 [ 14945] By: ams                                   on 2002/03/02  14:41:03
19788         Log: Delete ex-test output.
19789      Branch: perl
19790            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19791 ____________________________________________________________________________
19792 [ 14944] By: ams                                   on 2002/03/02  13:54:35
19793         Log: Subject: [PATCH] DB_File 1.803
19794              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19795              Date: Sat, 2 Mar 2002 14:33:32 -0000
19796              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
19797      Branch: perl
19798            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19799            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19800 ____________________________________________________________________________
19801 [ 14943] By: ams                                   on 2002/03/02  13:43:06
19802         Log: Upgrade to Tie::File 0.14.
19803      Branch: perl
19804            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19805            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
19806            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
19807 ____________________________________________________________________________
19808 [ 14942] By: nick                                  on 2002/03/02  11:05:53
19809         Log: Integrate mainline
19810      Branch: perlio
19811           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19812           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
19813           +> ext/Encode/t/table.utf8
19814           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
19815           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
19816           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19817           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
19818           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
19819           !> universal.c utils/perldoc.PL
19820 ____________________________________________________________________________
19821 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
19822         Log: More CJK (just C, really) tables from Autrijus Tang
19823              (originally from iconv, used with permission of Bruno Haible)
19824      Branch: perl
19825            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19826            + ext/Encode/Encode/iso-ir-165.enc
19827            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19828            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
19829            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
19830 ____________________________________________________________________________
19831 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
19832         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
19833              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19834              Date: Fri, 1 Mar 2002 15:32:13 -0500
19835              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
19836      Branch: perl
19837            ! utils/perldoc.PL
19838 ____________________________________________________________________________
19839 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
19840         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
19841              From: Schuyler Erle <schuyler@oreilly.com>
19842              Date: Fri, 01 Mar 2002 14:22:19 -0800
19843              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
19844              
19845              Subject: Re: PATCH: "splice() offset past end of array" warning.
19846              From: Mark-Jason Dominus <mjd@plover.com>
19847              Date: Fri, 01 Mar 2002 17:19:49 -0500
19848              Message-ID: <20020301221949.7610.qmail@plover.com>
19849      Branch: perl
19850            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
19851 ____________________________________________________________________________
19852 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
19853         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
19854              From: Mark-Jason Dominus <mjd@plover.com>
19855              Date: Fri, 01 Mar 2002 18:35:35 -0500
19856              Message-ID: <20020301233535.15969.qmail@plover.com>
19857      Branch: perl
19858            ! av.c
19859 ____________________________________________________________________________
19860 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
19861         Log: Subject: RE: VERSION core
19862              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19863              Date: Fri, 1 Mar 2002 23:47:48 -0000
19864              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
19865      Branch: perl
19866            ! pod/perldiag.pod universal.c
19867 ____________________________________________________________________________
19868 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
19869         Log: Update Changes
19870      Branch: maint-5.6/macperl
19871            ! macos/Changes
19872 ____________________________________________________________________________
19873 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
19874         Log: Fix update to resources
19875      Branch: maint-5.6/macperl
19876            ! macos/macperl/MacPerl.r
19877 ____________________________________________________________________________
19878 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
19879         Log: metaconfig unit change for #14930.
19880      Branch: metaconfig
19881            ! U/modified/Init.U
19882 ____________________________________________________________________________
19883 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
19884         Log: Fix debugger to handle Mac OS psedofiles
19885      Branch: maint-5.6/macperl
19886            ! lib/DB.pm lib/perl5db.pl
19887 ____________________________________________________________________________
19888 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
19889         Log: Various fixes from Thomas Wegner
19890      Branch: maint-5.6/macperl
19891            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
19892 ____________________________________________________________________________
19893 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
19894         Log: Some resource updates
19895      Branch: maint-5.6/macperl
19896            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
19897            ! macos/macperl/MacPerl.rsrc
19898 ____________________________________________________________________________
19899 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
19900         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
19901              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19902              Date: Fri, 01 Mar 2002 09:38:59 -0800
19903              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
19904      Branch: perl
19905            ! Configure
19906 ____________________________________________________________________________
19907 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
19908         Log: Add some missing sfio symbols (Alan Fry)
19909      Branch: maint-5.6/macperl
19910            ! macos/macperl.sym
19911 ____________________________________________________________________________
19912 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
19913         Log: Update version and README
19914      Branch: maint-5.6/macperl
19915            ! README.macos macos/MPVersion.r
19916 ____________________________________________________________________________
19917 [ 14926] By: nick                                  on 2002/03/01  15:56:41
19918         Log: Integrate mainline
19919      Branch: perlio
19920           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
19921           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19922           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19923           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19924           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19925           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19926           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19927           +> lib/Tie/File/13_size_rs.t
19928           !> (integrate 80 files)
19929 ____________________________________________________________________________
19930 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
19931         Log: Better advertising.
19932      Branch: perl
19933            ! pod/perldelta.pod pod/perlfaq5.pod
19934 ____________________________________________________________________________
19935 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
19936         Log: Update Changes.
19937      Branch: perl
19938            ! Changes patchlevel.h
19939 ____________________________________________________________________________
19940 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
19941         Log: Lost in the shuffle.
19942      Branch: perl
19943            + lib/Math/BigInt/t/downgrade.t
19944            ! MANIFEST
19945 ____________________________________________________________________________
19946 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
19947         Log: Advertise Tie::File.
19948      Branch: perl
19949            ! pod/perldelta.pod pod/perlfaq5.pod
19950 ____________________________________________________________________________
19951 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
19952         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
19953              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19954              Date: Thu, 28 Feb 2002 18:55:48 +0100
19955              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
19956      Branch: perl
19957            ! x2p/walk.c
19958 ____________________________________________________________________________
19959 [ 14920] By: ams                                   on 2002/03/01  09:06:01
19960         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
19961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19962              Date: Tue, 26 Feb 2002 19:54:31 -0500
19963              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
19964      Branch: perl
19965            ! embed.fnc ext/B/B/Deparse.pm gv.c
19966 ____________________________________________________________________________
19967 [ 14919] By: ams                                   on 2002/03/01  03:03:12
19968         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
19969      Branch: perl
19970            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
19971            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19972            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19973            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19974            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19975            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19976            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19977 ____________________________________________________________________________
19978 [ 14918] By: ams                                   on 2002/03/01  02:36:58
19979         Log: Add Tie::File 0.12 from MJD.
19980      Branch: perl
19981            + lib/Tie/File.pm lib/Tie/File/01_gen.t
19982            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19983            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19984            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19985            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19986            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19987            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19988            ! MANIFEST
19989 ____________________________________________________________________________
19990 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
19991         Log: Encoding name mapping tweaks.
19992      Branch: perl
19993            ! ext/Encode/Encode.pm
19994 ____________________________________________________________________________
19995 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
19996         Log: metaconfig unit change for #14915.
19997      Branch: metaconfig
19998            ! U/modified/Init.U
19999 ____________________________________________________________________________
20000 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
20001         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
20002              From: Paul_GreenVOS@vos.stratus.com
20003              Date: Thu, 28 Feb 02 15:05 est
20004              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
20005      Branch: perl
20006            ! Configure
20007 ____________________________________________________________________________
20008 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
20009         Log: PL_bostr was pointing to the wrong string
20010              (a string left around from the loading of the Unicode \w)
20011              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
20012              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
20013      Branch: perl
20014            ! regexec.c
20015 ____________________________________________________________________________
20016 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
20017         Log: Sync with libnet-1.10
20018      Branch: perl
20019            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
20020            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
20021            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
20022            ! lib/Net/t/netrc.t
20023 ____________________________________________________________________________
20024 [ 14912] By: ams                                   on 2002/02/28  13:02:50
20025         Log: Subject: [PATCH] perldelta.pod fixes
20026              From: Autrijus Tang <autrijus@autrijus.org>
20027              Date: Thu, 28 Feb 2002 21:44:15 +0800
20028              Message-Id: <20020228134415.GB16422@not.autrijus.org>
20029      Branch: perl
20030            ! pod/perldelta.pod
20031 ____________________________________________________________________________
20032 [ 14911] By: ams                                   on 2002/02/28  11:31:44
20033         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
20034              From: Stas Bekman <stas@stason.org>
20035              Date: Mon, 04 Feb 2002 16:18:53 +0800
20036              Message-Id: <3C7E1E5F.1000605@stason.org>
20037              (Applied by hand).
20038      Branch: perl
20039            ! lib/File/Copy.pm
20040 ____________________________________________________________________________
20041 [ 14910] By: ams                                   on 2002/02/28  11:26:47
20042         Log: Subject: [PATCH lib/Pod/Html.pm]
20043              From: Stas Bekman <stas@stason.org>
20044              Date: Thu, 28 Feb 2002 20:05:01 +0800
20045              Message-Id: <3C7E1CED.7000307@stason.org>
20046      Branch: perl
20047            ! lib/Pod/Html.pm
20048 ____________________________________________________________________________
20049 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
20050         Log: Tests for #14908.
20051      Branch: perl
20052            ! t/op/pat.t
20053 ____________________________________________________________________________
20054 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
20055         Log: Make shared hash keys to be \0-terminated:
20056              one possible resolution for
20057              "UTF-8, weird \w behaviour after HASH-KEY-ification"
20058              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
20059              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
20060              The hash keys weren't \0-terminated.  This meant that the EOL ($)
20061              in regmatch() got the nextchr beyond the last character.  Since
20062              the keys were UTF-8, the nextchr was \1, not the usual
20063              string-terminating \0.  Wham, no match.
20064              
20065              I think another possible resolution could be to stop the nextchr
20066              computation in regmatch() from peeking beyond the last character
20067              of the string:
20068              
20069              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
20070      Branch: perl
20071            ! hv.c hv.h
20072 ____________________________________________________________________________
20073 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
20074         Log: Subject: [PATCH] Perl interface to newIO()
20075              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20076              Date: Wed, 27 Feb 2002 20:15:27 -0800
20077              Message-ID: <f7af8gzkgaET092yn@efn.org>
20078      Branch: perl
20079            ! lib/Symbol.pm
20080 ____________________________________________________________________________
20081 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
20082         Log: The "list" part of
20083              
20084              Subject: [PATCH perlop] .. returns a *list* of *integers*
20085              From: Mike Guy <mjtg@cam.ac.uk>
20086              Date: Tue, 26 Feb 2002 18:30:22 +0000
20087              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
20088              
20089              plus few nits.
20090      Branch: perl
20091            ! pod/perlop.pod
20092 ____________________________________________________________________________
20093 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
20094         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
20095              From: Abe Timmerman <abe@ztreet.demon.nl>
20096              Date: Thu, 28 Feb 2002 00:04:06 +0100
20097              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
20098      Branch: perl
20099            ! lib/File/stat.t
20100 ____________________________________________________________________________
20101 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
20102         Log: Integrate from maintperl.
20103      Branch: maint-5.6/macperl
20104           !> doio.c op.c t/io/open.t t/pragma/strict-subs
20105 ____________________________________________________________________________
20106 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
20107         Log: Upgrade to Math::BigInt 1.53.
20108      Branch: perl
20109            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20110            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20111            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
20112            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
20113            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
20114            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
20115 ____________________________________________________________________________
20116 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
20117         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
20118              From: "Craig A. Berry" <craigberry@mac.com>
20119              Date: Wed, 27 Feb 2002 15:36:38 -0600
20120              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
20121      Branch: perl
20122            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
20123            ! vms/ext/filespec.t
20124 ____________________________________________________________________________
20125 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
20126         Log: Subject: [PATCH] Some minor changes for Cygwin
20127              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
20128              Date: Wed, 27 Feb 2002 22:25:41 +0100
20129              Message-ID: <14296492589.20020227222541@familiehaase.de>
20130      Branch: perl
20131            ! Makefile.SH README.cygwin cygwin/perlld.in
20132 ____________________________________________________________________________
20133 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
20134         Log: Update the UTF-8 explanation table.
20135      Branch: perl
20136            ! pod/perlunicode.pod utf8.h
20137 ____________________________________________________________________________
20138 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
20139         Log: Repatch from Robin Barker: anon subs in C<package;> are
20140              now __ANON__::__ANON__ (should help for mod_perl breakage
20141              since #12251)
20142      Branch: perl
20143            ! gv.c op.c t/op/runlevel.t toke.c
20144 ____________________________________________________________________________
20145 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
20146         Log: Update Changes.
20147      Branch: perl
20148            ! Changes patchlevel.h
20149 ____________________________________________________________________________
20150 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
20151         Log: perldelta updates.
20152      Branch: perl
20153            ! pod/perldelta.pod
20154 ____________________________________________________________________________
20155 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
20156         Log: Signedness nit.
20157      Branch: perl
20158            ! regexec.c
20159 ____________________________________________________________________________
20160 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
20161         Log: Subject: Re: Smoke 14870
20162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20163              Date: Wed, 27 Feb 2002 16:48:35 +0100
20164              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
20165              
20166              (with some additional garnish)
20167      Branch: perl
20168            ! README.hpux hints/hpux.sh
20169 ____________________________________________________________________________
20170 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
20171         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
20172              into perl.exp in AIX.
20173      Branch: perl
20174            ! makedef.pl perl.h
20175 ____________________________________________________________________________
20176 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
20177         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
20178              From: Robin Barker <rmb1@cise.npl.co.uk>
20179              Date: Wed, 27 Feb 2002 14:39:35 GMT
20180              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
20181      Branch: perl
20182            ! pod/perlrun.pod
20183 ____________________________________________________________________________
20184 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
20185         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
20186              From: Robin Barker <rmb1@cise.npl.co.uk>
20187              Date: Wed, 27 Feb 2002 12:25:30 GMT
20188              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
20189      Branch: perl
20190            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
20191            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
20192            ! pod/perlunicode.pod pod/perluniintro.pod
20193 ____________________________________________________________________________
20194 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
20195         Log: Only modify LD_LIBRARY_PATH in case there are directories.
20196      Branch: perl
20197            ! hints/dec_osf.sh
20198 ____________________________________________________________________________
20199 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
20200         Log: Subject: [PATCH] perl/hints/vos.sh
20201              From: Paul_GreenVOS@vos.stratus.com
20202              Date: Tue, 26 Feb 02 15:19 est
20203              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
20204      Branch: perl
20205            ! hints/vos.sh
20206 ____________________________________________________________________________
20207 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
20208         Log: Forgot from #14888.
20209      Branch: perl
20210            ! ext/Unicode/Normalize/mkheader
20211 ____________________________________________________________________________
20212 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
20213         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
20214      Branch: perl
20215            ! ext/Unicode/Normalize/Changes
20216            ! ext/Unicode/Normalize/Normalize.pm
20217            ! ext/Unicode/Normalize/Normalize.xs
20218            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
20219            ! ext/Unicode/Normalize/t/test.t
20220 ____________________________________________________________________________
20221 [ 14887] By: ams                                   on 2002/02/26  23:51:52
20222         Log: Subject: Missing diagnostics
20223              From: Simon Glover <scog@roe.ac.uk>
20224              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
20225              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
20226              
20227              Subject: [PATCH] Better wording for the lvalue vec diagnostic
20228              From: Simon Glover <scog@roe.ac.uk>
20229              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
20230              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
20231      Branch: perl
20232            ! doop.c pod/perldiag.pod t/op/vec.t
20233 ____________________________________________________________________________
20234 [ 14886] By: ams                                   on 2002/02/26  15:48:34
20235         Log: Subject: [PATCH] Not OK 5.7.2@14884
20236              From: andreas.koenig@anima.de (Andreas J. Koenig)
20237              Date: Tue, 26 Feb 2002 15:03:55 +0100
20238              Message-Id: <m38z9gfigk.fsf@anima.de>
20239      Branch: perl
20240            ! t/lib/access.t
20241 ____________________________________________________________________________
20242 [ 14885] By: nick                                  on 2002/02/26  13:48:55
20243         Log: Integrate mainline
20244      Branch: perlio
20245           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20246           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20247           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20248            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20249           !> (integrate 102 files)
20250 ____________________________________________________________________________
20251 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
20252         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
20253              1.1999999999999996, or thereabouts (yes, even sprintf).
20254      Branch: perl
20255            ! t/base/num.t
20256 ____________________________________________________________________________
20257 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
20258         Log: Neither.
20259      Branch: perl
20260            ! pod/perldelta.pod
20261 ____________________________________________________________________________
20262 [ 14882] By: ams                                   on 2002/02/26  08:46:55
20263         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
20264              From: Michael G Schwern <schwern@pobox.com>
20265              Date: Tue, 26 Feb 2002 01:01:28 -0500
20266              Message-Id: <20020226060128.GA2439@blackrider>
20267      Branch: perl
20268            ! hv.c pod/perldiag.pod
20269 ____________________________________________________________________________
20270 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
20271         Log: Subject: [PATCH B::Concise] docs, typos
20272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20273              Date: Mon, 25 Feb 2002 16:41:16 +0100
20274              Message-ID: <20020225164116.A1054@rafael>
20275      Branch: perl
20276            ! ext/B/B/Concise.pm
20277 ____________________________________________________________________________
20278 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
20279         Log: POSIX: add isatty to @EXPORT_OK, reformat.
20280      Branch: perl
20281            ! ext/POSIX/POSIX.pm
20282 ____________________________________________________________________________
20283 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
20284         Log: If using -Dloclibpth=... the directories need to
20285              be appended to LD_LIBRARY_PATH (and ickily, if those
20286              directories contain a (newer?) libdb.so, we need to
20287              prepend    /usr/shlib to loclibpth).
20288      Branch: perl
20289            ! hints/dec_osf.sh
20290 ____________________________________________________________________________
20291 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
20292         Log: Subject: [PATCH] Perl interface to newIO()
20293              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
20294              Date: Mon, 25 Feb 2002 15:04:57 -0800
20295              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
20296      Branch: perl
20297            ! lib/Symbol.pm lib/Symbol.t
20298 ____________________________________________________________________________
20299 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
20300         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
20301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
20302              Date: Mon, 25 Feb 2002 21:58:30 +0100
20303              Message-ID: <20020225215830.A744@rafael>
20304      Branch: perl
20305            ! pod/perlvar.pod
20306 ____________________________________________________________________________
20307 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
20308         Log: Big5 tweaks from Autrijus Tang.
20309      Branch: perl
20310            ! ext/Encode/Encode/big5.enc
20311 ____________________________________________________________________________
20312 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
20313         Log: Subject: [PATCH Glossary configpm] cleanups
20314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20315              Date: Mon, 25 Feb 2002 23:27:15 +0100
20316              Message-ID: <20020225232715.C744@rafael>
20317      Branch: perl
20318            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
20319 ____________________________________________________________________________
20320 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
20321         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
20322              From: Nicholas Clark <nick@unfortu.net>
20323              Date: Mon, 25 Feb 2002 21:53:24 +0000
20324              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
20325      Branch: perl
20326            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
20327            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
20328            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
20329 ____________________________________________________________________________
20330 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
20331         Log: Upgrade to I18N::LangTags 0.27.
20332              (Causes one flipflop back to perl.com URL, must poke Sean.)
20333      Branch: perl
20334            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20335            ! lib/I18N/LangTags/List.pm
20336 ____________________________________________________________________________
20337 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
20338         Log: Upgrade to Getopt::Long 2.28.
20339      Branch: perl
20340            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
20341            ! lib/Getopt/Long/README
20342 ____________________________________________________________________________
20343 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
20344         Log: No =head.
20345      Branch: perl
20346            ! pod/perlebcdic.pod
20347 ____________________________________________________________________________
20348 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
20349         Log: Update Changes.
20350      Branch: perl
20351            ! Changes patchlevel.h
20352 ____________________________________________________________________________
20353 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
20354         Log: metaconfig unit change for #14868.
20355      Branch: metaconfig
20356            ! U/modified/Chk_MANI.U
20357 ____________________________________________________________________________
20358 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
20359         Log: Some hosts understand split -l 50, some only split -50
20360              (from Paul Eggert).
20361      Branch: perl
20362            ! Configure
20363 ____________________________________________________________________________
20364 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
20365         Log: Subject: Re: [PATCH bleadperl] socketpair.t
20366              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20367              Date: Sun, 24 Feb 2002 10:31:25 +0100
20368              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
20369              
20370              (the pid half only)
20371      Branch: perl
20372            ! win32/win32.c
20373 ____________________________________________________________________________
20374 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
20375         Log: Mention the new pack tricks.
20376      Branch: perl
20377            ! pod/perldelta.pod
20378 ____________________________________________________________________________
20379 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
20380         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
20381              From: Richard.Foley@t-online.de (Richard Foley)
20382              Date: Mon, 25 Feb 2002 13:47:03 +0100
20383              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
20384      Branch: perl
20385            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
20386            ! pod/perldebug.pod pod/perldelta.pod
20387 ____________________________________________________________________________
20388 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
20389         Log: Typo corrections from John P. Linderman.
20390      Branch: perl
20391            ! ext/IPC/SysV/Semaphore.pm
20392 ____________________________________________________________________________
20393 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
20394         Log: Upgrade to Math::BigInt 1.52.
20395      Branch: perl
20396            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20397            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20398            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20399            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
20400            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
20401 ____________________________________________________________________________
20402 [ 14862] By: ams                                   on 2002/02/25  10:39:40
20403         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
20404              From: Robin Barker <rmb1@cise.npl.co.uk>
20405              Date: Mon, 25 Feb 2002 11:35:06 GMT
20406              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
20407              
20408              Subject: [PATCH Net/Cmd.pm]
20409              From: Robin Barker <rmb1@cise.npl.co.uk>
20410              Date: Mon, 25 Feb 2002 11:37:06 GMT
20411              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
20412      Branch: perl
20413            ! lib/Cwd.pm lib/Net/Cmd.pm
20414 ____________________________________________________________________________
20415 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
20416         Log: Cut-and-paste errors.
20417      Branch: perl
20418            ! t/op/pat.t
20419 ____________________________________________________________________________
20420 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
20421         Log: EBCDIC: the control characters are not that easy to find.
20422      Branch: perl
20423            ! t/op/pat.t
20424 ____________________________________________________________________________
20425 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
20426         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
20427              From: John Peacock <jpeacock@rowman.com>
20428              Date: Sun, 24 Feb 2002 22:08:28 -0500
20429              Message-ID: <3C79AAAC.6060903@rowman.com>
20430      Branch: perl
20431            ! sv.c
20432 ____________________________________________________________________________
20433 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
20434         Log: SvSetSV() is not returnable, but that's okay since
20435              sv_copypv() returns void.
20436      Branch: perl
20437            ! sv.c
20438 ____________________________________________________________________________
20439 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
20440         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
20441              From: John Peacock <jpeacock@rowman.com>                 
20442              Date: Sun, 24 Feb 2002 16:40:07 -0500
20443              Message-ID: <3C795DB7.40105@rowman.com>               
20444      Branch: perl
20445            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
20446            ! pp_hot.c proto.h sv.c
20447 ____________________________________________________________________________
20448 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
20449         Log: Tiny code cleanup.
20450      Branch: perl
20451            ! regexec.c
20452 ____________________________________________________________________________
20453 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
20454         Log: Use to_uni_fold().
20455      Branch: perl
20456            ! regcomp.c
20457 ____________________________________________________________________________
20458 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
20459         Log: Document the new taint behaviour of exec LIST and
20460              system LIST.
20461      Branch: perl
20462            ! pod/perldelta.pod
20463 ____________________________________________________________________________
20464 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
20465         Log: Subject: [PATCH] Re: taint news
20466              From: Rick Delaney <rick.delaney@rogers.com>             
20467              Date: 24 Feb 2002 11:35:00 -0500
20468              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
20469      Branch: perl
20470            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
20471 ____________________________________________________________________________
20472 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
20473         Log: EBCDIC tweak (native instead of uni) and comment update.
20474      Branch: perl
20475            ! regexec.c
20476 ____________________________________________________________________________
20477 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
20478         Log: Using uninitialized (and wrong) variables is not good.
20479      Branch: perl
20480            ! regcomp.c
20481 ____________________________________________________________________________
20482 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
20483         Log: EBCDIC: this seems to calm the last of the
20484              Malformed UTF-8 warnings.
20485      Branch: perl
20486            ! regcomp.c utf8.c
20487 ____________________________________________________________________________
20488 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
20489         Log: EBCDIC: document using Encode for character conversions.
20490      Branch: perl
20491            ! pod/perlebcdic.pod
20492 ____________________________________________________________________________
20493 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
20494         Log: EBCDIC: disable also Unicode::Collate and
20495              Unicode::Normalize for now.  Real users of
20496              EBCDIC have to decide what they want.
20497      Branch: perl
20498            ! ext/Unicode/Normalize/Normalize.pm
20499            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20500            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
20501            ! lib/Unicode/Collate/t/test.t
20502 ____________________________________________________________________________
20503 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
20504         Log: AUTHORS updates.
20505      Branch: perl
20506            ! AUTHORS
20507 ____________________________________________________________________________
20508 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
20509         Log: Retract #14571: there may be a better solution than
20510              tweaking the test.
20511      Branch: perl
20512            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20513 ____________________________________________________________________________
20514 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
20515         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
20516              From: "Craig A. Berry" <craigberry@mac.com> 
20517              Date: Sat, 23 Feb 2002 14:14:35 -0600
20518              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
20519      Branch: perl
20520            ! configure.com
20521 ____________________________________________________________________________
20522 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
20523         Log: metaconfig unit change for #14843.
20524      Branch: metaconfig/U/perl
20525            ! Extensions.U
20526 ____________________________________________________________________________
20527 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
20528         Log: Also Encode/JP needs to be listed explicitly.
20529              (Any other sub-Encode extensions?)
20530      Branch: perl
20531            ! Configure
20532 ____________________________________________________________________________
20533 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
20534         Log: Document known UNICOS/mk deficiency.
20535      Branch: perl
20536            ! pod/perldelta.pod
20537 ____________________________________________________________________________
20538 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
20539         Log: Subject: [PATCH] README mention version 5.0
20540              From: Autrijus Tang <autrijus@autrijus.org>
20541              Date: Sat, 23 Feb 2002 09:35:22 +0800
20542              Message-ID: <20020223013522.GA8694@not.autrijus.org>
20543      Branch: perl
20544            ! README
20545 ____________________________________________________________________________
20546 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
20547         Log: metaconfig unit change for #14839.
20548      Branch: metaconfig
20549            ! U/modified/Signal.U
20550 ____________________________________________________________________________
20551 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
20552         Log: Old hosts like NeXT Classic don't have sort -k,
20553              from Paul Eggert.
20554      Branch: perl
20555            ! Configure
20556 ____________________________________________________________________________
20557 [ 14838] By: ams                                   on 2002/02/22  21:14:29
20558         Log: Minor clarifications as suggested by Anton Tagunov.
20559      Branch: perl
20560            ! pod/perlsyn.pod
20561 ____________________________________________________________________________
20562 [ 14837] By: ams                                   on 2002/02/22  21:07:02
20563         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
20564              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20565              Date: Fri, 22 Feb 2002 23:01:07 +0100
20566              Message-Id: <20020222230107.A15069@rafael>
20567      Branch: perl
20568            ! sv.c t/op/gv.t
20569 ____________________________________________________________________________
20570 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
20571         Log: metaconfig unit change for #14835.
20572      Branch: metaconfig
20573            ! U/modified/Chk_MANI.U
20574 ____________________________________________________________________________
20575 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
20576         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
20577      Branch: perl
20578            ! Configure
20579 ____________________________________________________________________________
20580 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
20581         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
20582              From: Michael G Schwern <schwern@pobox.com>
20583              Date: Fri, 22 Feb 2002 12:10:28 -0500
20584              Message-ID: <20020222171027.GB4181@blackrider>
20585      Branch: perl
20586            ! ext/Encode/compile
20587 ____________________________________________________________________________
20588 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
20589         Log: Update Changes.
20590      Branch: perl
20591            ! Changes patchlevel.h
20592 ____________________________________________________________________________
20593 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
20594         Log: Implement IV/UV/NV/long double pack/unpack with
20595              template letters j/J/F/D (the latter two have been
20596              undocumented aliases of f/d).
20597      Branch: perl
20598            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
20599 ____________________________________________________________________________
20600 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
20601         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20602              From: Nicholas Clark <nick@unfortu.net>
20603              Date: Fri, 22 Feb 2002 14:01:25 +0000
20604              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
20605      Branch: perl
20606            ! ext/Encode/compile
20607 ____________________________________________________________________________
20608 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
20609         Log: NetWare change from Ananth Kesari.
20610      Branch: perl
20611            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20612            ! MANIFEST
20613 ____________________________________________________________________________
20614 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
20615         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
20616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20617              Date: Fri, 22 Feb 2002 03:55:13 -0500
20618              Message-ID: <20020222035513.A894@math.ohio-state.edu>
20619      Branch: perl
20620            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
20621 ____________________________________________________________________________
20622 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
20623         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
20624      Branch: perl
20625            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
20626 ____________________________________________________________________________
20627 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
20628         Log: Make measure_struct a file static.
20629      Branch: perl
20630            ! pp_pack.c
20631 ____________________________________________________________________________
20632 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
20633         Log: EBCDIC: someone who knows what they are doing
20634              and whether it is possible at all in the first
20635              place needs to figure these tests out on EBCDIC.
20636              The CJK encodings heavily abuse their knowledge
20637              of ASCII and that may require a translation layer
20638              or four to survive UTF-EBCDIC.
20639      Branch: perl
20640            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
20641 ____________________________________________________________________________
20642 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
20643         Log: croak() needs context.
20644      Branch: perl
20645            ! pp_pack.c
20646 ____________________________________________________________________________
20647 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
20648         Log: Subject: [PATCH @14577] pack with a human face: the sequel
20649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20650              Date: Thu, 21 Feb 2002 21:33:37 -0500
20651              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
20652      Branch: perl
20653            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
20654            ! proto.h t/op/pack.t
20655 ____________________________________________________________________________
20656 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
20657         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20658              From: Nicholas Clark <nick@unfortu.net> 
20659              Date: Fri, 22 Feb 2002 00:49:44 +0000
20660              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
20661      Branch: perl
20662            ! ext/Encode/compile
20663 ____________________________________________________________________________
20664 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
20665         Log: Test for #14795.
20666      Branch: perl
20667            ! t/op/pat.t
20668 ____________________________________________________________________________
20669 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
20670         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
20671      Branch: perl
20672            ! t/op/pat.t
20673 ____________________________________________________________________________
20674 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
20675         Log: Subject: [PATCH] next batch of bugfixes
20676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20677              Date: Thu, 21 Feb 2002 23:54:41 +0100
20678              Message-ID: <20020221235441.A17260@rafael>
20679      Branch: perl
20680            ! ext/B/B/Deparse.pm
20681 ____________________________________________________________________________
20682 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
20683         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
20684              From: chromatic <chromatic@rmci.net>
20685              Date: Thu, 21 Feb 2002 14:17:35 -0700
20686              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
20687      Branch: perl
20688            ! lib/File/stat.pm lib/File/stat.t
20689 ____________________________________________________________________________
20690 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
20691         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
20692      Branch: perl
20693            ! ext/re/re.xs
20694 ____________________________________________________________________________
20695 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
20696         Log: Upgrade to Math::BigInt 1.51.
20697      Branch: perl
20698            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20699            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20700            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20701            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20702            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20703            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20704            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20705            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
20706            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
20707            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
20708            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
20709            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20710 ____________________________________________________________________________
20711 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
20712         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
20713              From: "Gerrit P. Haase" <gp@familiehaase.de>
20714              Date: Thu, 21 Feb 2002 21:20:25 +0100
20715              Message-ID: <69510538936.20020221212025@familiehaase.de>
20716      Branch: perl
20717            ! Makefile.SH
20718 ____________________________________________________________________________
20719 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
20720         Log: Subject: [PATCH @14577] grouping in pack/unpack
20721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20722              Date: Thu, 21 Feb 2002 06:06:14 -0500
20723              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
20724      Branch: perl
20725            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
20726            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
20727 ____________________________________________________________________________
20728 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
20729         Log: Subject: [PATCH propose] question about fs.t
20730              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20731              Date: Thu, 21 Feb 2002 15:10:21 +0100
20732              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
20733      Branch: perl
20734            ! t/io/fs.t
20735 ____________________________________________________________________________
20736 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
20737         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
20738              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
20739              Date: Thu, 21 Feb 2002 09:54:28 +0100
20740              Message-ID: <13576559576.20020221095428@familiehaase.de>     
20741      Branch: perl
20742            ! Makefile.SH
20743 ____________________________________________________________________________
20744 [ 14812] By: ams                                   on 2002/02/21  14:59:09
20745         Log: Subject: typo correction
20746              From: mjd@plover.com
20747              Date: 21 Feb 2002 15:43:49 -0000
20748              Message-Id: <20020221154349.22772.qmail@plover.com>
20749      Branch: perl
20750            ! pod/perldebug.pod
20751 ____________________________________________________________________________
20752 [ 14811] By: ams                                   on 2002/02/21  14:02:12
20753         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
20754              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20755              Date: Thu, 21 Feb 2002 15:22:22 +0100
20756              Message-Id: <20020221152222.A15095@rafael>
20757      Branch: perl
20758            ! op.h toke.c
20759 ____________________________________________________________________________
20760 [ 14810] By: ams                                   on 2002/02/21  12:45:28
20761         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
20762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20763              Date: Thu, 21 Feb 2002 06:02:48 -0500
20764              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
20765      Branch: perl
20766            ! lib/ExtUtils/Mksymlists.pm makedef.pl
20767 ____________________________________________________________________________
20768 [ 14809] By: nick                                  on 2002/02/21  09:31:08
20769         Log: Integrate mainline
20770      Branch: perlio
20771           +> lib/Pod/t/Select.t
20772           !> (integrate 37 files)
20773 ____________________________________________________________________________
20774 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
20775         Log: metaconfig unit change for #14807.
20776      Branch: metaconfig
20777            ! U/modified/Signal.U
20778 ____________________________________________________________________________
20779 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
20780         Log: Revert #14805, didn't quite work.
20781      Branch: perl
20782            ! Configure config_h.SH
20783 ____________________________________________________________________________
20784 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
20785         Log: metaconfig changes for #14805.
20786      Branch: metaconfig
20787            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
20788 ____________________________________________________________________________
20789 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
20790         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20791              From: Paul Eggert <eggert@twinsun.com>
20792              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
20793              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
20794      Branch: perl
20795            ! Configure config_h.SH
20796 ____________________________________________________________________________
20797 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
20798         Log: More advice.
20799      Branch: perl
20800            ! README.os390
20801 ____________________________________________________________________________
20802 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
20803         Log: Missing MANIFESTation.
20804      Branch: perl
20805            ! MANIFEST
20806 ____________________________________________________________________________
20807 [ 14802] By: ams                                   on 2002/02/20  22:55:25
20808         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
20809              From: Autrijus Tang <autrijus@autrijus.org>
20810              Date: Thu, 21 Feb 2002 07:13:12 +0800
20811              Message-Id: <20020220231312.GA775@not.autrijus.org>
20812      Branch: perl
20813            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
20814 ____________________________________________________________________________
20815 [ 14801] By: ams                                   on 2002/02/20  22:27:20
20816         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
20817              From: Abe Timmerman <abe@ztreet.demon.nl>
20818              Date: Thu, 21 Feb 2002 00:20:40 +0100
20819              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
20820      Branch: perl
20821            + lib/Pod/t/Select.t
20822 ____________________________________________________________________________
20823 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
20824         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
20825              twice, causing the loop to skip every other character.
20826      Branch: perl
20827            ! utf8.c
20828 ____________________________________________________________________________
20829 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
20830         Log: Better debugging info.
20831      Branch: perl
20832            ! t/uni/case.pl
20833 ____________________________________________________________________________
20834 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
20835         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
20836              From: Nicholas Clark <nick@unfortu.net>
20837              Date: Wed, 20 Feb 2002 22:13:05 +0000
20838              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
20839      Branch: perl
20840            ! ext/Encode/compile
20841 ____________________________________________________________________________
20842 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
20843         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
20844              From: Paul Eggert <eggert@twinsun.com>
20845              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
20846              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
20847      Branch: perl
20848            ! pod/perlhack.pod
20849 ____________________________________________________________________________
20850 [ 14796] By: nick                                  on 2002/02/20  18:15:00
20851         Log: Integrate mainline
20852      Branch: perlio
20853           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20854           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
20855           +> lib/Locale/Country.pod lib/Locale/Currency.pod
20856           +> lib/Locale/Language.pod lib/Locale/Script.pm
20857           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
20858           +> t/uni/title.t t/uni/upper.t
20859           !> (integrate 41 files)
20860 ____________________________________________________________________________
20861 [ 14795] By: ams                                   on 2002/02/20  17:08:38
20862         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
20863              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20864              Date: Wed, 20 Feb 2002 18:06:59 +0000
20865              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
20866      Branch: perl
20867            ! pp_ctl.c
20868 ____________________________________________________________________________
20869 [ 14794] By: ams                                   on 2002/02/20  16:41:56
20870         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
20871              From: Paul_GreenVOS@vos.stratus.com
20872              Date: Wed, 20 Feb 02 12:21 est
20873              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
20874      Branch: perl
20875            ! Makefile.SH
20876 ____________________________________________________________________________
20877 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
20878         Log: Forgot from #14790.
20879      Branch: perl
20880            ! pp_pack.c
20881 ____________________________________________________________________________
20882 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
20883         Log: Update Changes.
20884      Branch: perl
20885            ! Changes patchlevel.h
20886 ____________________________________________________________________________
20887 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
20888         Log: Integrate change #14778 from maintperl;
20889              
20890              constant folding on the range operator had the effect of disabling
20891              peephole optimizations in all the siblings of the range OP; the
20892              effect of this was that barewords could escape strictures when
20893              they were hiding in such places
20894      Branch: perl
20895            ! t/lib/strict/subs
20896           !> op.c
20897 ____________________________________________________________________________
20898 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
20899         Log: Subject: Re: [ID 20020220.001] pack w with objects
20900              From: Ulrich Pfeifer <upf@de.uu.net>
20901              Date: 20 Feb 2002 11:21:15 +0100
20902              Message-ID: <p5g03wcv38.fsf@de.uu.net>
20903      Branch: perl
20904            ! t/op/pack.t
20905 ____________________________________________________________________________
20906 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
20907         Log: Subject: Re: [PATCH] go faster for Encode's compile
20908              From: Nicholas Clark <nick@unfortu.net> 
20909              Date: Tue, 19 Feb 2002 23:38:36 +0000
20910              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
20911      Branch: perl
20912            ! ext/Encode/compile
20913 ____________________________________________________________________________
20914 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
20915         Log: Regen Glossary.
20916      Branch: perl
20917            ! Porting/Glossary Porting/config.sh Porting/config_H
20918 ____________________________________________________________________________
20919 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
20920         Log: metaconfig unit change for #14786 (not visible yet,
20921              since Glossary needs regenerating)
20922      Branch: metaconfig
20923            ! U/compline/d_gconvert.U
20924 ____________________________________________________________________________
20925 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
20926         Log: Subject: d_Gconvert hints and Glossary
20927              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20928              Date: Tue, 19 Feb 2002 11:55:36 -0800
20929              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
20930      Branch: perl
20931            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
20932            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
20933            ! hints/svr5.sh
20934 ____________________________________________________________________________
20935 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
20936         Log: metaconfig unit changes for #14784.
20937      Branch: metaconfig
20938            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
20939 ____________________________________________________________________________
20940 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
20941         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20942              From: Paul Eggert <eggert@twinsun.com>              
20943              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
20944              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
20945      Branch: perl
20946            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
20947            ! pod/perlhack.pod
20948 ____________________________________________________________________________
20949 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
20950         Log: metaconfig unit change for #14782.
20951      Branch: metaconfig/U/perl
20952            ! Mksymlinks.U
20953 ____________________________________________________________________________
20954 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
20955         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
20956              From: "Gerrit P. Haase" <gp@familiehaase.de>
20957              Date: Wed, 20 Feb 2002 00:23:29 +0100
20958              Message-ID: <70348722516.20020220002329@familiehaase.de>
20959      Branch: perl
20960            ! Configure
20961 ____________________________________________________________________________
20962 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
20963         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
20964              From: Nicholas Clark <nick@unfortu.net> 
20965              Date: Tue, 19 Feb 2002 19:27:42 +0000
20966              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
20967              
20968              (with modifications)
20969      Branch: perl
20970            ! pod/perlsub.pod
20971 ____________________________________________________________________________
20972 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
20973         Log: NetWare tweak from Ananth Kesari.
20974      Branch: perl
20975            ! lib/ExtUtils/MakeMaker.pm
20976 ____________________________________________________________________________
20977 [ 14779] By: ams                                   on 2002/02/20  06:51:55
20978         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
20979      Branch: perl
20980            ! pod/perlfaq4.pod
20981 ____________________________________________________________________________
20982 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
20983         Log: constant folding on the range operator had the effect of disabling
20984              peephole optimizations in all the siblings of the range OP; the
20985              effect of this was that barewords could escape strictures when
20986              they were hiding in such places
20987      Branch: maint-5.6/perl
20988            ! op.c t/pragma/strict-subs
20989 ____________________________________________________________________________
20990 [ 14777] By: ams                                   on 2002/02/20  00:56:21
20991         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
20992              From: Graham Barr <gbarr@pobox.com>
20993              Date: Tue, 19 Feb 2002 23:08:47 +0000
20994              Message-Id: <20020219230847.G66560@pobox.com>
20995      Branch: perl
20996            ! lib/Time/Local.pm
20997 ____________________________________________________________________________
20998 [ 14776] By: ams                                   on 2002/02/19  17:20:28
20999         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
21000              From: Nicholas Clark <nick@unfortu.net>
21001              Date: Tue, 19 Feb 2002 16:23:22 +0000
21002              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
21003      Branch: perl
21004            ! lib/Tie/Hash.pm
21005 ____________________________________________________________________________
21006 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
21007         Log: Regen doc, regen toc.
21008      Branch: perl
21009            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
21010 ____________________________________________________________________________
21011 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
21012         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
21013              From: Dave Mitchell <davem@fdgroup.co.uk>
21014              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
21015              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
21016      Branch: perl
21017            ! pod/perlsub.pod
21018 ____________________________________________________________________________
21019 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
21020         Log: Detypo.
21021      Branch: perl
21022            ! lib/Tie/Memoize.pm
21023 ____________________________________________________________________________
21024 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
21025         Log: UTF-8 C API doc tweaks.
21026      Branch: perl
21027            ! pod/perlunicode.pod
21028 ____________________________________________________________________________
21029 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
21030         Log: Mention that the case-switchers know about Unicode, too.
21031      Branch: perl
21032            ! pod/perlop.pod
21033 ____________________________________________________________________________
21034 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
21035         Log: Upgrade to Locale::Codes 2.01.
21036      Branch: perl
21037            + lib/Locale/Constants.pod lib/Locale/Country.pod
21038            + lib/Locale/Currency.pod lib/Locale/Language.pod
21039            + lib/Locale/Script.pod
21040            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21041            ! lib/Locale/Constants.pm lib/Locale/Country.pm
21042            ! lib/Locale/Currency.pm lib/Locale/Language.pm
21043            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
21044 ____________________________________________________________________________
21045 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
21046         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
21047              From: Dave Mitchell <davem@fdgroup.co.uk>
21048              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
21049              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
21050      Branch: perl
21051            ! pod/perlsub.pod
21052 ____________________________________________________________________________
21053 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
21054         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
21055              From: Sam Tregar <sam@tregar.com> 
21056              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
21057              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
21058      Branch: perl
21059            ! sv.h
21060 ____________________________________________________________________________
21061 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
21062         Log: The test requires perlio.
21063      Branch: perl
21064            ! ext/Encode/t/JP.t
21065 ____________________________________________________________________________
21066 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
21067         Log: Misplaced block end.
21068      Branch: perl
21069            ! utf8.c
21070 ____________________________________________________________________________
21071 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
21072         Log: The POSIX extensions are deadly.
21073      Branch: perl
21074            ! regcomp.c
21075 ____________________________________________________________________________
21076 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
21077         Log: Let's not overdo the growth.
21078      Branch: perl
21079            ! pp.c
21080 ____________________________________________________________________________
21081 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
21082         Log: Third time makes the charm.
21083      Branch: perl
21084            ! README.os390
21085 ____________________________________________________________________________
21086 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
21087         Log: Oops.
21088      Branch: perl
21089            ! utf8.c
21090 ____________________________________________________________________________
21091 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
21092         Log: Add back the new casing tests.
21093      Branch: perl
21094            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21095            ! MANIFEST
21096 ____________________________________________________________________________
21097 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
21098         Log: Prefer special case mappings.
21099      Branch: perl
21100            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
21101            ! lib/unicore/To/Upper.pl lib/unicore/mktables
21102 ____________________________________________________________________________
21103 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
21104         Log: Try special casing first.
21105      Branch: perl
21106            ! utf8.c
21107 ____________________________________________________________________________
21108 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
21109         Log: Not extending enough.
21110      Branch: perl
21111            ! pp.c utf8.h
21112 ____________________________________________________________________________
21113 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
21114         Log: No need to store identity mappings.
21115      Branch: perl
21116            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
21117            ! lib/unicore/mktables
21118 ____________________________________________________________________________
21119 [ 14756] By: ams                                   on 2002/02/18  20:21:17
21120         Log: Forward port #14704 from maint-5.6.
21121      Branch: perl
21122            ! doio.c
21123 ____________________________________________________________________________
21124 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
21125         Log: Regen Changes.
21126      Branch: perl
21127            ! Changes
21128 ____________________________________________________________________________
21129 [ 14754] By: ams                                   on 2002/02/18  19:01:09
21130         Log: Subject: [PATCH] VMS cando_by_name and current process privs
21131              From: "Craig A. Berry" <craigberry@mac.com>
21132              Date: Mon, 18 Feb 2002 14:03:30 -0600
21133              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
21134      Branch: perl
21135            ! vms/vms.c
21136 ____________________________________________________________________________
21137 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
21138         Log: Update Changes.
21139      Branch: perl
21140            ! Changes patchlevel.h
21141 ____________________________________________________________________________
21142 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
21143         Log: What do you know; these tests unearthed nasty problems.
21144              Will resolve those first.
21145      Branch: perl
21146            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21147            ! MANIFEST
21148 ____________________________________________________________________________
21149 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
21150         Log: Update Changes.
21151      Branch: perl
21152            ! Changes patchlevel.h
21153 ____________________________________________________________________________
21154 [ 14750] By: ams                                   on 2002/02/18  17:36:05
21155         Log: Subject: Re: IO::Poll: Removing Handles
21156              From: Matthew Sachs <matthewg@zevils.com>
21157              Date: Mon, 18 Feb 2002 13:19:01 -0500
21158              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
21159      Branch: perl
21160            ! ext/IO/lib/IO/t/io_poll.t
21161 ____________________________________________________________________________
21162 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
21163         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
21164              From: "Craig A. Berry" <craigberry@mac.com>
21165              Date: Mon, 18 Feb 2002 11:52:21 -0600
21166              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
21167      Branch: perl
21168            ! t/op/alarm.t t/op/glob.t
21169 ____________________________________________________________________________
21170 [ 14748] By: ams                                   on 2002/02/18  15:53:36
21171         Log: s/load_module/Perl_load_module/
21172      Branch: perl
21173            ! gv.c
21174 ____________________________________________________________________________
21175 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
21176         Log: Unused in ASCII, used in EBCDIC.
21177      Branch: perl
21178            ! utf8.c
21179 ____________________________________________________________________________
21180 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
21181         Log: Upgrade to Locale::Codes 2.00.
21182      Branch: perl
21183            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
21184            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
21185            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
21186            ! lib/Locale/Constants.pm lib/Locale/Country.pm
21187            ! lib/Locale/Currency.pm lib/Locale/Language.pm
21188 ____________________________________________________________________________
21189 [ 14745] By: ams                                   on 2002/02/18  15:20:44
21190         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
21191              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21192              Date: Sat, 16 Feb 2002 00:06:01 +0100
21193              Message-Id: <20020216000601.A17249@rafael>
21194      Branch: perl
21195            ! gv.c
21196 ____________________________________________________________________________
21197 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
21198         Log: More Unicode casing checks.
21199      Branch: perl
21200            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
21201            ! MANIFEST
21202 ____________________________________________________________________________
21203 [ 14743] By: ams                                   on 2002/02/18  14:35:38
21204         Log: Subject: IO::Poll: Removing Handles
21205              From: Matthew Sachs <matthewg@zevils.com>
21206              Date: Sun, 17 Feb 2002 04:49:46 -0500
21207              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
21208      Branch: perl
21209            ! ext/IO/lib/IO/Poll.pm
21210 ____________________________________________________________________________
21211 [ 14741] By: ams                                   on 2002/02/18  13:59:48
21212         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
21213              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21214              Date: Mon, 18 Feb 2002 15:41:26 +0100
21215              Message-Id: <20020218154126.A692@rafael>
21216      Branch: perl
21217            ! pp_ctl.c t/op/do.t
21218 ____________________________________________________________________________
21219 [ 14740] By: nick                                  on 2002/02/18  09:09:23
21220         Log: Integrate mainline
21221      Branch: perlio
21222           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21223           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
21224           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
21225           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21226           +> ext/Encode/lib/Encode/JP/Constants.pm
21227           +> ext/Encode/lib/Encode/JP/H2Z.pm
21228           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
21229           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
21230           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
21231           +> os2/OS2/Process/t/os2_process.t
21232           +> os2/OS2/Process/t/os2_process_kid.t
21233           +> os2/OS2/Process/t/os2_process_text.t
21234            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21235            - ext/Encode/t/Japanese.t
21236           !> (integrate 47 files)
21237 ____________________________________________________________________________
21238 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
21239         Log: EBCDIC: now the worst seems to be over for
21240              the "Malformed" warnings.  Still a few of them,
21241              and plenty of test failures, but getting better.
21242      Branch: perl
21243            ! regcomp.c utf8.c
21244 ____________________________________________________________________________
21245 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
21246         Log: Upgrade to Net::Ping 2.12.
21247      Branch: perl
21248            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21249            ! lib/Net/Ping/t/110_icmp_inst.t
21250 ____________________________________________________________________________
21251 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
21252         Log: After much rewriting we are now pretty much
21253              back to where we started.
21254      Branch: perl
21255            ! utf8.c
21256 ____________________________________________________________________________
21257 [ 14736] By: ams                                   on 2002/02/18  01:23:00
21258         Log: Subject: [PATCH B::Deparse] two fixes
21259              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21260              Date: Sun, 17 Feb 2002 23:58:59 +0100
21261              Message-Id: <20020217235859.A32513@rafael>
21262      Branch: perl
21263            ! ext/B/B/Deparse.pm
21264 ____________________________________________________________________________
21265 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
21266         Log: Buglet.
21267      Branch: perl
21268            ! ext/Encode/lib/Encode/JP/JIS.pm
21269 ____________________________________________________________________________
21270 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
21271         Log: Clearing up to_utf8_case() continues: this time use
21272              a single return, and EBCDICification for all paths.
21273      Branch: perl
21274            ! utf8.c
21275 ____________________________________________________________________________
21276 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
21277         Log: Small tweaks to get the test running (fix @INC and
21278              do not overwrite the table.utf8 and table.rnd).
21279      Branch: perl
21280            ! ext/Encode/t/JP.t
21281 ____________________________________________________________________________
21282 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
21283         Log: Tiny tweak.
21284      Branch: perl
21285            ! utf8.c
21286 ____________________________________________________________________________
21287 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
21288         Log: Redundant casts.
21289      Branch: perl
21290            ! utf8.c
21291 ____________________________________________________________________________
21292 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
21293         Log: More filename portability tips.
21294      Branch: perl
21295            ! pod/perlport.pod
21296 ____________________________________________________________________________
21297 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
21298         Log: FAQ sync.
21299      Branch: perl
21300            ! pod/perlfaq3.pod pod/perlfaq5.pod
21301 ____________________________________________________________________________
21302 [ 14728] By: ams                                   on 2002/02/17  16:15:09
21303         Log: Subject: podlators 1.21 released
21304              From: Russ Allbery <rra@stanford.edu>
21305              Date: Sat, 16 Feb 2002 21:42:56 -0800
21306              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
21307      Branch: perl
21308            ! lib/Pod/Text/Overstrike.pm
21309 ____________________________________________________________________________
21310 [ 14727] By: sky                                   on 2002/02/17  11:36:52
21311         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
21312              From: Autrijus Tang <autrijus@autrijus.org>
21313              Date: Sun, 17 Feb 2002 19:46:47 +0800
21314              Message-ID: <20020217194647.A1410@not.autrijus.org>
21315      Branch: perl
21316            ! pp_ctl.c t/op/tiehandle.t util.c
21317 ____________________________________________________________________________
21318 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
21319         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
21320              input in native code points, not Unicode.
21321      Branch: perl
21322            ! utf8.c
21323 ____________________________________________________________________________
21324 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
21325         Log: Regen Glossary.
21326      Branch: perl
21327            ! Porting/Glossary Porting/config.sh Porting/config_H
21328 ____________________________________________________________________________
21329 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
21330         Log: The #14715 and #14716 were okay: they just revealed
21331              a bug in the EXACTF matching.
21332      Branch: perl
21333            ! regexec.c utf8.c
21334 ____________________________________________________________________________
21335 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
21336         Log: Retreat, retreat! (retract #14715 and #14716)
21337      Branch: perl
21338            ! utf8.c
21339 ____________________________________________________________________________
21340 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
21341         Log: Encode 0.40, from Dan Kogai.
21342      Branch: perl
21343            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
21344            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
21345            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
21346            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
21347            + ext/Encode/lib/Encode/JP/Constants.pm
21348            + ext/Encode/lib/Encode/JP/H2Z.pm
21349            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
21350            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
21351            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
21352            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
21353            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21354            - ext/Encode/t/Japanese.t
21355            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
21356            ! ext/Encode/t/Encode.t
21357 ____________________________________________________________________________
21358 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
21359         Log: metaconfig unit change for #14720.
21360      Branch: perl
21361            ! Configure
21362 ____________________________________________________________________________
21363 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
21364         Log: Regenerate Configure (small tweaks on Yitzchak's,
21365              main difference being that the preference variables are
21366              called gconvert_...).
21367      Branch: metaconfig
21368            ! U/compline/d_gconvert.U
21369 ____________________________________________________________________________
21370 [ 14719] By: ams                                   on 2002/02/16  14:11:01
21371         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
21372              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21373              Date: Thu, 14 Feb 2002 22:27:33 -0800
21374              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
21375              (Applied by hand.)
21376      Branch: perl
21377            ! Configure
21378 ____________________________________________________________________________
21379 [ 14718] By: ams                                   on 2002/02/16  13:45:28
21380         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
21381              From: Philip Newton <Philip.Newton@gmx.net>
21382              Date: Sat, 16 Feb 2002 10:05:05 +0100
21383              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
21384              (Applied by hand.)
21385      Branch: perl
21386            ! pod/perlport.pod
21387 ____________________________________________________________________________
21388 [ 14717] By: ams                                   on 2002/02/16  04:30:23
21389         Log: Remove dubious test.
21390      Branch: perl
21391            ! t/io/open.t
21392 ____________________________________________________________________________
21393 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
21394         Log: Tiny tweak.
21395      Branch: perl
21396            ! utf8.c
21397 ____________________________________________________________________________
21398 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
21399         Log: Restructure to_utf8_case() for simpler execution paths.
21400      Branch: perl
21401            ! utf8.c
21402 ____________________________________________________________________________
21403 [ 14714] By: ams                                   on 2002/02/16  02:43:59
21404         Log: Absorb #14701 by Sarathy from maint-5.6.
21405      Branch: perl
21406            ! doio.c t/io/open.t
21407 ____________________________________________________________________________
21408 [ 14713] By: ams                                   on 2002/02/16  01:51:27
21409         Log: Subject: [PATCH] VOS patches for perl 5.8
21410              From: Paul_GreenVOS@vos.stratus.com
21411              Date: Fri, 15 Feb 02 17:41 est
21412              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
21413      Branch: perl
21414            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21415            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21416            ! vos/install_perl.cm
21417 ____________________________________________________________________________
21418 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
21419         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
21420              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21421              Date: Fri, 15 Feb 2002 23:05:44 +0100
21422              Message-ID: <20020215230544.A690@rafael>
21423      Branch: perl
21424            ! ext/B/B/Deparse.pm
21425 ____________________________________________________________________________
21426 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
21427         Log: Add $VERSION.
21428      Branch: perl
21429            ! lib/Tie/Memoize.pm
21430 ____________________________________________________________________________
21431 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
21432         Log: Update Changes.
21433      Branch: perl
21434            ! Changes patchlevel.h
21435 ____________________________________________________________________________
21436 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
21437         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
21438              From: Robin Barker <rmb1@cise.npl.co.uk>
21439              Date: Thu, 14 Feb 2002 19:07:40 GMT
21440              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
21441              
21442              (the hints part only)
21443      Branch: perl
21444            ! hints/solaris_2.sh
21445 ____________________________________________________________________________
21446 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
21447         Log: metaconfig unit changes for #14707.
21448      Branch: metaconfig
21449            ! U/modified/cc.U
21450      Branch: metaconfig/U/perl
21451            ! Checkcc.U
21452 ____________________________________________________________________________
21453 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
21454         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
21455              From: Robin Barker <rmb1@cise.npl.co.uk>
21456              Date: Fri, 15 Feb 2002 12:14:39 GMT
21457              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
21458              
21459              Split checking-for-gcc and checking-for-cc.
21460      Branch: perl
21461            ! Configure
21462 ____________________________________________________________________________
21463 [ 14706] By: ams                                   on 2002/02/15  13:57:15
21464         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21465              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
21466              Date: 15 Feb 2002 10:53:06 +0200
21467              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
21468      Branch: perl
21469            ! lib/Pod/Html.pm
21470 ____________________________________________________________________________
21471 [ 14705] By: ams                                   on 2002/02/15  08:42:55
21472         Log: Subject: [PATCH @14577] OS/2 tests and more
21473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21474              Date: Fri, 15 Feb 2002 03:56:24 -0500
21475              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
21476      Branch: perl
21477            + os2/OS2/Process/t/os2_process.t
21478            + os2/OS2/Process/t/os2_process_kid.t
21479            + os2/OS2/Process/t/os2_process_text.t
21480            ! MANIFEST configpm hints/os2.sh makedef.pl
21481            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
21482            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
21483            ! os2/os2ish.h
21484 ____________________________________________________________________________
21485 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
21486         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
21487              avoid wasteful PL_fdpid fiddling where that is not warranted;
21488              mostly whitespace fixes
21489              
21490              these were longstanding todo items from:
21491              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
21492      Branch: maint-5.6/perl
21493            ! doio.c
21494 ____________________________________________________________________________
21495 [ 14702] By: nick                                  on 2002/02/15  08:31:41
21496         Log: Integrate mainline
21497      Branch: perlio
21498           +> lib/if.pm lib/if.t
21499           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
21500           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21501           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21502           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21503           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21504           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
21505           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
21506           !> t/lib/warnings/pp_sys
21507 ____________________________________________________________________________
21508 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
21509         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
21510              (and also dies quickly on Windows); this bug crept in as
21511              change#610, a.k.a change#646
21512      Branch: maint-5.6/perl
21513            ! doio.c t/io/open.t
21514 ____________________________________________________________________________
21515 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
21516         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21517              From: Ville "Skyttä" <ville.skytta@iki.fi>
21518              Date: Wed, 13 Feb 2002 22:29:39 +0200
21519              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
21520      Branch: perl
21521            ! lib/Pod/Html.pm
21522 ____________________________________________________________________________
21523 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
21524         Log: Document and test the C0 and C1.
21525      Branch: perl
21526            ! lib/charnames.pm lib/charnames.t
21527 ____________________________________________________________________________
21528 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
21529         Log: metaconfig unit change for #14697.
21530      Branch: metaconfig
21531            ! U/modified/Init.U
21532 ____________________________________________________________________________
21533 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
21534         Log: Also OS/2 seems to need exe set early.
21535      Branch: perl
21536            ! Configure
21537 ____________________________________________________________________________
21538 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
21539         Log: Document pack U0U.
21540      Branch: perl
21541            ! pod/perluniintro.pod
21542 ____________________________________________________________________________
21543 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
21544         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
21545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21546              Date: Thu, 14 Feb 2002 23:58:00 +0100
21547              Message-ID: <20020214235800.A12901@rafael>
21548      Branch: perl
21549            ! pp_sys.c t/lib/warnings/pp_sys
21550 ____________________________________________________________________________
21551 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
21552         Log: Subject: [PATCH @13746] conditional pragmas
21553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21554              Date: Mon, 31 Dec 2001 18:18:09 -0500
21555              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
21556      Branch: perl
21557            + lib/if.pm lib/if.t
21558            ! MANIFEST
21559 ____________________________________________________________________________
21560 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
21561         Log: Deparse bug introduced by #14615: the fix is just a workaround,
21562              I suspect there to be another deeper bug, must distill simpler
21563              test case.
21564      Branch: perl
21565            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21566 ____________________________________________________________________________
21567 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
21568         Log: Integrate perlio:
21569              
21570              [ 14685]
21571              Make dependencies more precise (for nmake)
21572      Branch: perl
21573           !> ext/Encode/EUC_JP/Makefile.PL
21574 ____________________________________________________________________________
21575 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
21576         Log: Just a guess.
21577      Branch: perl
21578            ! lib/Tie/Handle.pm
21579 ____________________________________________________________________________
21580 [ 14690] By: nick                                  on 2002/02/14  16:30:56
21581         Log: Integrate mainline
21582      Branch: perlio
21583           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
21584           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
21585           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
21586           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
21587           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
21588           !> utf8.c
21589 ____________________________________________________________________________
21590 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
21591         Log: Upgrade to Net::Ping 2.11.
21592      Branch: perl
21593            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21594            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21595            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21596            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21597 ____________________________________________________________________________
21598 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
21599         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
21600              From: Robin Barker <rmb1@cise.npl.co.uk>
21601              Date: Wed, 13 Feb 2002 17:37:07 GMT
21602              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
21603              
21604              (updated version of the above)
21605      Branch: perl
21606            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21607 ____________________________________________________________________________
21608 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
21609         Log: Excise inexact blather.
21610      Branch: perl
21611            ! utf8.c
21612 ____________________________________________________________________________
21613 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
21614         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
21615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21616              Date: Mon, 31 Dec 2001 20:28:46 -0500
21617              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
21618      Branch: perl
21619            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
21620            ! MANIFEST
21621 ____________________________________________________________________________
21622 [ 14685] By: nick                                  on 2002/02/14  14:20:20
21623         Log: Make dependencies more precise (for nmake)
21624      Branch: perlio
21625            ! ext/Encode/EUC_JP/Makefile.PL
21626 ____________________________________________________________________________
21627 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
21628         Log: Subject: [PATCH @13746] tied hashes
21629              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
21630              Date: Mon, 31 Dec 2001 19:15:39 -0500
21631              Message-ID: <20011231191539.A46@math.ohio-state.edu>
21632      Branch: perl
21633            ! lib/Tie/Hash.pm pod/perltie.pod
21634 ____________________________________________________________________________
21635 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
21636         Log: Subject: Re: [PATCH] Configure followed by make minitest
21637              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21638              Date: Sun, 10 Feb 2002 23:22:05 -0800
21639              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
21640      Branch: perl
21641            ! Makefile.SH
21642 ____________________________________________________________________________
21643 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
21644         Log: Subject: Re: perl@14647
21645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21646              Date: Mon, 11 Feb 2002 19:30:36 +0100
21647              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
21648      Branch: perl
21649            ! t/op/groups.t
21650 ____________________________________________________________________________
21651 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
21652         Log: Update Changes.
21653      Branch: perl
21654            ! Changes patchlevel.h
21655 ____________________________________________________________________________
21656 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
21657         Log: Integrate perlio:
21658              
21659              [ 14677]
21660              Do not lc() the file names before doing dirname() or they don't match.
21661      Branch: perl
21662           !> lib/ExtUtils/t/Installed.t
21663 ____________________________________________________________________________
21664 [ 14679] By: sky                                   on 2002/02/13  12:56:13
21665         Log: rename mutex to make a bit more sense
21666      Branch: perl
21667            ! ext/threads/threads.xs
21668 ____________________________________________________________________________
21669 [ 14678] By: sky                                   on 2002/02/13  12:46:11
21670         Log: Track active threads....
21671      Branch: perl
21672            ! ext/threads/threads.pm ext/threads/threads.xs
21673 ____________________________________________________________________________
21674 [ 14677] By: nick                                  on 2002/02/13  09:30:42
21675         Log: Do not lc() the file names before doing dirname() or they don't match.
21676      Branch: perlio
21677            ! lib/ExtUtils/t/Installed.t
21678 ____________________________________________________________________________
21679 [ 14676] By: sky                                   on 2002/02/13  09:03:37
21680         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
21681              From: Michael G Schwern <schwern@pobox.com>
21682              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
21683              Message-Id: <20020213100017.GA6288@blackrider>
21684      Branch: perl
21685            ! lib/File/Spec/t/rel2abs2rel.t
21686 ____________________________________________________________________________
21687 [ 14675] By: sky                                   on 2002/02/13  09:00:24
21688         Log: Do not propagate END blocks to child threads, test.
21689      Branch: perl
21690            + ext/threads/t/end.t
21691            ! MANIFEST ext/threads/threads.xs
21692 ____________________________________________________________________________
21693 [ 14674] By: nick                                  on 2002/02/13  08:34:55
21694         Log: Integrate mainline
21695      Branch: perlio
21696           +> ext/threads/t/join.t
21697           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
21698           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
21699           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
21700 ____________________________________________________________________________
21701 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
21702         Log: metaconfig unit change for #14672.
21703      Branch: metaconfig
21704            ! U/modified/lns.U
21705 ____________________________________________________________________________
21706 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
21707         Log: $ln is supposed to be already set to $ln + executable suffix
21708              on platforms that need it, from Paul Green.
21709      Branch: perl
21710            ! Configure
21711 ____________________________________________________________________________
21712 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
21713         Log: Subject: New command syntax for 'x' command
21714              From: Mark-Jason Dominus <mjd@plover.com>
21715              Date: Tue, 12 Feb 2002 20:54:01 -0500
21716              Message-ID: <20020213015401.25685.qmail@plover.com>
21717      Branch: perl
21718            ! lib/perl5db.pl pod/perldebug.pod
21719 ____________________________________________________________________________
21720 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
21721         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
21722              From: Mark-Jason Dominus <mjd@plover.com>
21723              Date: Tue, 12 Feb 2002 20:20:42 -0500
21724              Message-ID: <20020213012042.25245.qmail@plover.com>
21725      Branch: perl
21726            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
21727 ____________________________________________________________________________
21728 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
21729         Log: Iteration continues.
21730      Branch: perl
21731            ! utf8.c
21732 ____________________________________________________________________________
21733 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
21734         Log: Duh.
21735      Branch: perl
21736            ! pp_pack.c t/op/length.t
21737 ____________________________________________________________________________
21738 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
21739         Log: Retract #14666.
21740      Branch: perl
21741            ! t/op/lc.t
21742 ____________________________________________________________________________
21743 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
21744         Log: (retracted by #14667)
21745      Branch: perl
21746            ! t/op/lc.t
21747 ____________________________________________________________________________
21748 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
21749         Log: Tiny test script tweaks.
21750      Branch: perl
21751            ! t/uni/fold.t
21752 ____________________________________________________________________________
21753 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
21754         Log: Rewrite the "special mapping" part of to_utf8_case(),
21755              this time with fewer bugs.  (See: The Law of Cybernetic
21756              Entymology.)
21757      Branch: perl
21758            ! utf8.c
21759 ____________________________________________________________________________
21760 [ 14663] By: sky                                   on 2002/02/12  18:26:16
21761         Log: Stop failures if you pass an object, sv_dup might not be the right 
21762              thing to use since I have a feeling we end up cloning far too much. 
21763              (Like the stash for example).... Maybe we need a lightweight sv_dup 
21764              that searches the target for things....
21765              Real fix is another option to perl_clone which controls if you should 
21766              save stashes.
21767      Branch: perl
21768            ! ext/threads/threads.xs
21769 ____________________________________________________________________________
21770 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
21771         Log: Retract #14661.
21772      Branch: perl
21773            ! hints/solaris_2.sh
21774 ____________________________________________________________________________
21775 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
21776         Log: (retracted by #14662)
21777      Branch: perl
21778            ! hints/solaris_2.sh
21779 ____________________________________________________________________________
21780 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
21781         Log: EBCDIC: another "can't happen".
21782      Branch: perl
21783            ! utf8.c
21784 ____________________________________________________________________________
21785 [ 14659] By: sky                                   on 2002/02/12  14:38:21
21786         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
21787      Branch: perl
21788            + ext/threads/t/join.t
21789            ! MANIFEST ext/threads/threads.xs
21790 ____________________________________________________________________________
21791 [ 14658] By: nick                                  on 2002/02/12  13:54:06
21792         Log: Integrate mainline
21793      Branch: perlio
21794           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
21795           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
21796           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
21797 ____________________________________________________________________________
21798 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
21799         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
21800              From: Jan Dubois <JanD@ActiveState.com> 
21801              Date: Tue, 12 Feb 2002 00:56:31 -0800
21802              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
21803      Branch: perl
21804            ! lib/Win32.pod win32/win32.c win32/win32.h
21805 ____________________________________________________________________________
21806 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
21807         Log: Subject: [PATCH] Re: 14654 introduced a bug 
21808              From: Michael G Schwern <schwern@pobox.com> 
21809              Date: Tue, 12 Feb 2002 05:37:36 -0500
21810              Message-ID: <20020212103736.GC14327@blackrider>
21811      Branch: perl
21812            ! lib/File/Spec/t/rel2abs2rel.t
21813 ____________________________________________________________________________
21814 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
21815         Log: More unset installman[13]dir tweaks from chromatic.
21816      Branch: perl
21817            ! lib/ExtUtils/Installed.pm
21818 ____________________________________________________________________________
21819 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
21820         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
21821              From: Michael G Schwern <schwern@pobox.com>
21822              Date: Mon, 11 Feb 2002 12:23:02 -0500
21823              Message-ID: <20020211172302.GD9556@blackrider>
21824      Branch: perl
21825            ! lib/File/Spec/t/rel2abs2rel.t
21826 ____________________________________________________________________________
21827 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
21828         Log: Use `` instead of -| to be a little bit more portable,
21829              from Michael Schwern.
21830      Branch: perl
21831            ! lib/ExtUtils/t/Embed.t
21832 ____________________________________________________________________________
21833 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
21834         Log: EBCDIC: this change for \N{} in particular is now
21835              unnecessary because of the recent more general
21836              pack U change.
21837      Branch: perl
21838            ! toke.c
21839 ____________________________________________________________________________
21840 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
21841         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
21842              From: "Craig A. Berry" <craigberry@mac.com>
21843              Date: Mon, 11 Feb 2002 17:13:47 -0600
21844              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
21845      Branch: perl
21846            ! t/test.pl
21847 ____________________________________________________________________________
21848 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
21849         Log: EBCDIC: pack U bytes change.
21850      Branch: perl
21851            ! t/op/length.t
21852 ____________________________________________________________________________
21853 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
21854         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
21855      Branch: perl
21856            ! t/op/each.t
21857 ____________________________________________________________________________
21858 [ 14648] By: nick                                  on 2002/02/11  16:14:50
21859         Log: Integrate mainline
21860      Branch: perlio
21861           !> Changes Configure Makefile.SH autodoc.pl
21862           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
21863           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
21864           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
21865 ____________________________________________________________________________
21866 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
21867         Log: Update Changes.
21868      Branch: perl
21869            ! Changes patchlevel.h
21870 ____________________________________________________________________________
21871 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
21872         Log: Regen toc.
21873      Branch: perl
21874            ! pod/perltoc.pod
21875 ____________________________________________________________________________
21876 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
21877         Log: Forgot from #14641.
21878      Branch: perl
21879            ! lib/ExtUtils/t/Embed.t
21880 ____________________________________________________________________________
21881 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
21882         Log: A forgotten metaconfig unit.
21883      Branch: metaconfig/U/perl
21884            + i_features.U
21885 ____________________________________________________________________________
21886 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
21887         Log: metaconfig unit changes for #14642.
21888      Branch: metaconfig
21889            + U/modified/lns.U
21890      Branch: metaconfig/U/perl
21891            ! issymlink.U
21892 ____________________________________________________________________________
21893 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
21894         Log: -Dmksymlinks was broken by #14628.
21895      Branch: perl
21896            ! Configure
21897 ____________________________________________________________________________
21898 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
21899         Log: Subject: [PATCH @14577] OS/2 build
21900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21901              Date: Mon, 11 Feb 2002 06:56:41 -0500
21902              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
21903              
21904              (sans the Configure, perlio.sym, and t/op/stat.t parts)
21905      Branch: perl
21906            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
21907            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
21908            ! os2/os2ish.h
21909 ____________________________________________________________________________
21910 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
21911         Log: Integrate perlio:
21912              
21913              [ 14639]
21914              Patch up the failing multi-byte write case, and un-skip
21915              the test.
21916              
21917              [ 14638]
21918              Add test for Japanese encoding (well euc-jp anyway).
21919              Fix one bug shown by above
21920              Skip test which does not pass yet.
21921              
21922              [ 14637]
21923              Split Japanese encodings - part 2
21924              - build separate .c files with separate 'compile' steps
21925              - overall Japanese.xs / Japanese.pm which loads them
21926              
21927              [ 14636]
21928              Re-structure Japanese encodings - part 1
21929      Branch: perl
21930           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
21931           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
21932            - ext/Encode/EUC_JP/EUC_JP.pm
21933           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21934 ____________________________________________________________________________
21935 [ 14639] By: nick                                  on 2002/02/11  11:59:18
21936         Log: Patch up the failing multi-byte write case, and un-skip
21937              the test.
21938      Branch: perlio
21939            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
21940 ____________________________________________________________________________
21941 [ 14638] By: nick                                  on 2002/02/11  10:55:39
21942         Log: Add test for Japanese encoding (well euc-jp anyway).
21943              Fix one bug shown by above
21944              Skip test which does not pass yet.
21945      Branch: perlio
21946            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
21947            + ext/Encode/t/table.ref
21948            ! MANIFEST ext/Encode/Encode.xs
21949 ____________________________________________________________________________
21950 [ 14637] By: nick                                  on 2002/02/11  09:07:04
21951         Log: Split Japanese encodings - part 2
21952              - build separate .c files with separate 'compile' steps
21953              - overall Japanese.xs / Japanese.pm which loads them
21954      Branch: perlio
21955            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21956 ____________________________________________________________________________
21957 [ 14636] By: nick                                  on 2002/02/11  08:15:42
21958         Log: Re-structure Japanese encodings - part 1
21959      Branch: perlio
21960           +> ext/Encode/EUC_JP/Japanese.pm
21961            - ext/Encode/EUC_JP/EUC_JP.pm
21962            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
21963 ____________________________________________________________________________
21964 [ 14635] By: nick                                  on 2002/02/11  08:05:12
21965         Log: Integrate mainline
21966      Branch: perlio
21967           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
21968           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
21969           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
21970 ____________________________________________________________________________
21971 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
21972         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
21973              From: Mike Guy <mjtg@cam.ac.uk>
21974              Date: Mon, 11 Feb 2002 02:50:42 +0000
21975              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
21976      Branch: perl
21977            ! t/op/arith.t
21978 ____________________________________________________________________________
21979 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
21980         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
21981              Stepping backward in the string would be majorly bad.
21982      Branch: perl
21983            ! regcomp.c
21984 ____________________________________________________________________________
21985 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
21986         Log: The debugger part of
21987              
21988              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
21989              From: Michael G Schwern <schwern@pobox.com> 
21990              Date: Wed, 6 Feb 2002 17:32:12 -0500
21991              Message-ID: <20020206223212.GG1346@blackrider>
21992      Branch: perl
21993            ! lib/perl5db.pl
21994 ____________________________________________________________________________
21995 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
21996         Log: Integrate perlio:
21997              
21998              [ 14626]
21999              Move PerlIO_perlio to layer_syms where it belongs?
22000              
22001              [ 14625]
22002              Borland/Win32 tuning
22003      Branch: perl
22004           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
22005 ____________________________________________________________________________
22006 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
22007         Log: EBCDIC: the low 256 needs to be shuffled also
22008              in pack/unpack U (this breaks the equivalence
22009              of pack U and v-strings, but I think if someone
22010              has to give, v-strings are a good victim)
22011      Branch: perl
22012            ! pp_pack.c t/op/pack.t
22013 ____________________________________________________________________________
22014 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
22015         Log: metaconfig unit changes for #14628.
22016      Branch: metaconfig/U/perl
22017            ! d_u32align.U issymlink.U
22018 ____________________________________________________________________________
22019 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
22020         Log: Two Configure tweaks; the u32align test was trying
22021              to write into a string literal, the ln -s test was
22022              failing in VOS.
22023      Branch: perl
22024            ! Configure
22025 ____________________________________________________________________________
22026 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
22027         Log: DJGPP tweaks from Laszlo Molnar.
22028      Branch: perl
22029            ! djgpp/djgpp.c lib/File/Spec.pm
22030 ____________________________________________________________________________
22031 [ 14626] By: nick                                  on 2002/02/10  18:36:47
22032         Log: Move PerlIO_perlio to layer_syms where it belongs?
22033      Branch: perlio
22034            ! makedef.pl
22035 ____________________________________________________________________________
22036 [ 14625] By: nick                                  on 2002/02/10  18:02:21
22037         Log: Borland/Win32 tuning
22038      Branch: perlio
22039            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
22040 ____________________________________________________________________________
22041 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
22042         Log: Additional explanation for the [:...:] failure.
22043      Branch: perl
22044            ! pod/perldiag.pod
22045 ____________________________________________________________________________
22046 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
22047         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
22048              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22049              Date: Sun, 10 Feb 2002 13:32:48 +0100
22050              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
22051      Branch: perl
22052            ! makedef.pl
22053 ____________________________________________________________________________
22054 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
22055         Log: Test tweaks from chromatic for cases where there
22056              are no installman1dir or installman3dir.
22057      Branch: perl
22058            ! lib/ExtUtils/t/Installed.t
22059 ____________________________________________________________________________
22060 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
22061         Log: Integrate perlio:
22062              
22063              [ 14618]
22064              Nick Clark's tweaks to Encode compile process
22065              1. Use decimal constants to unit string arrays rather than
22066              very long string litterals (latter having possible "\0"
22067              on end issues, and needing ANSI C line splicing).
22068              2. Replace tail-recursion during insert process with itteration.
22069              Nick C sees 12peedup from these.
22070      Branch: perl
22071           !> ext/Encode/Encode.pm ext/Encode/compile
22072 ____________________________________________________________________________
22073 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
22074         Log: Portability notes: filename characters, character sets.
22075      Branch: perl
22076            ! pod/perlport.pod
22077 ____________________________________________________________________________
22078 [ 14619] By: nick                                  on 2002/02/10  11:06:05
22079         Log: Integrate mainline
22080      Branch: perlio
22081            ! ext/Encode/Encode.pm
22082           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
22083           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
22084           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
22085           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
22086           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
22087 ____________________________________________________________________________
22088 [ 14618] By: nick                                  on 2002/02/10  10:48:15
22089         Log: Nick Clark's tweaks to Encode compile process
22090              1. Use decimal constants to unit string arrays rather than
22091              very long string litterals (latter having possible "\0"
22092              on end issues, and needing ANSI C line splicing).
22093              2. Replace tail-recursion during insert process with itteration.
22094              Nick C sees 12% speedup from these.
22095      Branch: perlio
22096            ! ext/Encode/compile
22097 ____________________________________________________________________________
22098 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
22099         Log: Use the "Unicode 1.0" name field for control characters,
22100              as suggested by Mark Davis.  Note that Unicode 3.2 will
22101              require some more legwork on this because of certain
22102              alternative names.
22103      Branch: perl
22104            ! lib/unicore/Name.pl lib/unicore/mktables
22105 ____________________________________________________________________________
22106 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
22107         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
22108      Branch: perl
22109            ! hints/os390.sh
22110 ____________________________________________________________________________
22111 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
22112         Log: EBCDIC: the non-printable characters are different.
22113      Branch: perl
22114            ! ext/B/B/Deparse.pm
22115 ____________________________________________________________________________
22116 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
22117         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
22118              From: Nicholas Clark <nick@unfortu.net> 
22119              Date: Sat, 9 Feb 2002 22:31:29 +0000
22120              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
22121      Branch: perl
22122            ! t/lib/warnings/pp_hot
22123 ____________________________________________________________________________
22124 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
22125         Log: Subject: [PATCH] Re: Modulus operator inconsistency
22126              From: Nicholas Clark <nick@unfortu.net>
22127              Date: Sat, 9 Feb 2002 21:00:13 +0000
22128              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
22129      Branch: perl
22130            ! op.c t/op/arith.t
22131 ____________________________________________________________________________
22132 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
22133         Log: Use the same escaping mechanism for all the *flags.
22134      Branch: perl
22135            ! lib/ExtUtils/Embed.pm
22136 ____________________________________________________________________________
22137 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
22138         Log: Protect possible parentheses in ccflags, ccdlflags, and
22139              ldflags.  (In OS/390 there are parentheses in ccflags.)
22140      Branch: perl
22141            ! lib/ExtUtils/Embed.pm
22142 ____________________________________________________________________________
22143 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
22144         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
22145              From: Peter Scott <Peter@PSDT.com>
22146              Date: Fri, 08 Feb 2002 19:20:19 -0800
22147              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
22148      Branch: perl
22149            ! lib/perl5db.pl
22150 ____________________________________________________________________________
22151 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
22152         Log: FAQ sync.
22153      Branch: perl
22154            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
22155 ____________________________________________________________________________
22156 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
22157         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
22158              From: Chris Nandor <pudge@pobox.com>
22159              Date: Fri, 08 Feb 2002 16:31:41 -0500
22160              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
22161      Branch: perl
22162            ! cop.h deb.c pp_ctl.c toke.c util.c
22163 ____________________________________________________________________________
22164 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
22165         Log: Redo CopFILE / MacPerl_MPWFIleName patch
22166      Branch: maint-5.6/macperl
22167            ! cop.h deb.c pp_ctl.c toke.c util.c
22168 ____________________________________________________________________________
22169 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
22170         Log: The metaconfig unit change to go with #14605.
22171      Branch: metaconfig/U/perl
22172            ! libperl.U
22173 ____________________________________________________________________________
22174 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
22175         Log: The Configure change to go with #14604.
22176      Branch: perl
22177            ! Configure
22178 ____________________________________________________________________________
22179 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
22180         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
22181              From: Andy Dougherty <doughera@lafayette.edu>
22182              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
22183              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
22184      Branch: perl
22185            ! hints/bsdos.sh
22186 ____________________________________________________________________________
22187 [ 14603] By: nick                                  on 2002/02/08  18:16:09
22188         Log: Integrate mainline
22189      Branch: perlio
22190           +> ext/threads/t/libc.t
22191           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
22192           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
22193 ____________________________________________________________________________
22194 [ 14602] By: sky                                   on 2002/02/08  15:19:15
22195         Log: Start testing for safe localtime functions, TODO, test more functions.
22196      Branch: perl
22197            + ext/threads/t/libc.t
22198            ! MANIFEST
22199 ____________________________________________________________________________
22200 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
22201         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
22202              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22203              Date: Fri, 8 Feb 2002 00:21:07 +0100
22204              Message-ID: <20020208002107.E763@rafael>
22205      Branch: perl
22206            ! doio.c pp_sys.c t/io/argv.t
22207 ____________________________________________________________________________
22208 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
22209         Log: Subject: [PATCH] Configure followed by make minitest
22210              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22211              Date: Wed, 06 Feb 2002 21:35:20 -0800
22212              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
22213      Branch: perl
22214            ! t/op/taint.t t/run/fresh_perl.t
22215 ____________________________________________________________________________
22216 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
22217         Log: Integrate perlio:
22218              
22219              [ 14595]
22220              Extract something from yesterdays effort - convert my mail on pad
22221              data structures (incoporating Sarathy's corrections/clarifications)
22222              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
22223      Branch: perl
22224           !> cv.h pod/perlapi.pod pod/perlintern.pod
22225 ____________________________________________________________________________
22226 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
22227         Log: metaconfig unit changes for #14597.
22228      Branch: metaconfig
22229            ! U/modified/Loc.U
22230      Branch: metaconfig/U/perl
22231            ! libperl.U
22232 ____________________________________________________________________________
22233 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
22234         Log: Configure DJGPP tweak from Laszlo Molnar.
22235      Branch: perl
22236            ! Configure
22237 ____________________________________________________________________________
22238 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
22239         Log: DJGPP tweaks from Laszlo Molnar.
22240      Branch: perl
22241            ! djgpp/djgppsed.sh perl.c
22242 ____________________________________________________________________________
22243 [ 14595] By: nick                                  on 2002/02/08  09:19:29
22244         Log: Extract something from yesterdays effort - convert my mail on pad
22245              data structures (incoporating Sarathy's corrections/clarifications)
22246              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
22247      Branch: perlio
22248            ! cv.h pod/perlapi.pod pod/perlintern.pod
22249 ____________________________________________________________________________
22250 [ 14594] By: nick                                  on 2002/02/08  08:34:49
22251         Log: Integrate mainline
22252      Branch: perlio
22253           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
22254           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
22255           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
22256           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
22257           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
22258           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
22259 ____________________________________________________________________________
22260 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
22261         Log: To really skip the test an exit() is needed.
22262      Branch: perl
22263            ! lib/encoding.t
22264 ____________________________________________________________________________
22265 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
22266         Log: More diagnostics from Nicholas Clark.
22267      Branch: perl
22268            ! lib/Benchmark.t
22269 ____________________________________________________________________________
22270 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
22271         Log: In case of failure be more verbose.
22272      Branch: perl
22273            ! t/base/num.t
22274 ____________________________________________________________________________
22275 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
22276         Log: Update Changes
22277      Branch: maint-5.6/macperl
22278            ! macos/Changes
22279 ____________________________________________________________________________
22280 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
22281         Log: Merge AEGizmos library into PPC binary
22282      Branch: maint-5.6/macperl
22283            ! macos/Makefile.mk
22284 ____________________________________________________________________________
22285 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
22286         Log: Add -ansifor for MrCpp options
22287      Branch: maint-5.6/macperl
22288            ! macos/BuildRules.mk
22289 ____________________________________________________________________________
22290 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
22291         Log: Check ownership of CatInfos (MacPerl Bug #494482)
22292      Branch: maint-5.6/macperl
22293            ! macos/ext/Mac/Files/Files.xs
22294 ____________________________________________________________________________
22295 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
22296         Log: Resource updates
22297      Branch: maint-5.6/macperl
22298            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
22299 ____________________________________________________________________________
22300 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
22301         Log: Empty path is ENOENT (MacPerl Bug #512351)
22302      Branch: maint-5.6/macperl
22303            ! macos/macperl/MPAppleEvents.c
22304 ____________________________________________________________________________
22305 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
22306         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
22307      Branch: maint-5.6/macperl
22308            ! macos/macperl/MPAEVTStream.cp
22309 ____________________________________________________________________________
22310 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
22311         Log: macify(ABSTRACT_FROM)
22312      Branch: maint-5.6/macperl
22313            ! macos/lib/ExtUtils/MM_MacOS.pm
22314 ____________________________________________________________________________
22315 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
22316         Log: Use correct Mac filenames in error messages, caller()
22317      Branch: maint-5.6/macperl
22318            ! deb.c pp_ctl.c toke.c util.c
22319 ____________________________________________________________________________
22320 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
22321         Log: Sanity checks to see that the IV/NV and the PV of numeric
22322              scalars stay in sync (unearthed this via the OS/390 gcvt()
22323              brokenness)
22324      Branch: perl
22325            + t/base/num.t
22326            ! MANIFEST
22327 ____________________________________________________________________________
22328 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
22329         Log: Retract the anon leak subpatch of #14418 and #14431
22330              (the latter came into bleadperl as part of #14433).
22331      Branch: perl
22332            ! op.c t/run/fresh_perl.t
22333 ____________________________________________________________________________
22334 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
22335         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
22336              mangles 0.1 to "10".  sprintf() seems more well-behaved.
22337      Branch: perl
22338            ! hints/os390.sh
22339 ____________________________________________________________________________
22340 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
22341         Log: Subject: [PATCH @14557] another Encode fix for VMS
22342              From: "Craig A. Berry" <craigberry@mac.com>
22343              Date: Wed, 06 Feb 2002 14:44:20 -0600
22344              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
22345      Branch: perl
22346            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
22347 ____________________________________________________________________________
22348 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
22349         Log: Integrate perlio:
22350              
22351              [ 14575]
22352              One way to avoid OS390 winge about #line directives.
22353      Branch: perl
22354           !> ext/Encode/EUC_JP/Makefile.PL
22355 ____________________________________________________________________________
22356 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
22357         Log: Update Changes.
22358      Branch: perl
22359            ! Changes patchlevel.h
22360 ____________________________________________________________________________
22361 [ 14575] By: nick                                  on 2002/02/06  15:23:24
22362         Log: One way to avoid OS390 winge about #line directives.
22363      Branch: perlio
22364            ! ext/Encode/EUC_JP/Makefile.PL
22365 ____________________________________________________________________________
22366 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
22367         Log: s/Netware/NetWare/
22368      Branch: perl
22369            ! MANIFEST
22370 ____________________________________________________________________________
22371 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
22372         Log: New Netware scripts.
22373      Branch: perl
22374            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
22375            + NetWare/t/NWScripts-Exist.pl
22376            ! MANIFEST
22377 ____________________________________________________________________________
22378 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
22379         Log: EBCDIC: the encoding pragma would need some rethinking,
22380              probably a pass of EBCDIC->Unicode mapping.  For now,
22381              disable it on EBCDIC.
22382      Branch: perl
22383            ! lib/encoding.pm lib/encoding.t
22384 ____________________________________________________________________________
22385 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
22386         Log: (retracted by #14846)
22387              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
22388              for the low 256.  Now tweaked the tests, but maybe it's
22389              the module that needs few NATIVE_TO_UNI()s somewhere?
22390      Branch: perl
22391            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
22392 ____________________________________________________________________________
22393 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
22394         Log: Subject: [PATCH utf8.c] format problem
22395              From: Robin Barker <rmb1@cise.npl.co.uk>
22396              Date: Wed, 6 Feb 2002 14:01:43 GMT
22397              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
22398      Branch: perl
22399            ! utf8.c
22400 ____________________________________________________________________________
22401 [ 14569] By: nick                                  on 2002/02/06  09:52:23
22402         Log: Integrate mainline
22403      Branch: perlio
22404           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
22405           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22406           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22407           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22408           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
22409           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
22410 ____________________________________________________________________________
22411 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
22412         Log: EBCDIC: 0x41 is not cricket.
22413      Branch: perl
22414            ! ext/Encode/t/Encode.t
22415 ____________________________________________________________________________
22416 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
22417         Log: NetWare update from Ananth Kesari.
22418      Branch: perl
22419            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
22420            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22421            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22422            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22423            ! NetWare/t/NWScripts.pl makedef.pl
22424 ____________________________________________________________________________
22425 [ 14566] By: sky                                   on 2002/02/05  18:39:13
22426         Log: Subject: Re: File::Spec::rel2abs2rel (?)
22427              From: Michael G Schwern <schwern@pobox.com>
22428              Date: Tue, 5 Feb 2002 13:47:39 -0500
22429              Message-ID: <20020205184739.GB17375@blackrider>
22430      Branch: perl
22431            ! lib/File/Spec/t/rel2abs2rel.t
22432 ____________________________________________________________________________
22433 [ 14565] By: nick                                  on 2002/02/05  17:31:24
22434         Log: Integrate mainline
22435      Branch: perlio
22436           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
22437           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
22438           !> utf8.h
22439 ____________________________________________________________________________
22440 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
22441         Log: Integrate perlio:
22442              
22443              [ 14563]
22444              More Encode tweaks:
22445              - make expensive and marginal substring search optional (-O)
22446              - enable -O for ASCII-oid encodings (search space is small)
22447              - add ASCII-oid jis0201 to basic Encode.so
22448              - add some other Japanese encodings to EUC_JP bundle (without -O)
22449      Branch: perl
22450           +> ext/Encode/Encode/jis0201.ucm
22451           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22452           !> ext/Encode/compile
22453 ____________________________________________________________________________
22454 [ 14563] By: nick                                  on 2002/02/05  16:01:15
22455         Log: More Encode tweaks:
22456              - make expensive and marginal substring search optional (-O)
22457              - enable -O for ASCII-oid encodings (search space is small)
22458              - add ASCII-oid jis0201 to basic Encode.so
22459              - add some other Japanese encodings to EUC_JP bundle (without -O)
22460      Branch: perlio
22461            + ext/Encode/Encode/jis0201.ucm
22462            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22463            ! ext/Encode/compile
22464 ____________________________________________________________________________
22465 [ 14562] By: sky                                   on 2002/02/05  14:50:36
22466         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
22467      Branch: perl
22468            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
22469 ____________________________________________________________________________
22470 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
22471         Log: EBCDIC: SHARP S is different.
22472      Branch: perl
22473            ! regexec.c utf8.h
22474 ____________________________________________________________________________
22475 [ 14560] By: sky                                   on 2002/02/05  13:49:40
22476         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
22477      Branch: perl
22478            ! t/op/filetest.t
22479 ____________________________________________________________________________
22480 [ 14559] By: sky                                   on 2002/02/05  11:39:24
22481         Log: Add . first to the PATH environment to test that we really
22482              get ./perl and not some other older perl.
22483      Branch: perl
22484            ! lib/File/Spec/t/rel2abs2rel.t
22485 ____________________________________________________________________________
22486 [ 14558] By: sky                                   on 2002/02/05  11:20:21
22487         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
22488      Branch: perl
22489            ! ext/POSIX/t/posix.t
22490 ____________________________________________________________________________
22491 [ 14557] By: sky                                   on 2002/02/05  10:30:58
22492         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
22493      Branch: perl
22494            ! hints/darwin.sh perl.h
22495 ____________________________________________________________________________
22496 [ 14556] By: nick                                  on 2002/02/05  06:58:52
22497         Log: Integrate mainline
22498      Branch: perlio
22499           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22500           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
22501           !> lib/File/Find/t/taint.t
22502 ____________________________________________________________________________
22503 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
22504         Log: Integrate change #14439 from maintperl
22505      Branch: maint-5.6/macperl
22506           !> op.c
22507 ____________________________________________________________________________
22508 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
22509         Log: Subject: [PATCH] File::Find tests not cleaning up properly
22510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22511              Date: Mon, 4 Feb 2002 22:09:07 +0100
22512              Message-ID: <20020204220907.A8288@rafael>
22513      Branch: perl
22514            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22515 ____________________________________________________________________________
22516 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
22517         Log: Signedness mumblings from Tru64.
22518      Branch: perl
22519            ! ext/Encode/Encode.xs
22520 ____________________________________________________________________________
22521 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
22522         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
22523              From: "Craig A. Berry" <craigberry@mac.com>
22524              Date: Mon, 04 Feb 2002 17:16:00 -0600
22525              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
22526      Branch: perl
22527            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22528            ! ext/Encode/Encode.xs
22529 ____________________________________________________________________________
22530 [ 14551] By: nick                                  on 2002/02/04  16:00:31
22531         Log: Integrate mainline
22532      Branch: perlio
22533           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
22534           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
22535           !> regcomp.c
22536 ____________________________________________________________________________
22537 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
22538         Log: Update Changes.
22539      Branch: perl
22540            ! Changes patchlevel.h
22541 ____________________________________________________________________________
22542 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
22543         Log: Comment microtweaks.
22544      Branch: perl
22545            ! lib/locale.t
22546 ____________________________________________________________________________
22547 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
22548         Log: Subject: trivial docu patch
22549              From: andreas.koenig@anima.de (Andreas J. Koenig)
22550              Date: 04 Feb 2002 08:15:19 +0100
22551              Message-ID: <m3pu3l7m60.fsf@anima.de>
22552      Branch: perl
22553            ! pod/perluniintro.pod
22554 ____________________________________________________________________________
22555 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
22556         Log: Subject: [PATCH] (??{ }) anomaly
22557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22558              Date: Sun, 03 Feb 2002 20:21:45 -0800
22559              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
22560      Branch: perl
22561            ! regcomp.c
22562 ____________________________________________________________________________
22563 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
22564         Log: Integrate perlio:
22565              
22566              [ 14545]
22567              Remove debugging warning, be consistent about API fails.
22568              
22569              [ 14544]
22570              Carry on where we left off if we have to grow destination SV during XS encode/decode
22571      Branch: perl
22572           !> ext/Encode/Encode.xs
22573 ____________________________________________________________________________
22574 [ 14545] By: nick                                  on 2002/02/03  20:03:38
22575         Log: Remove debugging warning, be consistent about API fails.
22576      Branch: perlio
22577            ! ext/Encode/Encode.xs
22578 ____________________________________________________________________________
22579 [ 14544] By: nick                                  on 2002/02/03  19:47:48
22580         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
22581      Branch: perlio
22582            ! ext/Encode/Encode.xs
22583 ____________________________________________________________________________
22584 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
22585         Log: Subject: PATCH CPAN.pm
22586              From: Mark-Jason Dominus <mjd@plover.com>
22587              Date: Sun, 03 Feb 2002 12:36:36 -0500
22588              Message-ID: <20020203173636.27451.qmail@plover.com>
22589      Branch: perl
22590            ! lib/CPAN.pm
22591 ____________________________________________________________________________
22592 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
22593         Log: Must search further back.
22594      Branch: perl
22595            ! lib/h2xs.t
22596 ____________________________________________________________________________
22597 [ 14541] By: nick                                  on 2002/02/03  18:52:09
22598         Log: Integrate mainline
22599      Branch: perlio
22600           !> (integrate 29 files)
22601 ____________________________________________________________________________
22602 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
22603         Log: EBCDIC: more natification.
22604      Branch: perl
22605            ! regcomp.c
22606 ____________________________________________________________________________
22607 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
22608         Log: Debug noise.
22609      Branch: perl
22610            ! ext/Encode/Encode.xs
22611 ____________________________________________________________________________
22612 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
22613         Log: Integrate perlio:
22614              
22615              [ 14536]
22616              Stable intermediate point in Encode cleanup.
22617              :encode(euc-jp) works on Dan's table.euc
22618              Much buffer copying and other silliness remains.
22619      Branch: perl
22620           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22621           !> ext/Encode/lib/Encode/Encoding.pm
22622 ____________________________________________________________________________
22623 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
22624         Log: Prettify.
22625      Branch: perl
22626            ! lib/unicore/mktables
22627 ____________________________________________________________________________
22628 [ 14536] By: nick                                  on 2002/02/03  17:32:03
22629         Log: Stable intermediate point in Encode cleanup.
22630              :encode(euc-jp) works on Dan's table.euc
22631              Much buffer copying and other silliness remains.
22632      Branch: perlio
22633            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22634            ! ext/Encode/lib/Encode/Encoding.pm
22635 ____________________________________________________________________________
22636 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
22637         Log: EBCDIC: it's much nicer to compare Unicode code points
22638              to Unicode code points.
22639      Branch: perl
22640            ! regexec.c
22641 ____________________________________________________________________________
22642 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
22643         Log: EBCDIC: character classes must remap the low 256.
22644      Branch: perl
22645            ! regcomp.c
22646 ____________________________________________________________________________
22647 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
22648         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
22649      Branch: perl
22650            ! lib/I18N/LangTags/List.pm
22651 ____________________________________________________________________________
22652 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
22653         Log: FAQ sync.
22654      Branch: perl
22655            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
22656            ! pod/perlfaq6.pod pod/perlfaq7.pod
22657 ____________________________________________________________________________
22658 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
22659         Log: Integrate perlio:
22660              
22661              [ 14526]
22662              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22663              (Mis-feature discovered by Encode.)
22664              
22665              [ 14518]
22666              indent -kr -nce and some manual tweaks to match perl style.
22667      Branch: perl
22668           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
22669 ____________________________________________________________________________
22670 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
22671         Log: Subject: [PATCH] lstat FH and -l FH warnings
22672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22673              Date: Sat, 2 Feb 2002 22:24:54 +0100           
22674              Message-ID: <20020202222454.A11608@rafael>       
22675      Branch: perl
22676            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
22677            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
22678 ____________________________________________________________________________
22679 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
22680         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
22681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22682              Date: Sat, 2 Feb 2002 13:11:01 +0100           
22683              Message-ID: <20020202131101.A722@rafael>               
22684              
22685              Subject: [PATCH t/op/ver.t] another false positive
22686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22687              Date: Sat, 2 Feb 2002 13:38:22 +0100           
22688              Message-ID: <20020202133822.E722@rafael>         
22689              
22690              Subject: [PATCH] t/test.pl:ok() doesn't work
22691              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
22692              Date: Sun, 03 Feb 2002 00:02:38 -0800          
22693              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
22694      Branch: perl
22695            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
22696            ! t/test.pl
22697 ____________________________________________________________________________
22698 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
22699         Log: Subject: [PATCH @13746] OS2::Process's constants
22700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22701              Date: Sat, 2 Feb 2002 01:00:55 -0500           
22702              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
22703      Branch: perl
22704            ! os2/OS2/Process/Makefile.PL
22705 ____________________________________________________________________________
22706 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
22707         Log: Subject: [PATCH @13746] h2xs   
22708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22709              Date: Sat, 2 Feb 2002 00:58:44 -0500           
22710              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
22711      Branch: perl
22712            ! utils/h2xs.PL
22713 ____________________________________________________________________________
22714 [ 14526] By: nick                                  on 2002/02/03  14:54:18
22715         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22716              (Mis-feature discovered by Encode.)
22717      Branch: perlio
22718            ! sv.c
22719 ____________________________________________________________________________
22720 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
22721         Log: EBCDIC: since #14519 made \N{...} to remap,
22722              the test cannot expect an ASCII code point.
22723      Branch: perl
22724            ! lib/charnames.t
22725 ____________________________________________________________________________
22726 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
22727         Log: Sub-MANIFEST-tweak.
22728      Branch: perl
22729            ! ext/Encode/MANIFEST
22730 ____________________________________________________________________________
22731 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
22732         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
22733              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22734              Date: Fri, 01 Feb 2002 23:51:03 +0900
22735              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
22736      Branch: perl
22737            ! ext/Encode/lib/Encode/Tcl/Escape.pm
22738 ____________________________________________________________________________
22739 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
22740         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
22741              From: Andy Dougherty <doughera@lafayette.edu>
22742              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
22743              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
22744      Branch: perl
22745            ! README.solaris hints/solaris_2.sh
22746 ____________________________________________________________________________
22747 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
22748         Log: EBCDIC: no hope to get the low 256 right in unifolding.
22749      Branch: perl
22750            ! t/uni/fold.t
22751 ____________________________________________________________________________
22752 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
22753         Log: todo entry for missing pack formats.
22754      Branch: perl
22755            ! pod/perltodo.pod
22756 ____________________________________________________________________________
22757 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
22758         Log: EBCDIC: the low 256 \N{...} need to be remapped.
22759      Branch: perl
22760            ! toke.c
22761 ____________________________________________________________________________
22762 [ 14518] By: nick                                  on 2002/02/01  18:32:03
22763         Log: indent -kr -nce and some manual tweaks to match perl style.
22764      Branch: perlio
22765            ! ext/Encode/Encode.xs
22766 ____________________________________________________________________________
22767 [ 14517] By: nick                                  on 2002/02/01  18:20:46
22768         Log: Integrate mainline
22769      Branch: perlio
22770           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
22771           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
22772           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
22773           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
22774           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
22775           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
22776           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
22777 ____________________________________________________________________________
22778 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
22779         Log: Integrate perlio:
22780              
22781              [ 14515]
22782              Minor Encode tweaks:
22783              - move Encode.pm back to top of Encode like normal XS extension
22784              - avoid .def as a file extension (Win32 builds)
22785      Branch: perl
22786            ! MANIFEST
22787           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22788           !> ext/Encode/Makefile.PL ext/Encode/compile
22789 ____________________________________________________________________________
22790 [ 14515] By: nick                                  on 2002/02/01  16:27:59
22791         Log: Minor Encode tweaks:
22792              - move Encode.pm back to top of Encode like normal XS extension
22793              - avoid .def as a file extension (Win32 builds)
22794      Branch: perlio
22795           +> ext/Encode/Encode.pm
22796            - ext/Encode/lib/Encode.pm
22797            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22798            ! ext/Encode/Makefile.PL ext/Encode/compile
22799 ____________________________________________________________________________
22800 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
22801         Log: Subject: [PATCH utf8.t] temp file not cleaned up
22802              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22803              Date: Fri, 1 Feb 2002 15:47:46 +0100
22804              Message-ID: <20020201154746.A24079@rafael>
22805      Branch: perl
22806            ! t/io/utf8.t
22807 ____________________________________________________________________________
22808 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
22809         Log: Subject: [PATCH] make "lstat FH" croak
22810              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22811              Date: Fri, 1 Feb 2002 15:12:50 +0100
22812              Message-ID: <20020201151250.A738@rafael>
22813      Branch: perl
22814            ! pod/perldiag.pod pp_sys.c t/op/stat.t
22815 ____________________________________________________________________________
22816 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
22817         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
22818              From: Kay Röpke <kroepke@dolphin-services.de>
22819              Date: Fri, 1 Feb 2002 01:10:43 +0100
22820              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
22821      Branch: perl
22822            ! t/op/stat.t
22823 ____________________________________________________________________________
22824 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
22825         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
22826              I got it in Tru64 + ithreads but only without -g, took
22827              some debugging by printf (which was no fun either since
22828              adding some debug printfs hid the error)
22829      Branch: perl
22830            ! regexec.c utf8.c
22831 ____________________________________________________________________________
22832 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
22833         Log: Subject: Re: [PATCH] perl -V:
22834              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
22835              Date: Thu, 31 Jan 2002 12:10:20 -0800
22836              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
22837              
22838              Subject: Re: [PATCH] perl -V:
22839              From: Michael G Schwern <schwern@pobox.com>
22840              Date: Thu, 31 Jan 2002 16:43:13 -0500
22841              Message-ID: <20020131214313.GH6498@blackrider>
22842      Branch: perl
22843            ! t/run/switches.t
22844 ____________________________________________________________________________
22845 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
22846         Log: #14505 effect.
22847      Branch: perl
22848            ! pod/perluniintro.pod
22849 ____________________________________________________________________________
22850 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
22851         Log: Daniel S. Lewart adopts the Math::Complex.
22852      Branch: perl
22853            ! lib/Math/Complex.pm
22854 ____________________________________________________________________________
22855 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
22856         Log: More Complex DWIMmery.
22857      Branch: perl
22858            ! lib/Math/Complex.pm lib/Math/Complex.t
22859 ____________________________________________________________________________
22860 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
22861         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
22862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22863              Date: Thu, 31 Jan 2002 14:37:52 +0100
22864              Message-ID: <20020131143752.A1452@rafael>
22865      Branch: perl
22866            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
22867 ____________________________________________________________________________
22868 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
22869         Log: Turn the I/O Unicode error by default on, but the
22870              character-generating Unicode error by default off,
22871              as Larry suggested.
22872      Branch: perl
22873            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
22874            ! utf8.c
22875 ____________________________________________________________________________
22876 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
22877         Log: Subject: [PATCH] open.pm minor cleanup
22878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22879              Date: Thu, 31 Jan 2002 15:03:02 +0100
22880              Message-ID: <20020131150302.C1452@rafael>
22881      Branch: perl
22882            ! lib/open.pm
22883 ____________________________________________________________________________
22884 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
22885         Log: Update Changes.
22886      Branch: perl
22887            ! Changes patchlevel.h
22888 ____________________________________________________________________________
22889 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
22890         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
22891              From: Robin Barker <rmb1@cise.npl.co.uk>
22892              Date: Wed, 30 Jan 2002 11:58:33 GMT
22893              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
22894      Branch: perl
22895            ! lib/CPAN.pm
22896 ____________________________________________________________________________
22897 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
22898         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
22899              re-sort MANIFEST.
22900      Branch: perl
22901            + ext/Encode/Encode.pm
22902            - ext/Encode/lib/Encode.pm
22903            ! MANIFEST ext/Encode/Makefile.PL
22904 ____________________________________________________________________________
22905 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
22906         Log: Integrate perlio:
22907              
22908              [ 14499]
22909              Collect some stats during compile process.
22910              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22911              as one XS - inconclusive - marginal win?
22912              Add some comments to encode.h
22913              
22914              [ 14490]
22915              Basics of a compiled Encode XS extension
22916      Branch: perl
22917           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22918           !> ext/Encode/encode.h
22919 ____________________________________________________________________________
22920 [ 14499] By: nick                                  on 2002/01/30  09:57:47
22921         Log: Collect some stats during compile process.
22922              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22923              as one XS - inconclusive - marginal win?
22924              Add some comments to encode.h
22925      Branch: perlio
22926            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22927            ! ext/Encode/encode.h
22928 ____________________________________________________________________________
22929 [ 14498] By: nick                                  on 2002/01/30  07:27:55
22930         Log: Integrate Jarkko's path/INC tweaks
22931      Branch: perlio
22932           !> ext/Encode/compile
22933 ____________________________________________________________________________
22934 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
22935         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
22936              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22937              Date: Tue, 29 Jan 2002 01:13:09 -0800
22938              Message-ID: <lemV8gzkgu/K092yn@efn.org>
22939      Branch: perl
22940            ! configpm
22941 ____________________________________________________________________________
22942 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
22943         Log: Subject: [PATCH t/op/inccode.t] new test
22944              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22945              Date: Tue, 29 Jan 2002 22:03:45 +0100
22946              Message-ID: <20020129220345.A704@rafael>
22947      Branch: perl
22948            ! t/op/inccode.t
22949 ____________________________________________________________________________
22950 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
22951         Log: EBCDIC: t/op/lc.t now passes.
22952      Branch: perl
22953            ! t/op/lc.t
22954 ____________________________________________________________________________
22955 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
22956         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
22957      Branch: perl
22958            ! utf8.c
22959 ____________________________________________________________________________
22960 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
22961         Log: Must find stuff during build.
22962      Branch: perl
22963            ! ext/Encode/compile
22964 ____________________________________________________________________________
22965 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
22966         Log: Integrate with perlio;
22967              
22968              Basics of a compiled Encode XS extension
22969      Branch: perl
22970           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22971           +> ext/Encode/Encode/euc-jp.ucm
22972           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22973           !> ext/Encode/encode.h
22974 ____________________________________________________________________________
22975 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
22976         Log: EBCDIC tweaks-- no new test passes, but getting closer.
22977      Branch: perl
22978            ! utf8.c
22979 ____________________________________________________________________________
22980 [ 14490] By: nick                                  on 2002/01/29  21:20:57
22981         Log: Basics of a compiled Encode XS extension
22982      Branch: perlio
22983            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22984            + ext/Encode/Encode/euc-jp.ucm
22985            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22986            ! ext/Encode/encode.h
22987 ____________________________________________________________________________
22988 [ 14489] By: nick                                  on 2002/01/29  18:40:54
22989         Log: Integrate mainline
22990      Branch: perlio
22991           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22992           +> ext/Encode/lib/Encode/Encoding.pm
22993           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22994           +> ext/Encode/lib/Encode/Tcl/Escape.pm
22995           +> ext/Encode/lib/Encode/Tcl/Extended.pm
22996           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
22997           +> ext/Encode/lib/Encode/Tcl/Table.pm
22998           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22999           +> ext/Encode/lib/Encode/iso10646_1.pm
23000           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
23001           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
23002           +> ext/Encode/t/Tcl.t
23003            - ext/Encode.t ext/Encode/Encode.pm
23004            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
23005            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
23006           !> (integrate 33 files)
23007 ____________________________________________________________________________
23008 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
23009         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
23010              From: Richard Clamp <richardc@unixbeard.net>
23011              Date: Mon, 28 Jan 2002 02:17:55 +0000
23012              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
23013      Branch: perl
23014            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
23015 ____________________________________________________________________________
23016 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
23017         Log: OS/390 seems to do length 0 udp reads, Nicholas says
23018              skippage is for now the best cause of action.
23019      Branch: perl
23020            ! ext/Socket/socketpair.t
23021 ____________________________________________________________________________
23022 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
23023         Log: Encode cleanup from Dan Kogai; reworked even further.
23024      Branch: perl
23025            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
23026            + ext/Encode/lib/Encode/Encoding.pm
23027            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
23028            + ext/Encode/lib/Encode/Tcl/Escape.pm
23029            + ext/Encode/lib/Encode/Tcl/Extended.pm
23030            + ext/Encode/lib/Encode/Tcl/HanZi.pm
23031            + ext/Encode/lib/Encode/Tcl/Table.pm
23032            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
23033            + ext/Encode/lib/Encode/iso10646_1.pm
23034            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
23035            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
23036            + ext/Encode/t/Tcl.t
23037            - ext/Encode.t ext/Encode/Encode.pm
23038            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
23039            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
23040            ! MANIFEST ext/Encode/Encode/8859-1.ucm
23041            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
23042            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
23043            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
23044            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
23045            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
23046            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
23047            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
23048            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
23049            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
23050            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
23051            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
23052            ! ext/Encode/compile
23053 ____________________________________________________________________________
23054 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
23055         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
23056      Branch: perl
23057            ! djgpp/djgpp.c perlio.c
23058 ____________________________________________________________________________
23059 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
23060         Log: Prettier printing from Michael Schwern.
23061      Branch: perl
23062            ! t/test.pl
23063 ____________________________________________________________________________
23064 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
23065         Log: Show also the debug and debugcolor as known pragmas.
23066      Branch: perl
23067            ! ext/re/re.pm
23068 ____________________________________________________________________________
23069 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
23070         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
23071              From: "Craig A. Berry" <craigberry@mac.com>
23072              Date: Mon, 28 Jan 2002 16:30:30 -0600
23073              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
23074      Branch: perl
23075            ! ext/B/t/assembler.t
23076 ____________________________________________________________________________
23077 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
23078         Log: metaconfig unit change for #14480.
23079      Branch: metaconfig
23080            ! U/modified/Init.U
23081 ____________________________________________________________________________
23082 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
23083         Log: DJGPP needs to know its exe soon, too.
23084      Branch: perl
23085            ! Configure
23086 ____________________________________________________________________________
23087 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
23088         Log: Round #2 on EBCDICation.
23089      Branch: perl
23090            ! t/op/append.t
23091 ____________________________________________________________________________
23092 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
23093         Log: Integrate perlio:
23094              
23095              [ 14477]
23096              Set makefile.mk CCHOME etc. for default locations of MinGW and free
23097              Borland compilers. (Borland builds one or two oddities.)
23098      Branch: perl
23099           !> win32/config.bc win32/makefile.mk
23100 ____________________________________________________________________________
23101 [ 14477] By: nick                                  on 2002/01/28  20:12:31
23102         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
23103              Borland compilers. (Borland builds one or two oddities.)
23104      Branch: perlio
23105            ! win32/config.bc win32/makefile.mk
23106 ____________________________________________________________________________
23107 [ 14476] By: nick                                  on 2002/01/28  18:43:47
23108         Log: Integrate mainline
23109      Branch: perlio
23110           !> Configure hints/hpux.sh
23111 ____________________________________________________________________________
23112 [ 14475] By: nick                                  on 2002/01/28  17:15:12
23113         Log: Integrate mainline
23114      Branch: perlio
23115           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
23116           !> patchlevel.h pp_sys.c t/lib/warnings/perl
23117 ____________________________________________________________________________
23118 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
23119         Log: metaconfig unit change for #14472.
23120      Branch: metaconfig/U/perl
23121            ! d_u32align.U
23122 ____________________________________________________________________________
23123 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
23124         Log: Misunderstood Merijn's patch.
23125      Branch: perl
23126            ! hints/hpux.sh
23127 ____________________________________________________________________________
23128 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
23129         Log: Misapplied Merijn's patch.
23130      Branch: perl
23131            ! Configure
23132 ____________________________________________________________________________
23133 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
23134         Log: Update Changes.
23135      Branch: perl
23136            ! Changes patchlevel.h
23137 ____________________________________________________________________________
23138 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
23139         Log: BeOS has sockets but not true ones.
23140      Branch: perl
23141            ! pp_sys.c
23142 ____________________________________________________________________________
23143 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
23144         Log: metaconfig unit change for #14467.
23145      Branch: metaconfig/U/perl
23146            ! d_u32align.U
23147 ____________________________________________________________________________
23148 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
23149         Log: For some strange reason under the smoke harness the alignment
23150              test hangs in HP-UX 10.20.  So hint it to avoid the test.
23151      Branch: perl
23152            ! hints/hpux.sh
23153 ____________________________________________________________________________
23154 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
23155         Log: Allow d_u32align to be hinted.
23156      Branch: perl
23157            ! Configure
23158 ____________________________________________________________________________
23159 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
23160         Log: The shift key is important.
23161      Branch: perl
23162            ! ext/B/B.xs
23163 ____________________________________________________________________________
23164 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
23165         Log: The "used only once" warnings (from gv_check) come
23166              in pseudorandom hash order-- in EBCDIC the order
23167              is different.  Add a new option that allow the warnings
23168              to come in any order (Paul Marquess).
23169      Branch: perl
23170            ! lib/warnings.t t/lib/warnings/perl
23171 ____________________________________________________________________________
23172 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
23173         Log: Integrate perlio:
23174              
23175              [ 14462]
23176              1st attempt at skipping broke threads case.
23177              
23178              [ 14461]
23179              Skip new threads::shared test unless -Duseithreads
23180      Branch: perl
23181           !> ext/threads/shared/t/0nothread.t
23182 ____________________________________________________________________________
23183 [ 14463] By: nick                                  on 2002/01/28  08:22:36
23184         Log: Integrate mainline
23185      Branch: perlio
23186           !> (integrate 37 files)
23187 ____________________________________________________________________________
23188 [ 14462] By: nick                                  on 2002/01/28  08:09:53
23189         Log: 1st attempt at skipping broke threads case.
23190      Branch: perlio
23191            ! ext/threads/shared/t/0nothread.t
23192 ____________________________________________________________________________
23193 [ 14461] By: nick                                  on 2002/01/28  07:25:58
23194         Log: Skip new threads::shared test unless -Duseithreads
23195      Branch: perlio
23196            ! ext/threads/shared/t/0nothread.t
23197 ____________________________________________________________________________
23198 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
23199         Log: FAQ sync.
23200      Branch: perl
23201            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23202            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23203            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23204            ! pod/perlfaq9.pod
23205 ____________________________________________________________________________
23206 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
23207         Log: Upgrade to podlators 1.20.
23208      Branch: perl
23209            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
23210 ____________________________________________________________________________
23211 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
23212         Log: Retract #14448, a better patch coming up.
23213      Branch: perl
23214            ! lib/Pod/t/basic.t
23215 ____________________________________________________________________________
23216 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
23217         Log: EBCDIC portability.
23218      Branch: perl
23219            ! t/op/append.t
23220 ____________________________________________________________________________
23221 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
23222         Log: Further cygwin installperl tweak from Gerrit P. Haase.
23223      Branch: perl
23224            ! installperl
23225 ____________________________________________________________________________
23226 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
23227         Log: A bug in Bulgarian EBCDIC locale (this sounds like
23228              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
23229              locales failed, too.  The patch works around the bug by
23230              skipping the test, but the real problem may be deeper
23231              (affecting probably only EBCDIC platforms, though):
23232              see the comment in locale.t for more details.
23233      Branch: perl
23234            ! lib/locale.t
23235 ____________________________________________________________________________
23236 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
23237         Log: metaconfig unit change for #14453.
23238      Branch: metaconfig/U/perl
23239            ! libperl.U
23240 ____________________________________________________________________________
23241 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
23242         Log: Subject: Bleadperl on Cygwin today
23243              From: "Gerrit P. Haase" <gp@familiehaase.de>              
23244              Date: Sun, 27 Jan 2002 22:30:41 +0100
23245              Message-ID: <462007239437.20020127223041@familiehaase.de>
23246      Branch: perl
23247            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
23248            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
23249            ! lib/ExtUtils/t/MM_Cygwin.t
23250 ____________________________________________________________________________
23251 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
23252         Log: Unfinished EBCDIC branch.
23253      Branch: perl
23254            ! t/op/ver.t
23255 ____________________________________________________________________________
23256 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
23257         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
23258      Branch: perl
23259            ! ext/B/B.xs ext/B/B/Deparse.pm
23260 ____________________________________________________________________________
23261 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
23262         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
23263              platforms.
23264      Branch: perl
23265            ! ext/B/t/stash.t
23266 ____________________________________________________________________________
23267 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
23268         Log: Apparently no need for EBCDIC exception any more.
23269      Branch: perl
23270            ! ext/B/t/showlex.t
23271 ____________________________________________________________________________
23272 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
23273         Log: (retracted by #14458)
23274              (Russ Allbery) OS/390 is using a high-bit character for ESC,
23275              skip the test for now.  A better fix would be to override
23276              the notion of the platform's escape sequence in the test
23277              of Pod::Text::Termcap.  We may have to apply a filter to
23278              the output to substitute back in the ESC character that
23279              the test expects, but only on OS/390.
23280      Branch: perl
23281            ! lib/Pod/t/basic.t
23282 ____________________________________________________________________________
23283 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
23284         Log: Detypo.
23285      Branch: perl
23286            ! ext/Devel/Peek/Peek.t
23287 ____________________________________________________________________________
23288 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
23289         Log: OS/390 USS has a different idea of the pw* functions.
23290              Also, test the name with eq, not with ==.
23291      Branch: perl
23292            ! lib/User/pwent.t
23293 ____________________________________________________________________________
23294 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
23295         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
23296      Branch: perl
23297            ! doio.c
23298 ____________________________________________________________________________
23299 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
23300         Log: ASCIIisms.
23301      Branch: perl
23302            ! ext/PerlIO/t/encoding.t
23303 ____________________________________________________________________________
23304 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
23305         Log: chr(42) ne '*'  if one is in EBCDIC.
23306      Branch: perl
23307            ! t/op/pack.t
23308 ____________________________________________________________________________
23309 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
23310         Log: Subject: [PATCH] Fix up recent op/stat.t failures
23311              From: Andy Dougherty <doughera@lafayette.edu>
23312              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
23313              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
23314      Branch: perl
23315            ! t/op/stat.t
23316 ____________________________________________________________________________
23317 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
23318         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
23319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23320              Date: Sun, 27 Jan 2002 15:03:18 +0100
23321              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
23322      Branch: perl
23323            ! lib/ExtUtils/t/Command.t
23324 ____________________________________________________________________________
23325 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
23326         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
23327              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23328              Date: Sun, 27 Jan 2002 14:51:10 +0100
23329              Message-ID: <20020127145110.A16332@rafael>
23330      Branch: perl
23331            ! ext/B/B/Deparse.pm
23332 ____________________________________________________________________________
23333 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
23334         Log: integrate change#14431 from perlio branch (Nick's fix for
23335              change#13474 to be more defensive about looking at pad entries
23336              that may not exist yet)
23337      Branch: maint-5.6/perl
23338            ! op.c
23339 ____________________________________________________________________________
23340 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
23341         Log: Comment to avoid later "cleanups."
23342      Branch: perl
23343            ! lib/ExtUtils/MakeMaker.pm
23344 ____________________________________________________________________________
23345 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
23346         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
23347              instead of just FOO=... cmd ...
23348      Branch: perl
23349            ! Makefile.SH
23350 ____________________________________________________________________________
23351 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
23352         Log: Overquoting bad (in UNIX one would get
23353              Can't open perl script "'-I../lib'": No such file or directory)
23354      Branch: perl
23355            ! lib/Pod/t/Usage.t
23356 ____________________________________________________________________________
23357 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
23358         Log: Integrate perlio:
23359              
23360              [ 14434]
23361              "All tests successful" VC6.0 Win32
23362              (Update config.vc to need cppstdin so those tests are skipped...)
23363      Branch: perl
23364           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23365           !> win32/config_H.vc
23366 ____________________________________________________________________________
23367 [ 14434] By: nick                                  on 2002/01/26  22:27:08
23368         Log: "All tests successful" VC6.0 Win32
23369              (Update config.vc to need cppstdin so those tests are skipped...)
23370      Branch: perlio
23371            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23372            ! win32/config_H.vc
23373 ____________________________________________________________________________
23374 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
23375         Log: Integrate perlio:
23376              
23377              [ 14432]
23378              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23379              for CRLF line endings.
23380              
23381              [ 14431]
23382              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23383              Should really be looked at by someone that knows about pads.
23384              
23385              [ 14429]
23386              Tinkering with thread cleanup mutex-ing - not the problem 
23387              (op.c is) but could have been...
23388              
23389              [ 14428]
23390              Win32 signal emulation cleanup.
23391              
23392              [ 14427]
23393              If we get to sighandler by mistake (no perl handler set) then
23394              warn() and exit() rather than die() - should never happen
23395              but if it does context needed to die is likely to be trashed
23396              as well.
23397              
23398              [ 14425]
23399              1st two tests of File/Find/t/find.t and taint.t were run after 
23400              calling cleanup(). If previous fail had left for_find directory,
23401              but no content in it then cleanup() returned cd'ed to that directory.
23402              So tests failed. Fixed cleanup()-s.
23403      Branch: perl
23404           !> ext/threads/threads.xs lib/File/Find/t/find.t
23405           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
23406           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23407 ____________________________________________________________________________
23408 [ 14432] By: nick                                  on 2002/01/26  21:10:38
23409         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23410              for CRLF line endings.
23411      Branch: perlio
23412            ! lib/Filter/Simple.pm
23413 ____________________________________________________________________________
23414 [ 14431] By: nick                                  on 2002/01/26  21:08:35
23415         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23416              Should really be looked at by someone that knows about pads.
23417      Branch: perlio
23418            ! op.c
23419 ____________________________________________________________________________
23420 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
23421         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
23422              From: "Craig A. Berry" <craigberry@mac.com>       
23423              Date: Sat, 26 Jan 2002 11:19:44 -0600
23424              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
23425      Branch: perl
23426            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
23427 ____________________________________________________________________________
23428 [ 14429] By: nick                                  on 2002/01/26  18:04:22
23429         Log: Tinkering with thread cleanup mutex-ing - not the problem 
23430              (op.c is) but could have been...
23431      Branch: perlio
23432            ! ext/threads/threads.xs
23433 ____________________________________________________________________________
23434 [ 14428] By: nick                                  on 2002/01/26  18:03:13
23435         Log: Win32 signal emulation cleanup.
23436      Branch: perlio
23437            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23438 ____________________________________________________________________________
23439 [ 14427] By: nick                                  on 2002/01/26  13:59:33
23440         Log: If we get to sighandler by mistake (no perl handler set) then
23441              warn() and exit() rather than die() - should never happen
23442              but if it does context needed to die is likely to be trashed
23443              as well.
23444      Branch: perlio
23445            ! mg.c
23446 ____________________________________________________________________________
23447 [ 14426] By: nick                                  on 2002/01/26  13:56:23
23448         Log: Integrate mainline
23449      Branch: perlio
23450           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
23451           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
23452           !> t/run/fresh_perl.t
23453 ____________________________________________________________________________
23454 [ 14425] By: nick                                  on 2002/01/26  08:11:33
23455         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
23456              calling cleanup(). If previous fail had left for_find directory,
23457              but no content in it then cleanup() returned cd'ed to that directory.
23458              So tests failed. Fixed cleanup()-s.
23459      Branch: perlio
23460            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
23461 ____________________________________________________________________________
23462 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
23463         Log: Integrate perlio:
23464              
23465              [ 14422]
23466              Save $! so that other syscalls don't disturb it before 
23467              we test it.
23468              
23469              [ 14421]
23470              More Win32 tuning
23471              
23472              [ 14420]
23473              Fix winsystem.t's attempt to build showav.exe to work 
23474              with gcc (which writes a.exe unless told with -o ).
23475              Also put in a few more fail-safes to check .exe got 
23476              built somehow.
23477      Branch: perl
23478           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
23479           !> t/op/winsystem.t
23480 ____________________________________________________________________________
23481 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
23482         Log: Subject: [PATCH] new test in op/universal.t
23483              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23484              Date: Fri, 25 Jan 2002 23:17:33 +0100
23485              Message-ID: <20020125231733.A11733@rafael>
23486      Branch: perl
23487            ! t/op/universal.t
23488 ____________________________________________________________________________
23489 [ 14422] By: nick                                  on 2002/01/25  21:37:03
23490         Log: Save $! so that other syscalls don't disturb it before 
23491              we test it.
23492      Branch: perlio
23493            ! ext/Socket/socketpair.t
23494 ____________________________________________________________________________
23495 [ 14421] By: nick                                  on 2002/01/25  19:05:57
23496         Log: More Win32 tuning
23497      Branch: perlio
23498            ! t/op/stat.t t/op/taint.t
23499 ____________________________________________________________________________
23500 [ 14420] By: nick                                  on 2002/01/25  18:21:42
23501         Log: Fix winsystem.t's attempt to build showav.exe to work 
23502              with gcc (which writes a.exe unless told with -o ).
23503              Also put in a few more fail-safes to check .exe got 
23504              built somehow.
23505      Branch: perlio
23506            ! t/op/winsystem.t
23507 ____________________________________________________________________________
23508 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
23509         Log: Subject: [Patch Encode.xs] calculation of need overflows
23510              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23511              Date: Sat, 26 Jan 2002 00:58:50 +0900
23512              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
23513      Branch: perl
23514            ! ext/Encode/Encode.xs
23515 ____________________________________________________________________________
23516 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
23517         Log: Integrate changes 13474+13478+13584 from maintperl;
23518              anon sub leakage.
23519      Branch: perl
23520            ! op.c t/run/fresh_perl.t
23521 ____________________________________________________________________________
23522 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
23523         Log: Update Changes.
23524      Branch: perl
23525            ! Changes patchlevel.h
23526 ____________________________________________________________________________
23527 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
23528         Log: Integrate perlio:
23529              
23530              [ 14411]
23531              Linux/NFS hackery was not faking right number of passes.
23532              
23533              [ 14410]
23534              threads::shared tidy up:
23535              - Add _id() function to shared.xs so we can test refs point at same thing.
23536              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23537              - Allow no_share to pass if sharing to works despite mis-ordering.
23538              - Change docs of threads to document ->create() (as used in tests),
23539              and not mention "new".
23540              
23541              [ 14401]
23542              Expand command line test globs on Win32.
23543              
23544              [ 14393]
23545              Except Win32 from echo tests. (Alarm does not break into connect)
23546              
23547              [ 14392]
23548              SvTEMP_off to stop private PV's being stolen and stored in shared space
23549              
23550              [ 14387]
23551              thread::shared nearly working again - remaining issue
23552              is references withing shared space.
23553              Added bulk test with no threads involved (for debugging)
23554              Tuned tests to skip those needing _thrcnt
23555              
23556              [ 14378]
23557              Implement recursive lock and use of scope for PL_sharedsv_space,
23558              so now croak() from asserts does not leave locks.
23559              Make hv_simple compile (new prototype for debugging probe).
23560              
23561              [ 14377]
23562              Shared scalars working, some shared array ops working.
23563              
23564              [ 14373]
23565              Miss mg_len == 0 meaning don't Safefree
23566              
23567              [ 14372]
23568              XS side of new threads::shared designed, coded and compiles,
23569              and mostly commented but is totaly untested.
23570              submit in case anyone wants a preview.
23571              
23572              [ 14363]
23573              Add new threads/typemap to MANIFEST
23574              
23575              [ 14357]
23576              #14352 deleted ext/threads/threads.h
23577              
23578              [ 14356]
23579              Eradicate sharedsv.*
23580              
23581              [ 14355]
23582              threads work again on Win32. (Not threads::shared yet)
23583              Submit to see if they do on Linux.
23584              
23585              [ 14352]
23586              Nearly-working threads re-structuring. Do not integrate,
23587              submit-ing to get to Win32, and as "off site" backup.
23588      Branch: perl
23589           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
23590           +> ext/threads/typemap
23591            - ext/threads/threads.h sharedsv.c sharedsv.h
23592            ! NetWare/config_H.wc
23593           !> (integrate 38 files)
23594 ____________________________________________________________________________
23595 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
23596         Log: Subject: Re: perldebguts minor tweaks
23597              From: Joe McMahon <mcmahon@metalab.unc.edu>
23598              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
23599              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
23600      Branch: perl
23601            ! pod/perldebguts.pod
23602 ____________________________________________________________________________
23603 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
23604         Log: metaconfig unit change for #14413.
23605      Branch: metaconfig
23606            ! U/modified/prototype.U
23607 ____________________________________________________________________________
23608 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
23609         Log: Okay, you can come home now, _().
23610      Branch: perl
23611            ! config_h.SH
23612 ____________________________________________________________________________
23613 [ 14412] By: nick                                  on 2002/01/25  11:01:49
23614         Log: Integrate mainline
23615              All but ../lib/Unicode/UCD.t pass.
23616      Branch: perlio
23617           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23618           +> lib/unicore/CaseFolding.txt
23619           +> lib/unicore/CompositionExclusions.txt
23620           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23621           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23622           +> vos/vos.c
23623            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23624            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23625            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23626            - lib/unicore/NamesList.html lib/unicore/PropList.html
23627            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23628            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23629            - lib/unicore/rename
23630           !> (integrate 424 files)
23631 ____________________________________________________________________________
23632 [ 14411] By: nick                                  on 2002/01/25  09:45:13
23633         Log: Linux/NFS hackery was not faking right number of passes.
23634      Branch: perlio
23635            ! t/io/fs.t
23636 ____________________________________________________________________________
23637 [ 14410] By: nick                                  on 2002/01/25  09:35:07
23638         Log: threads::shared tidy up:
23639              - Add _id() function to shared.xs so we can test refs point at same thing.
23640              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23641              - Allow no_share to pass if sharing to works despite mis-ordering.
23642              - Change docs of threads to document ->create() (as used in tests),
23643              and not mention "new".
23644      Branch: perlio
23645            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23646            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
23647            ! ext/threads/threads.pm
23648 ____________________________________________________________________________
23649 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
23650         Log: Subject: perldebguts minor tweaks
23651              From: Joe McMahon <mcmahon@metalab.unc.edu>
23652              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
23653              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
23654      Branch: perl
23655            ! pod/perldebguts.pod
23656 ____________________________________________________________________________
23657 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
23658         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
23659              From: Peter Scott <Peter@PSDT.com>
23660              Date: Thu, 24 Jan 2002 08:51:34 -0800
23661              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
23662      Branch: perl
23663            ! pod/perldebguts.pod
23664 ____________________________________________________________________________
23665 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
23666         Log: Few more paranoia checks for Unicode hash keys.
23667      Branch: perl
23668            ! t/op/each.t
23669 ____________________________________________________________________________
23670 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
23671         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
23672              From: Andy Dougherty <doughera@lafayette.edu>
23673              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
23674              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
23675      Branch: perl
23676            ! t/op/stat.t
23677 ____________________________________________________________________________
23678 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
23679         Log: The
23680              
23681              Subject: Very old debugger UTF-8 bug
23682              From: andreas.koenig@anima.de (Andreas J. Koenig)
23683              Date: 24 Jan 2002 12:45:44 +0100
23684              Message-ID: <m3y9iot1jr.fsf@anima.de>
23685              
23686              still broken, but this should work as a stopgap
23687              measure to stop pp_match accessing naughty data.
23688      Branch: perl
23689            ! pod/perldiag.pod pp_hot.c
23690 ____________________________________________________________________________
23691 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
23692         Log: metaconfig unit change for #14403.
23693      Branch: metaconfig/U/perl
23694            ! d_u32align.U
23695 ____________________________________________________________________________
23696 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
23697         Log: Pacify picky compilers (this time Sun Workshop).
23698      Branch: perl
23699            ! Configure
23700 ____________________________________________________________________________
23701 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
23702         Log: Subject: Very old debugger UTF-8 bug
23703              From: andreas.koenig@anima.de (Andreas J. Koenig)
23704              Date: 24 Jan 2002 12:45:44 +0100
23705              Message-ID: <m3y9iot1jr.fsf@anima.de>
23706      Branch: perl
23707            ! lib/dumpvar.pl
23708 ____________________________________________________________________________
23709 [ 14401] By: nick                                  on 2002/01/24  07:50:38
23710         Log: Expand command line test globs on Win32.
23711      Branch: perlio
23712            ! t/harness
23713 ____________________________________________________________________________
23714 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
23715         Log: Sprinkle some copyrights (use the oldest timestamp to
23716              be found in the repository, which is most often not right,
23717              but at least consistent)
23718      Branch: perl
23719            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
23720            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
23721            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
23722            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
23723            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
23724            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
23725            ! unixish.h xsutils.c
23726 ____________________________________________________________________________
23727 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
23728         Log: Don't crash on Help for long text (bug #506672)
23729      Branch: maint-5.6/macperl
23730            ! macos/macperl/MPHelp.c
23731 ____________________________________________________________________________
23732 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
23733         Log: Fix minor path problem
23734      Branch: maint-5.6/macperl
23735            ! macos/macperl/Droplets/tarzipme.plx
23736 ____________________________________________________________________________
23737 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
23738         Log: Minor text changes
23739      Branch: maint-5.6/macperl
23740            ! macos/Perl.r
23741 ____________________________________________________________________________
23742 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
23743         Log: Bump versions, dates, etc.
23744      Branch: maint-5.6/macperl
23745            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
23746 ____________________________________________________________________________
23747 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
23748         Log: coderefs in @INC and absolute paths
23749      Branch: maint-5.6/macperl
23750            ! embed.h pp_ctl.c proto.h
23751 ____________________________________________________________________________
23752 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
23753         Log: Minor module thingys
23754      Branch: maint-5.6/macperl
23755            ! macos/ext/Mac/Controls/Controls.xs
23756            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
23757            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
23758            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
23759            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
23760            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
23761            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
23762            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
23763            ! macos/ext/Mac/Movies/Movies.xs
23764            ! macos/ext/Mac/Navigation/Navigation.pm
23765            ! macos/ext/Mac/Navigation/Navigation.xs
23766            ! macos/ext/Mac/Notification/Notification.xs
23767            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
23768            ! macos/ext/Mac/Processes/Processes.xs
23769            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
23770            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
23771            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
23772            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
23773            ! macos/ext/Mac/Resources/Resources.pm
23774            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
23775            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
23776            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
23777            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
23778            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
23779 ____________________________________________________________________________
23780 [ 14393] By: nick                                  on 2002/01/23  19:52:19
23781         Log: Except Win32 from echo tests. (Alarm does not break into connect)
23782      Branch: perlio
23783            ! ext/Socket/Socket.t
23784 ____________________________________________________________________________
23785 [ 14392] By: nick                                  on 2002/01/23  19:31:57
23786         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
23787      Branch: perlio
23788            ! ext/threads/shared/shared.xs
23789 ____________________________________________________________________________
23790 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
23791         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
23792      Branch: perl
23793            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23794            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
23795            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
23796            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
23797            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
23798            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
23799            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
23800            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23801            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
23802            ! x2p/util.c x2p/util.h x2p/walk.c
23803 ____________________________________________________________________________
23804 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
23805         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
23806              therefore quite probably also obsolete code.
23807      Branch: perl
23808            ! sv.c
23809 ____________________________________________________________________________
23810 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
23811         Log: Update Changes.
23812      Branch: perl
23813            ! Changes patchlevel.h
23814 ____________________________________________________________________________
23815 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
23816         Log: Small update on todo.  Could use a lot more.
23817      Branch: perl
23818            ! pod/perltodo.pod
23819 ____________________________________________________________________________
23820 [ 14387] By: nick                                  on 2002/01/23  14:19:30
23821         Log: thread::shared nearly working again - remaining issue
23822              is references withing shared space.
23823              Added bulk test with no threads involved (for debugging)
23824              Tuned tests to skip those needing _thrcnt
23825      Branch: perlio
23826            + ext/threads/shared/t/0nothread.t
23827            ! MANIFEST ext/threads/shared/shared.pm
23828            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
23829            ! ext/threads/shared/t/hv_refs.t
23830            ! ext/threads/shared/t/hv_simple.t
23831            ! ext/threads/shared/t/sv_simple.t
23832 ____________________________________________________________________________
23833 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
23834         Log: Subject: [ID 20020121.003] perldata doco bug
23835              From: John Stumbles <jstumbles@bluearc.com>
23836              Date: Mon, 21 Jan 2002 14:19:56 -0000
23837              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
23838      Branch: perl
23839            ! pod/perldata.pod
23840 ____________________________________________________________________________
23841 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
23842         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
23843              From: Michael G Schwern <schwern@pobox.com>
23844              Date: Mon, 21 Jan 2002 15:16:42 -0500
23845              Message-ID: <20020121201642.GA6659@blackrider>
23846      Branch: perl
23847            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
23848 ____________________________________________________________________________
23849 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
23850         Log: Subject: [PATCH] Re: eval not catching warnings?
23851              From: abigail@foad.org
23852              Date: Wed, 23 Jan 2002 15:35:47 +0100
23853              Message-ID: <20020123143547.24798.qmail@foad.org>
23854      Branch: perl
23855            ! pod/perlfunc.pod
23856 ____________________________________________________________________________
23857 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
23858         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
23859              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23860              Date: Tue, 22 Jan 2002 17:00:54 -0800            
23861              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
23862      Branch: perl
23863            ! t/run/fresh_perl.t
23864 ____________________________________________________________________________
23865 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
23866         Log: metaconfig unit change for #14381.
23867      Branch: metaconfig/U/perl
23868            ! d_u32align.U
23869 ____________________________________________________________________________
23870 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
23871         Log: HP-UX 10.20 cc pacifying from Merijn.
23872      Branch: perl
23873            ! Configure
23874 ____________________________________________________________________________
23875 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
23876         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
23877              From: "Craig A. Berry" <craigberry@mac.com> 
23878              Date: Tue, 22 Jan 2002 22:14:26 -0600
23879              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
23880      Branch: perl
23881            ! vms/test.com
23882 ____________________________________________________________________________
23883 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
23884         Log: AIX cpp bug: having macro arguments and character constants
23885              "the same" means trouble (here s and 's')
23886              What broke now was 841 and 842 of t/op/pat.t, because of the
23887              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
23888              (note that breakage happened only under cc_r and usethreads+
23889              useithreads)
23890      Branch: perl
23891            ! utf8.h
23892 ____________________________________________________________________________
23893 [ 14378] By: nick                                  on 2002/01/22  20:33:15
23894         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
23895              so now croak() from asserts does not leave locks.
23896              Make hv_simple compile (new prototype for debugging probe).
23897      Branch: perlio
23898            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23899            ! ext/threads/shared/t/hv_simple.t
23900 ____________________________________________________________________________
23901 [ 14377] By: nick                                  on 2002/01/22  17:32:21
23902         Log: Shared scalars working, some shared array ops working.
23903      Branch: perlio
23904            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23905            ! ext/threads/shared/t/sv_refs.t
23906            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
23907 ____________________________________________________________________________
23908 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
23909         Log: Subject: [PATCH] Support truncate() in VOS port
23910              From: Paul_GreenVOS@vos.stratus.com
23911              Date: Mon, 21 Jan 02 23:27 est
23912              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
23913      Branch: perl
23914            + vos/vos.c
23915            ! MANIFEST hints/vos.sh vos/vosish.h
23916 ____________________________________________________________________________
23917 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
23918         Log: metaconfig unit changes for #14374.  Couldn't figure
23919              how to get completely rid of _() (some weird dependency
23920              pulling it in?) so renamed it as PROTO_().
23921      Branch: metaconfig
23922            + U/modified/d_shmat.U U/modified/prototype.U
23923            ! U/protos/d_drand48proto.U
23924      Branch: metaconfig/U/perl
23925            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
23926 ____________________________________________________________________________
23927 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
23928         Log: Get rid of the _() macro since (1) we require ANSI anyway
23929              (2) Other software (GNU) seems to use it and we don't need it,
23930              so let's give it up.
23931      Branch: perl
23932            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23933            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
23934            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
23935            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
23936            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
23937            ! wince/config.h wince/config_H.ce
23938 ____________________________________________________________________________
23939 [ 14373] By: nick                                  on 2002/01/22  10:10:48
23940         Log: Miss mg_len == 0 meaning don't Safefree
23941      Branch: perlio
23942            ! mg.c
23943 ____________________________________________________________________________
23944 [ 14372] By: nick                                  on 2002/01/21  22:34:06
23945         Log: XS side of new threads::shared designed, coded and compiles,
23946              and mostly commented but is totaly untested.
23947              submit in case anyone wants a preview.
23948      Branch: perlio
23949            + ext/threads/shared/typemap
23950            ! MANIFEST ext/threads/shared/shared.pm
23951            ! ext/threads/shared/shared.xs
23952 ____________________________________________________________________________
23953 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
23954         Log: Subject: [BUG] /\_/ an unrecognized escape?
23955              From: Michael G Schwern <schwern@pobox.com>
23956              Date: Mon, 21 Jan 2002 15:22:54 -0500
23957              Message-ID: <20020121202254.GA6731@blackrider>
23958      Branch: perl
23959            ! t/lib/warnings/toke toke.c
23960 ____________________________________________________________________________
23961 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
23962         Log: Undo the renaming of the Unicode data files; the simple
23963              solution being not including the *.html files.  This means
23964              that in the future there is no need for any renamings
23965              (well, assuming that the Consortium doesn't cause any),
23966              and the files are named like they are in the Consortium
23967              website, thus alleviating confusion.
23968      Branch: perl
23969            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23970            + lib/unicore/CaseFolding.txt
23971            + lib/unicore/CompositionExclusions.txt
23972            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23973            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23974            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23975            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23976            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23977            - lib/unicore/NamesList.html lib/unicore/PropList.html
23978            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23979            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23980            - lib/unicore/rename
23981            ! (edit 285 files)
23982 ____________________________________________________________________________
23983 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
23984         Log: Update Changes.
23985      Branch: perl
23986            ! Changes patchlevel.h
23987 ____________________________________________________________________________
23988 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
23989         Log: Subject: RE: BCC for Win32 is unhappy @14331
23990              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
23991              Date: Mon, 21 Jan 2002 09:48:40 +0300
23992              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
23993              
23994              (using IV instead of int)
23995      Branch: perl
23996            ! hv.h
23997 ____________________________________________________________________________
23998 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
23999         Log: path_is_absolute() needs a prototype (and maybe
24000              a better name, but that's another story).
24001      Branch: perl
24002            ! embed.fnc embed.h pp_ctl.c proto.h
24003 ____________________________________________________________________________
24004 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
24005         Log: Subject: Re: coderefs in @INC
24006              From: Chris Nandor <pudge@pobox.com>
24007              Date: Thu, 17 Jan 2002 11:26:02 -0500
24008              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
24009      Branch: perl
24010            ! pp_ctl.c
24011 ____________________________________________________________________________
24012 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
24013         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
24014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24015              Date: Sun, 20 Jan 2002 22:53:56 +0100
24016              Message-ID: <20020120225356.A12093@rafael>
24017      Branch: perl
24018            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
24019            ! t/lib/warnings/9enabled warnings.h warnings.pl
24020 ____________________________________________________________________________
24021 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
24022         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
24023              From: "Craig A. Berry" <craigberry@mac.com>
24024              Date: Sun, 20 Jan 2002 22:49:42 -0600
24025              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
24026      Branch: perl
24027            ! lib/ExtUtils/MakeMaker.pm
24028 ____________________________________________________________________________
24029 [ 14363] By: nick                                  on 2002/01/20  20:38:23
24030         Log: Add new threads/typemap to MANIFEST
24031      Branch: perlio
24032            ! MANIFEST
24033 ____________________________________________________________________________
24034 [ 14362] By: nick                                  on 2002/01/20  20:34:36
24035         Log: Integrate mainline
24036      Branch: perlio
24037           +> lib/Pod/t/Usage.t
24038           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
24039           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
24040           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
24041           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
24042           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
24043           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
24044           !> util.c
24045 ____________________________________________________________________________
24046 [ 14361] By: nick                                  on 2002/01/20  18:51:47
24047         Log: Integrate MANIFEST
24048      Branch: perlio
24049           !> MANIFEST
24050 ____________________________________________________________________________
24051 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
24052         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
24053              From: Paul_GreenVOS@vos.stratus.com
24054              Date: Sat, 19 Jan 02 17:17 est
24055              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
24056              
24057              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
24058              From: Paul_GreenVOS@vos.stratus.com
24059              Date: Sat, 19 Jan 02 17:19 est
24060              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
24061      Branch: perl
24062            ! lib/ExtUtils/t/Command.t
24063 ____________________________________________________________________________
24064 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
24065         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
24066              From: Paul_GreenVOS@vos.stratus.com
24067              Date: Sat, 19 Jan 02 14:30 est
24068              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
24069      Branch: perl
24070            ! lib/AnyDBM_File.t
24071 ____________________________________________________________________________
24072 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
24073         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
24074              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
24075              Date: Sun, 20 Jan 2002 13:51:36 +0100
24076              Message-ID: <20020120135136.A710@rafael>
24077      Branch: perl
24078            ! ext/File/Glob/t/basic.t
24079 ____________________________________________________________________________
24080 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
24081         Log: #14352 deleted ext/threads/threads.h
24082      Branch: perlio
24083            ! MANIFEST
24084 ____________________________________________________________________________
24085 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
24086         Log: Eradicate sharedsv.*
24087      Branch: perlio
24088            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
24089 ____________________________________________________________________________
24090 [ 14355] By: nick                                  on 2002/01/20  11:50:22
24091         Log: threads work again on Win32. (Not threads::shared yet)
24092              Submit to see if they do on Linux.
24093      Branch: perlio
24094            ! ext/threads/shared/shared.xs ext/threads/threads.xs
24095            ! win32/makefile.mk
24096 ____________________________________________________________________________
24097 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
24098         Log: Make also hex() and oct() to croak if their arguments
24099              cannot be downgraded (that is, if they contain wide
24100              characters), just like crypt() does (and use the croak
24101              feature of sv_utf8_downgrade()).
24102      Branch: perl
24103            ! pp.c t/op/oct.t
24104 ____________________________________________________________________________
24105 [ 14353] By: nick                                  on 2002/01/19  22:20:09
24106         Log: Integrate Time/Local and its test
24107      Branch: perlio
24108           !> lib/Time/Local.pm lib/Time/Local.t
24109 ____________________________________________________________________________
24110 [ 14352] By: nick                                  on 2002/01/19  22:17:07
24111         Log: Nearly-working threads re-structuring. Do not integrate,
24112              submit-ing to get to Win32, and as "off site" backup.
24113      Branch: perlio
24114            + ext/threads/typemap
24115            - ext/threads/threads.h sharedsv.c sharedsv.h
24116            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
24117            ! embedvar.h ext/threads/shared/shared.pm
24118            ! ext/threads/shared/shared.xs ext/threads/threads.pm
24119            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
24120            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
24121            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
24122 ____________________________________________________________________________
24123 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
24124         Log: Regen toc.
24125      Branch: perl
24126            ! pod/perltoc.pod
24127 ____________________________________________________________________________
24128 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
24129         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
24130              From: David Dyck <dcd@tc.fluke.com>
24131              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
24132              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
24133      Branch: perl
24134            ! pod/perl5004delta.pod pod/perl5005delta.pod
24135            ! pod/perl561delta.pod pod/perl56delta.pod
24136 ____________________________________________________________________________
24137 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
24138         Log: FAQ sync.
24139      Branch: perl
24140            ! pod/perlfaq1.pod pod/perlfaq2.pod
24141 ____________________________________________________________________________
24142 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
24143         Log: Subject: [PATCH lib/Pod/t/Usage.t]
24144              From: Abe Timmerman <abe@ztreet.demon.nl>
24145              Date: Sat, 19 Jan 2002 19:57:57 +0100
24146              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
24147      Branch: perl
24148            + lib/Pod/t/Usage.t
24149            ! MANIFEST
24150 ____________________________________________________________________________
24151 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
24152         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
24153              From: Paul_GreenVOS@vos.stratus.com
24154              Date: Sat, 19 Jan 02 13:15 est
24155              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
24156      Branch: perl
24157            ! ext/SDBM_File/sdbm.t
24158 ____________________________________________________________________________
24159 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
24160         Log: Integrate perlio:
24161              
24162              [ 14335]
24163              Split out core of sv_magic() into sv_magicext().
24164              sv_magic provides the extra restictions (no READONLY, only
24165              one of each type, canned set of vtables), and sv_magicext()
24166              does the actual data twiddling.
24167              Also enhances semantics of ->mg_ptr setting via name/namlen
24168              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
24169              scratch area (namlen > 0 && name == NULL).
24170              sv_magicext also returns the MAGIC * it added.
24171              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
24172              To come sv_unmagicext() - which will remove just one magic
24173              of particular type, and additionaly match against ->mg_ptr,
24174              or the MAGIC * (need to experiment as to which is more natural).
24175      Branch: perl
24176           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
24177           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
24178 ____________________________________________________________________________
24179 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
24180         Log: Alternative Time::Local algorithm that uses matemathical formula
24181              for timegm instead of progressive guessing
24182      Branch: perl
24183            ! lib/Time/Local.pm
24184 ____________________________________________________________________________
24185 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
24186         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
24187              From: Paul_GreenVOS@vos.stratus.com
24188              Date: Sat, 19 Jan 02 11:20 est
24189              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
24190      Branch: perl
24191            ! ext/File/Glob/t/basic.t
24192 ____________________________________________________________________________
24193 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
24194         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
24195              From: Paul_GreenVOS@vos.stratus.com
24196              Date: Fri, 18 Jan 02 22:56 est
24197              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
24198      Branch: perl
24199            ! ext/Cwd/t/cwd.t
24200 ____________________________________________________________________________
24201 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
24202         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
24203              From: Paul_GreenVOS@vos.stratus.com
24204              Date: Fri, 18 Jan 02 22:48 est
24205              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
24206      Branch: perl
24207            ! lib/Time/Local.t
24208 ____________________________________________________________________________
24209 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
24210         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
24211              From: Paul_GreenVOS@vos.stratus.com
24212              Date: Fri, 18 Jan 02 16:22 est
24213              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
24214      Branch: perl
24215            ! ext/Devel/DProf/DProf.t
24216 ____________________________________________________________________________
24217 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
24218         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
24219              From: Tels <perl_dummy@bloodgate.com>
24220              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
24221              Message-Id: <200201182106.XAA19133@taku.hut.fi>
24222      Branch: perl
24223            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
24224 ____________________________________________________________________________
24225 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
24226         Log: Don't do socketpair udp unless you've got all what it takes.
24227      Branch: perl
24228            ! util.c
24229 ____________________________________________________________________________
24230 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
24231         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
24232              From: Tels <perl_dummy@bloodgate.com>
24233              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
24234              Message-Id: <200201182206.AAA15310@taku.hut.fi>
24235      Branch: perl
24236            ! lib/ExtUtils/MM_BeOS.pm
24237 ____________________________________________________________________________
24238 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
24239         Log: metaconfig unit change for #14336.
24240      Branch: metaconfig
24241            ! U/modified/myhostname.U
24242 ____________________________________________________________________________
24243 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
24244         Log: Avoid bare "set", and kiss .uucp goodbye.
24245      Branch: perl
24246            ! Configure
24247 ____________________________________________________________________________
24248 [ 14335] By: nick                                  on 2002/01/18  22:11:42
24249         Log: Split out core of sv_magic() into sv_magicext().
24250              sv_magic provides the extra restictions (no READONLY, only
24251              one of each type, canned set of vtables), and sv_magicext()
24252              does the actual data twiddling.
24253              Also enhances semantics of ->mg_ptr setting via name/namlen
24254              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
24255              scratch area (namlen > 0 && name == NULL).
24256              sv_magicext also returns the MAGIC * it added.
24257              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
24258              
24259              To come sv_unmagicext() - which will remove just one magic
24260              of particular type, and additionaly match against ->mg_ptr,
24261              or the MAGIC * (need to experiment as to which is more natural).
24262      Branch: perlio
24263            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
24264            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
24265 ____________________________________________________________________________
24266 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
24267         Log: Retract #14327 for now, going to the limit seems
24268              to be too much for many platforms.
24269      Branch: perl
24270            ! lib/Time/Local.t
24271 ____________________________________________________________________________
24272 [ 14333] By: nick                                  on 2002/01/18  18:58:33
24273         Log: Integrate mainline
24274      Branch: perlio
24275           !> Changes patchlevel.h
24276 ____________________________________________________________________________
24277 [ 14332] By: nick                                  on 2002/01/18  16:19:06
24278         Log: Integrate mainline
24279      Branch: perlio
24280           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
24281           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
24282            - lib/ExtUtils/inst
24283           !> (integrate 32 files)
24284 ____________________________________________________________________________
24285 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
24286         Log: Update Changes.
24287      Branch: perl
24288            ! Changes patchlevel.h
24289 ____________________________________________________________________________
24290 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
24291         Log: Try to make the connect/read/write timeouting.
24292      Branch: perl
24293            ! ext/Socket/Socket.t
24294 ____________________________________________________________________________
24295 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
24296         Log: Netware Makefile tweak from Ananth Kesari.
24297      Branch: perl
24298            ! NetWare/Makefile
24299 ____________________________________________________________________________
24300 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
24301         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
24302              From: Michael G Schwern <schwern@pobox.com>
24303              Date: Fri, 18 Jan 2002 03:10:27 -0500
24304              Message-ID: <20020118081027.GE7226@blackrider>
24305      Branch: perl
24306            ! lib/File/Find.pm
24307 ____________________________________________________________________________
24308 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
24309         Log: (retracted by #14334)
24310              
24311              Subject: [PATCH] Improving lib/Time/Local.t
24312              From: Paul_GreenVOS@vos.stratus.com        
24313              Date: Thu, 17 Jan 02 22:36 est
24314              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
24315      Branch: perl
24316            ! lib/Time/Local.t
24317 ____________________________________________________________________________
24318 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
24319         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
24320              From: Abe Timmerman <abe@ztreet.demon.nl>  
24321              Date: Fri, 18 Jan 2002 13:18:47 +0100
24322              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
24323      Branch: perl
24324            ! lib/ExtUtils/t/MM_Win32.t
24325 ____________________________________________________________________________
24326 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
24327         Log: Subject: [PATCH] Syncing with bleadperl 
24328              From: Michael G Schwern <schwern@pobox.com> 
24329              Date: Fri, 18 Jan 2002 03:04:33 -0500
24330              Message-ID: <20020118080432.GC7226@blackrider>
24331      Branch: perl
24332            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
24333            - lib/ExtUtils/inst
24334            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
24335            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24336            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
24337            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
24338            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
24339            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
24340            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
24341            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
24342            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
24343            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
24344            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
24345            ! lib/ExtUtils/testlib.pm
24346 ____________________________________________________________________________
24347 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
24348         Log: Detypo.
24349      Branch: perl
24350            ! AUTHORS
24351 ____________________________________________________________________________
24352 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
24353         Log: Subject: [PATCH] MM check_hints test
24354              From: Michael G Schwern <schwern@pobox.com>
24355              Date: Thu, 17 Jan 2002 20:25:57 -0500
24356              Message-ID: <20020118012557.GE32762@blackrider>
24357      Branch: perl
24358            + lib/ExtUtils/t/hints.t
24359            ! MANIFEST
24360 ____________________________________________________________________________
24361 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
24362         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
24363              From: Michael G Schwern <schwern@pobox.com> 
24364              Date: Thu, 17 Jan 2002 20:12:20 -0500
24365              Message-ID: <20020118011220.GC32762@blackrider>
24366              
24367              (#14317 replaced with this)
24368      Branch: perl
24369            ! lib/ExtUtils/MakeMaker.pm
24370 ____________________________________________________________________________
24371 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
24372         Log: Subject: [PATCH perldiag] overload.pm warnings
24373              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24374              Date: Thu, 17 Jan 2002 23:53:49 +0100
24375              Message-ID: <20020117235349.A14530@rafael>
24376      Branch: perl
24377            ! pod/perldiag.pod
24378 ____________________________________________________________________________
24379 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
24380         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
24381              From: Michael G Schwern <schwern@pobox.com>
24382              Date: Thu, 17 Jan 2002 16:35:47 -0500
24383              Message-ID: <20020117213546.GD23830@blackrider>
24384      Branch: perl
24385            ! lib/File/Find.pm
24386 ____________________________________________________________________________
24387 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
24388         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
24389              From: chromatic <chromatic@rmci.net>
24390              Date: Thu, 17 Jan 2002 13:04:22 -0700
24391              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
24392      Branch: perl
24393            ! pod/perltodo.pod
24394 ____________________________________________________________________________
24395 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
24396         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
24397              From: chromatic <chromatic@rmci.net>
24398              Date: Thu, 17 Jan 2002 12:59:04 -0700
24399              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
24400      Branch: perl
24401            ! lib/ExtUtils/t/Mkbootstrap.t
24402 ____________________________________________________________________________
24403 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
24404         Log: (replaced by #14322)
24405              The #14300 broke hints file handling.
24406      Branch: perl
24407            ! lib/ExtUtils/MakeMaker.pm
24408 ____________________________________________________________________________
24409 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
24410         Log: metaconfig unit change for #14315.
24411      Branch: metaconfig/U/perl
24412            ! uselongdbl.U
24413 ____________________________________________________________________________
24414 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
24415         Log: Subject: [PATCH] long doubles
24416              From: Nicholas Clark <nick@unfortu.net>
24417              Date: Thu, 17 Jan 2002 17:06:28 +0000
24418              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
24419      Branch: perl
24420            ! Configure
24421 ____________________________________________________________________________
24422 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
24423         Log: metaconfig unit change for #14313.
24424      Branch: metaconfig
24425            ! U/modified/i_ndbm.U
24426 ____________________________________________________________________________
24427 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
24428         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
24429              From: Andy Dougherty <doughera@lafayette.edu>
24430              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
24431              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
24432      Branch: perl
24433            ! Configure
24434 ____________________________________________________________________________
24435 [ 14312] By: nick                                  on 2002/01/17  21:38:38
24436         Log: Integrate mainline (for ndbm fixes etc.)
24437      Branch: perlio
24438           +> t/run/fresh_perl.t
24439            - t/run/kill_perl.t
24440           !> Changes MANIFEST ext/Opcode/Opcode.xs
24441           !> ext/SDBM_File/sdbm/Makefile.PL
24442           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
24443           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
24444           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
24445           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
24446           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
24447 ____________________________________________________________________________
24448 [ 14311] By: sky                                   on 2002/01/17  21:01:00
24449         Log: Simplify the code that duplicates the threads 
24450              init function and the parameters to the thread by using sv_dup. 
24451              Note,what happens if you pass a shared variable as a parameter?
24452      Branch: perl
24453            ! ext/threads/threads.xs
24454 ____________________________________________________________________________
24455 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
24456         Log: Update Changes.
24457      Branch: perl
24458            ! Changes patchlevel.h
24459 ____________________________________________________________________________
24460 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
24461         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
24462              with fresh_perl_is() and fresh_perl_like().
24463      Branch: perl
24464            + t/run/fresh_perl.t
24465            - t/run/kill_perl.t
24466            ! MANIFEST t/test.pl
24467 ____________________________________________________________________________
24468 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
24469         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
24470              From: Benjamin Goldberg <goldbb2@earthlink.net>
24471              Date: Wed, 09 Jan 2002 21:03:16 -0500
24472              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
24473      Branch: perl
24474            ! ext/Unicode/Normalize/Normalize.pm
24475 ____________________________________________________________________________
24476 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
24477         Log: Retract #14144 as Hugo isn't happy with it.
24478      Branch: perl
24479            ! scope.c t/run/kill_perl.t
24480 ____________________________________________________________________________
24481 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
24482         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
24483              From: Richard Clamp <richardc@unixbeard.net>
24484              Date: Wed, 16 Jan 2002 17:34:31 +0000
24485              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
24486      Branch: perl
24487            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
24488 ____________________________________________________________________________
24489 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
24490         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
24491              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24492              Date: Tue, 15 Jan 2002 21:23:30 +0100
24493              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
24494      Branch: perl
24495            ! ext/Opcode/Opcode.xs
24496 ____________________________________________________________________________
24497 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
24498         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
24499              From: Paul_GreenVOS@vos.stratus.com
24500              Date: Wed, 16 Jan 02 6:42 est
24501              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
24502      Branch: perl
24503            ! t/io/fs.t t/op/crypt.t
24504 ____________________________________________________________________________
24505 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
24506         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
24507              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24508              Date: Wed, 16 Jan 2002 13:43:39 +0100
24509              Message-ID: <20020116134339.A704@rafael>
24510              
24511              (replaces #14302)
24512      Branch: perl
24513            ! mg.c t/lib/warnings/mg
24514 ____________________________________________________________________________
24515 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
24516         Log: (replaced by #14303)
24517              Subject: [PATCH] length of undefined $(digit) should warn
24518              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24519              Date: Tue, 15 Jan 2002 23:02:44 +0100            
24520              Message-ID: <20020115230244.A31786@rafael>     
24521      Branch: perl
24522            ! mg.c t/lib/warnings/mg
24523 ____________________________________________________________________________
24524 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
24525         Log: The non-MakeMaker.pm parts of
24526              
24527              Subject: [PATCH] Re: MM_Beos.pm?
24528              From: Tels <perl_dummy@bloodgate.com>
24529              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
24530              Message-Id: <200201142006.WAA29544@taas.iki.fi>
24531      Branch: perl
24532            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
24533            ! lib/ExtUtils/t/MM_Unix.t
24534 ____________________________________________________________________________
24535 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
24536         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
24537              From: Michael G Schwern <schwern@pobox.com>    
24538              Date: Tue, 15 Jan 2002 20:07:50 -0500            
24539              Message-ID: <20020116010750.GH625@blackrider>  
24540      Branch: perl
24541            ! lib/ExtUtils/MakeMaker.pm
24542 ____________________________________________________________________________
24543 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
24544         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
24545              From: Jeffrey Friedl <jfriedl@yahoo.com>       
24546              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
24547              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
24548      Branch: perl
24549            ! lib/Text/Tabs.pm
24550 ____________________________________________________________________________
24551 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
24552         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
24553              From: "Green, Paul" <Paul.Green@stratus.com>
24554              Date: Tue, 15 Jan 2002 22:28:10 -0500
24555              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
24556      Branch: perl
24557            ! lib/ExtUtils/MM_Unix.pm
24558 ____________________________________________________________________________
24559 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
24560         Log: Integrate perlio:
24561              
24562              [ 14296]
24563              offsetof() is in <stddef.h>
24564      Branch: perl
24565           !> ext/Socket/Socket.xs
24566 ____________________________________________________________________________
24567 [ 14296] By: nick                                  on 2002/01/16  13:02:29
24568         Log: offsetof() is in <stddef.h>
24569      Branch: perlio
24570            ! ext/Socket/Socket.xs
24571 ____________________________________________________________________________
24572 [ 14295] By: nick                                  on 2002/01/16  07:25:29
24573         Log: Integrate mainline
24574      Branch: perlio
24575           +> (branch 262 files)
24576            - (delete 285 files)
24577           !> (integrate 34 files)
24578 ____________________________________________________________________________
24579 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
24580         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
24581              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
24582              Canonical.pl and Exact.pl.
24583      Branch: perl
24584            + (add 259 files)
24585            - (delete 288 files)
24586            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
24587            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
24588            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24589            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
24590 ____________________________________________________________________________
24591 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
24592         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
24593      Branch: perl
24594            ! ext/Socket/Socket.xs
24595 ____________________________________________________________________________
24596 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
24597         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
24598              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24599              Date: Tue, 15 Jan 2002 21:59:19 +0100
24600              Message-ID: <3C44A637.16602.25EB208@localhost>
24601      Branch: perl
24602            ! embed.fnc embed.h proto.h
24603 ____________________________________________________________________________
24604 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
24605         Log: Duh.  The updated In/*.pl weren't checked in.
24606      Branch: perl
24607            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
24608            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
24609            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
24610            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
24611            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
24612            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
24613            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
24614            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
24615            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
24616            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
24617            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
24618            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
24619            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
24620            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
24621            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
24622            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
24623            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
24624            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
24625            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
24626            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
24627            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
24628            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
24629            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
24630            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
24631            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
24632            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
24633            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
24634            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
24635            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
24636            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
24637            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
24638            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
24639            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
24640            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
24641            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
24642            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
24643            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
24644            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
24645            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
24646            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
24647            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
24648            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
24649            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
24650            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
24651            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
24652            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
24653            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
24654            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
24655 ____________________________________________________________________________
24656 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
24657         Log: Update Changes.
24658      Branch: perl
24659            ! Changes patchlevel.h
24660 ____________________________________________________________________________
24661 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
24662         Log: Jeffrey is trying very hard to avoid working on his
24663              book, it would seem :-) (better naming, better comments
24664              in the files)
24665      Branch: perl
24666            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
24667            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
24668            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
24669            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
24670            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
24671            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24672            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
24673            - lib/unicore/Is/IDStart.pl
24674            ! (edit 200 files)
24675 ____________________________________________________________________________
24676 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
24677         Log: metaconfig unit changes for #14287.
24678      Branch: metaconfig
24679            + U/modified/Chk_MANI.U
24680            ! U/modified/Extract.U U/modified/Finish.U
24681      Branch: metaconfig/U/perl
24682            ! Extensions.U dlsrc.U
24683 ____________________________________________________________________________
24684 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
24685         Log: Some protection against spaces in directory names.
24686              (Tru64 still has some makedepend problems in such
24687              cases but that looks like Tru64's problem.)
24688      Branch: perl
24689            ! Configure Makefile.SH
24690 ____________________________________________________________________________
24691 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
24692         Log: Should have been in #14285 but I have sausages for fingers.
24693      Branch: perl
24694            + lib/ExtUtils/MM_BeOS.pm
24695 ____________________________________________________________________________
24696 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
24697         Log: MM_BeOS from Tels.
24698      Branch: perl
24699            + lib/ExtUtils/t/MM_BeOS.t
24700            ! MANIFEST
24701 ____________________________________________________________________________
24702 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
24703         Log: Integrate perlio:
24704              
24705              [ 14281]
24706              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24707              e.g. -Duse64bitint on a 32-bit platform.
24708              Now uses I32 for use-count and is more careful with its casts.
24709              
24710              [ 14277]
24711              Correct name of PL_OP_SLAB_ALLOC
24712              
24713              [ 14271]
24714              Regen embed enable slab for PERL_IMPLICIT_SYS
24715              
24716              [ 14269]
24717              Typo in #else branch of PL_SLAB_ALLOC
24718              
24719              [ 14268]
24720              const-ness fix in savepv's passing of NULL
24721              
24722              [ 14267]
24723              Hand merge of non slab allocator stuff
24724              
24725              [ 14259]
24726              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24727              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24728              Add new scope type and add support for it to scope.c and scope stack
24729              dup-er in sv.c. Add savesharedpv().
24730              Also zealous version of Win32's vmem.h to catch all the abuses.
24731              With this t/op/fork.t passes even with zealous checking and 
24732              checker is point a finger at various threads/shared issues.
24733              PL_curcop->cop_io is still an issue.
24734              
24735              [ 14257]
24736              Inverted sense of special-ness of specialCopIO - supposed to 
24737              be true if value is "special" i.e. NOT an SV.
24738      Branch: perl
24739           !> (integrate 28 files)
24740 ____________________________________________________________________________
24741 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
24742         Log: Add Shuck URL
24743      Branch: maint-5.6/macperl
24744            ! macos/macperl/MacPerl.podhelp
24745 ____________________________________________________________________________
24746 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
24747         Log: Remove obsolete docs
24748      Branch: maint-5.6/macperl
24749            ! ext/File/Glob/Glob.pm
24750 ____________________________________________________________________________
24751 [ 14281] By: nick                                  on 2002/01/15  15:08:43
24752         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24753              e.g. -Duse64bitint on a 32-bit platform.
24754              Now uses I32 for use-count and is more careful with its casts.
24755      Branch: perlio
24756            ! intrpvar.h op.c
24757 ____________________________________________________________________________
24758 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
24759         Log: Update bundled modules.  Yow!
24760      Branch: maint-5.6/macperl
24761            + macos/bundled_ext/Compress/Zlib/constants.h
24762            + macos/bundled_ext/Compress/Zlib/constants.xs
24763            + macos/bundled_ext/Filter/Util/Call/ppport.h
24764            + macos/bundled_ext/Storable/t/compat-0.6.t
24765            + macos/bundled_ext/Storable/t/dump.pl
24766            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
24767            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
24768            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
24769            + macos/bundled_lib/blib/lib/URI/ssh.pm
24770            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
24771            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
24772            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
24773            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
24774            + macos/bundled_lib/t/Filter/Simple/data.t
24775            + macos/bundled_lib/t/Filter/Simple/export.t
24776            + macos/bundled_lib/t/Filter/Simple/filter_only.t
24777            + macos/bundled_lib/t/Filter/Simple/import.t
24778            + macos/bundled_lib/t/NEXT/actual.t
24779            + macos/bundled_lib/t/NEXT/actuns.t
24780            + macos/bundled_lib/t/NEXT/next.t
24781            + macos/bundled_lib/t/NEXT/unseen.t
24782            + macos/bundled_lib/t/libnet/netrc.t
24783            + macos/bundled_lib/t/libwww-perl/base/http.t
24784            + macos/bundled_lib/t/libwww-perl/live/activestate.t
24785            - macos/bundled_ext/Filter/t/FilterTest.pm
24786            - macos/bundled_ext/Storable/t/compat06.t
24787            - macos/bundled_ext/Storable/t/st-dump.pl
24788            - macos/bundled_lib/t/NEXT/test.pl
24789            - macos/bundled_lib/t/libwww-perl/live/google.t
24790            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
24791            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
24792            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
24793            ! macos/bundled_ext/Compress/Zlib/README
24794            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
24795            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
24796            ! macos/bundled_ext/Compress/Zlib/t/examples.t
24797            ! macos/bundled_ext/Filter/Util/Call/Call.pm
24798            ! macos/bundled_ext/Filter/Util/Call/Call.xs
24799            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
24800            ! macos/bundled_ext/Filter/t/call.t
24801            ! macos/bundled_ext/Filter/t/filter-util.pl
24802            ! macos/bundled_ext/Storable/ChangeLog
24803            ! macos/bundled_ext/Storable/README
24804            ! macos/bundled_ext/Storable/Storable.pm
24805            ! macos/bundled_ext/Storable/t/blessed.t
24806            ! macos/bundled_ext/Storable/t/canonical.t
24807            ! macos/bundled_ext/Storable/t/dclone.t
24808            ! macos/bundled_ext/Storable/t/forgive.t
24809            ! macos/bundled_ext/Storable/t/freeze.t
24810            ! macos/bundled_ext/Storable/t/lock.t
24811            ! macos/bundled_ext/Storable/t/overload.t
24812            ! macos/bundled_ext/Storable/t/recurse.t
24813            ! macos/bundled_ext/Storable/t/retrieve.t
24814            ! macos/bundled_ext/Storable/t/store.t
24815            ! macos/bundled_ext/Storable/t/tied.t
24816            ! macos/bundled_ext/Storable/t/tied_hook.t
24817            ! macos/bundled_ext/Storable/t/tied_items.t
24818            ! macos/bundled_ext/Storable/t/utf8.t
24819            ! macos/bundled_lib/blib/lib/File/Sort.pm
24820            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
24821            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
24822            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
24823            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
24824            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
24825            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
24826            ! macos/bundled_lib/blib/lib/LWP.pm
24827            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
24828            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
24829            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
24830            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
24831            ! macos/bundled_lib/blib/lib/Mail/Address.pm
24832            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
24833            ! macos/bundled_lib/blib/lib/Mail/Field.pm
24834            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
24835            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
24836            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
24837            ! macos/bundled_lib/blib/lib/Mail/Header.pm
24838            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
24839            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
24840            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
24841            ! macos/bundled_lib/blib/lib/Mail/Send.pm
24842            ! macos/bundled_lib/blib/lib/Mail/Util.pm
24843            ! macos/bundled_lib/blib/lib/NEXT.pm
24844            ! macos/bundled_lib/blib/lib/Net/Config.pm
24845            ! macos/bundled_lib/blib/lib/Net/Domain.pm
24846            ! macos/bundled_lib/blib/lib/Net/FTP.pm
24847            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
24848            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
24849            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
24850            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
24851            ! macos/bundled_lib/blib/lib/Net/POP3.pm
24852            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
24853            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
24854            ! macos/bundled_lib/blib/lib/Switch.pm
24855            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
24856            ! macos/bundled_lib/blib/lib/URI/Escape.pm
24857            ! macos/bundled_lib/blib/lib/URI/ftp.pm
24858            ! macos/bundled_lib/blib/lib/lwpcook.pod
24859            ! macos/bundled_lib/t/Filter/Simple/filter.t
24860            ! macos/bundled_lib/t/Switch/t/nested.t
24861            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
24862            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
24863            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
24864            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
24865            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
24866            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
24867            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
24868            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
24869            ! macos/bundled_lib/t/libnet/config.t
24870            ! macos/bundled_lib/t/libnet/ftp.t
24871            ! macos/bundled_lib/t/libnet/hostname.t
24872            ! macos/bundled_lib/t/libnet/nntp.t
24873            ! macos/bundled_lib/t/libnet/require.t
24874            ! macos/bundled_lib/t/libnet/smtp.t
24875            ! macos/bundled_lib/t/libwww-perl/base/headers.t
24876            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
24877            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
24878            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
24879            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24880            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
24881            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
24882            ! macos/bundled_lib/t/libwww-perl/live/validator.t
24883            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
24884 ____________________________________________________________________________
24885 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
24886         Log: Subject: [PATCH] Socket::sockaddr_family
24887              From: Gisle Aas <gisle@ActiveState.com> 
24888              Date: 15 Jan 2002 06:35:28 -0800
24889              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
24890      Branch: perl
24891            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
24892 ____________________________________________________________________________
24893 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
24894         Log: Subject: [PATCH perldiag] Style issue
24895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24896              Date: Tue, 15 Jan 2002 15:36:30 +0100                
24897              Message-ID: <20020115153630.A11568@rafael>
24898      Branch: perl
24899            ! pod/perldiag.pod
24900 ____________________________________________________________________________
24901 [ 14277] By: nick                                  on 2002/01/15  14:30:51
24902         Log: Correct name of PL_OP_SLAB_ALLOC
24903      Branch: perlio
24904            ! perl.h
24905 ____________________________________________________________________________
24906 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
24907         Log: NetWare tweak from Ananth Kesari.
24908      Branch: perl
24909            ! lib/ExtUtils/MakeMaker.pm
24910 ____________________________________________________________________________
24911 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
24912         Log: Throwback.
24913      Branch: perl
24914            ! MANIFEST
24915 ____________________________________________________________________________
24916 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
24917         Log: A couple of additional character classes from Jeffrey,
24918              hopefully useful in future for internal use for implementing
24919              some special cases of casing.
24920              
24921              Also regenerate once more all the character classes,
24922              now without the timestamp.  A timestamp would be kind of
24923              nice but it's not: having a timestamp in a file means that
24924              even if the effective contents of file really didn't
24925              change, the file looks as if it changed.
24926      Branch: perl
24927            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24928            + lib/unicore/Is/CombAbov.pl
24929            ! (edit 304 files)
24930 ____________________________________________________________________________
24931 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
24932         Log: Make the test harder.
24933      Branch: perl
24934            ! t/op/pat.t
24935 ____________________________________________________________________________
24936 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
24937         Log: Additional utf8_heavy.pl tweak from Jeffrey.
24938      Branch: perl
24939            ! lib/utf8_heavy.pl
24940 ____________________________________________________________________________
24941 [ 14271] By: nick                                  on 2002/01/15  11:29:47
24942         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
24943      Branch: perlio
24944            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
24945            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
24946 ____________________________________________________________________________
24947 [ 14270] By: nick                                  on 2002/01/15  08:19:08
24948         Log: Integrate rest of mainline
24949      Branch: perlio
24950           !> (integrate 28 files)
24951 ____________________________________________________________________________
24952 [ 14269] By: nick                                  on 2002/01/15  08:02:44
24953         Log: Typo in #else branch of PL_SLAB_ALLOC
24954      Branch: perlio
24955            ! op.c
24956 ____________________________________________________________________________
24957 [ 14268] By: nick                                  on 2002/01/15  07:57:47
24958         Log: const-ness fix in savepv's passing of NULL
24959      Branch: perlio
24960            ! util.c
24961 ____________________________________________________________________________
24962 [ 14267] By: nick                                  on 2002/01/15  07:42:17
24963         Log: Hand merge of non slab allocator stuff
24964      Branch: perlio
24965            ! op.c
24966 ____________________________________________________________________________
24967 [ 14266] By: nick                                  on 2002/01/15  07:39:33
24968         Log: Slab allocator submit after resolve -ay to keep it!
24969      Branch: perlio
24970           !> op.c
24971 ____________________________________________________________________________
24972 [ 14265] By: nick                                  on 2002/01/15  07:05:06
24973         Log: Blind integrate of bulk of mainline.
24974      Branch: perlio
24975           +> (branch 173 files)
24976            - (delete 184 files)
24977           !> (integrate 146 files)
24978 ____________________________________________________________________________
24979 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
24980         Log: Pod nits.
24981      Branch: perl
24982            ! lib/Unicode/UCD.pm pod/perlunicode.pod
24983 ____________________________________________________________________________
24984 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
24985         Log: The Unicode categories doc patch to go with #14254,
24986              from Jeffrey.
24987      Branch: perl
24988            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
24989 ____________________________________________________________________________
24990 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
24991         Log: There isn't going to be perl.third.exe.
24992      Branch: perl
24993            ! Makefile.SH
24994 ____________________________________________________________________________
24995 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
24996         Log: Subject: [PATCH] small coredump correction
24997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24998              Date: Tue, 15 Jan 2002 00:22:52 +0100
24999              Message-ID: <20020115002252.I691@rafael>
25000      Branch: perl
25001            ! op.c
25002 ____________________________________________________________________________
25003 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
25004         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
25005              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25006              Date: Mon, 14 Jan 2002 23:03:04 +0100
25007              Message-ID: <20020114230304.A691@rafael>   
25008              
25009              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
25010              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25011              Date: Mon, 14 Jan 2002 23:18:43 +0100
25012              Message-ID: <20020114231843.E691@rafael>   
25013      Branch: perl
25014            ! pod/perlsub.pod t/op/override.t toke.c
25015 ____________________________________________________________________________
25016 [ 14259] By: nick                                  on 2002/01/14  22:02:49
25017         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
25018              Need to use CopXXXXX macros everywhere and add CopSTASH_free
25019              Add new scope type and add support for it to scope.c and scope stack
25020              dup-er in sv.c. Add savesharedpv().
25021              Also zealous version of Win32's vmem.h to catch all the abuses.
25022              With this t/op/fork.t passes even with zealous checking and 
25023              checker is point a finger at various threads/shared issues.
25024              
25025              PL_curcop->cop_io is still an issue.
25026      Branch: perlio
25027            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
25028            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
25029            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
25030            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
25031            ! win32/vmem.h win32/win32.c win32/win32.h
25032 ____________________________________________________________________________
25033 [ 14258] By: nick                                  on 2002/01/14  20:24:28
25034         Log: Integrate build parts of mainline
25035      Branch: perlio
25036           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
25037           !> lib/ExtUtils/t/MM_Win32.t
25038 ____________________________________________________________________________
25039 [ 14257] By: nick                                  on 2002/01/14  16:10:54
25040         Log: Inverted sense of special-ness of specialCopIO - supposed to 
25041              be true if value is "special" i.e. NOT an SV.
25042      Branch: perlio
25043            ! perlio.h
25044 ____________________________________________________________________________
25045 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
25046         Log: Update Changes.
25047      Branch: perl
25048            ! Changes patchlevel.h
25049 ____________________________________________________________________________
25050 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
25051         Log: Retract #14251 (the op slab allocator from perlio)
25052              until we figure out why 2.2.19 x86 debian gets
25053              a circular sibling chain and therefore hangs in
25054              the Perl_ck_subr() sibling for-loop.
25055      Branch: perl
25056            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25057            ! perlapi.c perlapi.h proto.h
25058 ____________________________________________________________________________
25059 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
25060         Log: Big mktables rewrite from Jeffrey;
25061              documentation not yet updated.
25062      Branch: perl
25063            + (add 171 files)
25064            - (delete 182 files)
25065            ! (edit 135 files)
25066 ____________________________________________________________________________
25067 [ 14253] By: ams                                   on 2002/01/14  03:15:05
25068         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
25069              From: Michael G Schwern <schwern@pobox.com>
25070              Date: Sun, 13 Jan 2002 21:00:07 -0500
25071              Message-Id: <20020114020007.GB2877@blackrider>
25072      Branch: perl
25073            ! lib/Cwd.pm
25074 ____________________________________________________________________________
25075 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
25076         Log: Subject: Re: Win32 status - progress !
25077              From: Abe Timmerman <abe@ztreet.demon.nl>       
25078              Date: Mon, 14 Jan 2002 02:29:51 +0100
25079              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
25080      Branch: perl
25081            ! lib/ExtUtils/t/MM_Win32.t
25082 ____________________________________________________________________________
25083 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
25084         Log: Integrate perlio:
25085              
25086              [ 14250]
25087              Slab allocator for ops
25088              - moved the statics to intrpvar.h
25089              - implemented Slab_Free()
25090              - uses PerlMemShared (for now) if distinction exists.
25091      Branch: perl
25092           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25093           !> perlapi.c perlapi.h proto.h
25094 ____________________________________________________________________________
25095 [ 14250] By: nick                                  on 2002/01/13  23:22:34
25096         Log: Slab allocator for ops
25097              - moved the statics to intrpvar.h
25098              - implemented Slab_Free()
25099              - uses PerlMemShared (for now) if distinction exists.
25100      Branch: perlio
25101            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
25102            ! perlapi.c perlapi.h proto.h
25103 ____________________________________________________________________________
25104 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
25105         Log: Start a new test category: uni.  Much of t/op/pat
25106              should probably be moved here, but holding on that
25107              until Jeffrey finishes his big mktables rewrite.
25108              Bits and pieces of op/split, op/pack, op/append,
25109              op/join, could probably be moved to respective uni
25110              tests, too.
25111      Branch: perl
25112            + t/uni/fold.t t/uni/sprintf.t
25113            - t/op/unifold.t t/op/unisprintf.t
25114            ! MANIFEST t/TEST t/harness
25115 ____________________________________________________________________________
25116 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
25117         Log: Subject: [PATCH] enable Win32 to build again
25118              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25119              Date: Sun, 13 Jan 2002 21:49:24 +0100
25120              Message-ID: <3C4200E4.15926.23F6131@localhost>
25121              
25122              miniperl.exe.exe does not exe that well.
25123      Branch: perl
25124            ! lib/ExtUtils/MM_Unix.pm
25125 ____________________________________________________________________________
25126 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
25127         Log: Mention some of the load-affected tests.
25128      Branch: perl
25129            ! INSTALL
25130 ____________________________________________________________________________
25131 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
25132         Log: Move the UTF-8 conversion code earlier so that
25133              op/ver is happy.
25134      Branch: perl
25135            ! sv.c t/op/ver.t
25136 ____________________________________________________________________________
25137 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
25138         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
25139              have diverged quite a bit so no updates there.
25140      Branch: perl
25141            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
25142            ! ext/List/Util/lib/List/Util.pm
25143            ! ext/List/Util/lib/Scalar/Util.pm
25144 ____________________________________________________________________________
25145 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
25146         Log: Make the crypt() pickier: if downgrading doesn't work,
25147              croak.
25148      Branch: perl
25149            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
25150 ____________________________________________________________________________
25151 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
25152         Log: Grow the buffer in case Unicode caused size changes
25153              (and it very probably did).
25154      Branch: perl
25155            ! sv.c
25156 ____________________________________________________________________________
25157 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
25158         Log: Future-proofing from Jeffrey Friedl (for conflicting
25159              In* and Is* names).
25160      Branch: perl
25161            ! lib/utf8_heavy.pl
25162 ____________________________________________________________________________
25163 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
25164         Log: Subject: [PATCH] Re: Warning in B.xs
25165              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25166              Date: Sun, 13 Jan 2002 19:39:52 +0100
25167              Message-ID: <3C41E288.20562.1C8C895@localhost>
25168      Branch: perl
25169            ! ext/B/B.xs
25170 ____________________________________________________________________________
25171 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
25172         Log: Subject: Re: lookbehind broken with latest bleedperl
25173              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25174              Date: Sun, 13 Jan 2002 18:06:22 +0000
25175              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
25176      Branch: perl
25177            ! regexec.c t/op/re_tests
25178 ____________________________________________________________________________
25179 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
25180         Log: Subject: [PATCH] more MM_Unix.t tests
25181              From: Tels <perl_dummy@bloodgate.com>
25182              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
25183              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
25184              
25185              Subject: [PATCH] 14220 misunderstood, I bet          
25186              From: andreas.koenig@anima.de (Andreas J. Koenig)
25187              Date: 12 Jan 2002 21:31:58 +0100
25188              Message-ID: <m3k7un8g5d.fsf@anima.de>
25189      Branch: perl
25190            ! lib/ExtUtils/t/MM_Unix.t
25191 ____________________________________________________________________________
25192 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
25193         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
25194              From: Tels <perl_dummy@bloodgate.com>
25195              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
25196              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
25197              
25198              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
25199              From: Tels <perl_dummy@bloodgate.com>
25200              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
25201              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
25202      Branch: perl
25203            ! lib/ExtUtils/MM_Unix.pm
25204 ____________________________________________________________________________
25205 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
25206         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
25207              From: Nicholas Clark <nick@unfortu.net> 
25208              Date: Sun, 13 Jan 2002 15:58:34 +0000
25209              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
25210      Branch: perl
25211            ! lib/Benchmark.t
25212 ____________________________________________________________________________
25213 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
25214         Log: Anton Berezin did more reading and the uid setting story
25215              gets more complex.
25216      Branch: perl
25217            ! pod/perltodo.pod utils/perldoc.PL
25218 ____________________________________________________________________________
25219 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
25220         Log: Integrate perlio:
25221              
25222              [ 14232]
25223              Win32 fixes:
25224              - vmem.h hack to handle free-by-wrong-thread after eval "".
25225              - Initialize timerid 
25226      Branch: perl
25227           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
25228 ____________________________________________________________________________
25229 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
25230         Log: Subject: Re: HiRes
25231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25232              Date: Sun, 13 Jan 2002 10:18:46 +0100
25233              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
25234              
25235              Give up on socketpair in HP-UX.
25236      Branch: perl
25237            ! ext/Socket/socketpair.t
25238 ____________________________________________________________________________
25239 [ 14233] By: nick                                  on 2002/01/13  16:29:30
25240         Log: Integrate mainline
25241      Branch: perlio
25242           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
25243           !> (integrate 46 files)
25244 ____________________________________________________________________________
25245 [ 14232] By: nick                                  on 2002/01/13  15:37:48
25246         Log: Win32 fixes:
25247              - vmem.h hack to handle free-by-wrong-thread after eval "".
25248              - Initialize timerid 
25249      Branch: perlio
25250            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
25251 ____________________________________________________________________________
25252 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
25253         Log: *groan*
25254      Branch: perl
25255            ! t/op/pat.t
25256 ____________________________________________________________________________
25257 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
25258         Log: One more sharp s case found by Jeffrey.
25259      Branch: perl
25260            ! regexec.c t/op/pat.t
25261 ____________________________________________________________________________
25262 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
25263         Log: Comment tweak.
25264      Branch: perl
25265            ! regexec.c
25266 ____________________________________________________________________________
25267 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
25268         Log: Don't bother checking for the Greek special
25269              cases if the node is too short.
25270      Branch: perl
25271            ! regcomp.c
25272 ____________________________________________________________________________
25273 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
25274         Log: Update Changes.
25275      Branch: perl
25276            ! Changes patchlevel.h
25277 ____________________________________________________________________________
25278 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
25279         Log: metaconfig unit change for #14225.
25280      Branch: metaconfig
25281            + U/modified/i_ndbm.U
25282 ____________________________________________________________________________
25283 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
25284         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
25285              From: Jonathan Stowe <gellyfish@gellyfish.com>
25286              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
25287              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
25288      Branch: perl
25289            ! Configure config_h.SH
25290 ____________________________________________________________________________
25291 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
25292         Log: Quick reformat using indent -kr -nce, as requested
25293              by Dan Kogai and suggest by NI-S.
25294      Branch: perl
25295            ! ext/Encode/encengine.c
25296 ____________________________________________________________________________
25297 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
25298         Log: Couple more Unicode lookbehind tests.
25299      Branch: perl
25300            ! t/op/pat.t
25301 ____________________________________________________________________________
25302 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
25303         Log: Sharp S as a special treat for our German UTF-8 testers :-)
25304      Branch: perl
25305            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
25306 ____________________________________________________________________________
25307 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
25308         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
25309              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25310              Date: Sat, 12 Jan 2002 20:37:32 +0100
25311              Message-ID: <3C409E8C.16203.196C2D3@localhost>
25312      Branch: perl
25313            ! ext/B/B/Deparse.pm
25314 ____________________________________________________________________________
25315 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
25316         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
25317              really worth the bits it's printed on?
25318      Branch: perl
25319            ! lib/ExtUtils/t/MM_Unix.t
25320 ____________________________________________________________________________
25321 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
25322         Log: Special treatment for U+03B0 and U+0390 in //i,
25323              this means that we can remove the minlen pessimisations
25324              introduced by the #14096.
25325      Branch: perl
25326            ! pp_hot.c regcomp.c regexec.c
25327 ____________________________________________________________________________
25328 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
25329         Log: Integrate perlio:
25330              
25331              [ 14214]
25332              Win32-ize socketpair test
25333              - Win32 can fork even though $Config{d_fork} is undef
25334              - SOCK_DGRAM does not work - skip those tests.
25335              
25336              [ 14213]
25337              Abstract out the cloning of SvPVX and handle shared pv in a 
25338              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25339      Branch: perl
25340           !> ext/Socket/socketpair.t sv.c
25341 ____________________________________________________________________________
25342 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
25343         Log: One should first drop the real uid, not the effective uid.
25344              [ID 20020110.003]
25345      Branch: perl
25346            ! utils/perldoc.PL
25347 ____________________________________________________________________________
25348 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
25349         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
25350              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25351              Date: Fri, 11 Jan 2002 23:29:48 +0100
25352              Message-ID: <3C3F756C.4581.2E2A938@localhost>
25353      Branch: perl
25354            + ext/B/C/C.xs ext/B/C/Makefile.PL
25355            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
25356            ! utils/perlcc.PL
25357 ____________________________________________________________________________
25358 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
25359         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25360              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
25361              Date: Fri, 11 Jan 2002 14:29:30 -0800
25362              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
25363      Branch: perl
25364            ! ext/B/t/concise.t
25365 ____________________________________________________________________________
25366 [ 14214] By: nick                                  on 2002/01/12  12:31:12
25367         Log: Win32-ize socketpair test
25368              - Win32 can fork even though $Config{d_fork} is undef
25369              - SOCK_DGRAM does not work - skip those tests.
25370      Branch: perlio
25371            ! ext/Socket/socketpair.t
25372 ____________________________________________________________________________
25373 [ 14213] By: nick                                  on 2002/01/12  11:46:28
25374         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
25375              safe (if suboptimal) manner. Does not fix op/fork.t :-(
25376      Branch: perlio
25377            ! sv.c
25378 ____________________________________________________________________________
25379 [ 14212] By: ams                                   on 2002/01/12  06:10:52
25380         Log: Subject: [PATCH] More fixes for Stratus VOS
25381              From: "Green, Paul" <Paul.Green@stratus.com>
25382              Date: Fri, 11 Jan 2002 17:30:37 -0500
25383              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
25384      Branch: perl
25385            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
25386 ____________________________________________________________________________
25387 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
25388         Log: Upgrade to CGI.pm 2.80.
25389      Branch: perl
25390            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
25391 ____________________________________________________________________________
25392 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
25393         Log: FAQ sync.
25394      Branch: perl
25395            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25396            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25397            ! pod/perlfaq8.pod
25398 ____________________________________________________________________________
25399 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
25400         Log: This is getting embarrassing.
25401      Branch: perl
25402            ! t/op/pat.t
25403 ____________________________________________________________________________
25404 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
25405         Log: Doc tweaks.
25406      Branch: perl
25407            ! pod/perlunicode.pod
25408 ____________________________________________________________________________
25409 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
25410         Log: Updating the test count is good; also rephrasing
25411              so that there is no ok output containing "not".
25412      Branch: perl
25413            ! t/op/pat.t
25414 ____________________________________________________________________________
25415 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
25416         Log: Andreas is busy :-)
25417      Branch: perl
25418            ! doop.c t/op/unisprintf.t
25419 ____________________________________________________________________________
25420 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
25421         Log: Unicode lookbehind looked bad.
25422      Branch: perl
25423            ! regexec.c t/op/pat.t
25424 ____________________________________________________________________________
25425 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
25426         Log: Garbage collection.
25427      Branch: perl
25428            ! t/run/kill_perl.t
25429 ____________________________________________________________________________
25430 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
25431         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
25432              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25433              Date: Fri, 11 Jan 2002 23:29:48 +0100
25434              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
25435      Branch: perl
25436            ! embed.fnc global.sym makedef.pl
25437 ____________________________________________________________________________
25438 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
25439         Log: Subject: [PATCH] perldelta nit?
25440              From: Robert Spier <rspier@pobox.com>
25441              Date: Fri, 11 Jan 2002 15:19:16 -0800
25442              Message-ID: <15423.29428.164185.251700@rls.cx>
25443      Branch: perl
25444            ! pod/perldelta.pod
25445 ____________________________________________________________________________
25446 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
25447         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25448              From: Michael G Schwern <schwern@pobox.com>
25449              Date: Fri, 11 Jan 2002 17:08:17 -0500
25450              Message-ID: <20020111220817.GG2838@blackrider>
25451      Branch: perl
25452            ! t/run/kill_perl.t t/test.pl
25453 ____________________________________________________________________________
25454 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
25455         Log: Subject: [PATCH] Correct misleading error message
25456              From: Mike Guy <mjtg@cam.ac.uk>
25457              Date: Fri, 11 Jan 2002 18:36:33 +0000
25458              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
25459              
25460              hash assignment -> anonymous hash
25461      Branch: perl
25462            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
25463 ____________________________________________________________________________
25464 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
25465         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
25466              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25467              Date: Fri, 11 Jan 2002 16:58:14 +0100
25468              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
25469      Branch: perl
25470            ! ext/Unicode/Normalize/mkheader
25471 ____________________________________________________________________________
25472 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
25473         Log: Add a new test for is-sprintf-preserving Unicodeness:
25474              #14194 and an old one from kill_perl.t (I could have used
25475              sprintf.t, but it's format was quite fixed, and I didn't
25476              feel like breaking the format)
25477      Branch: perl
25478            + t/op/unisprintf.t
25479            ! MANIFEST t/run/kill_perl.t
25480 ____________________________________________________________________________
25481 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
25482         Log: Integrate perlio:
25483              
25484              [ 14196]
25485              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25486              as C runtime seems to get its hands on them even though we said
25487              they were handled.
25488              Still an issue with "die" out of signal handler - get panic: pp_iter
25489      Branch: perl
25490           !> win32/win32.c
25491 ____________________________________________________________________________
25492 [ 14196] By: nick                                  on 2002/01/11  20:58:20
25493         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25494              as C runtime seems to get its hands on them even though we said
25495              they were handled.
25496              Still an issue with "die" out of signal handler - get panic: pp_iter
25497      Branch: perlio
25498            ! win32/win32.c
25499 ____________________________________________________________________________
25500 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
25501         Log: Integrate perlio:
25502              
25503              [ 14192]
25504              A mostly-stable version of "new" Win32 signal/kill support.
25505      Branch: perl
25506           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
25507           !> win32/config.gc win32/config.vc win32/config_H.bc
25508           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
25509           !> win32/makefile.mk win32/win32.c win32/win32.h
25510 ____________________________________________________________________________
25511 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
25512         Log: Fix for
25513              
25514              Subject: UTF-8 sprintf bug in bleadperl
25515              From: andreas.koenig@anima.de (Andreas J. Koenig)
25516              Date: 11 Jan 2002 15:47:15 +0100
25517              Message-ID: <m3vge99c7g.fsf@anima.de>
25518              
25519              I have tests, have just to figure out where to put them
25520              since op/sprintf looks a bit unfriendly for tests of
25521              somewhat freer form.
25522      Branch: perl
25523            ! doop.c sv.c
25524 ____________________________________________________________________________
25525 [ 14193] By: nick                                  on 2002/01/11  18:25:34
25526         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
25527              Builds and passes a few tests.
25528      Branch: perlio
25529           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
25530           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25531           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
25532           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
25533           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25534           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25535           +> t/lib/sample-tests/lone_not_bug
25536           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25537           +> t/lib/sample-tests/vms_nit
25538           !> (integrate 63 files)
25539 ____________________________________________________________________________
25540 [ 14192] By: nick                                  on 2002/01/11  17:49:39
25541         Log: A mostly-stable version of "new" Win32 signal/kill support.
25542      Branch: perlio
25543            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
25544            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25545            ! win32/config_h.PL win32/makefile.mk win32/win32.c
25546            ! win32/win32.h
25547 ____________________________________________________________________________
25548 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
25549         Log: Update Changes.
25550      Branch: perl
25551            ! Changes patchlevel.h
25552 ____________________________________________________________________________
25553 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
25554         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25555              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25556              Date: Thu, 10 Jan 2002 18:21:34 -0800
25557              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
25558      Branch: perl
25559            + ext/B/t/concise.t
25560            ! MANIFEST
25561 ____________________________________________________________________________
25562 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
25563         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
25564              necessary in form.t and html.t @INC setups.
25565      Branch: perl
25566            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
25567 ____________________________________________________________________________
25568 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
25569         Log: Yet another twist.
25570      Branch: perl
25571            ! t/test.pl
25572 ____________________________________________________________________________
25573 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
25574         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
25575              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25576              Date: Fri, 11 Jan 2002 13:04:15 +0100      
25577              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
25578      Branch: perl
25579            ! hints/aix.sh
25580 ____________________________________________________________________________
25581 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
25582         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
25583              From: Jonathan Stowe <gellyfish@gellyfish.com> 
25584              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
25585              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
25586      Branch: perl
25587            ! lib/AnyDBM_File.t
25588 ____________________________________________________________________________
25589 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
25590         Log: Arguments were being mangled.
25591      Branch: perl
25592            ! t/test.pl
25593 ____________________________________________________________________________
25594 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
25595         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25596              From: Jonathan Stowe <gellyfish@gellyfish.com>
25597              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
25598              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
25599      Branch: perl
25600            ! lib/AnyDBM_File.t
25601 ____________________________________________________________________________
25602 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
25603         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
25604              From: Michael G Schwern <schwern@pobox.com> 
25605              Date: Fri, 11 Jan 2002 04:26:27 -0500
25606              Message-ID: <20020111092626.GA16544@blackrider>
25607      Branch: perl
25608            ! t/run/kill_perl.t t/test.pl
25609 ____________________________________________________________________________
25610 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
25611         Log: Subject: [PATCH] Test::Harness 2.01
25612              From: Michael G Schwern <schwern@pobox.com> 
25613              Date: Thu, 10 Jan 2002 21:11:24 -0500
25614              Message-ID: <20020111021123.GA30666@blackrider>
25615      Branch: perl
25616            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
25617            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
25618            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
25619            + lib/Test/Harness/t/nonumbers.t
25620            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25621            + t/lib/sample-tests/lone_not_bug
25622            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25623            + t/lib/sample-tests/vms_nit
25624            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25625            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
25626 ____________________________________________________________________________
25627 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
25628         Log: patch is silly when creating new files: don't run
25629              patch more than once.
25630      Branch: perl
25631            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25632 ____________________________________________________________________________
25633 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
25634         Log: Forgot from #14179.
25635      Branch: perl
25636            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
25637 ____________________________________________________________________________
25638 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
25639         Log: Subject: [PATCH] is() undef/'' behavior change
25640              From: Michael G Schwern <schwern@pobox.com> 
25641              Date: Fri, 11 Jan 2002 03:35:51 -0500
25642              Message-ID: <20020111083551.GC30666@blackrider>
25643              
25644              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
25645              From: Michael G Schwern <schwern@pobox.com> 
25646              Date: Fri, 11 Jan 2002 03:37:44 -0500
25647              Message-ID: <20020111083744.GD30666@blackrider>
25648      Branch: perl
25649            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
25650            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
25651            ! lib/Pod/t/InputObjects.t lib/blib.t
25652 ____________________________________________________________________________
25653 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
25654         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
25655              From: Michael G Schwern <schwern@pobox.com> 
25656              Date: Thu, 10 Jan 2002 19:56:23 -0500
25657              Message-ID: <20020111005623.GA13192@blackrider>
25658      Branch: perl
25659            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25660            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
25661            ! lib/Test/Simple.pm lib/Test/Simple/Changes
25662            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
25663            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25664            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25665            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
25666            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
25667            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
25668            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
25669            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
25670            ! lib/Test/Simple/t/plan_is_noplan.t
25671            ! lib/Test/Simple/t/plan_no_plan.t
25672            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
25673            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
25674            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
25675            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
25676            ! lib/Test/Tutorial.pod
25677 ____________________________________________________________________________
25678 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
25679         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
25680              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
25681              
25682              turns out even the malloc() was never really needed to begin with,
25683              so get rid of it
25684      Branch: perl
25685            ! sv.c
25686 ____________________________________________________________________________
25687 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
25688         Log: Small doc tweaks.
25689      Branch: perl
25690            ! pod/perluniintro.pod
25691 ____________________________________________________________________________
25692 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
25693         Log: support using the CRT's malloc() family of functions instead of
25694              the internal one when ithreads is enabled; allocate large blocks
25695              using VirtualAlloc() since the Heap*() functions may only be tuned
25696              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
25697              
25698              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
25699              also see comments at the top of win32/vmem.h for other options that
25700              can be set
25701      Branch: perl
25702            ! win32/vmem.h
25703 ____________________________________________________________________________
25704 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
25705         Log: Subject: micropatch
25706              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25707              Date: Thu, 10 Jan 2002 18:20:58 +0000
25708              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
25709      Branch: perl
25710            ! regcomp.c
25711 ____________________________________________________________________________
25712 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
25713         Log: Subject: [PATCH] Embed.t on Win32
25714              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25715              Date: Thu, 10 Jan 2002 18:56:21 +0100
25716              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
25717      Branch: perl
25718            ! lib/ExtUtils/t/Embed.t
25719 ____________________________________________________________________________
25720 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
25721         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
25722              From: Gisle Aas <gisle@ActiveState.com>
25723              Date: 10 Jan 2002 08:56:05 -0800
25724              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
25725      Branch: perl
25726            ! toke.c
25727 ____________________________________________________________________________
25728 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
25729         Log: Subject: [PATCH] doc fixes
25730              From: "Brendan O'Dea" <bod@debian.org>
25731              Date: Fri, 11 Jan 2002 03:49:54 +1100
25732              Message-ID: <20020110164954.GA21891@compusol.com.au>
25733      Branch: perl
25734            ! lib/I18N/Collate.pm pod/perlfunc.pod
25735 ____________________________________________________________________________
25736 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
25737         Log: Integrate perlio:
25738              
25739              [ 14167]
25740              More signal hackery
25741      Branch: perl
25742           !> win32/win32.c
25743 ____________________________________________________________________________
25744 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
25745         Log: No need to show internal encodings, or return them
25746              in random order.
25747      Branch: perl
25748            ! ext/Encode/Encode.pm
25749 ____________________________________________________________________________
25750 [ 14168] By: nick                                  on 2002/01/10  17:33:31
25751         Log: Integrate mainline
25752      Branch: perlio
25753            - ext/Unicode/Normalize/Normalize.pod
25754           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
25755           !> ext/Unicode/Normalize/Makefile.PL
25756           !> ext/Unicode/Normalize/Normalize.pm
25757           !> ext/Unicode/Normalize/Normalize.xs
25758           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
25759           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
25760           !> t/run/kill_perl.t toke.c
25761 ____________________________________________________________________________
25762 [ 14167] By: nick                                  on 2002/01/10  17:08:35
25763         Log: More signal hackery
25764      Branch: perlio
25765            ! win32/win32.c
25766 ____________________________________________________________________________
25767 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
25768         Log: I think we can claim to be supporting Unicode
25769              "loose matching" now.
25770      Branch: perl
25771            ! pod/perlunicode.pod
25772 ____________________________________________________________________________
25773 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
25774         Log: Subject: doc patch
25775              From: mjd@plover.com
25776              Date: 10 Jan 2002 15:12:27 -0000
25777              Message-ID: <20020110151227.14850.qmail@plover.com>
25778      Branch: perl
25779            ! pod/perlrun.pod
25780 ____________________________________________________________________________
25781 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
25782         Log: Subject: Re: [ID 20011223.001] accept leaks memory
25783              From: Andy Dougherty <doughera@lafayette.edu>
25784              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
25785              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
25786      Branch: perl
25787            ! hints/linux.sh
25788 ____________________________________________________________________________
25789 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
25790         Log: Integrate perlio:
25791              
25792              [ 14160]
25793              Skeleton coding of more kill() support on Win32.
25794      Branch: perl
25795           !> win32/win32.c
25796 ____________________________________________________________________________
25797 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
25798         Log: Subject: [PATCH] Magic numbers in B::Concise
25799              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25800              Date: Wed, 9 Jan 2002 23:04:01 -0800
25801              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
25802      Branch: perl
25803            ! ext/B/B/Concise.pm ext/B/O.pm
25804 ____________________________________________________________________________
25805 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
25806         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
25807              From: Gisle Aas <gisle@ActiveState.com>
25808              Date: 09 Jan 2002 21:52:40 -0800
25809              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
25810      Branch: perl
25811            ! t/lib/strict/vars toke.c
25812 ____________________________________________________________________________
25813 [ 14160] By: nick                                  on 2002/01/09  21:29:39
25814         Log: Skeleton coding of more kill() support on Win32.
25815      Branch: perlio
25816            ! win32/win32.c
25817 ____________________________________________________________________________
25818 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
25819         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
25820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25821              Date: Wed, 9 Jan 2002 23:24:32 +0100
25822              Message-ID: <20020109232432.A692@rafael>
25823      Branch: perl
25824            ! ext/B/B/Deparse.pm
25825 ____________________________________________________________________________
25826 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
25827         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25828              From: Jonathan Stowe <gellyfish@gellyfish.com>
25829              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
25830              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
25831      Branch: perl
25832            ! t/run/kill_perl.t
25833 ____________________________________________________________________________
25834 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
25835         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25836              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25837              Date: Wed, 09 Jan 2002 20:16:54 +0000
25838              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
25839      Branch: perl
25840            ! regexec.c
25841 ____________________________________________________________________________
25842 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
25843         Log: Subject: [Patch @14129] fixes Unicode::Normalize
25844              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25845              Date: Thu, 10 Jan 2002 01:08:56 +0900
25846              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
25847      Branch: perl
25848            - ext/Unicode/Normalize/Normalize.pod
25849            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
25850            ! ext/Unicode/Normalize/Normalize.pm
25851            ! ext/Unicode/Normalize/Normalize.xs
25852            ! ext/Unicode/Normalize/mkheader
25853 ____________________________________________________________________________
25854 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
25855         Log: Integrate perlio:
25856              
25857              [ 14151]
25858              (Re-)implement alarm() for Win32.
25859      Branch: perl
25860           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25861           !> win32/win32iop.h
25862 ____________________________________________________________________________
25863 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
25864         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
25865              From: Nicholas Clark <nick@unfortu.net>
25866              Date: Wed, 9 Jan 2002 17:56:04 +0000
25867              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
25868      Branch: perl
25869            ! t/op/readdir.t
25870 ____________________________________________________________________________
25871 [ 14153] By: nick                                  on 2002/01/09  16:18:57
25872         Log: Integrate mainline
25873      Branch: perlio
25874           +> ext/threads/t/stress_re.t t/op/unifold.t
25875            - lib/unifold.t
25876           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
25877           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
25878           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
25879 ____________________________________________________________________________
25880 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
25881         Log: Update Changes.
25882      Branch: perl
25883            ! Changes patchlevel.h
25884 ____________________________________________________________________________
25885 [ 14151] By: nick                                  on 2002/01/09  14:27:36
25886         Log: (Re-)implement alarm() for Win32.
25887      Branch: perlio
25888            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25889            ! win32/win32iop.h
25890 ____________________________________________________________________________
25891 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
25892         Log: Thinko.
25893      Branch: perl
25894            ! ext/threads/t/stress_re.t
25895 ____________________________________________________________________________
25896 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
25897         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25898              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25899              Date: Wed, 09 Jan 2002 13:37:17 +0000                
25900              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
25901      Branch: perl
25902            ! regexec.c t/op/re_tests
25903 ____________________________________________________________________________
25904 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
25905         Log: Subject: Re: Weird Malformed warning in bleadperl    
25906              From: andreas.koenig@anima.de (Andreas J. Koenig)    
25907              Date: 09 Jan 2002 11:12:37 +0100
25908              Message-ID: <m3itabbzoq.fsf@anima.de>
25909      Branch: perl
25910            ! regexec.c t/op/pat.t
25911 ____________________________________________________________________________
25912 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
25913         Log: Forgot stress_re.t from MANIFEST.
25914      Branch: perl
25915            ! MANIFEST
25916 ____________________________________________________________________________
25917 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
25918         Log: In dumping use isPRINT() instead of isprint() so that locale
25919              does not come into play.
25920      Branch: perl
25921            ! utf8.c
25922 ____________________________________________________________________________
25923 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
25924         Log: Add a threads stress test for regular expressions
25925              (mostly just a modified stress_string.t) and doesn't
25926              test that much of regular expressions, just that $1
25927              doesn't get stomped by competing threads (as it does
25928              in the 5005threads of old).
25929      Branch: perl
25930            + ext/threads/t/stress_re.t
25931            ! MANIFEST
25932 ____________________________________________________________________________
25933 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
25934         Log: (retracted by #14307)
25935              Subject: Re: [ID 20010912.007] substr reference core dump
25936              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25937              Date: Tue, 08 Jan 2002 19:17:50 +0000
25938              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
25939      Branch: perl
25940            ! scope.c t/run/kill_perl.t
25941 ____________________________________________________________________________
25942 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
25943         Log: SANY (. with /s) wasn't happy on Unicode.
25944      Branch: perl
25945            ! regexec.c t/op/pat.t
25946 ____________________________________________________________________________
25947 [ 14142] By: ams                                   on 2002/01/08  22:42:10
25948         Log: Subject: [PATCH] perldebug nit
25949              From: Tels <tels@bloodgate.com>
25950              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
25951      Branch: perl
25952            ! pod/perldebug.pod
25953 ____________________________________________________________________________
25954 [ 14141] By: ams                                   on 2002/01/08  21:32:59
25955         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
25956              From: "Green, Paul" <Paul.Green@stratus.com>
25957              Date: Tue, 8 Jan 2002 17:31:35 -0500
25958              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
25959      Branch: perl
25960            ! Makefile.SH
25961 ____________________________________________________________________________
25962 [ 14140] By: ams                                   on 2002/01/08  21:27:57
25963         Log: Subject: [PATCH] Re: Slight chokage from Deparse
25964              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25965              Date: Tue, 8 Jan 2002 23:04:45 +0100
25966              Message-Id: <20020108230445.A4798@rafael>
25967      Branch: perl
25968            ! ext/B/B/Deparse.pm
25969 ____________________________________________________________________________
25970 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
25971         Log: Subject: [patch] peep() is rude
25972              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
25973              Date: Tue, 08 Jan 2002 19:17:50 +0000            
25974              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
25975      Branch: perl
25976            ! op.c t/run/kill_perl.t
25977 ____________________________________________________________________________
25978 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
25979         Log: unifold is really an op test since it requires
25980              no external modules for its actual testing:
25981              only the unicore CaseFold.txt file, and File::Spec
25982              to portably access that file.
25983      Branch: perl
25984            + t/op/unifold.t
25985            - lib/unifold.t
25986            ! MANIFEST
25987 ____________________________________________________________________________
25988 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
25989         Log: Subject: [patch] save a test 
25990              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25991              Date: Tue, 08 Jan 2002 16:18:47 +0000
25992              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
25993      Branch: perl
25994            ! regcomp.c
25995 ____________________________________________________________________________
25996 [ 14136] By: nick                                  on 2002/01/08  16:11:55
25997         Log: Integrate mainline
25998      Branch: perlio
25999           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
26000           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
26001           !> (integrate 37 files)
26002 ____________________________________________________________________________
26003 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
26004         Log: Subject: Not OK 13843 
26005              From: andreas.koenig@anima.de (Andreas J. Koenig)
26006              Date: 08 Jan 2002 14:12:29 +0100
26007              Message-ID: <m38zb9c7gi.fsf@anima.de>
26008      Branch: perl
26009            ! op.c t/op/subst.t
26010 ____________________________________________________________________________
26011 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
26012         Log: Missed one variant of the fold testing, noticed bu Hugo.
26013      Branch: perl
26014            ! lib/unifold.t
26015 ____________________________________________________________________________
26016 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
26017         Log: Enchance the Storable magic description.
26018      Branch: perl
26019            ! ext/Storable/Storable.pm
26020 ____________________________________________________________________________
26021 [ 14132] By: ams                                   on 2002/01/08  09:16:12
26022         Log: Subject: [PATCH] don't installperl pods
26023              From: H.Merijn Brand <h.m.brand@hccnet.nl>
26024              Date: Tue, 08 Jan 2002 10:36:01 +0100
26025              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
26026      Branch: perl
26027            ! installperl
26028 ____________________________________________________________________________
26029 [ 14131] By: ams                                   on 2002/01/08  03:38:40
26030         Log: Subject: Math-BigInt v1.49 released
26031              From: Tels <perl_dummy@bloodgate.com>
26032              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
26033      Branch: perl
26034            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
26035            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
26036            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26037            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
26038            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
26039            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
26040            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
26041            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
26042            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
26043            ! t/lib/Math/BigInt/Subclass.pm
26044 ____________________________________________________________________________
26045 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
26046         Log: A little better comments.
26047      Branch: perl
26048            ! regexec.c
26049 ____________________________________________________________________________
26050 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
26051         Log: No normalization form DNF.
26052      Branch: perl
26053            ! ext/Unicode/Normalize/Normalize.pm
26054 ____________________________________________________________________________
26055 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
26056         Log: Extension nits found by -Wall (several from threads
26057              and threads::shared, but leaving them to Arthur).
26058      Branch: perl
26059            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
26060            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
26061            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
26062            ! ext/Unicode/Normalize/mkheader x2p/str.c
26063 ____________________________________________________________________________
26064 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
26065         Log: Sync up Changes etc.
26066      Branch: maint-5.6/macperl
26067            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
26068 ____________________________________________________________________________
26069 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
26070         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
26071      Branch: maint-5.6/macperl
26072            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
26073 ____________________________________________________________________________
26074 [ 14125] By: ams                                   on 2002/01/07  22:03:22
26075         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
26076              From: Nicholas Clark (sans From field in mail header)
26077              Date: Mon, 7 Jan 2002 16:18:23 +0000
26078              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
26079      Branch: perl
26080            ! lib/Exporter.pm
26081 ____________________________________________________________________________
26082 [ 14124] By: ams                                   on 2002/01/07  21:46:11
26083         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
26084              From: "Green, Paul" <Paul.Green@stratus.com>
26085              Date: Mon, 7 Jan 2002 16:59:38 -0500
26086              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
26087      Branch: perl
26088            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
26089 ____________________________________________________________________________
26090 [ 14123] By: nick                                  on 2002/01/07  18:49:55
26091         Log: Integrate mainline
26092      Branch: perlio
26093           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
26094           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
26095           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
26096           !> regexec.c t/op/re_tests utf8.c utf8.h
26097 ____________________________________________________________________________
26098 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
26099         Log: Update Changes.
26100      Branch: perl
26101            ! Changes patchlevel.h
26102 ____________________________________________________________________________
26103 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
26104         Log: Subject: [PATCH] Correct module name in perldelta*
26105              From: Mike Guy <mjtg@cam.ac.uk>
26106              Date: Mon, 07 Jan 2002 17:02:43 +0000
26107              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
26108      Branch: perl
26109            ! pod/perl561delta.pod pod/perl56delta.pod
26110 ____________________________________________________________________________
26111 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
26112         Log: AUTHORS update.
26113      Branch: perl
26114            ! AUTHORS
26115 ____________________________________________________________________________
26116 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
26117         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
26118      Branch: perl
26119            ! ext/Storable/Storable.pm
26120 ____________________________________________________________________________
26121 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
26122         Log: perldelta updates.
26123      Branch: perl
26124            ! pod/perldelta.pod
26125 ____________________________________________________________________________
26126 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
26127         Log: Document the flags of pv_uni_display().
26128      Branch: perl
26129            ! pod/perlapi.pod utf8.c
26130 ____________________________________________________________________________
26131 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
26132         Log: Forgot from #14115.
26133      Branch: perl
26134            ! t/op/re_tests
26135 ____________________________________________________________________________
26136 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
26137         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
26138              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26139              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
26140              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
26141      Branch: perl
26142            ! regcomp.c
26143 ____________________________________________________________________________
26144 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
26145         Log: More regex and utf8 debug dumping.
26146      Branch: perl
26147            ! dump.c regcomp.c regexec.c utf8.c utf8.h
26148 ____________________________________________________________________________
26149 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
26150         Log: Unused variable.
26151      Branch: perl
26152            ! regcomp.c
26153 ____________________________________________________________________________
26154 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
26155         Log: Regen toc.
26156      Branch: perl
26157            ! pod/perltoc.pod
26158 ____________________________________________________________________________
26159 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
26160         Log: capitalize correctly, noticed by David Dyck.
26161      Branch: perl
26162            ! lib/sort.pm
26163 ____________________________________________________________________________
26164 [ 14110] By: nick                                  on 2002/01/06  22:05:19
26165         Log: Integrate mainline - threads mended, DB_File sick?
26166      Branch: perlio
26167           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
26168           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26169           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26170           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
26171           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
26172 ____________________________________________________________________________
26173 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
26174         Log: No need to overqualify.
26175      Branch: perl
26176            ! lib/sort.pm
26177 ____________________________________________________________________________
26178 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
26179         Log: PL_debug_pad wasn't initialized to zeroes which broke
26180              ithreads + DEBUGGING.
26181      Branch: perl
26182            ! sv.c
26183 ____________________________________________________________________________
26184 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
26185         Log: Update Changes.
26186      Branch: perl
26187            ! Changes patchlevel.h
26188 ____________________________________________________________________________
26189 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
26190         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
26191              From: Jonathan Stowe <gellyfish@gellyfish.com>
26192              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
26193              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
26194      Branch: perl
26195            ! pp_sys.c
26196 ____________________________________________________________________________
26197 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
26198         Log: DB_File sync from Paul Marquess.
26199      Branch: perl
26200            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26201            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
26202            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
26203 ____________________________________________________________________________
26204 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
26205         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
26206              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
26207              Date: Sun, 6 Jan 2002 11:44:30 +0100
26208              Message-ID: <3C38389E.7831.493570@localhost>
26209      Branch: perl
26210            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
26211            ! utils/perlcc.PL
26212 ____________________________________________________________________________
26213 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
26214         Log: Tests for #14098.
26215      Branch: perl
26216            ! t/op/lc.t
26217 ____________________________________________________________________________
26218 [ 14102] By: nick                                  on 2002/01/06  11:33:55
26219         Log: Integrate mainline (PPPort still multi-building).
26220      Branch: perlio
26221           +> lib/unifold.t
26222           !> (integrate 30 files)
26223 ____________________________________________________________________________
26224 [ 14101] By: ams                                   on 2002/01/06  04:52:50
26225         Log: Subject: [PATCH] Bad prototype detection now an optional warning
26226              From: Sam Tregar <sam@tregar.com>
26227              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
26228              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
26229      Branch: perl
26230            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
26231            ! t/comp/proto.t toke.c
26232 ____________________________________________________________________________
26233 [ 14100] By: ams                                   on 2002/01/06  01:56:59
26234         Log: Subject: [PATCH] Correct several Stratus VOS build issues
26235              From: "Green, Paul" <Paul.Green@stratus.com>
26236              Date: Sat, 5 Jan 2002 21:30:56 -0500
26237              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
26238      Branch: perl
26239            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
26240 ____________________________________________________________________________
26241 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
26242         Log: Further perl.org URL elaboration from Ask.
26243      Branch: perl
26244            ! pod/perlfaq1.pod pod/perlfaq2.pod
26245 ____________________________________________________________________________
26246 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
26247         Log: The same problem with To{Lower,Title,Upper}
26248              as earlier with ToFold.
26249      Branch: perl
26250            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
26251            ! lib/unicore/To/Upper.pl lib/unicore/mktables
26252 ____________________________________________________________________________
26253 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
26254         Log: Retract #14057 for now; the alarm/setitimer timers
26255              seen to be the same in many systems, which leads into
26256              hangups.
26257      Branch: perl
26258            ! ext/Time/HiRes/HiRes.t
26259 ____________________________________________________________________________
26260 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
26261         Log: Finish up (ha!) the Unicode case folding;
26262              enhance regex dumping code.
26263      Branch: perl
26264            + lib/unifold.t
26265            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
26266            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
26267 ____________________________________________________________________________
26268 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
26269         Log: Use the perl.org news gw instead of the perl.com one
26270              (from Ask).
26271      Branch: perl
26272            ! pod/perlfaq1.pod pod/perlfaq2.pod
26273 ____________________________________________________________________________
26274 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
26275         Log: Zero() wasn't documented.
26276      Branch: perl
26277            ! pod/perlclib.pod
26278 ____________________________________________________________________________
26279 [ 14093] By: ams                                   on 2002/01/05  17:58:35
26280         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
26281              From: Nicholas Clark <nick@unfortu.net>
26282              Date: Sat, 5 Jan 2002 18:55:39 +0000
26283              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
26284      Branch: perl
26285            ! lib/Memoize/t/tie_ndbm.t
26286 ____________________________________________________________________________
26287 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
26288         Log: Also UNICOS/mk has deviant socketpair().
26289      Branch: perl
26290            ! ext/Socket/socketpair.t
26291 ____________________________________________________________________________
26292 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
26293         Log: Ooops.  Retract the regex parts of #14090.
26294      Branch: perl
26295            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
26296 ____________________________________________________________________________
26297 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
26298         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
26299              From: Nicholas Clark <nick@unfortu.net> 
26300              Date: Sat, 5 Jan 2002 18:10:13 +0000
26301              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
26302      Branch: perl
26303            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
26304            ! regcomp.h regexec.c
26305 ____________________________________________________________________________
26306 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
26307         Log: Integrate perlio:
26308              
26309              [ 14088]
26310              One missing aTHX_
26311      Branch: perl
26312           !> op.c
26313 ____________________________________________________________________________
26314 [ 14088] By: nick                                  on 2002/01/05  12:35:01
26315         Log: One missing aTHX_
26316      Branch: perlio
26317            ! op.c
26318 ____________________________________________________________________________
26319 [ 14087] By: nick                                  on 2002/01/05  12:00:48
26320         Log: Raw integrate of mainline - op.c looks dodgy.
26321      Branch: perlio
26322           +> lib/Pod/t/Functions.t t/op/winsystem.t
26323            - lib/File/Spec/NW5.pm t/op/system.t
26324           !> (integrate 77 files)
26325 ____________________________________________________________________________
26326 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
26327         Log: integrate changes from maint-5.6/macperl branch
26328      Branch: maint-5.6/perl
26329           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
26330           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
26331 ____________________________________________________________________________
26332 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
26333         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
26334              found by Marc Lehmann.
26335      Branch: perl
26336            ! pp.c
26337 ____________________________________________________________________________
26338 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
26339         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
26340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26341              Date: Sat, 5 Jan 2002 00:31:12 +0100
26342              Message-ID: <20020105003112.E1850@rafael>              
26343      Branch: perl
26344            ! t/comp/proto.t
26345 ____________________________________________________________________________
26346 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
26347         Log: A bit of "perl.com" cleanup.
26348      Branch: perl
26349            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
26350            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
26351            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
26352            ! pod/perlmodlib.PL pod/perlmodlib.pod
26353 ____________________________________________________________________________
26354 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
26355         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
26356              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26357              Date: Fri, 4 Jan 2002 23:35:19 +0100
26358              Message-ID: <20020104233519.A1850@rafael>
26359      Branch: perl
26360            ! op.c
26361 ____________________________________________________________________________
26362 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
26363         Log: Integrate change #14062 from macperl;
26364              Define setbuf, setvbuf for Mac OS
26365      Branch: perl
26366           !> ext/IO/IO.xs
26367 ____________________________________________________________________________
26368 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
26369         Log: Bump version, update Changes
26370      Branch: maint-5.6/macperl
26371            ! macos/Changes macos/MPVersion.r
26372 ____________________________________________________________________________
26373 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
26374         Log: Add more droplets
26375      Branch: maint-5.6/macperl
26376            + macos/macperl/Droplets/gluedialect.plx
26377            + macos/macperl/Droplets/glueedit.plx
26378            + macos/macperl/Droplets/gluemac.plx
26379            + macos/macperl/Droplets/gluescriptadds.plx
26380            + macos/macperl/Droplets/installme.plx
26381            + macos/macperl/Droplets/show_glue_pods.plx
26382            + macos/macperl/Droplets/tarzipme.plx
26383            + macos/macperl/Droplets/untarzipme.plx
26384 ____________________________________________________________________________
26385 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
26386         Log: Display the native pwd command.
26387      Branch: perl
26388            ! ext/Cwd/t/cwd.t
26389 ____________________________________________________________________________
26390 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
26391         Log: Under Mac OS X /dev/stdout is normally a symlink,
26392              but when running the test it seems to become a socket.
26393              So let's extend our censorship.
26394      Branch: perl
26395            ! t/op/stat.t
26396 ____________________________________________________________________________
26397 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
26398         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
26399      Branch: maint-5.6/macperl
26400            + macos/HandleSocket.cp
26401            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
26402            ! macos/macperl.sym
26403 ____________________________________________________________________________
26404 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
26405         Log: Doc updates
26406      Branch: maint-5.6/macperl
26407            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
26408 ____________________________________________________________________________
26409 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
26410         Log: Update libraries
26411      Branch: maint-5.6/macperl
26412            ! macos/macperl/Makefile.mk
26413 ____________________________________________________________________________
26414 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
26415         Log: Update tests to Mac::StandardFile from StandardFile.pl,
26416              plus other fixes
26417      Branch: maint-5.6/macperl
26418            ! macos/ext/Mac/Menus/t/MenuBar.t
26419            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
26420            ! macos/ext/Mac/Movies/t/PlayMovie.t
26421            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
26422            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
26423            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
26424            ! macos/ext/Mac/Resources/t/Resources.t
26425 ____________________________________________________________________________
26426 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
26427         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
26428      Branch: maint-5.6/macperl
26429            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
26430            ! macos/ext/Mac/Movies/Movies.xs
26431            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
26432            ! macos/ext/Mac/StandardFile/StandardFile.xs
26433            ! macos/ext/Mac/Windows/Windows.xs
26434 ____________________________________________________________________________
26435 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
26436         Log: Updates for Universal Headers 3.4 (forgot one)
26437      Branch: maint-5.6/macperl
26438            ! macos/macperl/MPConsole.cp
26439 ____________________________________________________________________________
26440 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
26441         Log: Updates for Universal Headers 3.4
26442      Branch: maint-5.6/macperl
26443            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
26444            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
26445            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
26446            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
26447            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
26448            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
26449            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
26450            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
26451            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
26452 ____________________________________________________________________________
26453 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
26454         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
26455              from <200112112327.JAA25434@gpo.metropolis.net.au>;
26456              don't crash on quit for 68K (MacPerl Bug #490013)
26457      Branch: maint-5.6/macperl
26458            ! macos/macish.c macos/macperl/MPConsole.cp
26459 ____________________________________________________________________________
26460 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
26461         Log: If we do have socketpair(), make my_socketpair()
26462              just call the real socketpair().  This way we always
26463              have real code behind my_socketpair() and a symbol
26464              corresponding to the my_socketpair in global.sym.
26465      Branch: perl
26466            ! embed.fnc embed.h makedef.pl proto.h util.c
26467 ____________________________________________________________________________
26468 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
26469         Log: Disable sigaction (MacPerl Bug #470321)
26470      Branch: maint-5.6/macperl
26471            ! macos/config.h macos/config.sh
26472 ____________________________________________________________________________
26473 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
26474         Log: Make GUSI resource work (MacPerl Bug #464638)
26475      Branch: maint-5.6/macperl
26476            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
26477            ! macos/macperl/MacPerl.rsrc
26478 ____________________________________________________________________________
26479 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
26480         Log: Make AutoSplit go a little deeper
26481      Branch: maint-5.6/macperl
26482            ! macos/Makefile.mk
26483 ____________________________________________________________________________
26484 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
26485         Log: A few doc updates from bleadperl
26486      Branch: maint-5.6/macperl
26487            ! pod/perlmodinstall.pod pod/perlport.pod
26488 ____________________________________________________________________________
26489 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
26490         Log: Sync up to latest changes from bleadperl
26491      Branch: maint-5.6/macperl
26492            ! lib/File/Find.pm
26493 ____________________________________________________________________________
26494 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
26495         Log: Define setbuf, setvbuf for Mac OS
26496      Branch: maint-5.6/macperl
26497            ! ext/IO/IO.xs
26498 ____________________________________________________________________________
26499 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
26500         Log: Delete by request of Mark-Jason Dominus (change #13676)
26501      Branch: maint-5.6/macperl
26502            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
26503 ____________________________________________________________________________
26504 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
26505         Log: Spread the good word of "env".
26506      Branch: perl
26507            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
26508 ____________________________________________________________________________
26509 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
26510         Log: Till the system tests do something non-Win*, better rename
26511              the test so that people on other platforms don't get confused.
26512              (Not win32system, because assumedly there's win64, too.)
26513      Branch: perl
26514            + t/op/winsystem.t
26515            - t/op/system.t
26516            ! MANIFEST
26517 ____________________________________________________________________________
26518 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
26519         Log: Some tweaks.
26520      Branch: perl
26521            ! lib/Pod/t/Functions.t
26522 ____________________________________________________________________________
26523 [ 14057] By: ams                                   on 2002/01/04  17:40:31
26524         Log: (retracted by #14057)
26525              
26526              Subject: [PATCH] Time/HiRes/HiRes.t
26527              From: Nicholas Clark <nick@unfortu.net>
26528              Date: Fri, 4 Jan 2002 17:28:46 +0000
26529              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
26530      Branch: perl
26531            ! ext/Time/HiRes/HiRes.t
26532 ____________________________________________________________________________
26533 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
26534         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
26535              From: Abe Timmerman <abe@ztreet.demon.nl>
26536              Date: Fri, 04 Jan 2002 18:42:33 +0100
26537              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
26538      Branch: perl
26539            + lib/Pod/t/Functions.t
26540            ! MANIFEST lib/Pod/Functions.pm
26541 ____________________________________________________________________________
26542 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
26543         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
26544              From: "Craig A. Berry" <craigberry@mac.com>
26545              Date: Thu, 3 Jan 2002 17:32:20 -0600
26546              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
26547      Branch: perl
26548            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
26549 ____________________________________________________________________________
26550 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
26551         Log: Document the U+0085, U+2028, and U+2029.
26552      Branch: perl
26553            ! pod/perlre.pod pod/perlretut.pod
26554 ____________________________________________________________________________
26555 [ 14053] By: ams                                   on 2002/01/04  03:27:44
26556         Log: Subject: [PATCH] warn if not CORE::dump
26557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26558              Date: Thu, 3 Jan 2002 22:04:00 +0100
26559              Message-Id: <20020103220400.A13958@rafael>
26560      Branch: perl
26561            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
26562 ____________________________________________________________________________
26563 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
26564         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
26565      Branch: perl
26566            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
26567 ____________________________________________________________________________
26568 [ 14051] By: ams                                   on 2002/01/04  03:00:12
26569         Log: Subject: [PATCH] File::Compare::VERSION
26570              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26571              Date: Thu, 3 Jan 2002 23:42:52 +0100
26572              Message-Id: <20020103234252.G13958@rafael>
26573      Branch: perl
26574            ! lib/File/Compare.pm
26575 ____________________________________________________________________________
26576 [ 14050] By: ams                                   on 2002/01/04  02:58:05
26577         Log: Subject: [PATCH @14042] threads::shared doc
26578              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
26579              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
26580              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
26581      Branch: perl
26582            ! ext/threads/shared/shared.pm
26583 ____________________________________________________________________________
26584 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
26585         Log: #14048 exposed few false positives, to be fixed soonish.
26586      Branch: perl
26587            ! t/op/pat.t
26588 ____________________________________________________________________________
26589 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
26590         Log: Do not add the first characters of multicharacter foldings
26591              into character classes.
26592      Branch: perl
26593            ! regcomp.c
26594 ____________________________________________________________________________
26595 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
26596         Log: A bit of testing for #14046.
26597      Branch: perl
26598            ! t/op/pat.t
26599 ____________________________________________________________________________
26600 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
26601         Log: Allow emitting the foldcased version of "\x{df}", "ss"
26602              (among others, another example would be \x{fb00} -> "ff")
26603      Branch: perl
26604            ! regcomp.c
26605 ____________________________________________________________________________
26606 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
26607         Log: Subject: [PATCH] File::Spec & NetWare
26608              From: Dave Rolsky <autarch@urth.org>
26609              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
26610              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
26611      Branch: perl
26612            - lib/File/Spec/NW5.pm
26613            ! MANIFEST lib/File/Spec.pm
26614 ____________________________________________________________________________
26615 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
26616         Log: FAQ sync (RCS Ids only?)
26617      Branch: perl
26618            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
26619 ____________________________________________________________________________
26620 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
26621         Log: AUTHORs updates.
26622      Branch: perl
26623            ! AUTHORS
26624 ____________________________________________________________________________
26625 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
26626         Log: Update Changes.
26627      Branch: perl
26628            ! Changes patchlevel.h
26629 ____________________________________________________________________________
26630 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
26631         Log: Missed the =head1 additions.
26632      Branch: perl
26633            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
26634            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
26635            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
26636            ! util.c
26637 ____________________________________________________________________________
26638 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
26639         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
26640              From: Robin Barker <rmb1@cise.npl.co.uk>
26641              Date: Thu, 3 Jan 2002 15:26:20 GMT
26642              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
26643      Branch: perl
26644            ! lib/Carp.t lib/Carp/Heavy.pm
26645 ____________________________________________________________________________
26646 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
26647         Log: Subject: [PATCH hv.c] 
26648              From: Robin Barker <rmb1@cise.npl.co.uk>
26649              Date: Thu, 3 Jan 2002 14:49:06 GMT
26650              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
26651              
26652              -Wformat check.
26653      Branch: perl
26654            ! hv.c
26655 ____________________________________________________________________________
26656 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
26657         Log: NetWare tweaks from Ananth Kesari.
26658      Branch: perl
26659            ! NetWare/t/NWScripts.pl lib/File/Find.pm
26660 ____________________________________________________________________________
26661 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
26662         Log: Cast.
26663      Branch: perl
26664            ! regexec.c
26665 ____________________________________________________________________________
26666 [ 14036] By: ams                                   on 2002/01/03  12:12:31
26667         Log: Grammar fix suggested by Gwyn Judd.
26668      Branch: perl
26669            ! pod/perldiag.pod
26670 ____________________________________________________________________________
26671 [ 14035] By: nick                                  on 2002/01/03  09:22:42
26672         Log: More strange perlio != mainline differences where
26673              I have not been.
26674      Branch: perlio
26675           !> hints/unicos.sh hints/unicosmk.sh
26676 ____________________________________________________________________________
26677 [ 14034] By: nick                                  on 2002/01/03  09:19:37
26678         Log: Integrate mainline (including force integrate of
26679              lib/charnames.pm which had got out-of-step)
26680      Branch: perlio
26681           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
26682 ____________________________________________________________________________
26683 [ 14033] By: ams                                   on 2002/01/03  08:24:24
26684         Log: Subject: Not ok 14031: PPPort Makefile.PL
26685              From: andreas.koenig@anima.de (Andreas J. Koenig)
26686              Date: 03 Jan 2002 10:17:46 +0100
26687              Message-Id: <m3sn9n94jp.fsf@anima.de>
26688      Branch: perl
26689            ! ext/Devel/PPPort/Makefile.PL
26690 ____________________________________________________________________________
26691 [ 14032] By: nick                                  on 2002/01/03  08:24:00
26692         Log: Integrate mainline.
26693      Branch: perlio
26694           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
26695           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
26696           !> (integrate 31 files)
26697 ____________________________________________________________________________
26698 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
26699         Log: Off-by-one is my middle name.
26700      Branch: perl
26701            ! regexec.c
26702 ____________________________________________________________________________
26703 [ 14030] By: ams                                   on 2002/01/02  23:56:37
26704         Log: Subject: [PATCH @14015] threads::shared disabling
26705              From: Andy Bussey <andybussey@yahoo.co.uk>
26706              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
26707              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
26708      Branch: perl
26709            + ext/threads/shared/t/no_share.t
26710            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
26711 ____________________________________________________________________________
26712 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
26713         Log: Simon's new perlapi scheme, I hope I got all the pieces.
26714      Branch: perl
26715            + autodoc.pl embed.fnc
26716            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
26717 ____________________________________________________________________________
26718 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
26719         Log: Integrate perlio:
26720              
26721              [ 14022]
26722              More PPPort Makefile source dependence removal
26723      Branch: perl
26724           !> ext/Devel/PPPort/Makefile.PL perl.h
26725 ____________________________________________________________________________
26726 [ 14027] By: ams                                   on 2002/01/02  21:42:50
26727         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
26728              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26729              Date: Wed, 2 Jan 2002 23:09:13 +0100
26730              Message-Id: <20020102230913.A17373@rafael>
26731      Branch: perl
26732            ! pod/perldiag.pod
26733 ____________________________________________________________________________
26734 [ 14026] By: ams                                   on 2002/01/02  21:38:34
26735         Log: Subject: Re: PATCH: lib/Term/Cap.pm
26736              From: Jonathan Stowe <gellyfish@gellyfish.com>
26737              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
26738              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
26739      Branch: perl
26740            ! lib/Term/Cap.pm
26741 ____________________________________________________________________________
26742 [ 14025] By: ams                                   on 2002/01/02  18:34:26
26743         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
26744              From: Sam Tregar <sam@tregar.com>
26745              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
26746              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
26747      Branch: perl
26748            ! pod/perldiag.pod t/comp/proto.t toke.c
26749 ____________________________________________________________________________
26750 [ 14024] By: ams                                   on 2002/01/02  18:16:12
26751         Log: Subject: PATCH: lib/Term/Cap.pm
26752              From: Norton Allen <allen@huarp.harvard.edu>
26753              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
26754              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
26755      Branch: perl
26756            ! lib/Term/Cap.pm
26757 ____________________________________________________________________________
26758 [ 14023] By: ams                                   on 2002/01/02  18:12:31
26759         Log: Subject: PATCH: lib/Cwd.pm for QNX4
26760              From: Norton Allen <allen@huarp.harvard.edu>
26761              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
26762              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
26763      Branch: perl
26764            ! lib/Cwd.pm
26765 ____________________________________________________________________________
26766 [ 14022] By: nick                                  on 2002/01/02  18:01:21
26767         Log: More PPPort Makefile source dependence removal
26768      Branch: perlio
26769            ! ext/Devel/PPPort/Makefile.PL
26770 ____________________________________________________________________________
26771 [ 14021] By: nick                                  on 2002/01/02  17:44:36
26772         Log: Sort out muddle of editing on three machines ...
26773      Branch: perlio
26774           !> Changes MANIFEST cygwin/Makefile.SHs
26775           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
26776           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
26777           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
26778 ____________________________________________________________________________
26779 [ 14020] By: ams                                   on 2002/01/02  17:06:27
26780         Log: Fix misplaced application of #14016.
26781      Branch: perl
26782            ! op.c
26783 ____________________________________________________________________________
26784 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
26785         Log: Integrate perlio:
26786              
26787              [ 14017]
26788              Avoid un-init perl_debug_pad in clones
26789      Branch: perl
26790           !> sv.c
26791 ____________________________________________________________________________
26792 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
26793         Log: makedepend VOS fix from Paul Green.
26794      Branch: perl
26795            ! makedepend.SH
26796 ____________________________________________________________________________
26797 [ 14017] By: nick                                  on 2002/01/02  16:09:43
26798         Log: Avoid un-init perl_debug_pad in clones
26799      Branch: perlio
26800            ! sv.c
26801 ____________________________________________________________________________
26802 [ 14016] By: ams                                   on 2002/01/02  15:58:11
26803         Log: Subject: [PATCH] random crash in B::LISTOP::last
26804              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26805              Date: Wed, 2 Jan 2002 17:37:28 +0100
26806              Message-Id: <3C334558.3906.19CB98D@localhost>
26807      Branch: perl
26808            ! op.c
26809 ____________________________________________________________________________
26810 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
26811         Log: Update Changes.
26812      Branch: perl
26813            ! Changes patchlevel.h
26814 ____________________________________________________________________________
26815 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
26816         Log: One more iteration of the ibcmp_utf8() interface,
26817              hopefully this is a convergent iteration...
26818      Branch: perl
26819            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
26820 ____________________________________________________________________________
26821 [ 14013] By: ams                                   on 2002/01/02  13:43:58
26822         Log: Upgrade to podlators-1.19.
26823      Branch: perl
26824            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
26825            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
26826            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
26827            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
26828            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
26829 ____________________________________________________________________________
26830 [ 14012] By: ams                                   on 2002/01/02  09:48:51
26831         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
26832              From: martyn@inpharmatica.co.uk
26833              Date: Wed, 19 Dec 2001 19:05:00 +0000
26834              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
26835      Branch: perl
26836            ! lib/Pod/Usage.pm
26837 ____________________________________________________________________________
26838 [ 14011] By: nick                                  on 2002/01/02  08:38:18
26839         Log: Integrate mainline
26840      Branch: perlio
26841           !> (integrate 28 files)
26842 ____________________________________________________________________________
26843 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
26844         Log: Make ibcmp_utf8() optionally progress in either string for
26845              as long as it takes and optionally record how far it got.
26846      Branch: perl
26847            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
26848 ____________________________________________________________________________
26849 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
26850         Log: Once more try to get the PPPort Makefile right.
26851      Branch: perl
26852            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
26853 ____________________________________________________________________________
26854 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
26855         Log: -Wall silencing.
26856      Branch: perl
26857            ! utf8.c
26858 ____________________________________________________________________________
26859 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
26860         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
26861              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26862              Date: Tue, 1 Jan 2002 22:45:21 +0100       
26863              Message-ID: <20020101224521.A691@rafael>
26864      Branch: perl
26865            ! ext/B/B/Deparse.pm
26866 ____________________________________________________________________________
26867 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
26868         Log: VOS tweak from Paul Green: VOS has different O_BINARY
26869              and O_TEXT, but VOS always uses LF, never CRLF.
26870      Branch: perl
26871            ! perl.h
26872 ____________________________________________________________________________
26873 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
26874         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
26875      Branch: perl
26876            ! regexec.c utf8.c
26877 ____________________________________________________________________________
26878 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
26879         Log: Now that to_utf8_fold() was fixed.
26880      Branch: perl
26881            ! regcomp.c regexec.c
26882 ____________________________________________________________________________
26883 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
26884         Log: Integrate perlio:
26885              
26886              [ 13991]
26887              Experimental binmode() re-coding (UNIX okay - but it would be...)
26888      Branch: perl
26889           !> perlio.c
26890 ____________________________________________________________________________
26891 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
26892         Log: Document the to_utf8_*() functions.
26893      Branch: perl
26894            ! embed.pl pod/perlapi.pod utf8.c
26895 ____________________________________________________________________________
26896 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
26897         Log: Better support for multicharacter foldings.
26898              Now all but two of the CaseFold.txt cases work-- but
26899              only when the target string is single-character, more
26900              debugging needed.
26901      Branch: perl
26902            ! regexec.c
26903 ____________________________________________________________________________
26904 [ 14000] By: ams                                   on 2002/01/01  15:59:43
26905         Log: Subject: [PATCH] don't installperl pods
26906              From: Nicholas Clark <nick@unfortu.net>
26907              Date: Tue, 1 Jan 2002 16:44:12 +0000
26908              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
26909      Branch: perl
26910            ! installperl
26911 ____________________________________________________________________________
26912 [ 13999] By: ams                                   on 2002/01/01  14:34:04
26913         Log: Subject: [PATCH] perldiag.pod transposition
26914              From: Nicholas Clark <nick@unfortu.net>
26915              Date: Tue, 1 Jan 2002 15:03:52 +0000
26916              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
26917      Branch: perl
26918            ! pod/perldiag.pod
26919 ____________________________________________________________________________
26920 [ 13998] By: ams                                   on 2002/01/01  13:36:49
26921         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
26922              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26923              Date: Tue, 1 Jan 2002 15:12:36 +0100
26924              Message-Id: <20020101151236.A951@rafael>
26925      Branch: perl
26926            ! pod/perldiag.pod
26927 ____________________________________________________________________________
26928 [ 13997] By: ams                                   on 2002/01/01  13:33:06
26929         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
26930              From: Nicholas Clark <nick@unfortu.net>
26931              Date: Tue, 1 Jan 2002 13:13:17 +0000
26932              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
26933      Branch: perl
26934            ! ext/Socket/socketpair.t
26935 ____________________________________________________________________________
26936 [ 13996] By: ams                                   on 2002/01/01  04:44:28
26937         Log: Subject: [PATCH @13746] Leaner exporter
26938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26939              Date: Mon, 31 Dec 2001 18:16:08 -0500
26940              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
26941      Branch: perl
26942            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
26943 ____________________________________________________________________________
26944 [ 13995] By: ams                                   on 2002/01/01  04:29:44
26945         Log: Subject: [PATCH @13746] h2xs broken
26946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26947              Date: Mon, 31 Dec 2001 17:48:55 -0500
26948              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
26949      Branch: perl
26950            ! utils/h2xs.PL
26951 ____________________________________________________________________________
26952 [ 13994] By: ams                                   on 2002/01/01  04:25:46
26953         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
26954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26955              Date: Mon, 31 Dec 2001 17:42:25 -0500
26956              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
26957      Branch: perl
26958            ! lib/ExtUtils/MM_Unix.pm
26959 ____________________________________________________________________________
26960 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
26961         Log: Rename the variables to be a bit more consistent.
26962      Branch: perl
26963            ! utf8.c
26964 ____________________________________________________________________________
26965 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
26966         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
26967              (found by Jeffrey Friedl)
26968      Branch: perl
26969            ! regexec.c t/op/pat.t utf8.c
26970 ____________________________________________________________________________
26971 [ 13991] By: nick                                  on 2001/12/31  18:08:55
26972         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
26973      Branch: perlio
26974            ! perlio.c
26975 ____________________________________________________________________________
26976 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
26977         Log: Update Changes.
26978      Branch: perl
26979            ! Changes patchlevel.h
26980 ____________________________________________________________________________
26981 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
26982         Log: Less unused ones.
26983      Branch: perl
26984            ! regexec.c
26985 ____________________________________________________________________________
26986 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
26987         Log: Unused variable.
26988      Branch: perl
26989            ! regcomp.c
26990 ____________________________________________________________________________
26991 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
26992         Log: Forgotten file.
26993      Branch: perl
26994            ! MANIFEST
26995 ____________________________________________________________________________
26996 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
26997         Log: Subject: Re: Cygwin: one down one to go 
26998              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26999              Date: Mon, 31 Dec 2001 18:34:36 +0100
27000              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
27001      Branch: perl
27002            ! cygwin/Makefile.SHs
27003 ____________________________________________________________________________
27004 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
27005         Log: Add some comments to the recent Unicode case-folding saga.
27006      Branch: perl
27007            ! regcomp.c regexec.c
27008 ____________________________________________________________________________
27009 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
27010         Log: Slight comment tweakage.
27011      Branch: perl
27012            ! ext/I18N/Langinfo/Langinfo.t
27013 ____________________________________________________________________________
27014 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
27015         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
27016      Branch: perl
27017            ! perl.h
27018 ____________________________________________________________________________
27019 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
27020         Log: Subject: [ PATCH] Cygwin: one down one to go
27021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27022              Date: Mon, 31 Dec 2001 17:03:40 +0100
27023              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
27024      Branch: perl
27025            ! lib/Pod/t/basic.t
27026 ____________________________________________________________________________
27027 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
27028         Log: Tweak the dependencies not to recompile everytime,
27029              as suggested by NI-S.
27030      Branch: perl
27031            ! ext/Devel/PPPort/Makefile.PL
27032 ____________________________________________________________________________
27033 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
27034         Log: Planning still not right.
27035      Branch: perl
27036            ! lib/User/grent.t
27037 ____________________________________________________________________________
27038 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
27039         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
27040              From: Michael G Schwern <schwern@pobox.com>
27041              Date: Sun, 30 Dec 2001 18:07:55 -0500
27042              Message-ID: <20011230230755.GG12840@blackrider>
27043              
27044              (lib/User/grent, really)
27045      Branch: perl
27046            ! lib/User/grent.t
27047 ____________________________________________________________________________
27048 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
27049         Log: Integrate perlio:
27050              
27051              [ 13975]
27052              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
27053              if PerlIONext is NULL.
27054      Branch: perl
27055           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
27056 ____________________________________________________________________________
27057 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
27058         Log: Subject: typo in IO::Socket::INET.pm
27059              From: mjd@plover.com
27060              Date: 31 Dec 2001 14:31:10 -0000
27061              Message-ID: <20011231143110.4989.qmail@plover.com>
27062      Branch: perl
27063            ! ext/IO/lib/IO/Socket/INET.pm
27064 ____________________________________________________________________________
27065 [ 13976] By: nick                                  on 2001/12/31  13:56:11
27066         Log: Integrate mainline
27067      Branch: perlio
27068           !> (integrate 29 files)
27069 ____________________________________________________________________________
27070 [ 13975] By: nick                                  on 2001/12/31  12:40:50
27071         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
27072              if PerlIONext is NULL.
27073      Branch: perlio
27074            ! perlio.c perliol.h
27075 ____________________________________________________________________________
27076 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
27077         Log: Subject: Re: [PATCH] Basic bad prototype detection
27078              From: Sam Tregar <sam@tregar.com>
27079              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
27080              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
27081      Branch: perl
27082            ! t/comp/proto.t toke.c
27083 ____________________________________________________________________________
27084 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
27085         Log: Subject: [PATCH] configure.com / scriptdirexp
27086              From: "Craig A. Berry" <craigberry@mac.com>
27087              Date: Sun, 30 Dec 2001 15:47:28 -0600
27088              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
27089      Branch: perl
27090            ! configure.com
27091 ____________________________________________________________________________
27092 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
27093         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
27094              From: Abe Timmerman <abe@ztreet.demon.nl>
27095              Date: Mon, 31 Dec 2001 03:55:27 +0100
27096              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
27097      Branch: perl
27098            ! lib/ExtUtils/t/MM_Win32.t
27099 ____________________________________________________________________________
27100 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
27101         Log: Subject: [PATCH] Basic bad prototype detection
27102              From: Sam Tregar <sam@tregar.com> 
27103              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
27104              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
27105      Branch: perl
27106            ! pod/perldiag.pod t/comp/proto.t toke.c
27107 ____________________________________________________________________________
27108 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
27109         Log: Makefiles are sloppy about the exe suffix
27110              (from Paul Green)
27111      Branch: perl
27112            ! Makefile.SH x2p/Makefile.SH
27113 ____________________________________________________________________________
27114 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
27115         Log: Delay folding until necessary; start of handling
27116              folding into several characters.
27117      Branch: perl
27118            ! regcomp.c regexec.c
27119 ____________________________________________________________________________
27120 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
27121         Log: gcc -Wall dewhine.
27122      Branch: perl
27123            ! regexec.c
27124 ____________________________________________________________________________
27125 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
27126         Log: More Unicode folding tweaks, avoid potential false matches.
27127      Branch: perl
27128            ! regexec.c
27129 ____________________________________________________________________________
27130 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
27131         Log: Make that six wrongs.
27132      Branch: perl
27133            ! regexec.c utf8.c
27134 ____________________________________________________________________________
27135 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
27136         Log: Four wrongs can make a right.
27137      Branch: perl
27138            ! regexec.c utf8.c
27139 ____________________________________________________________________________
27140 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
27141         Log: Fix all the I case foldings as per CaseFold.txt.
27142      Branch: perl
27143            ! regcomp.c regexec.c
27144 ____________________________________________________________________________
27145 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
27146         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
27147      Branch: perl
27148            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
27149            ! regexec.c utf8.c
27150 ____________________________________________________________________________
27151 [ 13962] By: nick                                  on 2001/12/30  18:33:41
27152         Log: Integrate 8.3 fix for PPPort fix
27153      Branch: perlio
27154           +> ext/Devel/PPPort/ppport_h.PL
27155            - ext/Devel/PPPort/ppport.h.PL
27156            ! ext/Devel/PPPort/MANIFEST
27157           !> ext/Devel/PPPort/Makefile.PL
27158 ____________________________________________________________________________
27159 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
27160         Log: Integrate perlio:
27161              
27162              [ 13959]
27163              Win32 stuff:
27164              A. Use Perl_my_socketpair()
27165              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
27166              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
27167              take special measures to set it during pseudo-fork.
27168      Branch: perl
27169           !> util.c win32/perlhost.h
27170 ____________________________________________________________________________
27171 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
27172         Log: Fix ppport.h for Unix.
27173      Branch: perl
27174            + ext/Devel/PPPort/ppport_h.PL
27175            - ext/Devel/PPPort/ppport.h.PL
27176            ! MANIFEST ext/Devel/PPPort/Makefile.PL
27177 ____________________________________________________________________________
27178 [ 13959] By: nick                                  on 2001/12/30  16:53:42
27179         Log: Win32 stuff:
27180              A. Use Perl_my_socketpair()
27181              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
27182              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
27183              take special measures to set it during pseudo-fork.
27184      Branch: perlio
27185            ! util.c win32/perlhost.h
27186 ____________________________________________________________________________
27187 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
27188         Log: Integrate perlio:
27189              
27190              [ 13950]
27191              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
27192              This gets them into Errno.pm - yet to prove they end up in $!.
27193              
27194              [ 13948]
27195              remove embed.pl duplicates
27196              
27197              [ 13944]
27198              "Port" Devel::PPPort to Win32:
27199              - need to set @INC before use in the test
27200              - {} are special to dmake, so use ppport.h.PL
27201              rather than commandline 
27202      Branch: perl
27203           +> ext/Devel/PPPort/ppport.h.PL
27204           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
27205           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
27206           !> proto.h
27207 ____________________________________________________________________________
27208 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
27209         Log: metaconfig unit change for #13956.
27210      Branch: metaconfig
27211            ! U/modified/spitshell.U
27212 ____________________________________________________________________________
27213 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
27214         Log: Must look for cat also in $PATH (noticed by Philip Newton).
27215      Branch: perl
27216            ! Configure
27217 ____________________________________________________________________________
27218 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
27219         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
27220              From: Blair Zajac <blair@orcaware.com>
27221              Date: Sat, 29 Dec 2001 22:37:03 -0800
27222              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
27223      Branch: perl
27224            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
27225 ____________________________________________________________________________
27226 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
27227         Log: Regen files.
27228      Branch: perl
27229            ! embed.h global.sym pod/perlapi.pod uconfig.h
27230 ____________________________________________________________________________
27231 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
27232         Log: Subject: [PATCH] -t without -w 
27233              From: Michael G Schwern <schwern@pobox.com>
27234              Date: Sat, 29 Dec 2001 23:46:25 -0500
27235              Message-ID: <20011230044625.GA14386@blackrider>
27236      Branch: perl
27237            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
27238            ! warnings.pl
27239 ____________________________________________________________________________
27240 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
27241         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
27242              From: Dave Rolsky <autarch@urth.org>               
27243              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
27244              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
27245              
27246              $^O is NetWare, not Netware.
27247      Branch: perl
27248            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
27249 ____________________________________________________________________________
27250 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
27251         Log: Sarathy thinks undoing C++ comments from C++ files
27252              is a bit too zealous.
27253      Branch: perl
27254            ! win32/perlhost.h win32/vmem.h
27255 ____________________________________________________________________________
27256 [ 13950] By: nick                                  on 2001/12/30  14:30:02
27257         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
27258              This gets them into Errno.pm - yet to prove they end up in $!.
27259      Branch: perlio
27260            ! ext/Errno/Errno_pm.PL
27261 ____________________________________________________________________________
27262 [ 13949] By: nick                                  on 2001/12/30  12:02:21
27263         Log: Integrate Cwd muddle
27264      Branch: perlio
27265           !> MANIFEST installperl lib/Cwd.pm
27266 ____________________________________________________________________________
27267 [ 13948] By: nick                                  on 2001/12/30  11:51:40
27268         Log: remove embed.pl duplicates
27269      Branch: perlio
27270            ! embed.h embed.pl global.sym proto.h
27271 ____________________________________________________________________________
27272 [ 13947] By: nick                                  on 2001/12/30  11:35:51
27273         Log: More Cwd tidy up
27274      Branch: perl
27275            ! MANIFEST installperl
27276 ____________________________________________________________________________
27277 [ 13946] By: nick                                  on 2001/12/30  11:12:42
27278         Log: Undo a mess trying Cwd.pm in its ext directory
27279      Branch: perl
27280            + lib/Cwd.pm
27281            - ext/Cwd/Cwd.pm
27282 ____________________________________________________________________________
27283 [ 13945] By: nick                                  on 2001/12/30  10:03:43
27284         Log: Integrate mainline
27285      Branch: perl
27286           +> ext/Cwd/Cwd.pm
27287            - lib/Cwd.pm
27288            ! MANIFEST
27289      Branch: perlio
27290           !> (integrate 45 files)
27291 ____________________________________________________________________________
27292 [ 13944] By: nick                                  on 2001/12/30  09:27:16
27293         Log: "Port" Devel::PPPort to Win32:
27294              - need to set @INC before use in the test
27295              - {} are special to dmake, so use ppport.h.PL
27296              rather than commandline 
27297      Branch: perlio
27298            + ext/Devel/PPPort/ppport.h.PL
27299            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
27300 ____________________________________________________________________________
27301 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
27302         Log: Update Changes.
27303      Branch: perl
27304            ! Changes patchlevel.h
27305 ____________________________________________________________________________
27306 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
27307         Log: Subject: [PATCH] cleaner close on tests, take 2
27308              From: andreas.koenig@anima.de (Andreas J. Koenig)
27309              Date: 29 Dec 2001 21:42:37 +0100
27310              Message-ID: <m33d1tvjuq.fsf@anima.de>
27311              
27312              (the DB_File patches)
27313      Branch: perl
27314            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
27315            ! ext/DB_File/t/db-recno.t
27316 ____________________________________________________________________________
27317 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
27318         Log: Integrate perlio:
27319              
27320              [ 13936]
27321              Routine regen_config_h - no real differences other than order of crypt 
27322      Branch: perl
27323           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27324 ____________________________________________________________________________
27325 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
27326         Log: Subject: [PATCH] cleaner close on tests, take 2             
27327              From: andreas.koenig@anima.de (Andreas J. Koenig)
27328              Date: 29 Dec 2001 21:42:37 +0100
27329              Message-ID: <m33d1tvjuq.fsf@anima.de>
27330              
27331              (except for the three DB_File patch fragments)
27332      Branch: perl
27333            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
27334            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
27335            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
27336            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
27337            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
27338            ! t/op/runlevel.t t/op/write.t t/run/switches.t
27339 ____________________________________________________________________________
27340 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
27341         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
27342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27343              Date: Sat, 29 Dec 2001 20:38:59 +0100
27344              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
27345              
27346              (NetWare tree not touched because it's very //)
27347      Branch: perl
27348            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
27349            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
27350            ! wince/include/errno.h wince/include/netdb.h
27351            ! wince/include/sys/socket.h wince/include/sys/stat.h
27352            ! wince/perllib.c wince/perlmain.c wince/win32.h
27353            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
27354            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
27355 ____________________________________________________________________________
27356 [ 13938] By: nick                                  on 2001/12/29  19:23:32
27357         Log: Integrate mainline (ok linux)
27358      Branch: perlio
27359           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
27360           !> (integrate 33 files)
27361 ____________________________________________________________________________
27362 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
27363         Log: Give up on serious testing of langinfo().  Leave the old
27364              code in place, though.
27365      Branch: perl
27366            ! ext/I18N/Langinfo/Langinfo.t
27367 ____________________________________________________________________________
27368 [ 13936] By: nick                                  on 2001/12/29  18:20:33
27369         Log: Routine regen_config_h - no real differences other than order of crypt 
27370      Branch: perlio
27371            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27372 ____________________________________________________________________________
27373 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
27374         Log: Integrate perlio:
27375              
27376              [ 13934]
27377              Fudge Config.pm so File::Spec does not croak.
27378              
27379              [ 13931]
27380              Define the two socket error numbers in terms of WSAEXXXXX equivalents
27381              (just to get util.c to compile)
27382      Branch: perl
27383           !> win32/FindExt.pm win32/win32.h
27384 ____________________________________________________________________________
27385 [ 13934] By: nick                                  on 2001/12/29  17:27:50
27386         Log: Fudge Config.pm so File::Spec does not croak.
27387      Branch: perlio
27388            ! win32/FindExt.pm
27389 ____________________________________________________________________________
27390 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
27391         Log: metaconfig unit changes for #13932.
27392      Branch: metaconfig
27393            + U/modified/Init.U
27394            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
27395 ____________________________________________________________________________
27396 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
27397         Log: VOS tweaks from Paul Green.
27398              
27399              The Configure tweaks: the _exe needs to be
27400              set after the init; VOS has fd 3 hardwired to /dev/tty;
27401              the grep/ln/make substitutions really need to stick.
27402      Branch: perl
27403            ! Configure hints/vos.sh perl.h util.c vos/build.cm
27404            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27405            ! vos/config.ga.h vos/vosish.h
27406 ____________________________________________________________________________
27407 [ 13931] By: nick                                  on 2001/12/29  17:00:38
27408         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
27409              (just to get util.c to compile)
27410      Branch: perlio
27411            ! win32/win32.h
27412 ____________________________________________________________________________
27413 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
27414         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
27415              From: coral@eekeek.org
27416              Date: Fri, 28 Dec 2001 19:58:22 -0500      
27417              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
27418      Branch: perl
27419            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
27420            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
27421            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
27422            ! pod/perlunicode.pod pod/perlxs.pod util.c
27423 ____________________________________________________________________________
27424 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
27425         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
27426      Branch: perl
27427            ! t/op/exec.t
27428 ____________________________________________________________________________
27429 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
27430         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
27431              From: Abe Timmerman <abe@ztreet.demon.nl>
27432              Date: Sat, 29 Dec 2001 13:10:06 +0100
27433              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
27434      Branch: perl
27435            + lib/Pod/t/InputObjects.t
27436 ____________________________________________________________________________
27437 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
27438         Log: Integrate perlio:
27439              
27440              [ 13926]
27441              Nick Clark's embed.pl fix for my_socketpair
27442              
27443              [ 13923]
27444              Quick fix (after couple of clever fixes failed) for
27445              "accept leaks memory" fail [ID 20011223.001]
27446      Branch: perl
27447           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
27448 ____________________________________________________________________________
27449 [ 13926] By: nick                                  on 2001/12/29  15:23:21
27450         Log: Nick Clark's embed.pl fix for my_socketpair
27451      Branch: perlio
27452            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
27453 ____________________________________________________________________________
27454 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
27455         Log: Slight tweaks on the MM_Win32.t.
27456      Branch: perl
27457            ! lib/ExtUtils/t/MM_Win32.t
27458 ____________________________________________________________________________
27459 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
27460         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
27461              From: Abe Timmerman <abe@ztreet.demon.nl>
27462              Date: Sat, 29 Dec 2001 12:51:36 +0100
27463              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
27464      Branch: perl
27465            + lib/ExtUtils/t/MM_Win32.t
27466            ! MANIFEST
27467 ____________________________________________________________________________
27468 [ 13923] By: nick                                  on 2001/12/29  15:12:07
27469         Log: Quick fix (after couple of clever fixes failed) for
27470              "accept leaks memory" fail [ID 20011223.001]
27471      Branch: perlio
27472            ! pp_sys.c
27473 ____________________________________________________________________________
27474 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
27475         Log: Subject: [PATCH] Module names and other nits
27476              From: Autrijus Tang <autrijus@autrijus.org>                 
27477              Date: Sat, 29 Dec 2001 01:59:28 +0800
27478              Message-ID: <20011229015928.A29712@geb.elixus.org>              
27479      Branch: perl
27480            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
27481            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
27482            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
27483            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
27484            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
27485 ____________________________________________________________________________
27486 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
27487         Log: socketpair tweaks from Nicholas Clark.
27488      Branch: perl
27489            ! ext/Socket/socketpair.t util.c
27490 ____________________________________________________________________________
27491 [ 13920] By: nick                                  on 2001/12/29  12:36:21
27492         Log: Integrate mainline
27493      Branch: perlio
27494           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
27495           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
27496           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27497           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
27498           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
27499           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
27500           !> t/op/sysio.t
27501 ____________________________________________________________________________
27502 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
27503         Log: Retract #13917.
27504      Branch: perl
27505            ! doop.c
27506 ____________________________________________________________________________
27507 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
27508         Log: Subject: provisional MakeMaker patch for VMS
27509              From: "Craig A. Berry" <craigberry@mac.com> 
27510              Date: Thu, 27 Dec 2001 22:29:37 -0600
27511              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
27512      Branch: perl
27513            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27514 ____________________________________________________________________________
27515 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
27516         Log: (retracted by #13919)
27517      Branch: perl
27518            ! doop.c
27519 ____________________________________________________________________________
27520 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
27521         Log: metaconfig unit change for #13915.
27522      Branch: metaconfig/U/perl
27523            ! d_u32align.U
27524 ____________________________________________________________________________
27525 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
27526         Log: Remove debris in any case.
27527      Branch: perl
27528            ! Configure
27529 ____________________________________________________________________________
27530 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
27531         Log: Subject: [PATCH] Re: B::walksymtable oddness
27532              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27533              Date: Thu, 27 Dec 2001 19:14:24 +0100
27534              Message-ID: <3C2B7310.861.18820D0@localhost>
27535      Branch: perl
27536            ! ext/B/B.pm
27537 ____________________________________________________________________________
27538 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
27539         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
27540              From: Nicholas Clark <nick@unfortu.net> 
27541              Date: Fri, 28 Dec 2001 00:43:02 +0000
27542              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
27543      Branch: perl
27544            ! ext/Socket/socketpair.t
27545 ____________________________________________________________________________
27546 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
27547         Log: Fast Latin1<->UTF-8 conversion for older Perls.
27548      Branch: perl
27549            ! pod/perluniintro.pod
27550 ____________________________________________________________________________
27551 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
27552         Log: Update Changes.
27553      Branch: perl
27554            ! Changes patchlevel.h
27555 ____________________________________________________________________________
27556 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
27557         Log: More wait status trickery for BeOS.
27558      Branch: perl
27559            ! ext/POSIX/POSIX.xs
27560 ____________________________________________________________________________
27561 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
27562         Log: metaconfig unit change for #13908.
27563      Branch: metaconfig/U/perl
27564            ! d_u32align.U
27565 ____________________________________________________________________________
27566 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
27567         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
27568      Branch: perl
27569            ! Configure
27570 ____________________________________________________________________________
27571 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
27572         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
27573              From: gbarr@monty.mutatus.co.uk
27574              Date: 27 Dec 2001 14:41:36 -0000
27575              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
27576      Branch: perl
27577            ! lib/ExtUtils/t/Embed.t
27578 ____________________________________________________________________________
27579 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
27580         Log: Subject: [PATCH] Re: socketpair emulation
27581              From: Nicholas Clark <nick@unfortu.net> 
27582              Date: Wed, 26 Dec 2001 20:08:14 +0000
27583              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
27584      Branch: perl
27585            ! ext/Socket/socketpair.t
27586 ____________________________________________________________________________
27587 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
27588         Log: Subject: [DOC PATCH] left is right and right is left
27589              From: Philip Newton <Philip.Newton@gmx.net>
27590              Date: Thu, 27 Dec 2001 10:04:17 +0100
27591              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
27592      Branch: perl
27593            ! pod/perlfunc.pod pod/perlport.pod
27594 ____________________________________________________________________________
27595 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
27596         Log: Subject: [PATCH] check return of close
27597              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27598              Date: 27 Dec 2001 09:47:30 +0100
27599              Message-ID: <m3ellhgicd.fsf@anima.de> 
27600              
27601              Subject: [PATCH] improve error reporting
27602              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27603              Date: 27 Dec 2001 09:54:55 +0100
27604              Message-ID: <m3adw5gi00.fsf@anima.de> 
27605              
27606              Subject: [PATCH] check return value of close
27607              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27608              Date: 27 Dec 2001 10:03:55 +0100
27609              Message-ID: <m3666tghl0.fsf@anima.de> 
27610              
27611              Subject: [PATCH] return of close
27612              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27613              Date: 27 Dec 2001 10:22:15 +0100
27614              Message-ID: <m31yhhggqg.fsf@anima.de> 
27615      Branch: perl
27616            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
27617            ! t/io/fflush.t
27618 ____________________________________________________________________________
27619 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
27620         Log: Subject: [PATCH] check return of close
27621              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27622              Date: 27 Dec 2001 09:47:30 +0100
27623              Message-ID: <m3ellhgicd.fsf@anima.de> 
27624      Branch: perl
27625            ! t/base/rs.t
27626 ____________________________________________________________________________
27627 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
27628         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
27629              From: andreas.koenig@anima.de (Andreas J. Koenig)
27630              Date: 27 Dec 2001 09:21:16 +0100
27631              Message-ID: <m3n105gjk3.fsf@anima.de>
27632      Branch: perl
27633            ! t/op/sysio.t
27634 ____________________________________________________________________________
27635 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
27636         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
27637              From: "Gerrit P. Haase" <gp@familiehaase.de>
27638              Date: Thu, 27 Dec 2001 09:23:55 +0100 
27639              Message-ID: <98211521662.20011227092355@familiehaase.de>
27640      Branch: perl
27641            ! lib/ExtUtils/t/MM_Cygwin.t
27642 ____________________________________________________________________________
27643 [ 13900] By: nick                                  on 2001/12/27  11:11:51
27644         Log: Integrate mainline
27645      Branch: perlio
27646           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
27647           +> lib/File/Spec/NW5.pm
27648           !> (integrate 52 files)
27649 ____________________________________________________________________________
27650 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
27651         Log: Replace the awful (most likely generated and not very persistent)
27652              URL with something tangible.
27653      Branch: perl
27654            ! README.hpux
27655 ____________________________________________________________________________
27656 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
27657         Log: Naughty /dev/printer (ls -l, really) of IRIX.
27658      Branch: perl
27659            ! t/op/stat.t
27660 ____________________________________________________________________________
27661 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
27662         Log: Upgrade to Net::Ping 2.10.
27663      Branch: perl
27664            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
27665            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
27666            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
27667            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
27668 ____________________________________________________________________________
27669 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
27670         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
27671              (this showed up in Benchmark.t)
27672      Branch: perl
27673            ! pp_sys.c
27674 ____________________________________________________________________________
27675 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
27676         Log: BeOS updates.
27677      Branch: perl
27678            ! README.beos beos/beos.c
27679 ____________________________________________________________________________
27680 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
27681         Log: Subject: Re: bleadperl doesn't compile
27682              From: "Gerrit P. Haase" <gp@familiehaase.de>
27683              Date: Wed, 26 Dec 2001 21:29:08 +0100
27684              Message-ID: <22168634623.20011226212908@familiehaase.de>
27685              
27686              Cygwin with multiplicity.
27687      Branch: perl
27688            ! perlio.c
27689 ____________________________________________________________________________
27690 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
27691         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27692              From: Nicholas Clark <nick@ccl4.org>
27693              Date: Wed, 26 Dec 2001 19:07:33 +0000
27694              Message-ID: <20011226190732.J48842@plum.flirble.org>            
27695              
27696              socketpair() (un)signedness nit.
27697      Branch: perl
27698            ! util.c
27699 ____________________________________________________________________________
27700 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
27701         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27702              From: Nicholas Clark <nick@ccl4.org>
27703              Date: Wed, 26 Dec 2001 19:19:47 +0000
27704              Message-ID: <20011226191946.K48842@plum.flirble.org>
27705              
27706              Use report_evil_fh().
27707      Branch: perl
27708            ! doio.c
27709 ____________________________________________________________________________
27710 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
27711         Log: Bad $? assumptions.
27712      Branch: perl
27713            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
27714 ____________________________________________________________________________
27715 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
27716         Log: Net::Ping isn't going to work much without
27717              the Socket extension; fail more gracefully.
27718      Branch: perl
27719            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27720            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27721            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27722            ! lib/Net/Ping/t/300_ping_stream.t
27723 ____________________________________________________________________________
27724 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
27725         Log: metaconfig unit change for #13888.
27726      Branch: metaconfig
27727            ! U/modified/Oldconfig.U
27728 ____________________________________________________________________________
27729 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
27730         Log: test -d /system is a bit too generic test for VOS
27731              (false hit in BeOS)
27732      Branch: perl
27733            ! Configure
27734 ____________________________________________________________________________
27735 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
27736         Log: No AF_UNIX in BeOS.
27737      Branch: perl
27738            ! util.c
27739 ____________________________________________________________________________
27740 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
27741         Log: FAQ sync.
27742      Branch: perl
27743            ! pod/perlfaq5.pod
27744 ____________________________________________________________________________
27745 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
27746         Log: Update Changes.
27747      Branch: perl
27748            ! Changes patchlevel.h
27749 ____________________________________________________________________________
27750 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
27751         Log: Make -t equal -tw.
27752      Branch: perl
27753            ! perl.c pod/perlrun.pod
27754 ____________________________________________________________________________
27755 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
27756         Log: Subject: Re: Not OK 13881
27757              From: John Peacock <jpeacock@rowman.com>
27758              Date: Tue, 25 Dec 2001 06:02:12 -0500
27759              Message-ID: <3C285CB4.8040006@rowman.com>
27760      Branch: perl
27761            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
27762 ____________________________________________________________________________
27763 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
27764         Log: Subject: Re: Not OK 13881
27765              From: andreas.koenig@anima.de (Andreas J. Koenig)
27766              Date: 25 Dec 2001 07:33:23 +0100
27767              Message-ID: <m3bsgnajws.fsf@anima.de>
27768      Branch: perl
27769            ! op.c
27770 ____________________________________________________________________________
27771 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
27772         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
27773              From: Mark-Jason Dominus <mjd@plover.com>    
27774              Date: Mon, 24 Dec 2001 18:14:48 -0500
27775              Message-ID: <20011224231448.25826.qmail@plover.com>
27776      Branch: perl
27777            ! op.c t/op/eval.t
27778 ____________________________________________________________________________
27779 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
27780         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
27781              From: Dave Rolsky <autarch@urth.org>
27782              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
27783              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
27784      Branch: perl
27785            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
27786            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
27787            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27788            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27789            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
27790 ____________________________________________________________________________
27791 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
27792         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
27793              From: Jeffrey Friedl <jfriedl@yahoo.com>
27794              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
27795              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
27796              
27797              The rest of the tests for plus few extras.
27798      Branch: perl
27799            ! t/op/pat.t
27800 ____________________________________________________________________________
27801 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
27802         Log: metaconfig unit change for #13877.
27803      Branch: metaconfig
27804            ! U/modified/Unix.U
27805 ____________________________________________________________________________
27806 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
27807         Log: No-op.
27808      Branch: perl
27809            ! Configure
27810 ____________________________________________________________________________
27811 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
27812         Log: More constant casting.
27813      Branch: perl
27814            ! regexec.c
27815 ____________________________________________________________________________
27816 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
27817         Log: Subject: perlhack.pod 
27818              From: "John P. Linderman" <jpl@research.att.com>
27819              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
27820              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
27821      Branch: perl
27822            ! pod/perlhack.pod
27823 ____________________________________________________________________________
27824 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
27825         Log: File::Find patch patches from Thomas Wegner.
27826      Branch: perl
27827            ! lib/File/Find.pm
27828 ____________________________________________________________________________
27829 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
27830         Log: Subject: Re: socketpair emulation 
27831              From: Nicholas Clark <nick@unfortu.net>                 
27832              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
27833              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
27834      Branch: perl
27835            ! ext/Socket/socketpair.t
27836 ____________________________________________________________________________
27837 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
27838         Log: Must cast constants if they can be quads.
27839      Branch: perl
27840            ! regcomp.c
27841 ____________________________________________________________________________
27842 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
27843         Log: Promote the e/uid to wide enough un/signed integers
27844              and printf them as such.
27845      Branch: perl
27846            ! taint.c
27847 ____________________________________________________________________________
27848 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
27849         Log: metaconfig unit change for #13869.
27850      Branch: metaconfig/U/perl
27851            ! d_u32align.U
27852 ____________________________________________________________________________
27853 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
27854         Log: The U32 alignment test wasn't really working, noticed
27855              by Paul Green.  Now the test works, but this means that
27856              we may see coredumps from the test.   I sure hope MMUless
27857              places don't crash on the test.
27858      Branch: perl
27859            ! Configure
27860 ____________________________________________________________________________
27861 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
27862         Log: metaconfig unit changes for #13867.
27863      Branch: metaconfig
27864            ! U/compline/nblock_io.U U/modified/Unix.U
27865            ! U/modified/spitshell.U
27866 ____________________________________________________________________________
27867 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
27868         Log: More VOS tweaks.
27869      Branch: perl
27870            ! Configure
27871 ____________________________________________________________________________
27872 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
27873         Log: The funky final sigma casefolding.
27874      Branch: perl
27875            ! regcomp.c regexec.c t/op/pat.t utf8.h
27876 ____________________________________________________________________________
27877 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
27878         Log: Update Changes.
27879      Branch: perl
27880            ! Changes patchlevel.h
27881 ____________________________________________________________________________
27882 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
27883         Log: Move the \C and \X to pat.t.
27884      Branch: perl
27885            ! t/op/pat.t t/op/re_tests
27886 ____________________________________________________________________________
27887 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
27888         Log: More logical test ordering.
27889      Branch: perl
27890            ! perl.h
27891 ____________________________________________________________________________
27892 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
27893         Log: Integrate perlio:
27894              
27895              [ 13854]
27896              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27897              
27898              [ 13853]
27899              Put PerlIO stuff inside EXTERN C
27900              
27901              [ 13852]
27902              Add at least the "important" PerlIO_xxxx functions to embed.pl
27903              so that they get implicit pTHX_ and we can avoid slow dTHX.
27904      Branch: perl
27905           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
27906           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
27907           !> win32/win32.c
27908 ____________________________________________________________________________
27909 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
27910         Log: Even more \X fixing.
27911      Branch: perl
27912            ! regexec.c t/op/pat.t
27913 ____________________________________________________________________________
27914 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
27915         Log: More \X fixing.
27916      Branch: perl
27917            ! regexec.c t/op/pat.t
27918 ____________________________________________________________________________
27919 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
27920         Log: Fix encoding pragma.
27921      Branch: perl
27922            ! regcomp.c
27923 ____________________________________________________________________________
27924 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
27925         Log: Subject: socketpair emulation
27926              From: Nicholas Clark <nick@unfortu.net>
27927              Date: Sat, 22 Dec 2001 18:38:18 +0000
27928              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
27929      Branch: perl
27930            + ext/Socket/socketpair.t
27931            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
27932            ! pp_sys.c proto.h util.c
27933 ____________________________________________________________________________
27934 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
27935         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
27936              From: Jeffrey Friedl <jfriedl@yahoo.com>
27937              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
27938              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
27939              
27940              (partially applied, most of the new tests need to be rethought)
27941      Branch: perl
27942            ! regcomp.c t/op/re_tests
27943 ____________________________________________________________________________
27944 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
27945         Log: Small tweaks.
27946      Branch: perl
27947            ! handy.h regexec.c
27948 ____________________________________________________________________________
27949 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
27950         Log: Unicode casefolding continues.
27951              (lib/encoding.t still failing.)
27952      Branch: perl
27953            ! regexec.c t/op/pat.t
27954 ____________________________________________________________________________
27955 [ 13854] By: nick                                  on 2001/12/22  20:01:27
27956         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27957      Branch: perlio
27958            ! makedef.pl perlio.h perlio.sym win32/win32.c
27959 ____________________________________________________________________________
27960 [ 13853] By: nick                                  on 2001/12/22  19:58:53
27961         Log: Put PerlIO stuff inside EXTERN C
27962      Branch: perlio
27963            ! embed.pl proto.h
27964 ____________________________________________________________________________
27965 [ 13852] By: nick                                  on 2001/12/22  18:04:34
27966         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
27967              so that they get implicit pTHX_ and we can avoid slow dTHX.
27968      Branch: perlio
27969            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
27970            ! perlio.h pod/perlapi.pod proto.h
27971 ____________________________________________________________________________
27972 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
27973         Log: metaconfig unit change for #13850.
27974      Branch: metaconfig
27975            ! U/modified/Loc.U
27976 ____________________________________________________________________________
27977 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
27978         Log: Rework the make logic (again).
27979      Branch: perl
27980            ! Configure
27981 ____________________________________________________________________________
27982 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
27983         Log: Integrate perlio:
27984              
27985              [ 13848]
27986              The CR at EOF fix earlier broke CR at end-of-buffer.
27987              This should be okay for both?
27988              
27989              [ 13847]
27990              Correct checking code which Ilya spotted was tripped by CR at EOF.
27991              Also tone down perl -DP tracing of sv_gets.
27992              
27993              [ 13846]
27994              Fix mis-parse of autoloaded usage code by declaring the sub
27995      Branch: perl
27996            ! regexec.c
27997           !> ext/POSIX/POSIX.pm perlio.c sv.c
27998 ____________________________________________________________________________
27999 [ 13848] By: nick                                  on 2001/12/22  15:11:17
28000         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
28001              This should be okay for both?
28002      Branch: perlio
28003            ! perlio.c
28004 ____________________________________________________________________________
28005 [ 13847] By: nick                                  on 2001/12/22  12:26:32
28006         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
28007              Also tone down perl -DP tracing of sv_gets.
28008      Branch: perlio
28009            ! perlio.c sv.c
28010 ____________________________________________________________________________
28011 [ 13846] By: nick                                  on 2001/12/22  10:49:27
28012         Log: Fix mis-parse of autoloaded usage code by declaring the sub
28013      Branch: perlio
28014            ! ext/POSIX/POSIX.pm
28015 ____________________________________________________________________________
28016 [ 13845] By: nick                                  on 2001/12/22  10:44:11
28017         Log: Integrate mainline - some fails:
28018              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
28019              -------------------------------------------------------------------------------
28020              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
28021              ../lib/encoding.t                    19    2  10.53%  17-18
28022              op/pat.t                            770    3   0.39%  754-755 757
28023      Branch: perlio
28024           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
28025           !> (integrate 36 files)
28026 ____________________________________________________________________________
28027 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
28028         Log: More Unicode casing fixes.
28029      Branch: perl
28030            ! regexec.c t/op/pat.t
28031 ____________________________________________________________________________
28032 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
28033         Log: Unicode casefolding fixes.
28034      Branch: perl
28035            ! op.c regcomp.c regexec.c t/op/pat.t
28036 ____________________________________________________________________________
28037 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
28038         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
28039              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
28040              Date: Sat, 22 Dec 2001 00:01:29 +0100
28041              Message-ID: <20011222000129.A713@rafael>
28042      Branch: perl
28043            ! ext/B/B/Deparse.pm
28044 ____________________________________________________________________________
28045 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
28046         Log: VOS config from Paul Green.
28047      Branch: perl
28048            ! hints/vos.sh
28049 ____________________________________________________________________________
28050 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
28051         Log: Subject: [PATCH @13746] CreateTTY on OS/2
28052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28053              Date: Fri, 21 Dec 2001 15:59:45 -0500
28054              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
28055      Branch: perl
28056            ! lib/perl5db.pl
28057 ____________________________________________________________________________
28058 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
28059         Log: Subject: [PATCH @13746] uninstalled build of modules broken
28060              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28061              Date: Fri, 21 Dec 2001 15:49:09 -0500
28062              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
28063      Branch: perl
28064            ! lib/ExtUtils/MM_Unix.pm
28065 ____________________________________________________________________________
28066 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
28067         Log: Subject: [PATCH @13746] OS/2 File::* modules
28068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28069              Date: Fri, 21 Dec 2001 15:43:24 -0500
28070              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
28071      Branch: perl
28072            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
28073 ____________________________________________________________________________
28074 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
28075         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
28076              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28077              Date: Fri, 21 Dec 2001 17:29:07 +0100
28078              Message-ID: <3C236353.6625C4C0@alcatel.at>
28079      Branch: perl
28080            ! pod/perltie.pod
28081 ____________________________________________________________________________
28082 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
28083         Log: metaconfig unit changes for #13835
28084      Branch: metaconfig
28085            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
28086            ! U/modified/sh.U
28087 ____________________________________________________________________________
28088 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
28089         Log: Further VOS tweaks: the _exe needs to be introduced
28090              in the very beginning, and the make/gmake needs special
28091              VOS logic.
28092      Branch: perl
28093            ! Configure Makefile.SH
28094 ____________________________________________________________________________
28095 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
28096         Log: Update Changes.
28097      Branch: perl
28098            ! Changes patchlevel.h
28099 ____________________________________________________________________________
28100 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
28101         Log: metaconfig unit change for #13832.
28102      Branch: metaconfig
28103            ! U/modified/spitshell.U
28104 ____________________________________________________________________________
28105 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
28106         Log: Also the search for cat needs to be _exe-aware.
28107      Branch: perl
28108            ! Configure
28109 ____________________________________________________________________________
28110 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
28111         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
28112              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28113              Date: Fri, 21 Dec 2001 14:02:01 +0100
28114              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
28115      Branch: perl
28116            ! ext/B/B/Xref.pm
28117 ____________________________________________________________________________
28118 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
28119         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
28120      Branch: perl
28121            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28122            ! ext/B/t/assembler.t
28123 ____________________________________________________________________________
28124 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
28125         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
28126              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28127              Date: Fri, 21 Dec 2001 11:15:38 +0100
28128              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
28129      Branch: perl
28130            ! hv.c
28131 ____________________________________________________________________________
28132 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
28133         Log: A plan is good.
28134      Branch: perl
28135            ! ext/re/re.t
28136 ____________________________________________________________________________
28137 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
28138         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
28139              From: chromatic <chromatic@rmci.net>
28140              Date: Thu, 20 Dec 2001 16:16:48 -0700
28141              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
28142      Branch: perl
28143            + ext/re/re.t
28144            ! MANIFEST
28145 ____________________________________________________________________________
28146 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
28147         Log: Synchronize the skippage message.
28148      Branch: perl
28149            ! lib/ExtUtils/t/MM_OS2.t
28150 ____________________________________________________________________________
28151 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
28152         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
28153              From: chromatic <chromatic@rmci.net>
28154              Date: Thu, 20 Dec 2001 16:09:10 -0700
28155              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
28156      Branch: perl
28157            + lib/ExtUtils/t/MM_OS2.t
28158            ! MANIFEST
28159 ____________________________________________________________________________
28160 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
28161         Log: Subject: perlfunc.pod patch re flock via fcntl
28162              From: "Tye McQueen" <tye@metronet.com>
28163              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
28164              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
28165      Branch: perl
28166            ! pod/perlfunc.pod
28167 ____________________________________________________________________________
28168 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
28169         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
28170              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
28171              (the Unicode maximum code point) warnable offenses.
28172      Branch: perl
28173            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
28174            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
28175 ____________________________________________________________________________
28176 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
28177         Log: Sterner admonishment on -t.
28178      Branch: perl
28179            ! pod/perlrun.pod
28180 ____________________________________________________________________________
28181 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
28182         Log: Subject: [PATCH B::Dpparse] minor qr// fix
28183              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28184              Date: Thu, 20 Dec 2001 22:53:34 +0100
28185              Message-ID: <20011220225334.A735@rafael>
28186      Branch: perl
28187            ! ext/B/B/Deparse.pm
28188 ____________________________________________________________________________
28189 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
28190         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
28191              From: Robert Spier <rspier@pobox.com>
28192              Date: Thu, 20 Dec 2001 08:10:00 -0800
28193              Message-ID: <15394.3416.693353.107334@rls.cx>
28194      Branch: perl
28195            ! lib/Carp/Heavy.pm
28196 ____________________________________________________________________________
28197 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
28198         Log: Integrate perlio:
28199              
28200              [ 13815]
28201              pTHX_ fixes for :win32 layer
28202      Branch: perl
28203           !> win32/win32io.c
28204 ____________________________________________________________________________
28205 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
28206         Log: Subject: Re: [PATCH pod/perliol.pod] resend
28207              From: Stas Bekman <stas@stason.org>
28208              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
28209              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
28210      Branch: perl
28211            ! pod/perliol.pod
28212 ____________________________________________________________________________
28213 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
28214         Log: Fix up the APIs noone hopefully uses.
28215      Branch: perl
28216            ! utf8.c
28217 ____________________________________________________________________________
28218 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
28219         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
28220              Date: Wed, 19 Dec 2001 14:13:38 -0800
28221              From: Robert Spier <rspier@pobox.com>
28222              Message-ID: <15393.4370.605214.548582@rls.cx>
28223      Branch: perl
28224            ! lib/Carp.t lib/Carp/Heavy.pm
28225 ____________________________________________________________________________
28226 [ 13815] By: nick                                  on 2001/12/20  10:23:42
28227         Log: pTHX_ fixes for :win32 layer
28228      Branch: perlio
28229            ! win32/win32io.c
28230 ____________________________________________________________________________
28231 [ 13814] By: nick                                  on 2001/12/20  08:20:11
28232         Log: Integrate mainline (mostly) utf8.c does not compile.
28233      Branch: perlio
28234           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
28235           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28236           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28237           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28238           +> lib/Net/Ping/t/300_ping_stream.t
28239           !> Changes MANIFEST embed.h embed.pl embedvar.h
28240           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
28241           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
28242           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
28243           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
28244           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
28245 ____________________________________________________________________________
28246 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
28247         Log: Some bincompat clawbacks.
28248      Branch: perl
28249            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
28250            ! wince/perldll.def
28251 ____________________________________________________________________________
28252 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
28253         Log: gcc pacifying (RH 7.1/ia64).
28254      Branch: perl
28255            ! pp.c
28256 ____________________________________________________________________________
28257 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
28258         Log: Update Changes.
28259      Branch: perl
28260            ! Changes patchlevel.h
28261 ____________________________________________________________________________
28262 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
28263         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
28264              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28265              Date: Wed, 19 Dec 2001 12:35:07 +0100
28266              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
28267              
28268              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
28269              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28270              Date: Wed, 19 Dec 2001 17:34:51 +0000
28271              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
28272      Branch: perl
28273            ! pod/perlre.pod
28274 ____________________________________________________________________________
28275 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
28276         Log: Integrate perlio:
28277              
28278              [ 13808]
28279              Add pTHX to all vtable functions for future-proofing and
28280              consistency of PerlIO layers.
28281              
28282              [ 13797]
28283              Remove the sometimes-lvalue cast
28284              
28285              [ 13796]
28286              alarm.t with -Uuseperlio fix
28287              - SA_RESTART should only be function of PERL_OLD_SIGNALS
28288              not USE_PERLIO
28289              
28290              [ 13795]
28291              Fix READONLY hashes:
28292              1. Discovered need for disabled scope.c part of Jeff's patch.
28293              2. Corrected hv_delete* - entry was being de-linked from
28294              chain (patch program not smart enough?)
28295      Branch: perl
28296           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28297           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
28298 ____________________________________________________________________________
28299 [ 13808] By: nick                                  on 2001/12/19  16:08:27
28300         Log: Add pTHX to all vtable functions for future-proofing and
28301              consistency of PerlIO layers.
28302      Branch: perlio
28303            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
28304            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
28305 ____________________________________________________________________________
28306 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
28307         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
28308      Branch: perl
28309            ! ext/B/B/Assembler.pm
28310 ____________________________________________________________________________
28311 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
28312         Log: Reword the alarm explanation.
28313      Branch: perl
28314            ! pod/perlfunc.pod
28315 ____________________________________________________________________________
28316 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
28317         Log: Subject: [PATCH @13746] OS/2 build
28318              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
28319              Date: Wed, 19 Dec 2001 02:45:41 -0500
28320              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
28321              
28322              (skipped the t/TEST change)
28323      Branch: perl
28324            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
28325            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
28326            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
28327 ____________________________________________________________________________
28328 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
28329         Log: Upgrade to Net::Ping 2.09.
28330      Branch: perl
28331            + lib/Net/Ping/CHANGES lib/Net/Ping/README
28332            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
28333            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
28334            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
28335            + lib/Net/Ping/t/300_ping_stream.t
28336            ! MANIFEST lib/Net/Ping.pm
28337 ____________________________________________________________________________
28338 [ 13803] By: nick                                  on 2001/12/19  14:43:24
28339         Log: Integrate mainline
28340      Branch: perlio
28341           +> ext/B/t/assembler.t lib/lib.t
28342           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28343           !> lib/lib_pm.PL t/op/glob.t utf8.c
28344 ____________________________________________________________________________
28345 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
28346         Log: B::Assembler/B::Disassembler patches and test;
28347              from Wolfgang Laun.
28348              
28349              TODO: getting perlcc working.
28350      Branch: perl
28351            + ext/B/t/assembler.t
28352            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
28353 ____________________________________________________________________________
28354 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
28355         Log: Can't printf U8s as UVs.
28356      Branch: perl
28357            ! utf8.c
28358 ____________________________________________________________________________
28359 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
28360         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28361              From: Robin Houston <robin@kitsite.com> 
28362              Date: Wed, 19 Dec 2001 13:48:55 +0000
28363              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
28364              
28365              Not exactly a glob test but internal-logically correct.
28366      Branch: perl
28367            ! t/op/glob.t
28368 ____________________________________________________________________________
28369 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
28370         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
28371              From: Michael G Schwern <schwern@pobox.com> 
28372              Date: Wed, 19 Dec 2001 07:42:54 -0500
28373              Message-ID: <20011219124254.GF8630@blackrider>
28374      Branch: perl
28375            + lib/lib.t
28376            ! MANIFEST lib/lib_pm.PL
28377 ____________________________________________________________________________
28378 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
28379         Log: Integrate with perlio.
28380      Branch: perl
28381           !> hv.c hv.h scope.c util.c
28382 ____________________________________________________________________________
28383 [ 13797] By: nick                                  on 2001/12/19  12:03:21
28384         Log: Remove the sometimes-lvalue cast
28385      Branch: perlio
28386            ! hv.h
28387 ____________________________________________________________________________
28388 [ 13796] By: nick                                  on 2001/12/19  11:02:27
28389         Log: alarm.t with -Uuseperlio fix
28390              - SA_RESTART should only be function of PERL_OLD_SIGNALS
28391              not USE_PERLIO
28392      Branch: perlio
28393            ! util.c
28394 ____________________________________________________________________________
28395 [ 13795] By: nick                                  on 2001/12/19  10:19:40
28396         Log: Fix READONLY hashes:
28397              1. Discovered need for disabled scope.c part of Jeff's patch.
28398              2. Corrected hv_delete* - entry was being de-linked from
28399              chain (patch program not smart enough?)
28400      Branch: perlio
28401            ! hv.c scope.c
28402 ____________________________________________________________________________
28403 [ 13794] By: nick                                  on 2001/12/19  09:35:13
28404         Log: Integrate mainline
28405      Branch: perlio
28406           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
28407           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
28408           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
28409           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
28410           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
28411 ____________________________________________________________________________
28412 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
28413         Log: Regen toc.
28414      Branch: perl
28415            ! pod/perltoc.pod
28416 ____________________________________________________________________________
28417 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
28418         Log: FAQ sync.
28419      Branch: perl
28420            ! pod/perlfaq5.pod
28421 ____________________________________________________________________________
28422 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
28423         Log: Reformat round.
28424      Branch: perl
28425            ! pod/perlunicode.pod
28426 ____________________________________________________________________________
28427 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
28428         Log: Subject: [PATCH] pod/perlunicode.pod
28429              From: Jeffrey Friedl <jfriedl@yahoo.com>
28430              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
28431              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
28432      Branch: perl
28433            ! pod/perlunicode.pod
28434 ____________________________________________________________________________
28435 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
28436         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28437              From: Jeffrey Friedl <jfriedl@yahoo.com>
28438              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
28439              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
28440      Branch: perl
28441            ! pod/perluniintro.pod
28442 ____________________________________________________________________________
28443 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
28444         Log: Slight pod reformatting.
28445      Branch: perl
28446            ! pod/perluniintro.pod
28447 ____________________________________________________________________________
28448 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
28449         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28450              From: Jeffrey Friedl <jfriedl@yahoo.com>    
28451              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
28452              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
28453      Branch: perl
28454            ! pod/perluniintro.pod
28455 ____________________________________________________________________________
28456 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
28457         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
28458              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28459              Date: Wed, 19 Dec 2001 01:45:23 +0000
28460              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
28461      Branch: perl
28462            ! sv.c
28463 ____________________________________________________________________________
28464 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
28465         Log: Subject: Porting/checkURL.pl
28466              From: abigail@foad.org
28467              Date: Tue, 18 Dec 2001 19:03:22 +0100          
28468              Message-ID: <20011218180322.8278.qmail@foad.org> 
28469      Branch: perl
28470            ! Porting/checkURL.pl
28471 ____________________________________________________________________________
28472 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
28473         Log: metaconfig unit change for #13783.
28474      Branch: metaconfig
28475            ! U/modified/Loc.U
28476 ____________________________________________________________________________
28477 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
28478         Log: A bit too oversweeping matching in #13778.
28479      Branch: perl
28480            ! Configure
28481 ____________________________________________________________________________
28482 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
28483         Log: Re-gen Configure based on #13778..13781.
28484      Branch: perl
28485            ! Configure config_h.SH
28486 ____________________________________________________________________________
28487 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
28488         Log: First assume that crypt() can live happy normal life in
28489              the libc or the moral equivalent; only then try magic.
28490      Branch: metaconfig
28491            + U/modified/d_crypt.U
28492 ____________________________________________________________________________
28493 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
28494         Log: In VOS ACLs confuse the testing.
28495      Branch: metaconfig
28496            ! U/modified/Findhdr.U
28497 ____________________________________________________________________________
28498 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
28499         Log: Either make or gmake.
28500      Branch: metaconfig
28501            ! U/modified/Loc.U
28502 ____________________________________________________________________________
28503 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
28504         Log: If your _exe is different from .exe and your test -f $foo
28505              doesn't do magic to recognize $foo$_exe, you will need to
28506              specify -D_exe=... on command line-- and this patch.
28507      Branch: metaconfig
28508            + U/modified/sh.U
28509            ! U/modified/Loc.U
28510 ____________________________________________________________________________
28511 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
28512         Log: Fix the bugs in #13768..13776, and regen Configure.
28513      Branch: metaconfig
28514            ! U/compline/nblock_io.U U/modified/Findhdr.U
28515            ! U/modified/spitshell.U
28516      Branch: metaconfig/U/perl
28517            ! issymlink.U perlpath.U
28518      Branch: perl
28519            ! Configure config_h.SH
28520 ____________________________________________________________________________
28521 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
28522         Log: Must test with $_exe. (There are plenty of similar
28523              spots earlier but they are a tad more complex to fix
28524              since they come before the hints are run.)
28525      Branch: metaconfig
28526            + U/modified/yacc.U
28527 ____________________________________________________________________________
28528 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
28529         Log: F_SETFL might require <fcntl.h>
28530      Branch: metaconfig
28531            ! U/compline/nblock_io.U
28532 ____________________________________________________________________________
28533 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
28534         Log: Don't require make; have both make and gmake optional.
28535              (Maybe have a check that at least one of them is available?)
28536      Branch: metaconfig
28537            ! U/modified/Loc.U
28538 ____________________________________________________________________________
28539 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
28540         Log: cat might be farther than /bin or /usr/bin.
28541      Branch: metaconfig
28542            ! U/modified/spitshell.U
28543 ____________________________________________________________________________
28544 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
28545         Log: In VOS the path component separator is >, not /.
28546      Branch: metaconfig
28547            ! U/modified/Findhdr.U
28548 ____________________________________________________________________________
28549 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
28550         Log: The VOS shell doesn't implement the ? wildcard
28551              (? is used for other purposes, I assume); but
28552              it does implement the * wildcard, and that works
28553              in the general case just fine.
28554      Branch: metaconfig/U/perl
28555            ! d_dlsymun.U
28556 ____________________________________________________________________________
28557 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
28558         Log: VOS detection.
28559      Branch: metaconfig
28560            ! U/modified/Oldconfig.U
28561 ____________________________________________________________________________
28562 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
28563         Log: Proper path for VOS.
28564      Branch: metaconfig
28565            ! U/modified/Head.U
28566 ____________________________________________________________________________
28567 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
28568         Log: Change s/>& 4/>&4/g for consistency.
28569      Branch: metaconfig
28570            + U/modified/d_dosuid.U
28571            ! U/modified/d_socket.U
28572      Branch: metaconfig/U/perl
28573            ! issymlink.U perlxvf.U
28574 ____________________________________________________________________________
28575 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
28576         Log: Subject: Re: Benchmark.t failure on Linux
28577              From: Nicholas Clark <nick@ccl4.org>
28578              Date: Tue, 18 Dec 2001 22:51:25 +0000
28579              Message-ID: <20011218225124.N21702@plum.flirble.org>
28580      Branch: perl
28581            ! lib/Benchmark.t
28582 ____________________________________________________________________________
28583 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
28584         Log: Re-applying #13752 until a better solution can be found.
28585      Branch: perl
28586            ! lib/ExtUtils/t/MM_Unix.t
28587 ____________________________________________________________________________
28588 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
28589         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
28590              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
28591              Date: Tue, 18 Dec 2001 12:05:40 -0500
28592              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
28593      Branch: perl
28594            ! lib/Exporter.pm
28595 ____________________________________________________________________________
28596 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
28597         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
28598              findings -- some of the warnings I can't explain except
28599              by NVgf being detected wrong, though.
28600      Branch: perl
28601            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
28602 ____________________________________________________________________________
28603 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
28604         Log: Subject: [PATCH] pod/perluniintro.pod
28605              From: Jeffrey Friedl <jfriedl@yahoo.com>
28606              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
28607              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
28608      Branch: perl
28609            ! pod/perluniintro.pod
28610 ____________________________________________________________________________
28611 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
28612         Log: ".pm" is the native executable suffix in VOS.
28613      Branch: perl
28614            ! hints/vos.sh
28615 ____________________________________________________________________________
28616 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
28617         Log: Integrate perlio:
28618              
28619              [ 13760]
28620              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28621              - added delete of READONLY value inhibit & test for same
28622              - re-tabbed
28623      Branch: perl
28624           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28625 ____________________________________________________________________________
28626 [ 13760] By: nick                                  on 2001/12/18  15:55:22
28627         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28628              - added delete of READONLY value inhibit & test for same
28629              - re-tabbed
28630      Branch: perlio
28631            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28632 ____________________________________________________________________________
28633 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
28634         Log: (Undone by #13766.)
28635              Retract #13752.
28636      Branch: perl
28637            ! lib/ExtUtils/t/MM_Unix.t
28638 ____________________________________________________________________________
28639 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
28640         Log: Echoes of #13757.
28641      Branch: perl
28642            ! t/lib/warnings/utf8
28643 ____________________________________________________________________________
28644 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
28645         Log: Make the utf8 malformedness messages more verbose.
28646      Branch: perl
28647            ! lib/utf8.t utf8.c
28648 ____________________________________________________________________________
28649 [ 13756] By: nick                                  on 2001/12/18  14:43:58
28650         Log: Integrate mainline
28651      Branch: perlio
28652           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28653           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28654           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28655           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28656           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28657           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
28658            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28659            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28660            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
28661            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
28662            - lib/ExtUtils/testlib.t
28663           !> (integrate 28 files)
28664 ____________________________________________________________________________
28665 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
28666         Log: README.aix updates from Jens-Uwe Mager.
28667      Branch: perl
28668            ! README.aix
28669 ____________________________________________________________________________
28670 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
28671         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
28672              From: Michael G Schwern <schwern@pobox.com>
28673              Date: Tue, 18 Dec 2001 00:58:18 -0500
28674              Message-ID: <20011218055818.GC4362@blackrider>
28675      Branch: perl
28676            ! lib/Benchmark.t
28677 ____________________________________________________________________________
28678 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
28679         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
28680              From: Michael G Schwern <schwern@pobox.com>
28681              Date: Tue, 18 Dec 2001 00:40:38 -0500
28682              Message-ID: <20011218054038.GB4362@blackrider>
28683      Branch: perl
28684            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
28685 ____________________________________________________________________________
28686 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
28687         Log: (reintroduced by #13766)
28688              (retracted by #13759)
28689              
28690              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
28691              From: Michael G Schwern <schwern@pobox.com>  
28692              Date: Tue, 18 Dec 2001 00:00:23 -0500
28693              Message-ID: <20011218050023.GA27893@blackrider>
28694      Branch: perl
28695            ! lib/ExtUtils/t/MM_Unix.t
28696 ____________________________________________________________________________
28697 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
28698         Log: Re-patch #13749.
28699      Branch: perl
28700            ! t/op/glob.t
28701 ____________________________________________________________________________
28702 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
28703         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
28704              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28705              Date: Tue, 18 Dec 2001 12:55:43 +0000
28706              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
28707      Branch: perl
28708            ! ext/Devel/Peek/Peek.pm
28709 ____________________________________________________________________________
28710 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
28711         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
28712              From: Robin Houston <robin@kitsite.com> 
28713              Date: Tue, 18 Dec 2001 14:54:33 +0000
28714              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
28715      Branch: perl
28716            ! t/op/glob.t
28717 ____________________________________________________________________________
28718 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
28719         Log: Subject: [PATCH] slightly more for Exporter.pm
28720              From: Nicholas Clark <nick@ccl4.org>
28721              Date: Tue, 18 Dec 2001 00:22:03 +0000
28722              Message-ID: <20011218002203.M21702@plum.flirble.org>
28723      Branch: perl
28724            ! lib/Exporter.pm
28725 ____________________________________________________________________________
28726 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
28727         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
28728              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28729              Date: Mon, 17 Dec 2001 16:37:18 +0100
28730              Message-ID: <20011217163718.A2292@rafael>
28731              
28732              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
28733              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28734              Date: Mon, 17 Dec 2001 23:17:06 +0100
28735              Message-ID: <20011217231706.A730@rafael>
28736      Branch: perl
28737            ! pod/perlsub.pod pp.c toke.c
28738 ____________________________________________________________________________
28739 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
28740         Log: Update Changes.
28741      Branch: perl
28742            ! Changes patchlevel.h
28743 ____________________________________________________________________________
28744 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
28745         Log: New test warrants a MANIFEST entry.
28746      Branch: perl
28747            ! MANIFEST
28748 ____________________________________________________________________________
28749 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
28750         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28751              From: Robin Houston <robin@kitsite.com>
28752              Date: Mon, 17 Dec 2001 20:27:30 +0000
28753              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
28754              
28755              Can't portably unlink open files.
28756      Branch: perl
28757            ! t/op/glob.t
28758 ____________________________________________________________________________
28759 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
28760         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
28761      Branch: perl
28762            ! pod/perluniintro.pod
28763 ____________________________________________________________________________
28764 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
28765         Log: Move typeglob test from glob.t to gv.t.
28766      Branch: perl
28767            ! t/op/glob.t t/op/gv.t
28768 ____________________________________________________________________________
28769 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
28770         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
28771              From: Robin Houston <robin@kitsite.com> 
28772              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
28773              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
28774      Branch: perl
28775            ! t/op/glob.t
28776 ____________________________________________________________________________
28777 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
28778         Log: Demote the surrogate and non-character errors to warnings.
28779      Branch: perl
28780            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
28781 ____________________________________________________________________________
28782 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
28783         Log: Subject: [PATCH] more POSIX tests, and more autoloading
28784              From: Nicholas Clark <nick@ccl4.org>
28785              Date: Mon, 17 Dec 2001 18:27:47 +0000
28786              Message-ID: <20011217182747.D21702@plum.flirble.org>
28787      Branch: perl
28788            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
28789 ____________________________________________________________________________
28790 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
28791         Log: Subject: [PATCH] ...while $var = glob(...)
28792              From: Robin Houston <robin@kitsite.com> 
28793              Date: Mon, 17 Dec 2001 15:51:54 +0000
28794              Message-ID: <20011217155153.A311@robin.kitsite.com>
28795      Branch: perl
28796            ! op.c
28797 ____________________________________________________________________________
28798 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
28799         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
28800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28801              Date: Mon, 17 Dec 2001 15:23:01 +0100
28802              Message-ID: <20011217152301.A704@rafael>
28803      Branch: perl
28804            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
28805 ____________________________________________________________________________
28806 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
28807         Log: The system() vs $SIG{ARLM} is no more a todo.
28808      Branch: perl
28809            ! t/op/alarm.t
28810 ____________________________________________________________________________
28811 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
28812         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
28813              From: Michael G Schwern <schwern@pobox.com>
28814              Date: Sun, 16 Dec 2001 23:59:01 -0500
28815              Message-ID: <20011217045901.GL17232@blackrider>
28816      Branch: perl
28817            + t/op/alarm.t
28818            ! MANIFEST
28819 ____________________________________________________________________________
28820 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
28821         Log: s/UNIX/Unix/
28822      Branch: perl
28823            ! MANIFEST
28824 ____________________________________________________________________________
28825 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
28826         Log: Move ExtUtils tests to lib/ExtUtils/t.
28827      Branch: perl
28828            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28829            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28830            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28831            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28832            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28833            + lib/ExtUtils/t/testlib.t
28834            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28835            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28836            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
28837            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
28838            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
28839            ! MANIFEST
28840 ____________________________________________________________________________
28841 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
28842         Log: Subject: [PATCH] MM_Unix tests, and some questions
28843              From: Tels <perl_dummy@bloodgate.com>
28844              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
28845              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
28846              
28847              Subject: Re: [PATCH] MM_Unix tests, and some questions
28848              From: Tels <perl_dummy@bloodgate.com>
28849              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
28850              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
28851      Branch: perl
28852            + lib/ExtUtils/MM_Unix.t
28853            ! MANIFEST lib/ExtUtils/MM_Unix.pm
28854 ____________________________________________________________________________
28855 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
28856         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
28857              From: Michael G Schwern <schwern@pobox.com>
28858              Date: Sun, 16 Dec 2001 17:53:55 -0500
28859              Message-ID: <20011216225354.GE8900@blackrider>
28860      Branch: perl
28861            ! lib/ExtUtils/MM_Unix.pm
28862 ____________________________________________________________________________
28863 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
28864         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
28865              From: Michael G Schwern <schwern@pobox.com>                
28866              Date: Sun, 16 Dec 2001 16:12:55 -0500
28867              Message-ID: <20011216211255.GV8900@blackrider>
28868      Branch: perl
28869            ! ext/B/B/Deparse.pm
28870 ____________________________________________________________________________
28871 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
28872         Log: Subject: [PATCH] Exporter.pm
28873              From: Nicholas Clark <nick@ccl4.org>
28874              Date: Sun, 16 Dec 2001 19:24:25 +0000
28875              Message-ID: <20011216192425.R21702@plum.flirble.org>
28876      Branch: perl
28877            ! lib/Exporter.pm
28878 ____________________________________________________________________________
28879 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
28880         Log: Subject: [PATCH] Exporter.t (and question)
28881              From: Nicholas Clark <nick@ccl4.org>
28882              Date: Sun, 16 Dec 2001 17:24:55 +0000
28883              Message-ID: <20011216172455.P21702@plum.flirble.org>
28884      Branch: perl
28885            ! lib/Exporter.t
28886 ____________________________________________________________________________
28887 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
28888         Log: Subject: Re: perl@13661
28889              From: "John P. Linderman" <jpl@research.att.com>              
28890              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
28891              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
28892      Branch: perl
28893            ! pp_sort.c
28894 ____________________________________________________________________________
28895 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
28896         Log: Subject: Will the real Unicode encoding please stand up?
28897              From: Jeffrey Friedl <jfriedl@yahoo.com>
28898              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
28899              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
28900      Branch: perl
28901            ! pod/perluniintro.pod
28902 ____________________________________________________________________________
28903 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
28904         Log: Integrate perlio:
28905              
28906              [ 13724]
28907              Fix for alarm() breaking into wait*().
28908              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28909              signal handler before caller re-does the system call.
28910      Branch: perl
28911           !> util.c
28912 ____________________________________________________________________________
28913 [ 13724] By: nick                                  on 2001/12/17  09:16:50
28914         Log: Fix for alarm() breaking into wait*().
28915              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28916              signal handler before caller re-does the system call.
28917      Branch: perlio
28918            ! util.c
28919 ____________________________________________________________________________
28920 [ 13723] By: nick                                  on 2001/12/17  07:45:13
28921         Log: Integrate mainline
28922      Branch: perlio
28923           +> (branch 26 files)
28924           !> (integrate 47 files)
28925 ____________________________________________________________________________
28926 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
28927         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
28928              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
28929              and characters beyond 0x10FFF should be disallowed, too,
28930              but some tests would need changing, but more importantly some
28931              APIs would need remodeling since one can easily generate such
28932              characters either by bitwise complements, tr complements, or
28933              v-strings.
28934      Branch: perl
28935            ! pod/perldiag.pod utf8.c
28936 ____________________________________________________________________________
28937 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
28938         Log: Make surrogates illegal also on EBCDIC.
28939      Branch: perl
28940            ! utf8.c
28941 ____________________________________________________________________________
28942 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
28943         Log: Subject: [patch @13687] Unicode::Collate 0.10
28944              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
28945              Date: Sun, 16 Dec 2001 21:22:12 +0900
28946              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
28947      Branch: perl
28948            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28949            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28950 ____________________________________________________________________________
28951 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
28952         Log: More documentation for the encoding pragma.
28953      Branch: perl
28954            ! lib/encoding.pm
28955 ____________________________________________________________________________
28956 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
28957         Log: Subject: [PATCH] lib/open.pm 
28958              From: Jeffrey Friedl <jfriedl@yahoo.com>
28959              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
28960              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
28961      Branch: perl
28962            ! lib/open.pm
28963 ____________________________________________________________________________
28964 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
28965         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
28966              From: chromatic <chromatic@rmci.net>
28967              Date: Sat, 15 Dec 2001 23:24:40 -0700
28968              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
28969      Branch: perl
28970            + lib/ExtUtils/Installed.t
28971            ! MANIFEST
28972 ____________________________________________________________________________
28973 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
28974         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
28975              From: Michael G Schwern <schwern@pobox.com>
28976              Date: Sun, 16 Dec 2001 01:14:00 -0500
28977              Message-ID: <20011216061400.GC8900@blackrider>
28978      Branch: perl
28979            ! lib/diagnostics.pm
28980 ____________________________________________________________________________
28981 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
28982         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
28983              From: Michael G Schwern <schwern@pobox.com>
28984              Date: Sun, 16 Dec 2001 01:12:42 -0500
28985              Message-ID: <20011216061242.GB8900@blackrider>
28986      Branch: perl
28987            ! t/test.pl
28988 ____________________________________________________________________________
28989 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
28990         Log: I sometimes outsmart myself.
28991      Branch: perl
28992            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28993 ____________________________________________________________________________
28994 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
28995         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
28996              From: Michael G Schwern <schwern@pobox.com>
28997              Date: Sat, 15 Dec 2001 15:08:29 -0500
28998              Message-ID: <20011215200829.GK1548@blackrider>
28999      Branch: perl
29000            ! lib/AutoSplit.pm
29001 ____________________________________________________________________________
29002 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
29003         Log: perlunicode enchancements suggested by Jeffrey Friedl.
29004      Branch: perl
29005            ! pod/perlunicode.pod
29006 ____________________________________________________________________________
29007 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
29008         Log: Subject: [PATCH] perlunicode.pod
29009              From: Jeffrey Friedl <jfriedl@yahoo.com>
29010              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
29011              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
29012      Branch: perl
29013            ! pod/perlunicode.pod
29014 ____________________________________________________________________________
29015 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
29016         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
29017              From: Jeffrey Friedl <jfriedl@yahoo.com>
29018              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
29019              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
29020      Branch: perl
29021            ! lib/utf8_heavy.pl
29022 ____________________________________________________________________________
29023 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
29024         Log: Can't create surrogates; so can't match them, either.
29025      Branch: perl
29026            ! pod/perlunicode.pod
29027 ____________________________________________________________________________
29028 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
29029         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
29030              From: Michael G Schwern <schwern@pobox.com>
29031              Date: Sat, 15 Dec 2001 21:20:35 -0500
29032              Message-ID: <20011216022035.GE5672@blackrider>
29033      Branch: perl
29034            ! t/test.pl
29035 ____________________________________________________________________________
29036 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
29037         Log: Make creating UTF-8 surrogates a punishable act.
29038      Branch: perl
29039            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
29040 ____________________________________________________________________________
29041 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
29042         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
29043      Branch: perl
29044            + lib/unicore/In/172.pl lib/unicore/In/173.pl
29045            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
29046            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
29047            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
29048            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
29049            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
29050 ____________________________________________________________________________
29051 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
29052         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
29053              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29054              Date: Sat, 15 Dec 2001 23:21:43 +0100
29055              Message-ID: <20011215232143.A11790@rafael>
29056      Branch: perl
29057            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
29058 ____________________________________________________________________________
29059 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
29060         Log: Make charnames more robust.
29061      Branch: perl
29062            ! lib/charnames.pm
29063 ____________________________________________________________________________
29064 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
29065         Log: The hoops one has to jump through.
29066      Branch: perl
29067            ! ext/I18N/Langinfo/Langinfo.pm
29068 ____________________________________________________________________________
29069 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
29070         Log: Subject: [PATCH] perlstyle.pod nit on warnings
29071              From: Autrijus Tang <autrijus@egb.elixus.org>
29072              Date: Sat, 15 Dec 2001 04:24:34 -0800
29073              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
29074      Branch: perl
29075            ! pod/perlstyle.pod
29076 ____________________________________________________________________________
29077 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
29078         Log: I don't think we are in FooOS, Toto.
29079      Branch: perl
29080            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
29081 ____________________________________________________________________________
29082 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
29083         Log: Subject: Re: Untested modules update:  There's more than we thought
29084              From: chromatic <chromatic@rmci.net>
29085              Date: Fri, 14 Dec 2001 17:20:24 -0700
29086              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
29087      Branch: perl
29088            + lib/ExtUtils/MM_Cygwin.t
29089            ! MANIFEST
29090 ____________________________________________________________________________
29091 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
29092         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
29093              From: Michael G Schwern <schwern@pobox.com> 
29094              Date: Fri, 14 Dec 2001 20:59:42 -0500
29095              Message-ID: <20011215015942.GF28596@blackrider>
29096      Branch: perl
29097            ! t/TEST
29098 ____________________________________________________________________________
29099 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
29100         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
29101              From: Michael G Schwern <schwern@pobox.com> 
29102              Date: Fri, 14 Dec 2001 20:03:46 -0500
29103              Message-ID: <20011215010346.GD28596@blackrider>
29104      Branch: perl
29105            + ext/B/t/bblock.t
29106            ! MANIFEST
29107 ____________________________________________________________________________
29108 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
29109         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
29110              From: Michael G Schwern <schwern@pobox.com> 
29111              Date: Fri, 14 Dec 2001 19:59:13 -0500
29112              Message-ID: <20011215005913.GC28596@blackrider>
29113      Branch: perl
29114            ! ext/B/B/Bblock.pm
29115 ____________________________________________________________________________
29116 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
29117         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
29118              From: Michael G Schwern <schwern@pobox.com> 
29119              Date: Fri, 14 Dec 2001 19:36:12 -0500
29120              Message-ID: <20011215003611.GA28596@blackrider>
29121      Branch: perl
29122            + ext/B/t/asmdata.t
29123            ! MANIFEST
29124 ____________________________________________________________________________
29125 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
29126         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
29127              From: Michael G Schwern <schwern@pobox.com> 
29128              Date: Fri, 14 Dec 2001 19:14:14 -0500
29129              Message-ID: <20011215001414.GA25077@blackrider>
29130      Branch: perl
29131            ! bytecode.pl ext/B/B/Asmdata.pm
29132 ____________________________________________________________________________
29133 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
29134         Log: Permissions.
29135      Branch: perl
29136            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
29137            ! ext/Devel/PPPort/module3.c
29138 ____________________________________________________________________________
29139 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
29140         Log: Benchmark test from Nicholas Clark.
29141      Branch: perl
29142            + lib/Benchmark.t
29143            ! MANIFEST lib/Benchmark.pm
29144 ____________________________________________________________________________
29145 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
29146         Log: Mithing.
29147      Branch: perl
29148            + lib/Attribute/Handlers/demo/demo2.pl
29149            + lib/Attribute/Handlers/demo/demo3.pl
29150            + lib/Attribute/Handlers/demo/demo4.pl
29151 ____________________________________________________________________________
29152 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
29153         Log: Silence compiler worries found by Schwern/Digital cc.
29154      Branch: perl
29155            ! perlio.c sv.c x2p/str.c
29156 ____________________________________________________________________________
29157 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
29158         Log: User may not have a valid home directory even if
29159              getpwuid() succedds.
29160      Branch: perl
29161            ! ext/File/Glob/t/basic.t
29162 ____________________________________________________________________________
29163 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
29164         Log: Integrate with perlio.  (No changes, but that's okay.)
29165      Branch: perl
29166           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
29167 ____________________________________________________________________________
29168 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
29169         Log: Add a Configure hints file for VOS: the POSIX support
29170              of VOS is getting close to the point where it can run
29171              Configure (some Configure tweaks will be required).
29172      Branch: perl
29173            + hints/vos.sh
29174            ! MANIFEST
29175 ____________________________________________________________________________
29176 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
29177         Log: Update Changes.
29178      Branch: perl
29179            ! Changes patchlevel.h
29180 ____________________________________________________________________________
29181 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
29182         Log: Reintroduce Attribute::Handlers with Spider's fixes.
29183      Branch: perl
29184            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
29185            + lib/Attribute/Handlers/README
29186            + lib/Attribute/Handlers/demo/Demo.pm
29187            + lib/Attribute/Handlers/demo/Descriptions.pm
29188            + lib/Attribute/Handlers/demo/MyClass.pm
29189            + lib/Attribute/Handlers/demo/demo.pl
29190            + lib/Attribute/Handlers/demo/demo_call.pl
29191            + lib/Attribute/Handlers/demo/demo_chain.pl
29192            + lib/Attribute/Handlers/demo/demo_cycle.pl
29193            + lib/Attribute/Handlers/demo/demo_hashdir.pl
29194            + lib/Attribute/Handlers/demo/demo_phases.pl
29195            + lib/Attribute/Handlers/demo/demo_range.pl
29196            + lib/Attribute/Handlers/demo/demo_rawdata.pl
29197            + lib/Attribute/Handlers/t/multi.t
29198            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
29199 ____________________________________________________________________________
29200 [ 13685] By: nick                                  on 2001/12/14  15:57:00
29201         Log: Integrate mainline
29202      Branch: perlio
29203           +> t/run/switcht.t
29204           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
29205           !> perlapi.h pod/perlrun.pod t/TEST taint.c
29206 ____________________________________________________________________________
29207 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
29208         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
29209              From: Michael G Schwern <schwern@pobox.com> 
29210              Date: Thu, 13 Dec 2001 19:27:08 -0500
29211              Message-ID: <20011214002707.GA10532@blackrider>
29212              
29213              (reword the perlrun -t description a bit,
29214              and move the Itaint_warn to the bottom of
29215              the intrpvar.h for binary compatibility)
29216      Branch: perl
29217            + t/run/switcht.t
29218            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
29219            ! perlapi.h pod/perlrun.pod t/TEST taint.c
29220 ____________________________________________________________________________
29221 [ 13683] By: nick                                  on 2001/12/14  12:29:41
29222         Log: Integrate mainline
29223      Branch: perlio
29224           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
29225           +> lib/Term/ReadLine.t t/op/hashassign.t
29226            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
29227            - lib/Attribute/Handlers/README
29228            - lib/Attribute/Handlers/demo/Demo.pm
29229            - lib/Attribute/Handlers/demo/Descriptions.pm
29230            - lib/Attribute/Handlers/demo/MyClass.pm
29231            - lib/Attribute/Handlers/demo/demo.pl
29232            - lib/Attribute/Handlers/demo/demo2.pl
29233            - lib/Attribute/Handlers/demo/demo3.pl
29234            - lib/Attribute/Handlers/demo/demo4.pl
29235            - lib/Attribute/Handlers/demo/demo_call.pl
29236            - lib/Attribute/Handlers/demo/demo_chain.pl
29237            - lib/Attribute/Handlers/demo/demo_cycle.pl
29238            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29239            - lib/Attribute/Handlers/demo/demo_phases.pl
29240            - lib/Attribute/Handlers/demo/demo_range.pl
29241            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29242            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
29243           !> (integrate 101 files)
29244 ____________________________________________________________________________
29245 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
29246         Log: Detypo.
29247      Branch: perl
29248            ! utf8.c
29249 ____________________________________________________________________________
29250 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
29251         Log: Buffer overflow checks.
29252      Branch: perl
29253            ! utf8.c
29254 ____________________________________________________________________________
29255 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
29256         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
29257              From: Spider Boardman <spider@leggy.zk3.dec.com>
29258              Date: Thu, 13 Dec 2001 15:32:51 -0500
29259              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
29260      Branch: perl
29261            ! lib/ExtUtils/Embed.t
29262 ____________________________________________________________________________
29263 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
29264         Log: More on the Unicode "line" definition.
29265      Branch: perl
29266            ! pod/perlunicode.pod
29267 ____________________________________________________________________________
29268 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
29269         Log: Open-ended VERSION?
29270      Branch: perl
29271            ! lib/ExtUtils/Install.pm
29272 ____________________________________________________________________________
29273 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
29274         Log: Subject: [PATCH] Better make distclean
29275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29276              Date: Thu, 13 Dec 2001 21:10:18 +0100
29277              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
29278      Branch: perl
29279            ! Makefile.SH
29280 ____________________________________________________________________________
29281 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
29282         Log: Remove Memoize::Saves as requested by mjd.
29283      Branch: perl
29284            - lib/Memoize/Saves.pm
29285            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
29286 ____________________________________________________________________________
29287 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
29288         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
29289              From: Michael G Schwern <schwern@pobox.com>
29290              Date: Tue, 11 Dec 2001 23:17:32 -0500
29291              Message-ID: <20011212041732.GS17250@blackrider>
29292      Branch: perl
29293            ! lib/ExtUtils/Install.pm
29294 ____________________________________________________________________________
29295 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
29296         Log: Subject: [PATCH] Re: use utf8; with bad utf8
29297              From: Nicholas Clark <nick@ccl4.org>
29298              Date: Thu, 13 Dec 2001 17:09:39 +0000
29299              Message-ID: <20011213170939.L21702@plum.flirble.org>
29300      Branch: perl
29301            ! t/lib/1_compile.t
29302 ____________________________________________________________________________
29303 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
29304         Log: Subject: (LONG!) Sort benchmarks and patch
29305              From: "John P. Linderman" <jpl@research.att.com>
29306              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
29307              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
29308      Branch: perl
29309            ! pp_sort.c
29310 ____________________________________________________________________________
29311 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
29312         Log: Unadorned numbers evil.
29313      Branch: perl
29314            ! pp.c regcomp.c regexec.c utf8.c utf8.h
29315 ____________________________________________________________________________
29316 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
29317         Log: "preprocessing directive not recognized within macro arg"
29318      Branch: perl
29319            ! ext/Data/Dumper/Dumper.xs
29320 ____________________________________________________________________________
29321 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
29322         Log: Subject: Clarifying the documentation of goto            
29323              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
29324              Date: Thu, 13 Dec 2001 08:57:38 -0500
29325              Message-ID: <3C18BD8B@operamail.com>
29326      Branch: perl
29327            ! pod/perlfunc.pod
29328 ____________________________________________________________________________
29329 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
29330         Log: It could be possible for the case-insensitive
29331              Unicode-aware string comparison to wander off
29332              to the la-la land.
29333      Branch: perl
29334            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
29335            ! regexec.c utf8.c
29336 ____________________________________________________________________________
29337 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
29338         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
29339              From: Michael G Schwern <schwern@pobox.com> 
29340              Date: Wed, 12 Dec 2001 21:53:46 -0500
29341              Message-ID: <20011213025346.GH25129@blackrider>
29342      Branch: perl
29343            ! lib/Net/hostent.t t/op/stat.t t/test.pl
29344 ____________________________________________________________________________
29345 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
29346         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
29347              From: Michael G Schwern <schwern@pobox.com> 
29348              Date: Wed, 12 Dec 2001 20:33:42 -0500
29349              Message-ID: <20011213013342.GX25129@blackrider>
29350      Branch: perl
29351            ! t/io/fs.t
29352 ____________________________________________________________________________
29353 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
29354         Log: Subject: Re: [PATCH] use utf8; tests
29355              From: Nicholas Clark <nick@ccl4.org>
29356              Date: Thu, 13 Dec 2001 00:16:58 +0000
29357              Message-ID: <20011213001658.I21702@plum.flirble.org>
29358      Branch: perl
29359            ! lib/utf8.t
29360 ____________________________________________________________________________
29361 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
29362         Log: EPOC fixes from Olaf Flebbe.
29363      Branch: perl
29364            ! README.epoc epoc/config.sh epoc/createpkg.pl
29365            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
29366 ____________________________________________________________________________
29367 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
29368         Log: Subject: [PATCH perl@13661] VMS test fix-ups
29369              From: "Craig A. Berry" <craigberry@mac.com>
29370              Date: Wed, 12 Dec 2001 16:27:48 -0600
29371              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
29372      Branch: perl
29373            ! lib/Net/hostent.t t/io/fs.t
29374 ____________________________________________________________________________
29375 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
29376         Log: Subject: Re: Next cygwin round.
29377              From: "Gerrit P. Haase" <gp@familiehaase.de>
29378              Date: Wed, 12 Dec 2001 21:59:00 +0100
29379              Message-ID: <122343874595.20011212215900@familiehaase.de>
29380      Branch: perl
29381            ! t/io/fs.t
29382 ____________________________________________________________________________
29383 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
29384         Log: Subject: [PATCH] use utf8; tests
29385              From: Nicholas Clark <nick@ccl4.org>
29386              Date: Wed, 12 Dec 2001 20:07:04 +0000
29387              Message-ID: <20011212200704.E21702@plum.flirble.org>
29388      Branch: perl
29389            ! lib/utf8.t t/test.pl
29390 ____________________________________________________________________________
29391 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
29392         Log: Update Changes.
29393      Branch: perl
29394            ! Changes patchlevel.h
29395 ____________________________________________________________________________
29396 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
29397         Log: Subject: [PATCH] Passing in env to perl_parse did not work
29398              From: Gisle Aas <gisle@ActiveState.com>
29399              Date: 11 Dec 2001 20:52:57 -0800
29400              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
29401      Branch: perl
29402            ! perl.c perl.h
29403 ____________________________________________________________________________
29404 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
29405         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
29406              mostly gcc -Wall complaining about the argument of %p not
29407              being a void *.
29408      Branch: perl
29409            ! perlio.c regcomp.c taint.c toke.c
29410 ____________________________________________________________________________
29411 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
29412         Log: metaconfig unit change for #13657.
29413      Branch: metaconfig
29414            ! U/modified/nis.U
29415 ____________________________________________________________________________
29416 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
29417         Log: Try YP/NIS also from /usr/lib/yp.
29418      Branch: perl
29419            ! Configure
29420 ____________________________________________________________________________
29421 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
29422         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
29423              From: Michael G Schwern <schwern@pobox.com>                
29424              Date: Wed, 12 Dec 2001 05:27:02 -0500      
29425              Message-ID: <20011212102702.GW17250@blackrider>
29426              
29427              (the op/grent part)
29428      Branch: perl
29429            ! t/op/grent.t
29430 ____________________________________________________________________________
29431 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
29432         Log: Weed out .files from ls and readdir() results.
29433      Branch: perl
29434            ! t/op/stat.t
29435 ____________________________________________________________________________
29436 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
29437         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
29438              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29439              Date: Wed, 12 Dec 2001 10:52:21 +0100
29440              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
29441      Branch: perl
29442            ! lib/File/Find.pm
29443 ____________________________________________________________________________
29444 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
29445         Log: Subject: [PATCH] doio fatal on cygwin for 13651
29446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
29447              Date: Wed, 12 Dec 2001 11:28:13 +0100      
29448              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
29449      Branch: perl
29450            ! doio.c
29451 ____________________________________________________________________________
29452 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
29453         Log: Get the whole line of ls, makes debugging easier
29454              (from Schwern)
29455      Branch: perl
29456            ! t/op/stat.t
29457 ____________________________________________________________________________
29458 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
29459         Log: rename() must be tested even without link()
29460              or the utime() and rename-directory tests fail.
29461              (Also got the BeOS utime atime/time the wrong way round.)
29462      Branch: perl
29463            ! t/io/fs.t
29464 ____________________________________________________________________________
29465 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
29466         Log: Now that the beos.c is compiled at the main level
29467              the header is in the beos/
29468      Branch: perl
29469            ! beos/beos.c
29470 ____________________________________________________________________________
29471 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
29472         Log: Must remember to require Socket.
29473      Branch: perl
29474            ! ext/Sys/Syslog/syslog.t
29475 ____________________________________________________________________________
29476 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
29477         Log: In BeOS Errno must resort to actual compilation
29478              and execution for some of the error constants.
29479      Branch: perl
29480            ! ext/Errno/Errno_pm.PL
29481 ____________________________________________________________________________
29482 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
29483         Log: BeOS still has no good sockets.
29484      Branch: perl
29485            ! ext/IO/lib/IO/t/io_sel.t
29486 ____________________________________________________________________________
29487 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
29488         Log: BeOS sockets are not true sockets.
29489      Branch: perl
29490            ! ext/IO/lib/IO/t/io_poll.t
29491 ____________________________________________________________________________
29492 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
29493         Log: No Socket, no Syslog.
29494      Branch: perl
29495            ! ext/Sys/Syslog/syslog.t
29496 ____________________________________________________________________________
29497 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
29498         Log: (On some platforms) missing truncate FH.
29499      Branch: perl
29500            ! pod/perltodo.pod
29501 ____________________________________________________________________________
29502 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
29503         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
29504              and vms would be muchly appreciated.
29505      Branch: perl
29506            ! t/io/fs.t
29507 ____________________________________________________________________________
29508 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
29509         Log: utime() updates only the mtime in BeOS. 
29510      Branch: perl
29511            ! pod/perlport.pod
29512 ____________________________________________________________________________
29513 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
29514         Log: No link(), no need to dSP.
29515      Branch: perl
29516            ! pp_sys.c
29517 ____________________________________________________________________________
29518 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
29519         Log: Missing argument.
29520      Branch: perl
29521            ! utf8.c
29522 ____________________________________________________________________________
29523 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
29524         Log: (1) To assume any setuid programs is silly.
29525              (2) Chaining tests with booleans means that some
29526              of them may not get run which means getting out
29527              of test count sync.
29528      Branch: perl
29529            ! t/op/stat.t
29530 ____________________________________________________________________________
29531 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
29532         Log: The beos.c needs to be in the main directory.
29533      Branch: perl
29534            ! hints/beos.sh
29535 ____________________________________________________________________________
29536 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
29537         Log: Detypo and rename.
29538      Branch: perl
29539            ! doio.c perl.h perlio.c perliol.h
29540 ____________________________________________________________________________
29541 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
29542         Log: This time I test compiled.  Honest.
29543      Branch: perl
29544            ! beos/beos.c
29545 ____________________________________________________________________________
29546 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
29547         Log: Subject: [PATCH] slightly more pack tests
29548              From: Nicholas Clark <nick@ccl4.org>
29549              Date: Tue, 11 Dec 2001 23:41:23 +0000
29550              Message-ID: <20011211234123.Y21702@plum.flirble.org>
29551      Branch: perl
29552            ! t/op/pack.t
29553 ____________________________________________________________________________
29554 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
29555         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
29556              From: "Craig A. Berry" <craigberry@mac.com>
29557              Date: Tue, 11 Dec 2001 16:39:13 -0600
29558              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
29559      Branch: perl
29560            ! configure.com
29561 ____________________________________________________________________________
29562 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
29563         Log: metaconfig unit change for #13632.
29564      Branch: metaconfig/U/perl
29565            ! perlpath.U
29566 ____________________________________________________________________________
29567 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
29568         Log: Subject: $Config{perlpath} and -Dversiononly
29569              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29570              Date: Tue, 11 Dec 2001 23:32:33 +0100
29571              Message-ID: <20011211233233.A11587@rafael>
29572      Branch: perl
29573            ! Configure
29574 ____________________________________________________________________________
29575 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
29576         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
29577              From: Nicholas Clark <nick@ccl4.org>
29578              Date: Tue, 11 Dec 2001 21:59:36 +0000
29579              Message-ID: <20011211215935.W21702@plum.flirble.org>
29580      Branch: perl
29581            ! t/op/pack.t
29582 ____________________________________________________________________________
29583 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
29584         Log: More UTF-8 API docs.
29585      Branch: perl
29586            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
29587 ____________________________________________________________________________
29588 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
29589         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29590              From: Nicholas Clark <nick@ccl4.org>
29591              Date: Tue, 11 Dec 2001 20:08:59 +0000
29592              Message-ID: <20011211200859.S21702@plum.flirble.org>
29593      Branch: perl
29594            ! t/op/pack.t
29595 ____________________________________________________________________________
29596 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
29597         Log: Subject: Re: use utf8; with bad utf8
29598              From: Nicholas Clark <nick@ccl4.org>
29599              Date: Tue, 11 Dec 2001 19:49:21 +0000
29600              Message-ID: <20011211194921.R21702@plum.flirble.org>
29601      Branch: perl
29602            ! lib/utf8.t
29603 ____________________________________________________________________________
29604 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
29605         Log: Can't spell worth a dam.  (Try Three Gorges.)
29606      Branch: perl
29607            ! beos/beos.c
29608 ____________________________________________________________________________
29609 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
29610         Log: We need DWIM cpps.
29611      Branch: perl
29612            ! perlio.c
29613 ____________________________________________________________________________
29614 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
29615         Log: The unixish.h needs to be found and the waitpid wrapper
29616              could use a proto.
29617      Branch: perl
29618            ! beos/beosish.h
29619 ____________________________________________________________________________
29620 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
29621         Log: The BeOS waitpid() seems to be broken,
29622              have a wrapper for it.
29623      Branch: perl
29624            + beos/beos.c beos/beosish.h
29625            ! MANIFEST hints/beos.sh perl.h
29626 ____________________________________________________________________________
29627 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
29628         Log: Unlean the leaning tower of Babel.
29629      Branch: perl
29630            ! perl.h
29631 ____________________________________________________________________________
29632 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
29633         Log: Retract #13607 until we figure out what to do with autouse.
29634      Branch: perl
29635            ! lib/Carp.pm
29636 ____________________________________________________________________________
29637 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
29638         Log: Try to handle platforms that have O_TEXT != O_BINARY but
29639              which are not DOSish, BeOS being one of such platforms.
29640              Ideally this should be a Configure test, not a hardwired
29641              cpp symbol test... 
29642      Branch: perl
29643            ! doio.c perl.h perlio.c perliol.h
29644 ____________________________________________________________________________
29645 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
29646         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
29647              From: Jonathan Stowe <gellyfish@gellyfish.com>
29648              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
29649              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
29650      Branch: perl
29651            ! lib/Term/Cap.pm lib/Term/Cap.t
29652 ____________________________________________________________________________
29653 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
29654         Log: Subject: [patch perlio.c] test for NULL before derefencing
29655              From: Stas Bekman <stas@stason.org>
29656              Date: Tue, 11 Dec 2001 16:17:55 +0800
29657              Message-ID: <3C15C133.8@stason.org>
29658      Branch: perl
29659            ! perlio.c
29660 ____________________________________________________________________________
29661 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
29662         Log: metaconfig unit change for #13617.
29663      Branch: metaconfig/U/perl
29664            ! Extensions.U
29665 ____________________________________________________________________________
29666 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
29667         Log: BeOS has socket() but not enough to build a working Socket.
29668              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
29669              new networking implementation, which is rumored to fix the
29670              non-standardness of sockets, but it's apparently not publicly
29671              available, and anything to do with BeOS has become quite
29672              complicated with the sale of the Be assets to Palm.)
29673      Branch: perl
29674            ! Configure
29675 ____________________________________________________________________________
29676 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
29677         Log: Update changes
29678      Branch: maint-5.6/macperl
29679            ! macos/Changes
29680 ____________________________________________________________________________
29681 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
29682         Log: Add extra pod to help
29683      Branch: maint-5.6/macperl
29684            ! macos/macperl/MacPerl.podhelp
29685 ____________________________________________________________________________
29686 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
29687         Log: Return DoAppleScript errors in $@
29688      Branch: maint-5.6/macperl
29689            ! macos/ext/MacPerl/OSA.xs
29690 ____________________________________________________________________________
29691 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
29692         Log: Clear out $^E before each script run
29693      Branch: maint-5.6/macperl
29694            ! macos/macperl/MPScript.c
29695 ____________________________________________________________________________
29696 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
29697         Log: Integrate various changes from maint-5.6/perl/.
29698      Branch: maint-5.6/macperl
29699           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
29700           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
29701 ____________________________________________________________________________
29702 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
29703         Log: Subject: Exporter's documentation shouldn't lie               
29704              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29705              Date: Mon, 10 Dec 2001 21:30:20 -0500
29706              Message-ID: <3C4AA201@operamail.com>
29707      Branch: perl
29708            ! lib/Exporter.pm
29709 ____________________________________________________________________________
29710 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
29711         Log: Make Errno better in BeOS (the second hunk is
29712              good on any platform).  Still not working in BeOS
29713              are the E constants that refer BeOS native error
29714              constants (B_...) which are enums (*groan*).
29715      Branch: perl
29716            ! ext/Errno/Errno_pm.PL
29717 ____________________________________________________________________________
29718 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
29719         Log: The BeOS linker seems to link the last seen symbol,
29720              not the first (so the symbols of op.o from libperl.so
29721              would get linked to miniperl instead of the symbols of
29722              opmini.o)-- use the same trick as for NeXT4 for linking
29723              miniperl.
29724      Branch: perl
29725            ! Makefile.SH
29726 ____________________________________________________________________________
29727 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
29728         Log: Subject: Re: [PATCH] tests for hash assignment
29729              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29730              Date: Tue, 11 Dec 2001 01:48:55 +0000
29731              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
29732      Branch: perl
29733            ! utf8.c
29734 ____________________________________________________________________________
29735 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
29736         Log: (retracted by #13622)
29737              
29738              Subject: RE: More verbose POD for Carp
29739              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29740              Date: Mon, 10 Dec 2001 20:23:20 -0500
29741              Message-ID: <3C4A3566@operamail.com>
29742      Branch: perl
29743            ! lib/Carp.pm
29744 ____________________________________________________________________________
29745 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
29746         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
29747              From: "Craig A. Berry" <craigberry@mac.com>
29748              Date: Mon, 10 Dec 2001 18:25:37 -0600
29749              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
29750      Branch: perl
29751            ! t/op/write.t t/test.pl
29752 ____________________________________________________________________________
29753 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
29754         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
29755              From: Michael G Schwern <schwern@pobox.com>
29756              Date: Mon, 10 Dec 2001 08:00:01 -0500
29757              Message-ID: <20011210130000.GK1770@blackrider>
29758      Branch: perl
29759            ! t/comp/multiline.t
29760 ____________________________________________________________________________
29761 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
29762         Log: Subject: Re: [PATCH] tests for hash assignment
29763              From: Nicholas Clark <nick@ccl4.org>
29764              Date: Mon, 10 Dec 2001 23:22:28 +0000
29765              Message-ID: <20011210232228.M21702@plum.flirble.org>
29766      Branch: perl
29767            + t/op/hashassign.t
29768            ! MANIFEST t/op/each.t t/test.pl
29769 ____________________________________________________________________________
29770 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
29771         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
29772              From: "Craig A. Berry" <craigberry@mac.com>
29773              Date: Mon, 10 Dec 2001 16:38:14 -0600
29774              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
29775      Branch: perl
29776            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
29777 ____________________________________________________________________________
29778 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
29779         Log: Subject: [PATCH perl@13600] configure.com fixes
29780              From: "Craig A. Berry" <craigberry@mac.com>
29781              Date: Mon, 10 Dec 2001 14:40:20 -0600
29782              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
29783      Branch: perl
29784            ! configure.com
29785 ____________________________________________________________________________
29786 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
29787         Log: Silence BeOS compilation moaning.
29788      Branch: perl
29789            ! perl.h
29790 ____________________________________________________________________________
29791 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
29792         Log: Update Changes.
29793      Branch: perl
29794            ! Changes patchlevel.h
29795 ____________________________________________________________________________
29796 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
29797         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
29798              From: Michael G Schwern <schwern@pobox.com>
29799              Date: Mon, 10 Dec 2001 01:21:03 -0500
29800              Message-ID: <20011210062103.GC1770@blackrider>
29801      Branch: perl
29802            ! lib/ExtUtils/Command.t
29803 ____________________________________________________________________________
29804 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
29805         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
29806              From: Michael G Schwern <schwern@pobox.com>
29807              Date: Mon, 10 Dec 2001 01:10:57 -0500
29808              Message-ID: <20011210061057.GB1770@blackrider>
29809      Branch: perl
29810            ! t/op/groups.t
29811 ____________________________________________________________________________
29812 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
29813         Log: Retract #13596, #13593 should do the trick.
29814      Branch: perl
29815            ! t/op/stat.t
29816 ____________________________________________________________________________
29817 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
29818         Log: (retracted by #13597, #13593 does the job better)
29819              
29820              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
29821              From: Michael G Schwern <schwern@pobox.com>
29822              Date: Mon, 10 Dec 2001 00:53:16 -0500
29823              Message-ID: <20011210055316.GA1770@blackrider>
29824      Branch: perl
29825            ! t/op/stat.t
29826 ____________________________________________________________________________
29827 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
29828         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
29829              From: Michael G Schwern <schwern@pobox.com> 
29830              Date: Mon, 10 Dec 2001 02:19:14 -0500
29831              Message-ID: <20011210071914.GF1770@blackrider>
29832      Branch: perl
29833            ! lib/AutoSplit.t
29834 ____________________________________________________________________________
29835 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
29836         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29837              From: Michael G Schwern <schwern@pobox.com>
29838              Date: Mon, 10 Dec 2001 02:47:40 -0500
29839              Message-ID: <20011210074739.GH1770@blackrider>
29840      Branch: perl
29841            ! t/op/pack.t
29842 ____________________________________________________________________________
29843 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
29844         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
29845              From: Michael G Schwern <schwern@pobox.com>
29846              Date: Mon, 10 Dec 2001 02:54:22 -0500
29847              Message-ID: <20011210075422.GI1770@blackrider>
29848      Branch: perl
29849            ! t/test.pl
29850 ____________________________________________________________________________
29851 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
29852         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
29853              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29854              Date: Mon, 10 Dec 2001 08:45:20 +0100
29855              Message-ID: <3C146810.60B5B7C0@alcatel.at>
29856      Branch: perl
29857            ! pp_pack.c
29858 ____________________________________________________________________________
29859 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
29860         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
29861              From: Michael G Schwern <schwern@pobox.com>
29862              Date: Mon, 10 Dec 2001 03:27:02 -0500
29863              Message-ID: <20011210082702.GN1770@blackrider>
29864      Branch: perl
29865            ! t/io/openpid.t
29866 ____________________________________________________________________________
29867 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
29868         Log: More chmod +w.
29869      Branch: perl
29870            ! Porting/makerel
29871 ____________________________________________________________________________
29872 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
29873         Log: Just skip the readability test if running as root.
29874      Branch: perl
29875            ! lib/Net/t/netrc.t
29876 ____________________________________________________________________________
29877 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
29878         Log: Tell about the downside of safe signals.
29879      Branch: perl
29880            ! pod/perldelta.pod
29881 ____________________________________________________________________________
29882 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
29883         Log: Make the whole -lperl thing NetBSD only until we
29884              find some other platform that needs the same.
29885      Branch: perl
29886            ! lib/ExtUtils/MM_Unix.pm
29887 ____________________________________________________________________________
29888 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
29889         Log: Subject: [PATCH t/op/pack.t] Cleanup
29890              From: Michael G Schwern <schwern@pobox.com> 
29891              Date: Sun, 9 Dec 2001 23:08:26 -0500
29892              Message-ID: <20011210040826.GD660@blackrider>
29893      Branch: perl
29894            ! t/op/pack.t
29895 ____________________________________________________________________________
29896 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
29897         Log: Add threads support for NetBSD.
29898              
29899              This is also the first (I think) Perl threads build with
29900              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
29901              NetBSD does not as of yet have true kernel POSIX threads,
29902              but the user-level pth seems to be doing pretty well--
29903              the only failure is that threads/t/basic okays 6 and 7
29904              consistently seem be arriving in the reverse order.
29905              Well, gdbm.t is also failing: 'Undefined PLT symbol
29906              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
29907              guessing that GDBM would need a threaded rebuild.
29908      Branch: perl
29909            ! hints/netbsd.sh
29910 ____________________________________________________________________________
29911 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
29912         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
29913              potential performance hit and change in semantics of closure
29914              lookups after C<undef &foo>)
29915      Branch: maint-5.6/perl
29916            ! op.c
29917 ____________________________________________________________________________
29918 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
29919         Log: metaconfig unit change for #13582.
29920      Branch: metaconfig
29921            ! U/threads/usethreads.U
29922 ____________________________________________________________________________
29923 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
29924         Log: Update the ithreads selection info in Configure,
29925              as suggested by Michael Schwern.
29926      Branch: perl
29927            ! Configure
29928 ____________________________________________________________________________
29929 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
29930         Log: Clearing locale environment simply doesn't seem to
29931              guarantee that (nl_)langinfo(CODESET) would return nil.
29932              (I for example get "ISO8859-1", so <guess>maybe there can
29933              be per-system default settings at work</guess>.)
29934      Branch: perl
29935            ! lib/open.t
29936 ____________________________________________________________________________
29937 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
29938         Log: Subject: RE: Exporter fixes reversed in 13540?
29939              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29940              Date: Sun, 9 Dec 2001 12:55:15 -0500
29941              Message-ID: <3C13F455@operamail.com>
29942      Branch: perl
29943            ! lib/open.pm
29944 ____________________________________________________________________________
29945 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
29946         Log: Root is the lizard king.
29947      Branch: perl
29948            ! lib/Net/t/netrc.t
29949 ____________________________________________________________________________
29950 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
29951         Log: Telling how many tests we are expecting helps.
29952      Branch: perl
29953            ! ext/POSIX/t/waitpid.t
29954 ____________________________________________________________________________
29955 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
29956         Log: Add a test case for waitpid(): from Rocco Caputo.
29957      Branch: perl
29958            + ext/POSIX/t/waitpid.t
29959            ! MANIFEST
29960 ____________________________________________________________________________
29961 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
29962         Log: Subject: [PATCH] Term::ReadLine tweaks and test
29963              From: Richard Clamp <richardc@unixbeard.net>
29964              Date: Mon, 10 Dec 2001 00:51:47 +0000
29965              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
29966      Branch: perl
29967            + lib/Term/ReadLine.t
29968            ! MANIFEST lib/Term/ReadLine.pm
29969 ____________________________________________________________________________
29970 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
29971         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
29972              From: Rocco Caputo <troc@netrus.net>
29973              Date: Sun, 9 Dec 2001 18:12:38 -0500
29974              Message-ID: <20011209181238.A803@eyrie.homenet>
29975      Branch: perl
29976            ! win32/win32.c
29977 ____________________________________________________________________________
29978 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
29979         Log: make sure that va_start() has matching va_end();
29980              from OpenBSD 3.0.
29981      Branch: perl
29982            ! x2p/util.c
29983 ____________________________________________________________________________
29984 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
29985         Log: h2ph updates from OpenBSD 3.0.
29986      Branch: perl
29987            ! utils/h2ph.PL
29988 ____________________________________________________________________________
29989 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
29990         Log: OpenBSD hints update from OpenBSD 3.0.
29991      Branch: perl
29992            ! hints/openbsd.sh
29993 ____________________________________________________________________________
29994 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
29995         Log: DJGPP tweaks from Laszlo Molnar.
29996      Branch: perl
29997            ! djgpp/config.over lib/File/Find/t/find.t
29998            ! lib/File/Find/t/taint.t t/pod/find.t
29999 ____________________________________________________________________________
30000 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
30001         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
30002              From: Michael G Schwern <schwern@pobox.com> 
30003              Date: Sun, 9 Dec 2001 19:28:12 -0500
30004              Message-ID: <20011210002812.GF13586@blackrider>
30005      Branch: perl
30006            ! README.cygwin
30007 ____________________________________________________________________________
30008 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
30009         Log: README.cygwin update from Gerrit P. Haase.
30010      Branch: perl
30011            ! README.cygwin
30012 ____________________________________________________________________________
30013 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
30014         Log: Apply NetBSD patch-ag: shared/static linking,
30015              but make the change less intrusive on non-NetBSD.
30016      Branch: perl
30017            ! lib/ExtUtils/MM_Unix.pm
30018 ____________________________________________________________________________
30019 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
30020         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
30021      Branch: perl
30022            ! lib/ExtUtils/Liblist.pm
30023 ____________________________________________________________________________
30024 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
30025         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
30026      Branch: perl
30027            ! regcomp.c
30028 ____________________________________________________________________________
30029 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
30030         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
30031      Branch: perl
30032            ! pp.c
30033 ____________________________________________________________________________
30034 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
30035         Log: Apply NetBSD patch-ac.
30036              (the fix has already been done: change #9706, fully qualified
30037              pathnames in packlists)
30038      Branch: perl
30039            ! lib/ExtUtils/Install.pm
30040 ____________________________________________________________________________
30041 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
30042         Log: Apply NetBSD patch-ab: NetBSD hints update.
30043      Branch: perl
30044            ! hints/netbsd.sh
30045 ____________________________________________________________________________
30046 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
30047         Log: metaconfig unit changes for #13560.
30048      Branch: metaconfig/U/perl
30049            ! dlsrc.U i_ieeefp.U libperl.U
30050 ____________________________________________________________________________
30051 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
30052         Log: NetBSD has <ieeefp.h> but hidden.
30053      Branch: perl
30054            ! hints/netbsd.sh
30055 ____________________________________________________________________________
30056 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
30057         Log: Implement NetBSD patch-aa.
30058      Branch: perl
30059            ! Configure
30060 ____________________________________________________________________________
30061 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
30062         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
30063              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
30064              Date: Sun, 09 Dec 2001 13:40:58 +0100
30065              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
30066              
30067              (The lstat()s were there in 5.6.1: what happened to them?)
30068      Branch: perl
30069            ! lib/File/Find.pm
30070 ____________________________________________________________________________
30071 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
30072         Log: Quickie documentation of the C UTF-8 API.
30073      Branch: perl
30074            ! pod/perlunicode.pod
30075 ____________________________________________________________________________
30076 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
30077         Log: Subject: bleadperl on cygwin weirdness...
30078              From: "Gerrit P. Haase" <gp@familiehaase.de>
30079              Date: Sun, 9 Dec 2001 20:31:28 +0100
30080              Message-ID: <13779422183.20011209203128@familiehaase.de>          
30081              
30082              (plus libperl*.dll version portability tweaks)
30083      Branch: perl
30084            ! lib/ExtUtils/Embed.t
30085 ____________________________________________________________________________
30086 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
30087         Log: Instead of muting symbol export error if under eval,
30088              delay the errors until the croak().
30089              
30090              (replaces #13408)
30091      Branch: perl
30092            ! lib/Exporter/Heavy.pm
30093 ____________________________________________________________________________
30094 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
30095         Log: Basegroup 0 is a cygwin_nt thing.
30096      Branch: perl
30097            ! t/op/groups.t
30098 ____________________________________________________________________________
30099 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
30100         Log: Also WinME is LoseLink.
30101      Branch: perl
30102            ! t/op/stat.t
30103 ____________________________________________________________________________
30104 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
30105         Log: Forgotten checkin.
30106      Branch: perl
30107            ! lib/User/grent.t
30108 ____________________________________________________________________________
30109 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
30110         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
30111              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
30112              Date: Sun, 09 Dec 2001 13:45:06 +0100
30113              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
30114      Branch: perl
30115            ! lib/File/Find.pm
30116 ____________________________________________________________________________
30117 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
30118         Log: Tweakback.
30119      Branch: perl
30120            ! lib/Net/hostent.t
30121 ____________________________________________________________________________
30122 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
30123         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
30124              From: Michael G Schwern <schwern@pobox.com>
30125              Date: Sat, 8 Dec 2001 14:48:38 -0500
30126              Message-ID: <20011208194838.GA8650@blackrider>
30127      Branch: perl
30128            ! t/op/grent.t
30129 ____________________________________________________________________________
30130 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
30131         Log: Subject: [README.cygwin] Removing old expected test failures
30132              From: Michael G Schwern <schwern@pobox.com>
30133              Date: Sat, 8 Dec 2001 15:38:28 -0500
30134              Message-ID: <20011208203828.GB9017@blackrider>
30135      Branch: perl
30136            ! README.cygwin
30137 ____________________________________________________________________________
30138 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
30139         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
30140              From: Michael G Schwern <schwern@pobox.com>                
30141              Date: Sat, 8 Dec 2001 15:26:59 -0500
30142              Message-ID: <20011208202659.GA9017@blackrider> 
30143      Branch: perl
30144            ! lib/Net/hostent.t
30145 ____________________________________________________________________________
30146 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
30147         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
30148              From: Michael G Schwern <schwern@pobox.com> 
30149              Date: Sat, 8 Dec 2001 15:06:16 -0500
30150              Message-ID: <20011208200616.GA8915@blackrider>
30151      Branch: perl
30152            ! t/op/stat.t
30153 ____________________________________________________________________________
30154 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
30155         Log: Developer deprecations and an incompatibility.
30156      Branch: perl
30157            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
30158 ____________________________________________________________________________
30159 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
30160         Log: Shoo.
30161      Branch: perl
30162            - lib/Attribute/Handlers.pm
30163 ____________________________________________________________________________
30164 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
30165         Log: Remove Attribute::Handlers, as per Damian's request.
30166              (Because of fixing the my variables to be now handled
30167              in run-time, the whole internals of the A::H needs to
30168              be rewritten and Damian will not have time for that
30169              for months.)
30170      Branch: perl
30171            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
30172            - lib/Attribute/Handlers/demo/Demo.pm
30173            - lib/Attribute/Handlers/demo/Descriptions.pm
30174            - lib/Attribute/Handlers/demo/MyClass.pm
30175            - lib/Attribute/Handlers/demo/demo.pl
30176            - lib/Attribute/Handlers/demo/demo2.pl
30177            - lib/Attribute/Handlers/demo/demo3.pl
30178            - lib/Attribute/Handlers/demo/demo4.pl
30179            - lib/Attribute/Handlers/demo/demo_call.pl
30180            - lib/Attribute/Handlers/demo/demo_chain.pl
30181            - lib/Attribute/Handlers/demo/demo_cycle.pl
30182            - lib/Attribute/Handlers/demo/demo_hashdir.pl
30183            - lib/Attribute/Handlers/demo/demo_phases.pl
30184            - lib/Attribute/Handlers/demo/demo_range.pl
30185            - lib/Attribute/Handlers/demo/demo_rawdata.pl
30186            - lib/Attribute/Handlers/t/multi.t
30187            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
30188            ! pod/perlmodlib.pod pod/perltoc.pod
30189 ____________________________________________________________________________
30190 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
30191         Log: Subject: Re: attributes are broken
30192              From: Spider Boardman <spider@Orb.Nashua.NH.US>
30193              Date: Sun, 09 Dec 2001 00:09:23 -0500
30194              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
30195      Branch: perl
30196            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
30197            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
30198            ! xsutils.c
30199 ____________________________________________________________________________
30200 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
30201         Log: Forgotten checkin.
30202      Branch: perl
30203            ! lib/Pod/Text.pm
30204 ____________________________________________________________________________
30205 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
30206         Log: uconfig.h update.
30207      Branch: perl
30208            ! uconfig.h
30209 ____________________________________________________________________________
30210 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
30211         Log: Update Changes.
30212      Branch: perl
30213            ! Changes patchlevel.h
30214 ____________________________________________________________________________
30215 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
30216         Log: Note that some of the Unicode features are
30217              dependent on perlio.
30218      Branch: perl
30219            ! pod/perluniintro.pod
30220 ____________________________________________________________________________
30221 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
30222         Log: Regen perlapi, regen toc.
30223      Branch: perl
30224            ! pod/perlapi.pod pod/perltoc.pod
30225 ____________________________________________________________________________
30226 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
30227         Log: FAQ sync.
30228      Branch: perl
30229            ! pod/perlfaq4.pod pod/perlfaq6.pod
30230 ____________________________________________________________________________
30231 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
30232         Log: Subject: [PATCH] Fix odd language in an sv.c comment
30233              From: coral@eekeek.org
30234              Date: Sat, 8 Dec 2001 12:19:39 -0500
30235              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
30236      Branch: perl
30237            ! sv.c
30238 ____________________________________________________________________________
30239 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
30240         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
30241              From: Michael G Schwern <schwern@pobox.com>
30242              Date: Fri, 7 Dec 2001 20:03:45 -0500
30243              Message-ID: <20011208010345.GD642@blackrider>
30244              
30245              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
30246              From: Michael G Schwern <schwern@pobox.com>
30247              Date: Fri, 7 Dec 2001 20:13:54 -0500
30248              Message-ID: <20011208011354.GE642@blackrider>
30249              
30250              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
30251              From: Michael G Schwern <schwern@pobox.com>
30252              Date: Fri, 7 Dec 2001 21:47:36 -0500
30253              Message-ID: <20011208024736.GH642@blackrider>
30254              
30255              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
30256              From: Michael G Schwern <schwern@pobox.com>
30257              Date: Fri, 7 Dec 2001 23:09:43 -0500
30258              Message-ID: <20011208040943.GK642@blackrider>
30259              
30260              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
30261              Message-Id: <a05101004b83754903506@[172.16.52.1]>
30262              Date: Fri, 7 Dec 2001 23:28:15 -0600
30263              From: "Craig A. Berry" <craigberry@mac.com>
30264      Branch: perl
30265            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
30266 ____________________________________________________________________________
30267 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
30268         Log: Integrate perlio:
30269              
30270              [ 13531]
30271              Tweak multi-arg open error messages
30272              
30273              [ 13530]
30274              Allow multi-arg open() if opening layer declares this legal.
30275      Branch: perl
30276           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
30277           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
30278 ____________________________________________________________________________
30279 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
30280         Log: Retract #11156 since Sarathy has found that it breaks code:
30281              http://bugs.ActiveState.com/show_bug.cgi?id=18457
30282              http://bugs.ActiveState.com/show_bug.cgi?id=18858
30283      Branch: perl
30284            ! op.c sv.c t/op/pos.t
30285 ____________________________________________________________________________
30286 [ 13532] By: nick                                  on 2001/12/08  14:11:12
30287         Log: Integrate mainline
30288      Branch: perlio
30289           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
30290           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
30291 ____________________________________________________________________________
30292 [ 13531] By: nick                                  on 2001/12/08  13:48:21
30293         Log: Tweak multi-arg open error messages
30294      Branch: perlio
30295            ! perlio.c
30296 ____________________________________________________________________________
30297 [ 13530] By: nick                                  on 2001/12/08  10:20:06
30298         Log: Allow multi-arg open() if opening layer declares this legal.
30299      Branch: perlio
30300            ! doio.c perlio.c perliol.h
30301 ____________________________________________________________________________
30302 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
30303         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
30304              From: Michael G Schwern <schwern@pobox.com>       
30305              Date: Fri, 7 Dec 2001 19:41:31 -0500
30306              Message-ID: <20011208004131.GC642@blackrider>
30307      Branch: perl
30308            ! t/run/switches.t t/test.pl
30309 ____________________________________________________________________________
30310 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
30311         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
30312              From: Michael G Schwern <schwern@pobox.com>       
30313              Date: Fri, 7 Dec 2001 19:12:44 -0500
30314              Message-ID: <20011208001244.GB642@blackrider>
30315      Branch: perl
30316            ! t/op/stat.t
30317 ____________________________________________________________________________
30318 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
30319         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
30320              From: Michael G Schwern <schwern@pobox.com>
30321              Date: Fri, 7 Dec 2001 17:28:57 -0500
30322              Message-ID: <20011207222857.GI23210@blackrider>
30323      Branch: perl
30324            ! t/op/magic.t
30325 ____________________________________________________________________________
30326 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
30327         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
30328      Branch: perl
30329            ! t/test.pl
30330 ____________________________________________________________________________
30331 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
30332         Log: which_perl: delay as much a possible till runtime.
30333      Branch: perl
30334            ! t/test.pl
30335 ____________________________________________________________________________
30336 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
30337         Log: Further tweakage to which_perl().
30338      Branch: perl
30339            ! t/test.pl
30340 ____________________________________________________________________________
30341 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
30342         Log: perluniintro tweaks.
30343      Branch: perl
30344            ! pod/perluniintro.pod
30345 ____________________________________________________________________________
30346 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
30347         Log: Tweak the $Perl computation.
30348      Branch: perl
30349            ! t/test.pl
30350 ____________________________________________________________________________
30351 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
30352         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
30353              From: Nicholas Clark <nick@ccl4.org>
30354              Date: Fri, 7 Dec 2001 17:06:56 +0000
30355              Message-ID: <20011207170656.G21702@plum.flirble.org>
30356      Branch: perl
30357            ! doop.c t/op/chop.t
30358 ____________________________________________________________________________
30359 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
30360         Log: Update Changes.
30361      Branch: perl
30362            ! Changes patchlevel.h
30363 ____________________________________________________________________________
30364 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
30365         Log: Missing ).
30366      Branch: perl
30367            ! t/test.pl
30368 ____________________________________________________________________________
30369 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
30370         Log: Allow several arguments to display().
30371      Branch: perl
30372            ! t/test.pl
30373 ____________________________________________________________________________
30374 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
30375         Log: /dev/stdout could be either a character special file
30376              or a named pipe, so let's pretend it doesn't exist.
30377      Branch: perl
30378            ! t/op/stat.t
30379 ____________________________________________________________________________
30380 [ 13516] By: nick                                  on 2001/12/07  15:09:23
30381         Log: Integrate again - can I catch up ?
30382      Branch: perlio
30383           !> t/test.pl
30384 ____________________________________________________________________________
30385 [ 13515] By: nick                                  on 2001/12/07  15:08:17
30386         Log: Integrate mainline some more
30387      Branch: perlio
30388           !> README.hpux hints/linux.sh pod/perlfunc.pod
30389 ____________________________________________________________________________
30390 [ 13514] By: nick                                  on 2001/12/07  15:07:15
30391         Log: Integrate mainline
30392      Branch: perlio
30393           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
30394           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
30395           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
30396           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
30397           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
30398           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
30399           +> t/lib/Math/BigInt/BareCalc.pm
30400            - ext/Devel/PPPort/harness/Harness.pm
30401            - ext/Devel/PPPort/harness/Harness.xs
30402            - ext/Devel/PPPort/harness/Makefile.PL
30403            - ext/Devel/PPPort/harness/module2.c
30404            - ext/Devel/PPPort/harness/module3.c
30405            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
30406            - lib/File/Spec/Functions.t
30407           !> (integrate 103 files)
30408 ____________________________________________________________________________
30409 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
30410         Log: Add display() for displaying icky scalars.
30411      Branch: perl
30412            ! t/test.pl
30413 ____________________________________________________________________________
30414 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
30415         Log: Subject: [ID 20011207.001] documentation bug for waitpid
30416              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
30417              Date: Fri, 7 Dec 2001 12:44:56 +0100
30418              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
30419      Branch: perl
30420            ! pod/perlfunc.pod
30421 ____________________________________________________________________________
30422 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
30423         Log: gcc version matching didn't.
30424      Branch: perl
30425            ! hints/linux.sh
30426 ____________________________________________________________________________
30427 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
30428         Log: Subject: HP renamed their servers              
30429              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30430              Date: Fri, 07 Dec 2001 12:07:22 +0100
30431              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
30432      Branch: perl
30433            ! README.hpux
30434 ____________________________________________________________________________
30435 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
30436         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
30437              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30438              Date: Fri, 7 Dec 2001 00:24:55 -0500
30439              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
30440      Branch: perl
30441            ! pod/perlport.pod
30442 ____________________________________________________________________________
30443 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
30444         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
30445              From: Michael G Schwern <schwern@pobox.com> 
30446              Date: Thu, 6 Dec 2001 22:56:34 -0500
30447              Message-ID: <20011207035634.GO22648@blackrider>
30448      Branch: perl
30449            ! t/base/lex.t t/op/exec.t
30450 ____________________________________________________________________________
30451 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
30452         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
30453              From: Michael G Schwern <schwern@pobox.com>
30454              Date: Thu, 6 Dec 2001 22:45:44 -0500
30455              Message-ID: <20011207034544.GN22648@blackrider>
30456              
30457              (plus op/ref tweak)
30458      Branch: perl
30459            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
30460            ! t/run/kill_perl.t t/test.pl
30461 ____________________________________________________________________________
30462 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
30463         Log: Upgrade to Math::BigInt 1.48.
30464      Branch: perl
30465            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
30466            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30467            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
30468            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
30469            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
30470            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
30471            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
30472 ____________________________________________________________________________
30473 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
30474         Log: Mention also perl56delta in case someone is upgrading from
30475              Perl 5.005_03.
30476      Branch: perl
30477            ! pod/perldelta.pod
30478 ____________________________________________________________________________
30479 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
30480         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30481              From: Michael G Schwern <schwern@pobox.com>
30482              Date: Thu, 6 Dec 2001 15:15:28 -0500
30483              Message-ID: <20011206201528.GF16414@blackrider>
30484              
30485              (just the term.t, not the lex.t)
30486              
30487              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
30488              From: Michael G Schwern <schwern@pobox.com>
30489              Date: Thu, 6 Dec 2001 15:22:22 -0500
30490              Message-ID: <20011206202222.GG16414@blackrider>
30491              
30492              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
30493              From: Michael G Schwern <schwern@pobox.com>
30494              Date: Thu, 6 Dec 2001 15:31:58 -0500
30495              Message-ID: <20011206203158.GI16414@blackrider>
30496              
30497              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
30498              From: Michael G Schwern <schwern@pobox.com>
30499              Date: Thu, 6 Dec 2001 17:38:55 -0500
30500              Message-ID: <20011206223855.GC22648@blackrider>
30501      Branch: perl
30502            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
30503            ! t/test.pl
30504 ____________________________________________________________________________
30505 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
30506         Log: Update the thr5005 situation.
30507      Branch: perl
30508            ! pod/perldelta.pod
30509 ____________________________________________________________________________
30510 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
30511         Log: perldelta borrowings from perl561delta.
30512      Branch: perl
30513            ! pod/perldelta.pod
30514 ____________________________________________________________________________
30515 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
30516         Log: Add the 5.6.1 perldelta as perl561delta.
30517              (Makes it easier to steal stuff for perldelta :-)
30518      Branch: perl
30519            + pod/perl561delta.pod
30520            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30521 ____________________________________________________________________________
30522 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
30523         Log: Retract #13496 for now.
30524      Branch: perl
30525            ! t/base/lex.t t/base/term.t
30526 ____________________________________________________________________________
30527 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
30528         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
30529              From: "Craig A. Berry" <craigberry@mac.com>
30530              Date: Thu, 6 Dec 2001 14:54:36 -0600
30531              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
30532      Branch: perl
30533            ! vms/ext/filespec.t
30534 ____________________________________________________________________________
30535 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
30536         Log: (retracted by #13499)
30537              
30538              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30539              From: Michael G Schwern <schwern@pobox.com>
30540              Date: Thu, 6 Dec 2001 15:15:28 -0500
30541              Message-ID: <20011206201528.GF16414@blackrider>
30542      Branch: perl
30543            ! t/base/lex.t t/base/term.t
30544 ____________________________________________________________________________
30545 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
30546         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
30547              From: Michael G Schwern <schwern@pobox.com>
30548              Date: Thu, 6 Dec 2001 13:54:48 -0500
30549              Message-ID: <20011206185448.GC16414@blackrider>
30550      Branch: perl
30551            ! t/op/stat.t
30552 ____________________________________________________________________________
30553 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
30554         Log: The #4 has nothing to do with Unicode.
30555      Branch: perl
30556            ! t/op/tr.t
30557 ____________________________________________________________________________
30558 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
30559         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
30560              From: Michael G Schwern <schwern@pobox.com>
30561              Date: Thu, 6 Dec 2001 13:45:48 -0500
30562              Message-ID: <20011206184548.GB16414@blackrider>
30563      Branch: perl
30564            ! t/op/tr.t
30565 ____________________________________________________________________________
30566 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
30567         Log: Update Changes.
30568      Branch: perl
30569            ! Changes patchlevel.h
30570 ____________________________________________________________________________
30571 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
30572         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
30573              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30574              Date: Thu, 6 Dec 2001 11:41:25 EST
30575              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
30576      Branch: perl
30577            ! vms/vms.c vms/vmsish.h
30578 ____________________________________________________________________________
30579 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
30580         Log: Subject: [PATCH] Re: weirdness in regexps
30581              From: Robin Houston <robin@kitsite.com> 
30582              Date: Thu, 6 Dec 2001 14:44:01 +0000
30583              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
30584      Branch: perl
30585            ! op.c t/lib/strict/subs
30586 ____________________________________________________________________________
30587 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
30588         Log: Make the -b -c -S tests count all of the /dev, not just
30589              check the first one, as suggested by Benjamin Goldberg.
30590      Branch: perl
30591            ! t/op/stat.t
30592 ____________________________________________________________________________
30593 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
30594         Log: Subject: Re: [PATCH: bleadperl] casefold backref
30595              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30596              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
30597              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
30598      Branch: perl
30599            ! regexec.c
30600 ____________________________________________________________________________
30601 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
30602         Log: Nits noticed by Philip Newton, and de-tab DB.t.
30603      Branch: perl
30604            ! lib/DB.t
30605 ____________________________________________________________________________
30606 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
30607         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
30608              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30609              Date: 6 Dec 2001 11:06:01 -0000
30610              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
30611      Branch: perl
30612            ! op.c t/op/tr.t
30613 ____________________________________________________________________________
30614 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
30615         Log: Subject: [PATCH: bleadperl] casefold backref
30616              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30617              Date: Wed, 05 Dec 2001 17:27:05 +0000
30618              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
30619      Branch: perl
30620            ! regexec.c t/op/re_tests
30621 ____________________________________________________________________________
30622 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
30623         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
30624              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30625              Date: Wed, 5 Dec 2001 22:34:53 EST
30626              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
30627      Branch: perl
30628            ! mg.c vms/vms.c vms/vmsish.h
30629 ____________________________________________________________________________
30630 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
30631         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
30632              From: Michael G Schwern <schwern@pobox.com>
30633              Date: Wed, 5 Dec 2001 19:52:58 -0500
30634              Message-ID: <20011205195257.A903@blackrider>
30635      Branch: perl
30636            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
30637            + lib/File/Spec/t/rel2abs2rel.t
30638            - lib/File/Spec.t lib/File/Spec/Functions.t
30639            ! MANIFEST
30640 ____________________________________________________________________________
30641 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
30642         Log: Subject: Re: Silly stat() portability questions                
30643              From: Benjamin Goldberg <goldbb2@earthlink.net>
30644              Date: Wed, 05 Dec 2001 22:52:35 -0500
30645              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
30646      Branch: perl
30647            ! pod/perlport.pod
30648 ____________________________________________________________________________
30649 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
30650         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
30651              From: "Craig A. Berry" <craigberry@mac.com>
30652              Date: Wed, 05 Dec 2001 16:41:59 -0600
30653              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
30654      Branch: perl
30655            ! README.vms configure.com lib/File/Spec/VMS.pm
30656            ! vms/ext/filespec.t
30657 ____________________________________________________________________________
30658 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
30659         Log: $apply->('club', $glibc_maintainers);
30660              
30661              (Nick Clark just reported that <langinfo.h> YESSTR
30662              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
30663      Branch: perl
30664            ! ext/I18N/Langinfo/Langinfo.t
30665 ____________________________________________________________________________
30666 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
30667         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
30668      Branch: perl
30669            ! pod/perlport.pod
30670 ____________________________________________________________________________
30671 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
30672         Log: tweak change#13474 (pad entries can apparently be null in some
30673              situations)
30674      Branch: maint-5.6/perl
30675            ! op.c
30676 ____________________________________________________________________________
30677 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
30678         Log: Restore the /dev -b -c -S part of the test.
30679      Branch: perl
30680            ! t/op/stat.t
30681 ____________________________________________________________________________
30682 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
30683         Log: Retract #13475 until Arthur gets back to the mine.
30684      Branch: perl
30685            ! op.c t/run/kill_perl.t
30686 ____________________________________________________________________________
30687 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
30688         Log: (retracted by #13476)
30689              
30690              Manually apply #13474; fixes stale reference to dead
30691              CvOUTSIDE(); this can happen when anonymous subroutines
30692              that aren't closures are returned from an eval""
30693              
30694              (threads/shared/sv_refs.t is coredump-unhappy about this change)
30695      Branch: perl
30696            ! op.c t/run/kill_perl.t
30697 ____________________________________________________________________________
30698 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
30699         Log: replacement for change#10451
30700              
30701              fixes stale reference to dead CvOUTSIDE(); this can happen when
30702              anonymous subroutines that aren't closures are returned from an
30703              eval""
30704      Branch: maint-5.6/perl
30705            ! op.c t/op/misc.t
30706 ____________________________________________________________________________
30707 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
30708         Log: revert change#10451,10472; it was a naive fix that simply
30709              reintroduced the memory leak!
30710      Branch: maint-5.6/perl
30711            ! op.c t/op/misc.t
30712 ____________________________________________________________________________
30713 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
30714         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
30715              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30716              Date: Wed, 05 Dec 2001 10:49:20 +0100
30717              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
30718      Branch: perl
30719            ! lib/File/Basename.pm lib/File/Basename.t
30720 ____________________________________________________________________________
30721 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
30722         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
30723              From: Michael G Schwern <schwern@pobox.com> 
30724              Date: Wed, 5 Dec 2001 02:47:59 -0500
30725              Message-ID: <20011205024759.H14333@blackrider>
30726      Branch: perl
30727            ! t/op/magic.t
30728 ____________________________________________________________________________
30729 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
30730         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
30731              From: Michael G Schwern <schwern@pobox.com>              
30732              Date: Wed, 5 Dec 2001 02:22:05 -0500
30733              Message-ID: <20011205022205.F14333@blackrider>
30734      Branch: perl
30735            ! t/op/stat.t vms/test.com
30736 ____________________________________________________________________________
30737 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
30738         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30739              From: Michael G Schwern <schwern@pobox.com> 
30740              Date: Tue, 4 Dec 2001 23:40:10 -0500
30741              Message-ID: <20011204234010.B14333@blackrider>
30742      Branch: perl
30743            ! t/op/stat.t
30744 ____________________________________________________________________________
30745 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
30746         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30747              From: Michael G Schwern <schwern@pobox.com> 
30748              Date: Tue, 4 Dec 2001 21:09:18 -0500           
30749              Message-ID: <20011204210918.D13279@blackrider>
30750              
30751              t/test.
30752      Branch: perl
30753            ! t/test.pl
30754 ____________________________________________________________________________
30755 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
30756         Log: (accidentally empty check-in)
30757      Branch: perl
30758            ! t/op/stat.t
30759 ____________________________________________________________________________
30760 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
30761         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
30762              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30763              Date: Tue, 04 Dec 2001 23:40:27 +0100
30764              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
30765      Branch: perl
30766            ! mg.c
30767 ____________________________________________________________________________
30768 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
30769         Log: Subject: [PATCH] minor pod fix in Safe.pm
30770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30771              Date: Tue, 4 Dec 2001 22:02:34 +0100
30772              Message-ID: <20011204220234.A17293@rafael>
30773      Branch: perl
30774            ! ext/Opcode/Safe.pm
30775 ____________________________________________________________________________
30776 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
30777         Log: CRLF GRRR.
30778      Branch: perl
30779            ! djgpp/configure.bat
30780 ____________________________________________________________________________
30781 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
30782         Log: DJGPP fixes from Laszlo Molnar.
30783      Branch: perl
30784            ! djgpp/configure.bat djgpp/djgpp.h
30785 ____________________________________________________________________________
30786 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
30787         Log: Update Changes.
30788      Branch: perl
30789            ! Changes patchlevel.h
30790 ____________________________________________________________________________
30791 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
30792         Log: Must wipe out the memory of real Socket before starting
30793              to use the new fake one.
30794      Branch: perl
30795            ! lib/Net/t/config.t
30796 ____________________________________________________________________________
30797 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
30798         Log: LC_ALL might trump LANG.
30799      Branch: perl
30800            ! lib/open.t
30801 ____________________________________________________________________________
30802 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
30803         Log: Make the eval runtime.
30804      Branch: perl
30805            ! lib/open.pm
30806 ____________________________________________________________________________
30807 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
30808         Log: Make the Langinfo test both more lenient (allow
30809              for any symbol not to exists) and stricter (add
30810              more symbols).
30811      Branch: perl
30812            ! ext/I18N/Langinfo/Langinfo.t
30813 ____________________________________________________________________________
30814 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
30815         Log: integrate change#13453 from maint-5.6
30816              
30817              tweak change#11399 to use an explicit flag rather than
30818              ass_u_ming w32_pseudo_id will only be zero for the real
30819              toplevel interpreter; avoids multiple hosts from diddling
30820              the environment at the same time
30821      Branch: perl
30822           !> win32/perlhost.h
30823 ____________________________________________________________________________
30824 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
30825         Log: Subject: [PATCH] VMS update for perldelta.pod
30826              From: "Craig A. Berry" <craigberry@mac.com> 
30827              Date: Tue, 4 Dec 2001 00:23:12 -0600
30828              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
30829      Branch: perl
30830            ! pod/perldelta.pod
30831 ____________________________________________________________________________
30832 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
30833         Log: NetWare tweak from Ananth Kesari.
30834      Branch: perl
30835            ! NetWare/Makefile
30836 ____________________________________________________________________________
30837 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
30838         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
30839              Not adding the test suite because of its many assumptions.
30840      Branch: perl
30841            ! lib/Net/Ping.pm
30842 ____________________________________________________________________________
30843 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
30844         Log: tweak change#11399 to use an explicit flag rather than
30845              ass_u_ming w32_pseudo_id will only be zero for the real
30846              toplevel interpreter; avoids multiple hosts from diddling
30847              the environment at the same time
30848      Branch: maint-5.6/perl
30849            ! win32/perlhost.h
30850 ____________________________________________________________________________
30851 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
30852         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
30853              from Len Makin.
30854      Branch: perl
30855            + hints/super-ux.sh
30856            ! MANIFEST
30857 ____________________________________________________________________________
30858 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
30859         Log: Add Mac OS X known failures to perldelta.
30860      Branch: perl
30861            ! pod/perldelta.pod
30862 ____________________________________________________________________________
30863 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
30864         Log: I think it's time to call the utf8 code non-test.
30865      Branch: perl
30866            ! utf8.c
30867 ____________________________________________________________________________
30868 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
30869         Log: Retract #13303, need rethink.
30870      Branch: perl
30871            ! utf8.c
30872 ____________________________________________________________________________
30873 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
30874         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
30875              From: "Craig A. Berry" <craigberry@mac.com>
30876              Date: Mon, 03 Dec 2001 16:28:06 -0600
30877              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
30878      Branch: perl
30879            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
30880 ____________________________________________________________________________
30881 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
30882         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
30883              From: Andy Dougherty <doughera@lafayette.edu>
30884              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
30885              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
30886      Branch: perl
30887            ! hints/solaris_2.sh
30888 ____________________________________________________________________________
30889 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
30890         Log: This test is not very robust on 8.3-constrained systems:
30891              all the "with truncated name" lines between "Autosplitting ..."
30892              and "some names are not unique" lines are unexpected,
30893              and the truncation message becomes:
30894              testtest.al, testtest.al truncate to testtest 
30895      Branch: perl
30896            ! lib/AutoSplit.t
30897 ____________________________________________________________________________
30898 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
30899         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
30900      Branch: perl
30901            ! ext/I18N/Langinfo/Langinfo.t
30902 ____________________________________________________________________________
30903 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
30904         Log: Test::Morify UCD.t
30905      Branch: perl
30906            ! lib/Unicode/UCD.t
30907 ____________________________________________________________________________
30908 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
30909         Log: If Socket has not been built (e.g. DJGPP) the libnet
30910              tests fall over with (too) much noise.
30911      Branch: perl
30912            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
30913            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
30914            ! lib/Net/t/smtp.t lib/Net/t/time.t
30915 ____________________________________________________________________________
30916 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
30917         Log: Subject: [PATCH] shared hash keys and ++/--
30918              From: Nicholas Clark <nick@ccl4.org>
30919              Date: Mon, 3 Dec 2001 16:37:16 +0000
30920              Message-ID: <20011203163716.C21702@plum.flirble.org>
30921      Branch: perl
30922            ! pp.c pp_hot.c sv.c t/op/inc.t
30923 ____________________________________________________________________________
30924 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
30925         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
30926              From: Jonathan Stowe <jns@gellyfish.com>
30927              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
30928              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
30929      Branch: perl
30930            ! lib/Term/Cap.pm
30931 ____________________________________________________________________________
30932 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
30933         Log: Update Changes.
30934      Branch: perl
30935            ! Changes patchlevel.h
30936 ____________________________________________________________________________
30937 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
30938         Log: perldelta tweaks.
30939      Branch: perl
30940            ! pod/perldelta.pod
30941 ____________________________________________________________________________
30942 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
30943         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
30944              From: Sam Tregar <sam@tregar.com> 
30945              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
30946              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
30947      Branch: perl
30948            ! pod/perlnewmod.pod
30949 ____________________________________________________________________________
30950 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
30951         Log: microperl casting nit.
30952      Branch: perl
30953            ! utf8.c
30954 ____________________________________________________________________________
30955 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
30956         Log: Make sharepvn a macro since all it does is a deref.
30957      Branch: perl
30958            ! embed.h embed.pl global.sym hv.c hv.h proto.h
30959 ____________________________________________________________________________
30960 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
30961         Log: perldelta updates.
30962      Branch: perl
30963            ! pod/perldelta.pod
30964 ____________________________________________________________________________
30965 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
30966         Log: PPPort update from Paul Marquess.
30967      Branch: perl
30968            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
30969            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
30970            + ext/Devel/PPPort/t/test.t
30971            - ext/Devel/PPPort/harness/Harness.pm
30972            - ext/Devel/PPPort/harness/Harness.xs
30973            - ext/Devel/PPPort/harness/Makefile.PL
30974            - ext/Devel/PPPort/harness/module2.c
30975            - ext/Devel/PPPort/harness/module3.c
30976            - ext/Devel/PPPort/harness/t/test.t
30977            ! MANIFEST ext/Devel/PPPort/MANIFEST
30978            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30979            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
30980            ! ext/Devel/PPPort/soak
30981 ____________________________________________________________________________
30982 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
30983         Log: No use talking about dynamic library search patch
30984              unless we are having a dynamic build.
30985      Branch: perl
30986            ! t/TEST
30987 ____________________________________________________________________________
30988 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
30989         Log: Be more explicit on the List::Util build trick,
30990              should also stop unneeded rebuilds on static builds.
30991      Branch: perl
30992            ! ext/List/Util/Makefile.PL
30993 ____________________________________________________________________________
30994 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
30995         Log: We need to replace the optimize (-O1) with
30996              the -h scalar0 -h vector0, not append them
30997              to the ccflags.
30998      Branch: perl
30999            ! hints/unicos.sh hints/unicosmk.sh
31000 ____________________________________________________________________________
31001 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
31002         Log: Subject: [PATCH] Shared hash keys 
31003              From: Nicholas Clark <nick@ccl4.org>
31004              Date: Sun, 2 Dec 2001 20:52:32 +0000
31005              Message-ID: <20011202205232.U21702@plum.flirble.org>
31006      Branch: perl
31007            ! doop.c t/op/tr.t
31008 ____________________________________________________________________________
31009 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
31010         Log: Better add new files to MANIFEST, too.
31011      Branch: perl
31012            ! MANIFEST
31013 ____________________________________________________________________________
31014 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
31015         Log: Subject: {PATCH] perlpacktut.pod
31016              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
31017              Date: Sun, 02 Dec 2001 19:55:06 +0100
31018              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
31019      Branch: perl
31020            ! pod/perlpacktut.pod
31021 ____________________________________________________________________________
31022 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
31023         Log: Various small nits found by DJGPP build.
31024      Branch: perl
31025            ! doio.c mg.c pp.c util.c
31026 ____________________________________________________________________________
31027 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
31028         Log: Subject: RE: More verbose POD for Carp
31029              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
31030              Date: Sun, 2 Dec 2001 11:32:51 -0500
31031              Message-ID: <3C0A9748@operamail.com>
31032      Branch: perl
31033            ! lib/Carp.pm
31034 ____________________________________________________________________________
31035 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
31036         Log: Add a header for DJGPP with the function prototypes.
31037      Branch: perl
31038            + djgpp/djgpp.h
31039            ! MANIFEST djgpp/djgpp.c
31040 ____________________________________________________________________________
31041 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
31042         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
31043              From: Abe Timmerman <abe@ztreet.demon.nl>
31044              Date: Sun, 02 Dec 2001 02:41:25 +0100
31045              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
31046      Branch: perl
31047            ! pp_sys.c
31048 ____________________________________________________________________________
31049 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
31050         Log: There isn't PTR2INT(), there's PTR2IV().
31051      Branch: perl
31052            ! ext/Time/HiRes/HiRes.xs
31053 ____________________________________________________________________________
31054 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
31055         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
31056              From: Marc Lehmann <root@schmorp.de>
31057              Date: Sun, 02 Dec 2001 02:44:53 +0100
31058              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
31059      Branch: perl
31060            ! ext/Time/HiRes/HiRes.xs
31061 ____________________________________________________________________________
31062 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
31063         Log: encode()/decode() examples.
31064      Branch: perl
31065            ! ext/Encode/Encode.pm
31066 ____________________________________________________________________________
31067 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
31068         Log: DJGPP tweaks from Laszlo Molnar.
31069      Branch: perl
31070            ! djgpp/config.over djgpp/djgppsed.sh
31071 ____________________________________________________________________________
31072 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
31073         Log: Update Changes.
31074      Branch: perl
31075            ! Changes patchlevel.h
31076 ____________________________________________________________________________
31077 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
31078         Log: Integrate perlio:
31079              
31080              [ 13409]
31081              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
31082              have file descriptors. Noticed a possibly worse problem in the process ...
31083      Branch: perl
31084           !> doio.c
31085 ____________________________________________________________________________
31086 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
31087         Log: Non-VMS-fixed and Win32-skipped version of
31088              
31089              Subject: [PATCH t/op/exec.t] Portabilty fix 
31090              From: Michael G Schwern <schwern@pobox.com> 
31091              Date: Fri, 30 Nov 2001 16:09:27 -0500
31092              Message-ID: <20011130160927.A10406@blackrider>
31093      Branch: perl
31094            ! t/op/exec.t
31095 ____________________________________________________________________________
31096 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
31097         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
31098              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31099              Date: Sat, 1 Dec 2001 07:01:09 -0500
31100              Message-ID: <3C0D2E39@operamail.com>
31101              
31102              Subject: More verbose POD for Carp
31103              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31104              Date: Sat, 1 Dec 2001 08:04:16 -0500
31105              Message-ID: <3C285C2B@operamail.com>
31106      Branch: perl
31107            ! lib/Carp.pm lib/Carp/Heavy.pm
31108 ____________________________________________________________________________
31109 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
31110         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
31111              From: chromatic <chromatic@rmci.net>
31112              Date: Sat, 01 Dec 2001 12:41:58 -0700
31113              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
31114      Branch: perl
31115            ! lib/DB.t
31116 ____________________________________________________________________________
31117 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
31118         Log: Try to make a missing RADIXCHAR a softer kinder error.
31119      Branch: perl
31120            ! ext/I18N/Langinfo/Langinfo.t
31121 ____________________________________________________________________________
31122 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
31123         Log: Have a little faith on nl_langinfo() itself.
31124      Branch: perl
31125            ! ext/I18N/Langinfo/Langinfo.xs
31126 ____________________________________________________________________________
31127 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
31128         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
31129              the max, not max plus one)
31130      Branch: perl
31131            ! ext/I18N/Langinfo/Langinfo.xs
31132 ____________________________________________________________________________
31133 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
31134         Log: Make reality agree with the comment.
31135      Branch: perl
31136            ! ext/I18N/Langinfo/Langinfo.xs
31137 ____________________________________________________________________________
31138 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
31139         Log: Try to protect against wild langinfo() arguments.
31140      Branch: perl
31141            ! ext/I18N/Langinfo/Langinfo.xs
31142 ____________________________________________________________________________
31143 [ 13409] By: nick                                  on 2001/12/01  18:19:59
31144         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
31145              have file descriptors. Noticed a possibly worse problem in the process ...
31146      Branch: perlio
31147            ! doio.c
31148 ____________________________________________________________________________
31149 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
31150         Log: (replaced by #13556)
31151              
31152              If we are inside an eval, let's be silent about
31153              separate symbols and just croak() in the end.
31154      Branch: perl
31155            ! lib/Exporter/Heavy.pm
31156 ____________________________________________________________________________
31157 [ 13407] By: nick                                  on 2001/12/01  17:14:05
31158         Log: Integrate mainline
31159      Branch: perlio
31160           !> (integrate 26 files)
31161 ____________________________________________________________________________
31162 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
31163         Log: Subject: Fix for Exporter error reporting behaviour
31164              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
31165              Date: Sat, 1 Dec 2001 06:34:48 -0500
31166              Message-ID: <3C0D1B9A@operamail.com>
31167      Branch: perl
31168            ! lib/Exporter.pm lib/Exporter/Heavy.pm
31169 ____________________________________________________________________________
31170 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
31171         Log: Need to hide behind an eval to avoid a warning
31172              about :utf8 on non-perlio configs.
31173      Branch: perl
31174            ! lib/open.t
31175 ____________________________________________________________________________
31176 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
31177         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
31178              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31179              Date: Fri, 30 Nov 2001 23:46:58 +0100
31180              Message-ID: <20011130234658.A717@rafael>
31181      Branch: perl
31182            ! op.c t/op/method.t
31183 ____________________________________________________________________________
31184 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
31185         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
31186              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31187              Date: Thu, 29 Nov 2001 22:46:12 +0100
31188              Message-ID: <20011129224612.A699@rafael>
31189      Branch: perl
31190            ! ext/B/B/Xref.pm
31191 ____________________________________________________________________________
31192 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
31193         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
31194              From: Tels <perl_dummy@bloodgate.com>
31195              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
31196              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
31197      Branch: perl
31198            ! pod/perlfunc.pod
31199 ____________________________________________________________________________
31200 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
31201         Log: Subject: [REPATCH] reference pointer comparison
31202              From: Nicholas Clark <nick@ccl4.org>
31203              Date: Sat, 1 Dec 2001 13:00:17 +0000
31204              Message-ID: <20011201130017.I21702@plum.flirble.org>
31205      Branch: perl
31206            ! pp.c
31207 ____________________________________________________________________________
31208 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
31209         Log: Upgrade to Storable 1.0.14.
31210      Branch: perl
31211            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31212 ____________________________________________________________________________
31213 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
31214         Log: Add simple caches for ::viacode() and ::vianame().
31215      Branch: perl
31216            ! lib/charnames.pm lib/charnames.t
31217 ____________________________________________________________________________
31218 [ 13398] By: nick                                  on 2001/12/01  10:36:24
31219         Log: Integrate mainline.
31220      Branch: perlio
31221           +> (branch 44 files)
31222            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
31223            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
31224            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
31225           !> (integrate 250 files)
31226 ____________________________________________________________________________
31227 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
31228         Log: Regen toc and modlib.
31229      Branch: perl
31230            ! pod/perlmodlib.pod pod/perltoc.pod
31231 ____________________________________________________________________________
31232 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
31233         Log: Upgrade to podlators-1.18.
31234      Branch: perl
31235            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
31236 ____________________________________________________________________________
31237 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
31238         Log: -h scalar0 -h vector0 seems to help for both
31239              UNICOS and UNICOS/mk on the unpack %65c problems.
31240              
31241              (replaces #13393)
31242      Branch: perl
31243            ! hints/unicos.sh hints/unicosmk.sh
31244 ____________________________________________________________________________
31245 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
31246         Log: More Socket constants.
31247      Branch: perl
31248            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
31249 ____________________________________________________________________________
31250 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
31251         Log: (replaced by #13395)
31252      Branch: perl
31253            ! hints/unicosmk.sh
31254 ____________________________________________________________________________
31255 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
31256         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
31257              From: Andy Dougherty <doughera@lafayette.edu>
31258              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
31259              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
31260              
31261              Simplify the test skippage criterion now that we are
31262              no more dependent on sed.
31263      Branch: perl
31264            ! t/comp/cpp.t t/run/switchPx.t
31265 ____________________________________________________________________________
31266 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
31267         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
31268              From: Michael G Schwern <schwern@pobox.com>
31269              Date: Fri, 30 Nov 2001 11:48:44 -0500
31270              Message-ID: <20011130114844.C1303@blackrider>
31271              
31272              (replaces #13381)
31273      Branch: perl
31274            ! t/op/stat.t
31275 ____________________________________________________________________________
31276 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
31277         Log: Let's not assume how much memory has been allocated
31278              to PVs.
31279      Branch: perl
31280            ! ext/Devel/Peek/Peek.t
31281 ____________________________________________________________________________
31282 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
31283         Log: VOS needs to know the modules, including pp_sort.
31284      Branch: perl
31285            ! vos/perl.bind
31286 ____________________________________________________________________________
31287 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
31288         Log: Unused variables.
31289      Branch: perl
31290            ! ext/Unicode/Normalize/Normalize.xs
31291 ____________________________________________________________________________
31292 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
31293         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
31294              From: John Peacock <jpeacock@rowman.com>     
31295              Date: Fri, 30 Nov 2001 10:24:00 -0500        
31296              Message-ID: <3C07A490.A22A76B0@rowman.com>   
31297      Branch: perl
31298            ! lib/ExtUtils/Embed.t
31299 ____________________________________________________________________________
31300 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
31301         Log: Tweak for the VOS building script from Paul Green.
31302      Branch: perl
31303            ! vos/configure_perl.cm
31304 ____________________________________________________________________________
31305 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
31306         Log: Update Changes.
31307      Branch: perl
31308            ! Changes patchlevel.h
31309 ____________________________________________________________________________
31310 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
31311         Log: Cannot test if cppstdin has not yet been installed.
31312      Branch: perl
31313            ! t/run/switchPx.t
31314 ____________________________________________________________________________
31315 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
31316         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
31317              From: Michael G Schwern <schwern@pobox.com> 
31318              Date: Thu, 29 Nov 2001 22:05:11 -0500
31319              Message-ID: <20011129220510.A18869@blackrider>
31320              
31321              TODO 1: if cppstdin is used and not yet installed,
31322              the Px.t will fail (must do the same as in cpp.t)
31323              
31324              TODO 2: does this work if no Perl whatsoever has
31325              yet been installed?  That is, we should be using
31326              the Perl we are building to execute the one-liner.
31327      Branch: perl
31328            + t/run/switchPx.aux t/run/switchPx.t
31329            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
31330            ! vms/test.com
31331 ____________________________________________________________________________
31332 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
31333         Log: Upgrade to Unicode::Normalize 0.12.
31334      Branch: perl
31335            ! ext/Unicode/Normalize/Changes
31336            ! ext/Unicode/Normalize/Normalize.pm
31337            ! ext/Unicode/Normalize/Normalize.xs
31338            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
31339            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
31340            ! ext/Unicode/Normalize/t/test.t
31341 ____________________________________________________________________________
31342 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
31343         Log: (replaced by #13391)
31344              
31345              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
31346              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
31347              Date: 30 Nov 2001 11:41:53 -0000             
31348              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
31349              
31350              No need to die if we have high-paranoia (non-chdirable)
31351              system directories.
31352      Branch: perl
31353            ! t/op/stat.t
31354 ____________________________________________________________________________
31355 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
31356         Log: Paragraph rewrapping.
31357      Branch: perl
31358            ! pod/perliol.pod
31359 ____________________________________________________________________________
31360 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
31361         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
31362              From: Stas Bekman <stas@stason.org>
31363              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
31364              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
31365      Branch: perl
31366            ! pod/perliol.pod
31367 ____________________________________________________________________________
31368 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
31369         Log: Whether select() gets restarted on signals is
31370              implementation dependent.
31371      Branch: perl
31372            ! ext/Time/HiRes/HiRes.t
31373 ____________________________________________________________________________
31374 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
31375         Log: More forgotten checkins.
31376      Branch: perl
31377            ! embed.h embed.pl proto.h
31378 ____________________________________________________________________________
31379 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
31380         Log: Add a note about folding vs lowercase.
31381      Branch: perl
31382            ! regexec.c
31383 ____________________________________________________________________________
31384 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
31385         Log: Use to_uni_fold (and add changed global.sym)
31386      Branch: perl
31387            ! global.sym utf8.c
31388 ____________________________________________________________________________
31389 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
31390         Log: Make to Unicode character functions to use UVs
31391              instead of U32s and add to_uni_fold().
31392      Branch: perl
31393            ! embed.pl proto.h utf8.c
31394 ____________________________________________________________________________
31395 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
31396         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
31397              From: Nicholas Clark <nick@ccl4.org>
31398              Date: Thu, 29 Nov 2001 22:47:32 +0000
31399              Message-ID: <20011129224732.W37621@plum.flirble.org>
31400      Branch: perl
31401            ! pod/perlpacktut.pod
31402 ____________________________________________________________________________
31403 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
31404         Log: README.vos updates from Paul Green.
31405      Branch: perl
31406            ! README.vos
31407 ____________________________________________________________________________
31408 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
31409         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
31410              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31411              Date: Thu, 29 Nov 2001 14:18:51 EST
31412              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
31413      Branch: perl
31414            ! mg.c vms/vms.c vms/vmsish.h
31415 ____________________________________________________________________________
31416 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
31417         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
31418              From: Michael G Schwern <schwern@pobox.com>
31419              Date: Thu, 29 Nov 2001 13:12:31 -0500
31420              Message-ID: <20011129131231.E11300@blackrider>
31421      Branch: perl
31422            ! README.vms
31423 ____________________________________________________________________________
31424 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
31425         Log: BGET_IV was missing.
31426      Branch: perl
31427            ! ext/ByteLoader/bytecode.h
31428 ____________________________________________________________________________
31429 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
31430         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
31431              From: Jonathan Stowe <gellyfish@gellyfish.com>
31432              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
31433              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
31434      Branch: perl
31435            ! lib/Term/Cap.pm
31436 ____________________________________________________________________________
31437 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
31438         Log: Porting/checkURL.pl was missing.
31439      Branch: perl
31440            ! MANIFEST
31441 ____________________________________________________________________________
31442 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
31443         Log: Subject: INSTALL and READMEs should be reviewed
31444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31445              Date: Thu, 29 Nov 2001 16:49:36 +0100
31446              Message-ID: <20011129164936.A17492@rafael>         
31447      Branch: perl
31448            ! README.cygwin
31449 ____________________________________________________________________________
31450 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
31451         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
31452              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
31453              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
31454              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
31455      Branch: perl
31456            ! README.os390
31457 ____________________________________________________________________________
31458 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
31459         Log: Update Changes.
31460      Branch: perl
31461            ! Changes patchlevel.h
31462 ____________________________________________________________________________
31463 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
31464         Log: The changes to the curliffed files didn't stick in #13348.
31465      Branch: perl
31466            ! README.dos README.win32
31467 ____________________________________________________________________________
31468 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
31469         Log: Subject: Re: Found the rev where File::Glob broke
31470              From: Andy Dougherty <doughera@lafayette.edu>
31471              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
31472              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
31473      Branch: perl
31474            ! lib/ExtUtils/MM_Unix.pm
31475 ____________________________________________________________________________
31476 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
31477         Log: Use __DATA__ instead of __END__.
31478      Branch: perl
31479            ! lib/Term/Cap.pm
31480 ____________________________________________________________________________
31481 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
31482         Log: Subject: [PATCH toke.c] autosplit into @F fix
31483              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31484              Date: Thu, 29 Nov 2001 14:52:23 +0100
31485              Message-ID: <20011129145223.A25817@rafael>         
31486      Branch: perl
31487            ! toke.c
31488 ____________________________________________________________________________
31489 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
31490         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
31491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31492              Date: Thu, 29 Nov 2001 15:48:15 +0100
31493              Message-ID: <20011129154815.C25817@rafael>         
31494      Branch: perl
31495            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
31496 ____________________________________________________________________________
31497 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
31498         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
31499              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31500              Date: Wed, 28 Nov 2001 20:35:29 +0100
31501              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
31502      Branch: perl
31503            ! pod/perlpacktut.pod
31504 ____________________________________________________________________________
31505 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
31506         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
31507              From: Stas Bekman <stas@stason.org>
31508              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
31509              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
31510              
31511              (with tweaks)
31512      Branch: perl
31513            ! pod/perlapio.pod
31514 ____________________________________________________________________________
31515 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
31516         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31517              From: Tels <perl_dummy@bloodgate.com>
31518              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
31519              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
31520              
31521              (plus paragraph rewrapping)
31522      Branch: perl
31523            ! lib/Exporter.pm
31524 ____________________________________________________________________________
31525 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
31526         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
31527              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
31528              Date: Wed, 28 Nov 2001 21:47:59 +0000
31529              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
31530      Branch: perl
31531            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31532 ____________________________________________________________________________
31533 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
31534         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
31535              From: Andy Dougherty <doughera@lafayette.edu>
31536              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
31537              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
31538      Branch: perl
31539            ! INSTALL ext/Time/HiRes/HiRes.t
31540 ____________________________________________________________________________
31541 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
31542         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
31543              From: Michael G Schwern <schwern@pobox.com> 
31544              Date: Wed, 28 Nov 2001 16:37:01 -0500
31545              Message-ID: <20011128163701.H676@blackrider>
31546      Branch: perl
31547            ! t/run/kill_perl.t
31548 ____________________________________________________________________________
31549 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
31550         Log: @INC tweak.
31551      Branch: perl
31552            ! t/op/ref.t
31553 ____________________________________________________________________________
31554 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
31555         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
31556              From: Nicholas Clark <nick@ccl4.org>
31557              Date: Wed, 28 Nov 2001 23:38:43 +0000
31558              Message-ID: <20011128233843.N37621@plum.flirble.org>  
31559      Branch: perl
31560            ! installman
31561 ____________________________________________________________________________
31562 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
31563         Log: Tweak the forking logic.
31564      Branch: perl
31565            ! Porting/checkURL.pl
31566 ____________________________________________________________________________
31567 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
31568         Log: Update perlmodlib.PL as per #13348.  The L<> got
31569              changed back because that is coming from ParseLink.pm.
31570      Branch: perl
31571            ! pod/perlmodlib.PL pod/perlmodlib.pod
31572 ____________________________________________________________________________
31573 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
31574         Log: URL fixups from Michael Schwern.
31575      Branch: perl
31576            ! README.cygwin README.dos README.hpux README.mint README.mpeix
31577            ! README.os390 README.qnx README.solaris README.vos README.win32
31578            ! pod/perlmodlib.pod
31579 ____________________________________________________________________________
31580 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
31581         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31582              From: Barrie Slaymaker <barries@slaysys.com>
31583              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
31584              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
31585      Branch: perl
31586            ! lib/Exporter.pm
31587 ____________________________________________________________________________
31588 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
31589         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
31590      Branch: perl
31591            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
31592 ____________________________________________________________________________
31593 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
31594         Log: Subject: [PATCH] Re: $\ very broken
31595              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31596              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
31597              Message-ID: <20011128223308.E732@rafael>   
31598              
31599              Subject: Re: [PATCH] Re: $\ very broken     
31600              From: Nicholas Clark <nick@ccl4.org>
31601              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
31602              Message-ID: <20011128222859.K37621@plum.flirble.org>
31603      Branch: perl
31604            ! mg.c t/op/ref.t
31605 ____________________________________________________________________________
31606 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
31607         Log: Add Abigail's link checker with the following tweaks:
31608              - known dummy URLs (Peter Prymmer)
31609              - do also READMEs and INSTALL (Michael Schwern)
31610              - do also ftp URLs
31611              - add fork retry loop in case the allowed number
31612              of processes per user is low
31613      Branch: perl
31614            + Porting/checkURL.pl
31615            ! MANIFEST
31616 ____________________________________________________________________________
31617 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
31618         Log: Update Changes.
31619      Branch: perl
31620            ! Changes patchlevel.h
31621 ____________________________________________________________________________
31622 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
31623         Log: In Linux if we have modern enough gcc and supported
31624              enough CPU, crank up the optimization level to -O3.
31625      Branch: perl
31626            ! hints/linux.sh
31627 ____________________________________________________________________________
31628 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
31629         Log: Add perlpacktut from Wolfgang Laun; regen toc.
31630      Branch: perl
31631            + pod/perlpacktut.pod
31632            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
31633            ! pod/perltoc.pod
31634 ____________________________________________________________________________
31635 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
31636         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
31637              From: PPrymmer@factset.com
31638              Date: Wed, 28 Nov 2001 07:51:26 -0500
31639              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
31640      Branch: perl
31641            ! vms/test.com
31642 ____________________________________________________________________________
31643 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
31644         Log: Test cases for the first half of #13338.
31645      Branch: perl
31646            ! t/lib/h2ph.h t/lib/h2ph.pht
31647 ____________________________________________________________________________
31648 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
31649         Log: Subject: Re: h2ph confused by comments in an enum.
31650              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31651              Date: Wed, 28 Nov 2001 04:19:21 +0000
31652              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
31653              
31654              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
31655              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31656              Date: Wed, 28 Nov 2001 13:36:35 +0000
31657              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
31658      Branch: perl
31659            ! utils/h2ph.PL
31660 ____________________________________________________________________________
31661 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
31662         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
31663              From: Jonathan Stowe <gellyfish@gellyfish.com>
31664              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
31665              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
31666              
31667              (replace #13327)
31668      Branch: perl
31669            ! lib/Term/Cap.pm
31670 ____________________________________________________________________________
31671 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
31672         Log: Replace #13335 with
31673              
31674              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
31675              From: Russ Allbery <rra@stanford.edu>
31676              Date: 27 Nov 2001 20:42:49 -0800
31677              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
31678      Branch: perl
31679            ! lib/Pod/Text/Termcap.pm
31680 ____________________________________________________________________________
31681 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
31682         Log: (replaced by #13336)
31683              
31684              Subject: [PATCH perl@13323] Termcap.pm with no termios
31685              From: "Craig A. Berry" <craigberry@mac.com> 
31686              Date: Tue, 27 Nov 2001 22:28:50 -0600
31687              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
31688      Branch: perl
31689            ! lib/Pod/Text/Termcap.pm
31690 ____________________________________________________________________________
31691 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
31692         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
31693              From: "Craig A. Berry" <craigberry@mac.com> 
31694              Date: Tue, 27 Nov 2001 21:46:45 -0600
31695              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
31696      Branch: perl
31697            ! configure.com
31698 ____________________________________________________________________________
31699 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
31700         Log: Upgrade to podlators 1.17.
31701      Branch: perl
31702            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
31703            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31704 ____________________________________________________________________________
31705 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
31706         Log: Fix for "a\x{100}" =~ /A/i.
31707      Branch: perl
31708            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
31709            ! utf8.c
31710 ____________________________________________________________________________
31711 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
31712         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
31713              From: "Craig A. Berry" <craigberry@mac.com>
31714              Date: Tue, 27 Nov 2001 17:11:49 -0600
31715              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
31716      Branch: perl
31717            ! lib/DB.t
31718 ____________________________________________________________________________
31719 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
31720         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
31721              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31722              Date: Tue, 27 Nov 2001 14:55:23 -0500
31723              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
31724              
31725              Subject: [PATCH: perl@13324] updates to perldelta.pod 
31726              From: PPrymmer@factset.com
31727              Date: Tue, 27 Nov 2001 18:06:04 -0500
31728              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
31729              
31730              plus added some known problems.
31731      Branch: perl
31732            ! pod/perldelta.pod
31733 ____________________________________________________________________________
31734 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
31735         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
31736              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31737              Date: Tue, 27 Nov 2001 15:38:02 EST 
31738              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
31739      Branch: perl
31740            ! configure.com vms/vms.c vms/vmsish.h
31741 ____________________________________________________________________________
31742 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
31743         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
31744              From: Michael G Schwern <schwern@pobox.com> 
31745              Date: Tue, 27 Nov 2001 15:31:12 -0500
31746              Message-ID: <20011127153112.G20929@blackrider>
31747      Branch: perl
31748            ! t/run/kill_perl.t
31749 ____________________________________________________________________________
31750 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
31751         Log: (replaced by #13337)
31752              
31753              VMS can safely hardcode a termcap entry for VT100.
31754      Branch: perl
31755            ! lib/Term/Cap.pm
31756 ____________________________________________________________________________
31757 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
31758         Log: VMS piping fixes from Charles Lane (perl -P should
31759              be working now).
31760      Branch: perl
31761            ! vms/vms.c
31762 ____________________________________________________________________________
31763 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
31764         Log: Subject: [PATCH] perlvar.pod fix
31765              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31766              Date: Tue, 27 Nov 2001 13:11:47 -0500
31767              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
31768      Branch: perl
31769            ! pod/perlvar.pod
31770 ____________________________________________________________________________
31771 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
31772         Log: Update Changes.
31773      Branch: perl
31774            ! Changes patchlevel.h
31775 ____________________________________________________________________________
31776 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
31777         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
31778              From: "Craig A. Berry" <craigberry@mac.com> 
31779              Date: Tue, 27 Nov 2001 10:21:18 -0600
31780              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
31781      Branch: perl
31782            ! lib/ExtUtils/MM_VMS.pm
31783 ____________________________________________________________________________
31784 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
31785         Log: Protect against accumulating -options -options -options.
31786      Branch: perl
31787            ! hints/hpux.sh
31788 ____________________________________________________________________________
31789 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
31790         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
31791              From: Barrie Slaymaker <barries@slaysys.com>
31792              Date: Tue, 27 Nov 2001 10:58:54 -0500
31793              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
31794      Branch: perl
31795            ! lib/Benchmark.pm
31796 ____________________________________________________________________________
31797 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
31798         Log: Tiny fix from John P. Linderman.
31799      Branch: perl
31800            ! lib/sort.pm
31801 ____________________________________________________________________________
31802 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
31803         Log: The Story of sort(), from John P. Linderman.
31804      Branch: perl
31805            ! pod/perldelta.pod
31806 ____________________________________________________________________________
31807 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
31808         Log: Add information what to do if you are reading
31809              perluniintro but using some older Perl.
31810      Branch: perl
31811            ! pod/perluniintro.pod
31812 ____________________________________________________________________________
31813 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
31814         Log: Update the 'wide characters' FAQ entry.
31815      Branch: perl
31816            ! pod/perlfaq6.pod
31817 ____________________________________________________________________________
31818 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
31819         Log: Fix for
31820              
31821              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
31822              From: Marc Lehmann <root@schmorp.de>
31823              Date: Tue, 27 Nov 2001 14:27:14 +0100
31824              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
31825      Branch: perl
31826            ! ext/Encode.t ext/Encode/Encode.xs
31827 ____________________________________________________________________________
31828 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
31829         Log: Subject: [PATCH] DB_File 1.801
31830              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31831              Date: Tue, 27 Nov 2001 15:06:45 -0000
31832              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
31833      Branch: perl
31834            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31835            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31836 ____________________________________________________________________________
31837 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
31838         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
31839      Branch: perl
31840            ! pod/perlmodlib.pod
31841 ____________________________________________________________________________
31842 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
31843         Log: sort() doc tweaks from John P. Linderman.
31844      Branch: perl
31845            ! pod/perlfunc.pod
31846 ____________________________________________________________________________
31847 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
31848         Log: Subject: [PATCH] More perldelta.pod nits
31849              From: Simon Glover <scog@roe.ac.uk>
31850              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
31851              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
31852      Branch: perl
31853            ! pod/perldelta.pod
31854 ____________________________________________________________________________
31855 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
31856         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
31857              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31858              Date: Tue, 27 Nov 2001 11:52:31 -0000
31859              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
31860      Branch: perl
31861            ! ext/Devel/PPPort/harness/Makefile.PL
31862 ____________________________________________________________________________
31863 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
31864         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
31865              From: Michael G Schwern <schwern@pobox.com>
31866              Date: Tue, 27 Nov 2001 03:38:24 -0500
31867              Message-ID: <20011127033824.A17775@blackrider>
31868      Branch: perl
31869            ! t/TEST
31870 ____________________________________________________________________________
31871 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
31872         Log: Subject: Re: perlcc very broken
31873              From: John Peacock <jpeacock@rowman.com>
31874              Date: Tue, 27 Nov 2001 06:48:01 -0500
31875              Message-ID: <3C037D71.4030508@rowman.com>
31876      Branch: perl
31877            ! utils/perlcc.PL
31878 ____________________________________________________________________________
31879 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
31880         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
31881              From: David Dyck <dcd@tc.fluke.com>
31882              Date: Mon, 26 Nov 2001 22:04:38 -0800
31883              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
31884      Branch: perl
31885            ! t/op/pack.t
31886 ____________________________________________________________________________
31887 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
31888         Log: Subject: [ID 20011126.149] t/op/split fails step 37
31889              From: David Dyck <dcd@tc.fluke.com>
31890              Date: Mon, 26 Nov 2001 21:52:35 -0800
31891              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
31892      Branch: perl
31893            ! t/op/split.t
31894 ____________________________________________________________________________
31895 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
31896         Log: incorporate last minute change from libnet 1.0901-tobe
31897      Branch: perl
31898            ! lib/Net/SMTP.pm
31899 ____________________________________________________________________________
31900 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
31901         Log: Pass 7 at perldelta - random edits.
31902      Branch: perl
31903            ! pod/perldelta.pod
31904 ____________________________________________________________________________
31905 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
31906         Log: Portability and skippage tweaks.
31907      Branch: perl
31908            ! t/op/split.t
31909 ____________________________________________________________________________
31910 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
31911         Log: (retracted by #13449)
31912              Try to make Unicode casemapping to work for EBCDIC, too.
31913      Branch: perl
31914            ! utf8.c
31915 ____________________________________________________________________________
31916 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
31917         Log: Just printing 1..0 is not quite enough...
31918      Branch: perl
31919            ! lib/Dumpvalue.t
31920 ____________________________________________________________________________
31921 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
31922         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
31923              Delay the match until runtime.
31924      Branch: perl
31925            ! t/op/append.t
31926 ____________________________________________________________________________
31927 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
31928         Log: UTF-EBCDIC.
31929      Branch: perl
31930            ! ext/Devel/Peek/Peek.t
31931 ____________________________________________________________________________
31932 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
31933         Log: Be UTF-EBCDIC aware.
31934      Branch: perl
31935            ! lib/bytes.t
31936 ____________________________________________________________________________
31937 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
31938         Log: Bad assumption which way digits and letters sort.
31939      Branch: perl
31940            ! lib/English.t
31941 ____________________________________________________________________________
31942 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
31943         Log: If in EBCDIC but no Convert::EBCDIC
31944              the libnet tests will all fail.
31945      Branch: perl
31946            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
31947            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
31948            ! lib/Net/t/smtp.t lib/Net/t/time.t
31949 ____________________________________________________________________________
31950 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
31951         Log: Just sorting to guarantee order is not enough.
31952              (Think EBCDIC.) 
31953      Branch: perl
31954            ! lib/ExtUtils/Manifest.t
31955 ____________________________________________________________________________
31956 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
31957         Log: OS/390 cleanable gunk.
31958      Branch: perl
31959            ! lib/ExtUtils/MM_Unix.pm
31960 ____________________________________________________________________________
31961 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
31962         Log: Update the EBCDIC MD5 checksums.
31963      Branch: perl
31964            ! ext/Digest/MD5/t/files.t
31965 ____________________________________________________________________________
31966 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
31967         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31968              From: Nicholas Clark <nick@ccl4.org>
31969              Date: Mon, 26 Nov 2001 23:06:34 +0000
31970              Message-ID: <20011126230633.Q37621@plum.flirble.org>
31971      Branch: perl
31972            ! installman
31973 ____________________________________________________________________________
31974 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
31975         Log: sort tweaks from John P. Linderman.
31976      Branch: perl
31977            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
31978 ____________________________________________________________________________
31979 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
31980         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
31981              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
31982              Date: Mon, 26 Nov 2001 18:47:25 -0600
31983              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
31984              
31985              Craig Berry submitted half of this patch just yesterday.
31986              Spooky cosmic resonance.
31987      Branch: perl
31988            ! ext/Socket/Socket.xs
31989 ____________________________________________________________________________
31990 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
31991         Log: Subject: [PATCH] doio slightly smaller
31992              From: Nicholas Clark <nick@ccl4.org>
31993              Date: Tue, 27 Nov 2001 00:40:23 +0000      
31994              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
31995      Branch: perl
31996            ! doio.c
31997 ____________________________________________________________________________
31998 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
31999         Log: perldelta nits from Autrijus Tang and Ron Kimball.
32000      Branch: perl
32001            ! pod/perldelta.pod
32002 ____________________________________________________________________________
32003 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
32004         Log: Subject: [PATCH] unpack P* uses random length for item
32005              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
32006              Date: Mon, 26 Nov 2001 19:56:32 +0100
32007              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
32008      Branch: perl
32009            ! pod/perldiag.pod pp_pack.c t/op/pack.t
32010 ____________________________________________________________________________
32011 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
32012         Log: Subject: [PATCH current] system and taintedness
32013              From: Radu Greab <radu@netsoft.ro>
32014              Date: Mon, 26 Nov 2001 18:42:29 +0200
32015              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
32016      Branch: perl
32017            ! pp_sys.c t/op/taint.t
32018 ____________________________________________________________________________
32019 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
32020         Log: Subject: [PATCH @ 13283] Devel::PPPort
32021              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32022              Date: Mon, 26 Nov 2001 14:37:17 -0000
32023              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
32024      Branch: perl
32025            + ext/Devel/PPPort/MANIFEST
32026            ! MANIFEST ext/Devel/PPPort/Makefile.PL
32027            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
32028            ! ext/Devel/PPPort/harness/Harness.xs
32029            ! ext/Devel/PPPort/harness/Makefile.PL
32030            ! ext/Devel/PPPort/harness/module2.c
32031            ! ext/Devel/PPPort/harness/module3.c
32032            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32033 ____________________________________________________________________________
32034 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
32035         Log: Update the test list.
32036      Branch: perl
32037            ! t/lib/1_compile.t
32038 ____________________________________________________________________________
32039 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
32040         Log: Sync-up tests with libnet distribution
32041      Branch: perl
32042            + lib/Net/t/netrc.t
32043            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
32044 ____________________________________________________________________________
32045 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
32046         Log: Update Changes.
32047      Branch: perl
32048            ! Changes patchlevel.h
32049 ____________________________________________________________________________
32050 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
32051         Log: Upgrade to podlators 1.16.
32052      Branch: perl
32053            + lib/Pod/t/basic.cap
32054            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
32055            ! lib/Pod/t/basic.t pod/pod2man.PL
32056 ____________________________________________________________________________
32057 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
32058         Log: Pass 6 at perldelta - sort enhancements, generic and
32059              platform specific bug fixes.
32060      Branch: perl
32061            ! pod/perldelta.pod
32062 ____________________________________________________________________________
32063 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
32064         Log: PROPAGATE documentation from Tony Cook.
32065      Branch: perl
32066            ! pod/perlfunc.pod
32067 ____________________________________________________________________________
32068 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
32069         Log: DJGPP cannot do signals that well.
32070      Branch: perl
32071            ! ext/POSIX/t/sigaction.t
32072 ____________________________________________________________________________
32073 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
32074         Log: Can't do subsecond alarms without ualarm; and break out
32075              early if alarms do not seem to be coming in as expected.
32076      Branch: perl
32077            ! ext/Time/HiRes/HiRes.t
32078 ____________________________________________________________________________
32079 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
32080         Log: No Socket, little Net.
32081      Branch: perl
32082            ! t/lib/1_compile.t
32083 ____________________________________________________________________________
32084 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
32085         Log: Take the taint brush to the getcwds.
32086      Branch: perl
32087            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
32088 ____________________________________________________________________________
32089 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
32090         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
32091              From: "Craig A. Berry" <craigberry@mac.com>
32092              Date: Sun, 25 Nov 2001 16:20:45 -0600
32093              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
32094      Branch: perl
32095            ! ext/Socket/Socket.xs
32096 ____________________________________________________________________________
32097 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
32098         Log: Since in some DOS filesystems the timestamp granularity
32099              may be only two seconds, better sleep for three to play safe.
32100              (Helps CygWin, at least.)
32101      Branch: perl
32102            ! lib/Memoize/t/expire_file.t
32103 ____________________________________________________________________________
32104 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
32105         Log: For some reason CygWin wasn't collapsing multiple
32106              slashes into one, which made some Spec.t tests to fail.
32107              Either CygWin was being too prudish or the collapsing
32108              logic needs to be rethunk.
32109      Branch: perl
32110            ! lib/File/Spec/Unix.pm
32111 ____________________________________________________________________________
32112 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
32113         Log: Cygwin needs to have libperl.dll around if trying to link
32114              with -lperl.  Note: this change cures the test but whether
32115              it cures CygPerl installation, I don't know: hopefully the
32116              libperl5_7_2.dll, or the version equivalent, gets installed
32117              also as libperl.dll to the proper place(s).
32118      Branch: perl
32119            ! lib/ExtUtils/Embed.t
32120 ____________________________________________________________________________
32121 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
32122         Log: -I../lib/.. and -L../lib/..?  Strange.
32123      Branch: perl
32124            ! lib/ExtUtils/Embed.t
32125 ____________________________________________________________________________
32126 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
32127         Log: $MM?
32128      Branch: perl
32129            ! lib/ExtUtils/Embed.pm
32130 ____________________________________________________________________________
32131 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
32132         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
32133              From: Dave Rolsky <autarch@urth.org>
32134              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
32135              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
32136      Branch: perl
32137            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
32138            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32139 ____________________________________________________________________________
32140 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
32141         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
32142              From: chromatic <chromatic@rmci.net>
32143              Date: Sat, 24 Nov 2001 14:56:57 -0700
32144              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
32145              
32146              plus a tweak for ithreads builds.
32147      Branch: perl
32148            + lib/DB.t
32149            ! MANIFEST lib/DB.pm
32150 ____________________________________________________________________________
32151 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
32152         Log: Win32 compilation tweaks for Blair Zajac.
32153      Branch: perl
32154            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
32155 ____________________________________________________________________________
32156 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
32157         Log: I don't think trying to bracket the hires time with lores
32158              times is going to be portable enough: Cygwin seems to be
32159              capable of getting hires ones rather consistently lower
32160              than the lores ones.  So let's try average difference instead.
32161      Branch: perl
32162            ! ext/Time/HiRes/HiRes.t
32163 ____________________________________________________________________________
32164 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
32165         Log: Subject: Re: benchmarks, sorts and reproducibility
32166              From: "John P. Linderman" <jpl@research.att.com>
32167              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
32168              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
32169              
32170              Randomize large partitions for quicksort to dodge the
32171              angry gods of quadratic.
32172      Branch: perl
32173            ! pp_sort.c
32174 ____________________________________________________________________________
32175 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
32176         Log: The joys of portable quoting.
32177      Branch: perl
32178            ! ext/Devel/PPPort/harness/Makefile.PL
32179 ____________________________________________________________________________
32180 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
32181         Log: sort pragma tweaks.
32182      Branch: perl
32183            ! lib/sort.pm
32184 ____________________________________________________________________________
32185 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
32186         Log: Skip the link= directives of utils.lst if no mandir
32187              (if no manpages).
32188      Branch: perl
32189            ! installman
32190 ____________________________________________________________________________
32191 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
32192         Log: integrate changes#8340,13260 from mainline
32193              
32194              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
32195              
32196              change#3373 introduced a handle leak in backticks and piped open()s
32197              that fail
32198      Branch: maint-5.6/perl
32199            ! t/io/pipe.t util.c
32200 ____________________________________________________________________________
32201 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
32202         Log: change#3373 introduced a handle leak in backticks and piped open()s
32203              that fail
32204      Branch: perl
32205            ! util.c
32206 ____________________________________________________________________________
32207 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
32208         Log: metaconfig unit change for #13258.
32209      Branch: metaconfig/U/perl
32210            ! d_procselfexe.U
32211 ____________________________________________________________________________
32212 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
32213         Log: Extraenous breaks noticed by David Dyck.
32214      Branch: perl
32215            ! Configure
32216 ____________________________________________________________________________
32217 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
32218         Log: Revert the /proc/self/auxv experiment for now.
32219      Branch: perl
32220            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
32221 ____________________________________________________________________________
32222 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
32223         Log: Also ExtUtils.t had $^X assumptions.
32224      Branch: perl
32225            ! lib/ExtUtils.t
32226 ____________________________________________________________________________
32227 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
32228         Log: Now is Solaris if you start the t/perl in the t/
32229              as "./perl", the $^X will be "../perl", not "./perl".
32230      Branch: perl
32231            ! t/lib/1_compile.t
32232 ____________________________________________________________________________
32233 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
32234         Log: The new way of finding out $^X in Solaris
32235              requires a little tweak if the executable
32236              pathname is *not* absolute: prepend "./"
32237              (otherwise `$^X ...` will start perl from PATH...)
32238      Branch: perl
32239            ! perl.c
32240 ____________________________________________________________________________
32241 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
32242         Log: Avoid "will not stay shared" warnings.
32243      Branch: perl
32244            ! lib/ExtUtils/MM_Unix.pm
32245 ____________________________________________________________________________
32246 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
32247         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
32248              From: Michael G Schwern <schwern@pobox.com>
32249              Date: Sat, 24 Nov 2001 19:56:18 -0500
32250              Message-ID: <20011124195618.A14614@blackrider>            
32251      Branch: perl
32252            ! perl.c pp_sys.c t/op/magic.t util.c
32253 ____________________________________________________________________________
32254 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
32255         Log: In the MakeMaker pm_to_blib target don't copy all
32256              the files in one fell swoop, deal with them hunkwise,
32257              helps for CLIs with limited line lengths.
32258              (This seems to help for DJGPP building Encode,
32259              where there are dozens of files to copy.)
32260      Branch: perl
32261            ! lib/ExtUtils/MM_Unix.pm
32262 ____________________________________________________________________________
32263 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
32264         Log: testsuite leaves stray files behind on windows
32265      Branch: perl
32266            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
32267 ____________________________________________________________________________
32268 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
32269         Log: xsubpp produces a spurious warning on directories called 'typemap'
32270      Branch: perl
32271            ! lib/ExtUtils/xsubpp
32272 ____________________________________________________________________________
32273 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
32274         Log: xsubpp treats invalid (indented) cpp directives as comments
32275      Branch: perl
32276            ! ext/IO/IO.xs
32277 ____________________________________________________________________________
32278 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
32279         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
32280      Branch: perl
32281            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
32282 ____________________________________________________________________________
32283 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
32284         Log: The debug_pag needs to be visible at all times
32285              because of the re extension.
32286      Branch: perl
32287            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
32288 ____________________________________________________________________________
32289 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
32290         Log: Subject: Re: [PATCH] Tests are good
32291              From: Philip Newton <Philip.Newton@gmx.net>
32292              Date: Sat, 24 Nov 2001 21:24:00 +0100
32293              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
32294      Branch: perl
32295            ! pod/perlhack.pod
32296 ____________________________________________________________________________
32297 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
32298         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
32299              From: "Craig A. Berry" <craigberry@mac.com> 
32300              Date: Sat, 24 Nov 2001 12:45:44 -0600
32301              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
32302              
32303              (with tweaks, and combined with Sarathy's #13242)
32304      Branch: perl
32305            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
32306 ____________________________________________________________________________
32307 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
32308         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
32309              From: John Peacock <jpeacock@rowman.com>
32310              Date: Sat, 24 Nov 2001 14:27:46 -0500
32311              Message-ID: <3BFFF4B2.40509@rowman.com> 
32312      Branch: perl
32313            ! lib/Exporter/Heavy.pm
32314 ____________________________________________________________________________
32315 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
32316         Log: use portable quotes
32317      Branch: perl
32318            ! ext/Devel/PPPort/harness/Makefile.PL
32319 ____________________________________________________________________________
32320 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
32321         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
32322              From: Nicholas Clark <nick@ccl4.org>
32323              Date: Sat, 24 Nov 2001 18:06:26 +0000
32324              Message-ID: <20011124180626.T37621@plum.flirble.org>
32325      Branch: perl
32326            ! installman
32327 ____________________________________________________________________________
32328 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
32329         Log: Subject: [PATCH] perl5005delta.pod L<>
32330              From: Nicholas Clark <nick@ccl4.org>
32331              Date: Sat, 24 Nov 2001 18:04:21 +0000
32332              Message-ID: <20011124180421.S37621@plum.flirble.org>
32333      Branch: perl
32334            ! pod/perl5005delta.pod
32335 ____________________________________________________________________________
32336 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
32337         Log: fix typo in config.vc; regenerate win32 config_H.* files
32338      Branch: perl
32339            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32340            ! win32/config_H.vc
32341 ____________________________________________________________________________
32342 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
32343         Log: Mention the charnames::vianame().
32344      Branch: perl
32345            ! pod/perluniintro.pod
32346 ____________________________________________________________________________
32347 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
32348         Log: Add charnames::vianame() in case people want to access
32349              the codes in run-time (as opposed to the compile-timeness
32350              of \N{...}).
32351      Branch: perl
32352            ! lib/charnames.pm lib/charnames.t
32353 ____________________________________________________________________________
32354 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
32355         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
32356              From: Nicholas Clark <nick@ccl4.org>
32357              Date: Sat, 24 Nov 2001 16:30:42 +0000
32358              Message-ID: <20011124163042.R37621@plum.flirble.org>
32359      Branch: perl
32360            ! regcomp.c regcomp.h
32361 ____________________________________________________________________________
32362 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
32363         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
32364              From: Nicholas Clark <nick@ccl4.org>
32365              Date: Sat, 24 Nov 2001 16:24:33 +0000
32366              Message-ID: <20011124162433.Q37621@plum.flirble.org>
32367              
32368              cmp fixes.
32369      Branch: perl
32370            ! pp.c
32371 ____________________________________________________________________________
32372 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
32373         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
32374              (It seems that "./perl" gets resolved to "perl" now.)
32375      Branch: perl
32376            ! perl.c
32377 ____________________________________________________________________________
32378 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
32379         Log: Subject: [PATCH] DB_File 1.800        
32380              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
32381              Date: Sat, 24 Nov 2001 11:41:41 -0000
32382              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
32383      Branch: perl
32384            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32385            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
32386            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32387            ! ext/DB_File/t/db-recno.t
32388 ____________________________________________________________________________
32389 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
32390         Log: Tweak the PUSHED documentation.
32391      Branch: perl
32392            ! ext/PerlIO/Via/Via.pm
32393 ____________________________________________________________________________
32394 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
32395         Log: Update 1_compile for new known tests.
32396      Branch: perl
32397            ! t/lib/1_compile.t
32398 ____________________________________________________________________________
32399 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
32400         Log: Move the MBF/MBI test modules to t/lib.
32401      Branch: perl
32402            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
32403            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32404            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32405            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
32406            ! lib/Math/BigInt/t/sub_mbi.t
32407 ____________________________________________________________________________
32408 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
32409         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
32410              From: "Craig A. Berry" <craigberry@mac.com> 
32411              Date: Fri, 23 Nov 2001 18:05:35 -0600
32412              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
32413      Branch: perl
32414            ! configure.com
32415 ____________________________________________________________________________
32416 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
32417         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
32418              From: PPrymmer@factset.com 
32419              Date: Fri, 23 Nov 2001 17:03:07 -0500
32420              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
32421      Branch: perl
32422            ! ext/Unicode/Normalize/mkheader
32423 ____________________________________________________________________________
32424 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
32425         Log: Here are the right helper files.
32426      Branch: perl
32427            + t/lib/Filter/Simple/ExportTest.pm
32428            + t/lib/Filter/Simple/FilterOnlyTest.pm
32429            + t/lib/Filter/Simple/FilterTest.pm
32430            + t/lib/Filter/Simple/ImportTest.pm
32431            ! MANIFEST
32432 ____________________________________________________________________________
32433 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
32434         Log: Update Changes.
32435      Branch: perl
32436            ! Changes patchlevel.h
32437 ____________________________________________________________________________
32438 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
32439         Log: Never mind.
32440      Branch: perl
32441            - lib/Filter/Simple/lib/ExportTest.pm
32442            - lib/Filter/Simple/lib/ImportTest.pm
32443 ____________________________________________________________________________
32444 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
32445         Log: Mis-add.
32446      Branch: perl
32447            + lib/Filter/Simple/lib/ExportTest.pm
32448            + lib/Filter/Simple/lib/ImportTest.pm
32449 ____________________________________________________________________________
32450 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
32451         Log: Upgrade to Filter::Simple 0.77.
32452      Branch: perl
32453            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
32454            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
32455            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
32456            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
32457            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32458 ____________________________________________________________________________
32459 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
32460         Log: Missing p4 add.
32461      Branch: perl
32462            + lib/ExtUtils/MM_VMS.t
32463 ____________________________________________________________________________
32464 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
32465         Log: Pass 5 at perldelta - module and utility updates cleanup.
32466      Branch: perl
32467            ! pod/perldelta.pod
32468 ____________________________________________________________________________
32469 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
32470         Log: metaconfig unit change for #13219.
32471      Branch: metaconfig/U/perl
32472            ! d_procselfexe.U
32473 ____________________________________________________________________________
32474 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
32475         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
32476      Branch: perl
32477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32478            ! pod/buildtoc.PL pod/perltoc.pod
32479 ____________________________________________________________________________
32480 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
32481         Log: Add procselfexe and d_dirfd to strange lands.
32482      Branch: perl
32483            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32484            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32485            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32486            ! win32/config.gc win32/config.vc win32/config.win64
32487            ! wince/config.ce
32488 ____________________________________________________________________________
32489 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
32490         Log: metaconfig unit change for #13216.
32491      Branch: metaconfig/U/perl
32492            ! d_procselfexe.U
32493 ____________________________________________________________________________
32494 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
32495         Log: Better to "quote" the pathname.
32496      Branch: perl
32497            ! Configure config_h.SH
32498 ____________________________________________________________________________
32499 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
32500         Log: Use PROCSELFEXE_PATH.
32501      Branch: perl
32502            ! perl.c
32503 ____________________________________________________________________________
32504 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
32505         Log: metaconfig unit change for #13213.
32506      Branch: metaconfig/U/perl
32507            ! d_procselfexe.U
32508 ____________________________________________________________________________
32509 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
32510         Log: Add probing for BSD-like /proc/curproc/file.
32511      Branch: perl
32512            ! Configure config_h.SH
32513 ____________________________________________________________________________
32514 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
32515         Log: metaconfig unit change for 13211.
32516      Branch: metaconfig/U/perl
32517            + d_dirfd.U
32518 ____________________________________________________________________________
32519 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
32520         Log: Add probing for dirfd() so that it can be added it IO::Dir.
32521      Branch: perl
32522            ! Configure config_h.SH perl.h
32523 ____________________________________________________________________________
32524 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
32525         Log: ...and update the test count.
32526      Branch: perl
32527            ! lib/Pod/t/basic.t
32528 ____________________________________________________________________________
32529 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
32530         Log: Must remove the cap test also from the test script.
32531      Branch: perl
32532            ! lib/Pod/t/basic.t
32533 ____________________________________________________________________________
32534 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
32535         Log: Subject: [PATCH] Tests are good
32536              From: Nicholas Clark <nick@ccl4.org>
32537              Date: Fri, 23 Nov 2001 18:12:21 +0000
32538              Message-ID: <20011123181220.F37621@plum.flirble.org>
32539      Branch: perl
32540            ! pod/perlhack.pod
32541 ____________________________________________________________________________
32542 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
32543         Log: The basic.cap from podlators 1.14 is not very portable.
32544      Branch: perl
32545            - lib/Pod/t/basic.cap
32546            ! MANIFEST
32547 ____________________________________________________________________________
32548 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
32549         Log: Subject: Re: [DOC PATCHES] pod cleanups
32550              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32551              Date: 22 Nov 2001 12:54:16 -0000
32552              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
32553      Branch: perl
32554            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
32555            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
32556 ____________________________________________________________________________
32557 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
32558         Log: FAQ sync.
32559      Branch: perl
32560            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32561 ____________________________________________________________________________
32562 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
32563         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
32564              From: PPrymmer@factset.com
32565              Date: Fri, 23 Nov 2001 11:43:45 -0500
32566              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
32567      Branch: perl
32568            ! MANIFEST lib/ExtUtils/MM_VMS.pm
32569 ____________________________________________________________________________
32570 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
32571         Log: Corify podlators 1.14 test.
32572      Branch: perl
32573            ! lib/Pod/t/basic.t
32574 ____________________________________________________________________________
32575 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
32576         Log: Output tweak needed because of podlators 1.14.
32577      Branch: perl
32578            ! t/pod/multiline_items.xr
32579 ____________________________________________________________________________
32580 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
32581         Log: Upgrade to podlators 1.14.
32582      Branch: perl
32583            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
32584            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
32585            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
32586            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
32587            ! lib/Pod/Text/Overstrike.pm
32588 ____________________________________________________________________________
32589 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
32590         Log: perlmodinstall tweaks from Philip Newton.
32591      Branch: perl
32592            ! pod/perlmodinstall.pod
32593 ____________________________________________________________________________
32594 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
32595         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
32596              From: Autrijus Tang <autrijus@autrijus.org>           
32597              Date: Fri, 23 Nov 2001 23:55:53 +0800
32598              Message-ID: <20011123235553.A2310@not.autrijus.org>
32599      Branch: perl
32600            ! Porting/genlog
32601 ____________________________________________________________________________
32602 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
32603         Log: Subject: Re: regex oddness with \Z and $&
32604              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
32605              Date: Fri, 23 Nov 2001 15:15:24 +0000
32606              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
32607      Branch: perl
32608            ! regcomp.c t/op/re_tests
32609 ____________________________________________________________________________
32610 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
32611         Log: regen_headers.
32612      Branch: perl
32613            ! embed.h global.sym pod/perlapi.pod proto.h
32614 ____________________________________________________________________________
32615 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
32616         Log: Forgotten check-in.
32617      Branch: perl
32618            ! pod/perlapi.pod
32619 ____________________________________________________________________________
32620 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
32621         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
32622      Branch: perl
32623            ! lib/Test/Simple.pm
32624 ____________________________________________________________________________
32625 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
32626         Log: Retract #13173 (effectively retract Net::Ping 2.06,
32627              go back to 2.04, the 2.06 hasn't seen the patches
32628              that have gone to the blead version.)
32629      Branch: perl
32630            - lib/Net/Ping/CHANGES lib/Net/Ping/README
32631            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32632            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32633            - lib/Net/Ping/t/200_ping_tcp.t
32634            ! MANIFEST lib/Net/Ping.pm
32635 ____________________________________________________________________________
32636 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
32637         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
32638              From: Robin Barker <rmb1@cise.npl.co.uk>
32639              Date: Thu, 22 Nov 2001 11:00:38 GMT
32640              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
32641      Branch: perl
32642            ! utils/perldoc.PL
32643 ____________________________________________________________________________
32644 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
32645         Log: metaconfig unit change for #13191.
32646      Branch: metaconfig/U/perl
32647            ! d_procselfexe.U
32648 ____________________________________________________________________________
32649 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
32650         Log: procselfexe tweak: for some reason I had a ls in
32651              /proc/self/exe, not the ls Configure thought it
32652              would found.
32653      Branch: perl
32654            ! Configure
32655 ____________________________________________________________________________
32656 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
32657         Log: Corify the Net::Ping tests; skip the tests
32658              unless $ENV{PERL_TEST_Net_Ping} is true.
32659      Branch: perl
32660            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32661            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32662            ! lib/Net/Ping/t/200_ping_tcp.t
32663 ____________________________________________________________________________
32664 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
32665         Log: metaconfig units changes for #13188.
32666      Branch: metaconfig
32667            ! U/modified/Head.U
32668      Branch: metaconfig/U/perl
32669            ! issymlink.U
32670 ____________________________________________________________________________
32671 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
32672         Log: The #13182 didn't really help.  The real problem
32673              seems to be that 'sh' can in AIX mean at least three
32674              different things, and we can't know which one it is
32675              unless we export $newsh from an earlier run (and it's
32676              the 'bsh' aka 'sh' that has the the broken test -h).
32677      Branch: perl
32678            ! Configure
32679 ____________________________________________________________________________
32680 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
32681         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
32682      Branch: perl
32683            ! op.c t/op/override.t
32684 ____________________________________________________________________________
32685 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
32686         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
32687              From: PPrymmer@factset.com 
32688              Date: Wed, 21 Nov 2001 20:17:25 -0500
32689              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
32690      Branch: perl
32691            ! lib/Shell.t
32692 ____________________________________________________________________________
32693 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
32694         Log: Reapply perlmodinstall parts of #12897.
32695      Branch: perl
32696            ! pod/perlmodinstall.pod
32697 ____________________________________________________________________________
32698 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
32699         Log: perlmodinstall 2.01 from Jon Orwant.
32700      Branch: perl
32701            ! pod/perlmodinstall.pod
32702 ____________________________________________________________________________
32703 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
32704         Log: Subject: [PATCH @10907] REXX on OS/2
32705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32706              Date: Wed, 21 Nov 2001 15:26:11 -0500
32707              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
32708      Branch: perl
32709            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32710            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
32711 ____________________________________________________________________________
32712 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
32713         Log: metaconfig unit change for #13181.
32714      Branch: metaconfig/U/perl
32715            ! issymlink.U
32716 ____________________________________________________________________________
32717 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
32718         Log: AIX has broken builtin 'test'.
32719      Branch: perl
32720            ! Configure
32721 ____________________________________________________________________________
32722 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
32723         Log: Subject: [PATCH 5.7.x] INSTALL size update
32724              From: Andy Dougherty <doughera@lafayette.edu>
32725              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
32726              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
32727      Branch: perl
32728            ! INSTALL
32729 ____________________________________________________________________________
32730 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
32731         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
32732              to pp_sort.c.  Includes the quicksort stabilizing layer
32733              from John P. Linderman.  -Msort=qsort or -Msort=fast is
32734              faster than without (or with -Msort=mergesort or -Msort=safe)
32735              for short random inputs, but for some reason not quite as fast
32736              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
32737              optimizing definitely needed.
32738      Branch: perl
32739            + lib/sort.pm lib/sort.t pp_sort.c
32740            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
32741            ! embed.pl global.sym perl.h pp_ctl.c proto.h
32742            ! vms/descrip_mms.template vos/build.cm win32/Makefile
32743            ! win32/makefile.mk wince/Makefile.ce
32744 ____________________________________________________________________________
32745 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
32746         Log: Sync file with libnet-1.0901-tobe
32747      Branch: perl
32748            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
32749            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
32750            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
32751            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
32752            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
32753 ____________________________________________________________________________
32754 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
32755         Log: Subject: [PATCH perldoc] problems with pod2man
32756              From: Robin Barker <rmb1@cise.npl.co.uk>
32757              Date: Wed, 21 Nov 2001 17:48:51 GMT
32758              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
32759      Branch: perl
32760            ! utils/perldoc.PL
32761 ____________________________________________________________________________
32762 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
32763         Log: debug_pad only visible when debugging.
32764      Branch: perl
32765            ! makedef.pl
32766 ____________________________________________________________________________
32767 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
32768         Log: metaconfig units changes for #13174.
32769      Branch: metaconfig/U/perl
32770            + d_procselfexe.U
32771            - procselfexe.U
32772 ____________________________________________________________________________
32773 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
32774         Log: procselfexe tweaks.
32775      Branch: perl
32776            ! Configure config_h.SH
32777 ____________________________________________________________________________
32778 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
32779         Log: Upgrade to Net::Ping 2.06.
32780      Branch: perl
32781            + lib/Net/Ping/CHANGES lib/Net/Ping/README
32782            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32783            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32784            + lib/Net/Ping/t/200_ping_tcp.t
32785            ! MANIFEST lib/Net/Ping.pm
32786 ____________________________________________________________________________
32787 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
32788         Log: Upgrade to Math::BigInt 1.47.
32789      Branch: perl
32790            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32791            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32792            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32793            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32794            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32795            ! lib/Math/BigInt/t/sub_mbi.t
32796 ____________________________________________________________________________
32797 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
32798         Log: Dynaloading for POSIX-BC from Thomas Dorner.
32799      Branch: perl
32800            ! hints/posix-bc.sh
32801 ____________________________________________________________________________
32802 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
32803         Log: Strange: the same mysterious regex study bug
32804              seems to be present both in OS/390 and POSIX-BC.
32805              Deep EBCDIC magic that regex engine gets wrong,
32806              or a bug in some compiler/library shared by the
32807              two platforms?  From Thomas Dorner.
32808      Branch: perl
32809            ! t/op/study.t
32810 ____________________________________________________________________________
32811 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
32812         Log: More lost and found.
32813      Branch: perl
32814            + lib/Test/Simple/README
32815            ! MANIFEST
32816 ____________________________________________________________________________
32817 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
32818         Log: MANIFESTly missing.
32819      Branch: perl
32820            ! MANIFEST
32821 ____________________________________________________________________________
32822 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
32823         Log: Subject: Re: PERFORCE change 13162 for review               
32824              From: Philip Newton <Philip.Newton@gmx.net> 
32825              Date: Wed, 21 Nov 2001 16:44:30 +0100
32826              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
32827      Branch: perl
32828            ! ext/Devel/PPPort/PPPort.pm
32829 ____________________________________________________________________________
32830 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
32831         Log: Update Changes.
32832      Branch: perl
32833            ! Changes patchlevel.h
32834 ____________________________________________________________________________
32835 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
32836         Log: Small doc tweaks.
32837      Branch: perl
32838            ! ext/PerlIO/Via/Via.pm
32839 ____________________________________________________________________________
32840 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
32841         Log: Redundant return.
32842      Branch: perl
32843            ! ext/MIME/Base64/QuotedPrint.pm
32844 ____________________________________________________________________________
32845 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
32846         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
32847              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
32848              Date: Wed, 21 Nov 2001 10:23:16 +0100
32849              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
32850      Branch: perl
32851            ! pp_pack.c t/op/pack.t
32852 ____________________________________________________________________________
32853 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
32854         Log: Add Devel::PPPort originally from Kenneth Albanowski,
32855              revigorated by Paul Marquess: gives h2xs a Perl version
32856              portability boost.
32857      Branch: perl
32858            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
32859            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
32860            + ext/Devel/PPPort/harness/Harness.pm
32861            + ext/Devel/PPPort/harness/Harness.xs
32862            + ext/Devel/PPPort/harness/Makefile.PL
32863            + ext/Devel/PPPort/harness/module2.c
32864            + ext/Devel/PPPort/harness/module3.c
32865            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32866            ! MANIFEST lib/h2xs.t utils/h2xs.PL
32867 ____________________________________________________________________________
32868 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
32869         Log: Oops.
32870      Branch: perl
32871            ! lib/Test/Simple/t/filehandles.t
32872 ____________________________________________________________________________
32873 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
32874         Log: Subject: Re: PERFORCE change 13152 for review               
32875              From: Philip Newton <Philip.Newton@gmx.net> 
32876              Date: Wed, 21 Nov 2001 09:04:05 +0100
32877              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
32878      Branch: perl
32879            ! lib/Test/Builder.pm
32880 ____________________________________________________________________________
32881 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
32882         Log: Subject: Re: PERFORCE change 13142 for review
32883              From: Philip Newton <Philip.Newton@gmx.net>
32884              Date: Wed, 21 Nov 2001 09:04:03 +0100
32885              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
32886              
32887              plus rewrap few paragraphs.
32888      Branch: perl
32889            ! lib/Pod/LaTeX.pm
32890 ____________________________________________________________________________
32891 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
32892         Log: Integrate #13154 from macperl; Remove comments.
32893      Branch: perl
32894           !> lib/File/Spec/Mac.pm
32895 ____________________________________________________________________________
32896 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
32897         Log: Update the list of modules having tests.
32898      Branch: perl
32899            ! t/lib/1_compile.t
32900 ____________________________________________________________________________
32901 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
32902         Log: Slight doc changes.
32903      Branch: maint-5.6/macperl
32904            ! macos/macperl/MacPerl.podhelp
32905 ____________________________________________________________________________
32906 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
32907         Log: Add UTF-16 coercion.
32908      Branch: maint-5.6/macperl
32909            ! macos/lib/Mac/AppleEvents/Simple.pm
32910 ____________________________________________________________________________
32911 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
32912         Log: Remove comments.
32913      Branch: maint-5.6/macperl
32914            ! lib/File/Spec/Mac.pm
32915 ____________________________________________________________________________
32916 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
32917         Log: Fix FSpGetCatInfo (and other functions) corrupting
32918              memory with bad filespecs (bug #471867)
32919      Branch: maint-5.6/macperl
32920            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
32921 ____________________________________________________________________________
32922 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
32923         Log: Upgrade to Test::Simple 0.33.
32924      Branch: perl
32925            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
32926            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
32927            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
32928 ____________________________________________________________________________
32929 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
32930         Log: Upgrade to Test::Harness 1.26.
32931      Branch: perl
32932            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32933 ____________________________________________________________________________
32934 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
32935         Log: Integrate change #13145 from maintperl;
32936              another compatibility tweak to change#12559: avoid quoting
32937              arguments that already have quotes; add test case
32938      Branch: perl
32939           !> t/op/system_tests win32/win32.c
32940 ____________________________________________________________________________
32941 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
32942         Log: integrate change#13147 from mainline (fixes nit in change#10091)
32943              
32944              Subject: [PATCH] spaceship and refs
32945      Branch: maint-5.6/perl
32946            ! pp.c pp_hot.c t/op/cmp.t
32947 ____________________________________________________________________________
32948 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
32949         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
32950              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
32951              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
32952              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
32953      Branch: perl
32954            + lib/Pod/t/utils.t
32955            ! MANIFEST
32956 ____________________________________________________________________________
32957 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
32958         Log: Subject: [PATCH] spaceship and refs
32959              From: Nicholas Clark <nick@ccl4.org>
32960              Date: Tue, 20 Nov 2001 21:59:51 +0000
32961              Message-ID: <20011120215951.U62891@plum.flirble.org> 
32962      Branch: perl
32963            ! pp.c pp_hot.c t/op/cmp.t
32964 ____________________________________________________________________________
32965 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
32966         Log: Try to clarify which I/O call operates on bytes,
32967              which on characters, which on either.
32968      Branch: perl
32969            ! pod/perlfunc.pod
32970 ____________________________________________________________________________
32971 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
32972         Log: another compatibility tweak to change#12559: avoid quoting
32973              arguments that already have quotes; add test case
32974      Branch: maint-5.6/perl
32975            ! t/op/system_tests win32/win32.c
32976 ____________________________________________________________________________
32977 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
32978         Log: Give a simple example of writing PerlIO::Via handlers
32979              in Perl.
32980      Branch: perl
32981            ! ext/PerlIO/Via/Via.pm
32982 ____________________________________________________________________________
32983 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
32984         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
32985      Branch: perl
32986            + lib/Pod/t/latex.t
32987            ! MANIFEST
32988 ____________________________________________________________________________
32989 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
32990         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
32991              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32992              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
32993              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
32994      Branch: perl
32995            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
32996 ____________________________________________________________________________
32997 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
32998         Log: Spread d_procselfexe to far-off lands (undefined).
32999      Branch: perl
33000            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
33001            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33002            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33003            ! win32/config.gc win32/config.vc win32/config.win64
33004            ! wince/config.ce
33005 ____________________________________________________________________________
33006 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
33007         Log: Integrate perlio:
33008              
33009              [ 13138]
33010              perl.c change to use HAS_PROCSELFEXE, also
33011              tweak to $^X test to comprehend full path to real executable
33012              being returned (like Cygwin as it happens...)
33013      Branch: perl
33014           !> Configure config_h.SH perl.c t/op/magic.t
33015 ____________________________________________________________________________
33016 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
33017         Log: Really define do_report_used() only if DEBUGGING.
33018      Branch: perl
33019            ! sv.c
33020 ____________________________________________________________________________
33021 [ 13138] By: nick                                  on 2001/11/20  20:01:05
33022         Log: perl.c change to use HAS_PROCSELFEXE, also
33023              tweak to $^X test to comprehend full path to real executable
33024              being returned (like Cygwin as it happens...)
33025      Branch: perlio
33026            ! perl.c t/op/magic.t
33027 ____________________________________________________________________________
33028 [ 13137] By: nick                                  on 2001/11/20  19:46:00
33029         Log: Integrate mainline
33030      Branch: perlio
33031           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
33032           +> lib/NEXT/t/unseen.t
33033            - lib/NEXT/test.pl
33034           !> (integrate 34 files)
33035 ____________________________________________________________________________
33036 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
33037         Log: Subject: [?PATCH] terser pp_eq
33038              From: Nicholas Clark <nick@ccl4.org>
33039              Date: Mon, 19 Nov 2001 23:09:02 +0000
33040              Message-ID: <20011119230901.O62891@plum.flirble.org>
33041      Branch: perl
33042            ! pp_hot.c
33043 ____________________________________________________________________________
33044 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
33045         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
33046      Branch: perl
33047            ! pod/perldelta.pod
33048 ____________________________________________________________________________
33049 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
33050         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
33051              From: Andy Dougherty <doughera@lafayette.edu>
33052              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
33053              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
33054      Branch: perl
33055            ! ext/re/Makefile.PL ext/re/re.xs
33056 ____________________________________________________________________________
33057 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
33058         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
33059              From: Andy Dougherty <doughera@lafayette.edu>
33060              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
33061              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
33062      Branch: perl
33063            ! ext/re/re.xs
33064 ____________________________________________________________________________
33065 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
33066         Log: Integrate change #13119 from macperl.
33067              (No changes since already applied the patch,
33068              just keep perforce happy and well-fed.)
33069      Branch: perl
33070           !> lib/Pod/Html.pm
33071 ____________________________________________________________________________
33072 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
33073         Log: Subject: [PATCH] filter-util.pl for Mac OS
33074              From: Chris Nandor <pudge@pobox.com>
33075              Date: Tue, 20 Nov 2001 00:16:11 -0500
33076              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
33077      Branch: perl
33078            ! t/lib/filter-util.pl
33079 ____________________________________________________________________________
33080 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
33081         Log: Subject: [PATCH] Portability fix for Pod::Html
33082              From: Chris Nandor <pudge@pobox.com>
33083              Date: Tue, 20 Nov 2001 00:01:05 -0500
33084              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
33085      Branch: perl
33086            ! lib/Pod/Html.pm
33087 ____________________________________________________________________________
33088 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
33089         Log: Need to skip more tests if not perlio.
33090      Branch: perl
33091            ! lib/open.t
33092 ____________________________________________________________________________
33093 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
33094         Log: Pass 3 at perldelta - sort the lists of new modules,
33095              module improvements, and new platforms.
33096      Branch: perl
33097            ! pod/perldelta.pod
33098 ____________________________________________________________________________
33099 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
33100         Log: Document ${^OPEN}.
33101      Branch: perl
33102            ! pod/perlvar.pod
33103 ____________________________________________________________________________
33104 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
33105         Log: Make configpm work with extra keys
33106      Branch: maint-5.6/macperl
33107            ! macos/configpm
33108 ____________________________________________________________________________
33109 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
33110         Log: Version and doc updates
33111      Branch: maint-5.6/macperl
33112            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
33113 ____________________________________________________________________________
33114 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
33115         Log: More fixes for error message parsing (bug #470316)
33116      Branch: maint-5.6/macperl
33117            ! macos/macish.c
33118 ____________________________________________________________________________
33119 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
33120         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
33121              remove obsolete function (bug #465225)
33122      Branch: maint-5.6/macperl
33123            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
33124            ! macos/macperl/MPScript.c
33125 ____________________________________________________________________________
33126 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
33127         Log: Add p2as droplet to distribution.
33128      Branch: maint-5.6/macperl
33129            + macos/macperl/Droplets/p2as.plx
33130 ____________________________________________________________________________
33131 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
33132         Log: Bundle File::Sort.
33133      Branch: maint-5.6/macperl
33134            + macos/bundled_lib/blib/lib/File/Sort.pm
33135 ____________________________________________________________________________
33136 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
33137         Log: Various bundled module fixes.
33138      Branch: maint-5.6/macperl
33139            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
33140            ! macos/bundled_ext/Digest/MD5/t/files.t
33141            ! macos/bundled_ext/Filter/t/filter-util.pl
33142            ! macos/bundled_lib/blib/lib/Net/Config.pm
33143            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
33144 ____________________________________________________________________________
33145 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
33146         Log: Portability fix for Pod::Html.
33147      Branch: maint-5.6/macperl
33148            ! lib/Pod/Html.pm
33149 ____________________________________________________________________________
33150 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
33151         Log: Upgrade to Text::Balanced 1.89.
33152      Branch: perl
33153            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
33154            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
33155            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
33156            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
33157            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
33158            ! lib/Text/Balanced/t/gentag.t
33159 ____________________________________________________________________________
33160 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
33161         Log: Upgrade to NEXT 0.50.
33162      Branch: perl
33163            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
33164            + lib/NEXT/t/unseen.t
33165            - lib/NEXT/test.pl
33166            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
33167 ____________________________________________________________________________
33168 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
33169         Log: Integrate with maint-5.6/perl.
33170      Branch: maint-5.6/macperl
33171           !> win32/win32.c
33172 ____________________________________________________________________________
33173 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
33174         Log: Update the README.threads scary header a bit.
33175      Branch: perl
33176            ! README.threads
33177 ____________________________________________________________________________
33178 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
33179         Log: Pass 2 at perldelta: add some changes since 5.7.2.
33180      Branch: perl
33181            ! pod/perldelta.pod
33182 ____________________________________________________________________________
33183 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
33184         Log: Subject: [DOC PATCH] perlfaq4.pod 
33185              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33186              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
33187              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
33188      Branch: perl
33189            ! pod/perlfaq4.pod
33190 ____________________________________________________________________________
33191 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
33192         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
33193              From: Michael G Schwern <schwern@pobox.com> 
33194              Date: Mon, 19 Nov 2001 19:53:12 -0500
33195              Message-ID: <20011119195311.I11883@blackrider>
33196      Branch: perl
33197            ! perl.c
33198 ____________________________________________________________________________
33199 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
33200         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
33201              From: PPrymmer@factset.com
33202              Date: Mon, 19 Nov 2001 17:08:59 -0500
33203              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
33204      Branch: perl
33205            ! vms/descrip_mms.template
33206 ____________________________________________________________________________
33207 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
33208         Log: Create a per-interpeter debug scratchpad container
33209              and use that for the regexec debugging.
33210      Branch: perl
33211            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
33212 ____________________________________________________________________________
33213 [ 13109] By: nick                                  on 2001/11/19  22:01:45
33214         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
33215              Configure unit detects the feature).
33216      Branch: metaconfig/U/perl
33217            + procselfexe.U
33218      Branch: perlio
33219            ! Configure config_h.SH
33220 ____________________________________________________________________________
33221 [ 13108] By: nick                                  on 2001/11/19  20:39:17
33222         Log: Integrate mainline
33223      Branch: perlio
33224           +> t/op/or.t
33225           !> (integrate 44 files)
33226 ____________________________________________________________________________
33227 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
33228         Log: sysseek tweak.
33229      Branch: perl
33230            ! pod/perlfunc.pod
33231 ____________________________________________________________________________
33232 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
33233         Log: Move the sysio tests from io/utf8 to lib/open.
33234      Branch: perl
33235            ! lib/open.t t/io/utf8.t
33236 ____________________________________________________________________________
33237 [ 13105] By: nick                                  on 2001/11/19  20:15:39
33238         Log: Add a .package and a README to //depot/metaconfig
33239      Branch: metaconfig
33240            + .package README
33241 ____________________________________________________________________________
33242 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
33243         Log: Thou shalt not mix stdio and sysio.
33244      Branch: perl
33245            ! t/io/utf8.t
33246 ____________________________________________________________________________
33247 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
33248         Log: Update Changes.
33249      Branch: perl
33250            ! Changes patchlevel.h
33251 ____________________________________________________________________________
33252 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
33253         Log: The runops_debug needs to be present always, otherwise
33254              places like AIX which need an explicit symbol export list
33255              will croak when trying to build Devel::Peek (which uses
33256              the runops_debug).
33257      Branch: perl
33258            ! makedef.pl
33259 ____________________________________________________________________________
33260 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
33261         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
33262              From: PPrymmer@factset.com 
33263              Date: Mon, 19 Nov 2001 11:34:22 -0500
33264              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
33265      Branch: perl
33266            ! lib/Memoize/t/tie_sdbm.t
33267 ____________________________________________________________________________
33268 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
33269         Log: Retract #13088: it seems that unless dump.c is extensively
33270              reorganized as to what symbols it shows, when, and to whom,
33271              we are stuck with having the dump.o symbols in the libperl
33272              and thusly in the main Perl binary.
33273      Branch: perl
33274            ! embedvar.h perlapi.h perlvars.h
33275 ____________________________________________________________________________
33276 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
33277         Log: The _uni_display should not be in dump.c since they
33278              are used under normal operation (S_not_a_number()).
33279      Branch: perl
33280            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
33281 ____________________________________________________________________________
33282 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
33283         Log: Protect sv_dump() from being included unless DEBUGGING,
33284              as noticed by Ilya.
33285      Branch: perl
33286            ! sv.c
33287 ____________________________________________________________________________
33288 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
33289         Log: Pending further investigation skip the tell() tests.
33290              The tell() is okay on Solaris, HP-UX and Tru64, but fails
33291              (by returning too much) in Linux.
33292      Branch: perl
33293            ! t/io/utf8.t
33294 ____________________________________________________________________________
33295 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
33296         Log: Retract #13082 until a better solution is found:
33297              statics break ithreads.
33298      Branch: perl
33299            ! regexec.c
33300 ____________________________________________________________________________
33301 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
33302         Log: Figures 1 and 2 for UTF-8.
33303      Branch: perl
33304            ! pod/perlunicode.pod
33305 ____________________________________________________________________________
33306 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
33307         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
33308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33309              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
33310              Message-ID: <20011119132645.A15034@rafael>
33311      Branch: perl
33312            ! op.c pod/perldiag.pod t/lib/warnings/op
33313 ____________________________________________________________________________
33314 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
33315         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
33316              From: Michael G Schwern <schwern@pobox.com> 
33317              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
33318              Message-ID: <20011119031112.E786@blackrider>
33319      Branch: perl
33320            ! t/op/closure.t
33321 ____________________________________________________________________________
33322 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
33323         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
33324              From: Michael G Schwern <schwern@pobox.com>
33325              Date: Mon, 19 Nov 2001 03:42:56 -0500
33326              Message-ID: <20011119034256.I786@blackrider>
33327      Branch: perl
33328            + t/op/or.t
33329            ! MANIFEST
33330 ____________________________________________________________________________
33331 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
33332         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
33333              From: "Craig A. Berry" <craigberry@mac.com>
33334              Date: Sun, 18 Nov 2001 14:33:48 -0600
33335              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
33336      Branch: perl
33337            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
33338 ____________________________________________________________________________
33339 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
33340         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33341              From: Dave Rolsky <autarch@urth.org>
33342              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
33343              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33344      Branch: perl
33345            ! lib/ExtUtils/Manifest.pm
33346 ____________________________________________________________________________
33347 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
33348         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
33349              From: Dave Rolsky <autarch@urth.org>
33350              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
33351              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
33352      Branch: perl
33353            ! lib/ExtUtils/Install.pm
33354 ____________________________________________________________________________
33355 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
33356         Log: The runops_dbg should not be needed.
33357      Branch: perl
33358            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
33359 ____________________________________________________________________________
33360 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
33361         Log: do_spawn() cleanup from Charles Lane.
33362      Branch: perl
33363            ! vms/vms.c
33364 ____________________________________________________________________________
33365 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
33366         Log: Update the list of tests.
33367      Branch: perl
33368            ! t/lib/1_compile.t
33369 ____________________________________________________________________________
33370 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
33371         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
33372              From: Michael G Schwern <schwern@pobox.com> 
33373              Date: Fri, 16 Nov 2001 17:37:04 -0500
33374              Message-ID: <20011116173703.L30160@blackrider>
33375      Branch: perl
33376            ! t/lib/warnings/sv
33377 ____________________________________________________________________________
33378 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
33379         Log: FAQ sync.
33380      Branch: perl
33381            ! pod/perlfaq4.pod
33382 ____________________________________________________________________________
33383 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
33384         Log: Integrate perlio:
33385              
33386              [ 13081]
33387              Win32 layer has a dup which needs to match new prototype.
33388              
33389              [ 13080]
33390              Wrong way to get stdio mode used.
33391              
33392              [ 13072]
33393              Allow dup'ing of PerlIO::Scalar etc.
33394      Branch: perl
33395           !> perlio.c win32/win32io.c
33396 ____________________________________________________________________________
33397 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
33398         Log: (retracted by #13096)
33399              Debugging would be badly skewed by a malloc per regex dump.
33400      Branch: perl
33401            ! regexec.c
33402 ____________________________________________________________________________
33403 [ 13081] By: nick                                  on 2001/11/18  19:08:40
33404         Log: Win32 layer has a dup which needs to match new prototype.
33405      Branch: perlio
33406            ! win32/win32io.c
33407 ____________________________________________________________________________
33408 [ 13080] By: nick                                  on 2001/11/18  19:05:02
33409         Log: Wrong way to get stdio mode used.
33410      Branch: perlio
33411            ! perlio.c
33412 ____________________________________________________________________________
33413 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
33414         Log: Retract #13048: that introduced a malloc() (through savepvn())
33415              to *every* m//, which killed the performance quite badly.
33416      Branch: perl
33417            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33418 ____________________________________________________________________________
33419 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
33420         Log: Pass 1 at perldelta.pod: sort the section contents
33421              together, drop all but the 5.7.2 known problems,
33422              leave the 5.7.1 security note since that's the
33423              fullest explanation (update the date on that).
33424      Branch: perl
33425            ! pod/perldelta.pod
33426 ____________________________________________________________________________
33427 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
33428         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
33429              
33430              Tiny problem in the test for 20011113.110: I hope
33431              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
33432      Branch: perl
33433            ! pp.c t/op/repeat.t
33434 ____________________________________________________________________________
33435 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
33436         Log: All of syswrite/send/sendto need to return character counts,
33437              and character counts from the offset, not the beginning of
33438              the scalar.
33439      Branch: perl
33440            ! pp_sys.c
33441 ____________________________________________________________________________
33442 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
33443         Log: Integrate PerlIO: duping fixes.
33444      Branch: perl
33445           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33446           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33447           !> perliol.h sv.c
33448 ____________________________________________________________________________
33449 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
33450         Log: syswrite() was still returning byte counts, not character counts.
33451      Branch: perl
33452            ! pp_sys.c t/io/utf8.t
33453 ____________________________________________________________________________
33454 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
33455         Log: Add test for sysread().
33456      Branch: perl
33457            ! t/io/utf8.t
33458 ____________________________________________________________________________
33459 [ 13072] By: nick                                  on 2001/11/18  16:15:31
33460         Log: Allow dup'ing of PerlIO::Scalar etc.
33461      Branch: perlio
33462            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33463            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33464            ! perliol.h sv.c
33465 ____________________________________________________________________________
33466 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
33467         Log: Prepend a null byte to the test set.
33468      Branch: perl
33469            ! t/io/utf8.t
33470 ____________________________________________________________________________
33471 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
33472         Log: Document how "no utf8;" can become handy.
33473      Branch: perl
33474            ! lib/utf8.pm
33475 ____________________________________________________________________________
33476 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
33477         Log: Integrate perlio:
33478              
33479              [ 13068]
33480              embed.pl generated changes I forgot to include
33481              
33482              [ 13067]
33483              Force inclusion of both Perl_runops_* in perl itself,
33484              so they are available for Peek.xs etc.
33485              
33486              [ 12874]
33487              Keep It Simple and Stupid version of readonly hash support.
33488              - Test for SvREAONLY(hv) at a few spots in hv.c
33489              - add the error message to perldiag.pod
33490              - (dubious) add access::readonly() to univeral.c
33491              - add test using above
33492              - fixup ext/B/t/stash.t to account for access:: existing
33493      Branch: perl
33494           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
33495 ____________________________________________________________________________
33496 [ 13068] By: nick                                  on 2001/11/18  13:23:33
33497         Log: embed.pl generated changes I forgot to include
33498      Branch: perlio
33499            ! embedvar.h perlapi.h pod/perlapi.pod
33500 ____________________________________________________________________________
33501 [ 13067] By: nick                                  on 2001/11/18  12:50:19
33502         Log: Force inclusion of both Perl_runops_* in perl itself,
33503              so they are available for Peek.xs etc.
33504      Branch: perlio
33505            ! perlvars.h
33506 ____________________________________________________________________________
33507 [ 13066] By: nick                                  on 2001/11/18  11:00:34
33508         Log: Integrate mainline - a few Devel::Peak fails.
33509      Branch: perlio
33510           +> (branch 29 files)
33511            - ext/Thread/Thread.pm lib/Benchmark.t
33512            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33513            - lib/Lingua/KO/Hangul/Util/README
33514            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
33515            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33516            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33517            - vms/ext/vmsish.pm vms/ext/vmsish.t
33518            ! hv.c
33519           !> (integrate 389 files)
33520 ____________________________________________________________________________
33521 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
33522         Log: Start working on perldelta.  This is not yet any sort of
33523              editing; just concatenating perl570delta, perl571delta,
33524              and perl572delta.  Any sorting not done, any duplicate
33525              removal not done, any removal or update of obsolete items
33526              not done, any changes since 5.7.2 not included.  So there.
33527      Branch: perl
33528            ! pod/perldelta.pod
33529 ____________________________________________________________________________
33530 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
33531         Log: Banish "use utf8".
33532      Branch: perl
33533            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
33534 ____________________________________________________________________________
33535 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
33536         Log: Tweak from Charles Lane.
33537      Branch: perl
33538            ! vms/vms.c
33539 ____________________________________________________________________________
33540 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
33541         Log: Integrate change #13058 from maintperl;
33542              change#12559 breaks things on Win9x because command.com doesn't
33543              grok dquotes at all; disable all the system() smarts for
33544              command.com
33545      Branch: perl
33546           !> win32/win32.c
33547 ____________________________________________________________________________
33548 [ 13061] By: ams                                   on 2001/11/17  13:46:11
33549         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
33550              From: Jonathan Stowe <gellyfish@gellyfish.com>
33551              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
33552              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
33553      Branch: perl
33554            ! lib/Term/Cap.pm
33555 ____________________________________________________________________________
33556 [ 13060] By: ams                                   on 2001/11/17  09:49:10
33557         Log: Subject: [PATCH9 File/Find.pm doc nits
33558              From: Tels <perl_dummy@bloodgate.com>
33559              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
33560      Branch: perl
33561            ! lib/File/Find.pm
33562 ____________________________________________________________________________
33563 [ 13059] By: ams                                   on 2001/11/17  09:38:38
33564         Log: Subject: [PATCH] Benchmark.pm nit
33565              From: Tels <perl_dummy@bloodgate.com>
33566              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
33567      Branch: perl
33568            ! lib/Benchmark.pm
33569 ____________________________________________________________________________
33570 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
33571         Log: change#12559 breaks things on Win9x because command.com doesn't
33572              grok dquotes at all; disable all the system() smarts for
33573              command.com
33574      Branch: maint-5.6/perl
33575            ! win32/win32.c
33576 ____________________________________________________________________________
33577 [ 13057] By: ams                                   on 2001/11/16  20:30:03
33578         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
33579              From: Andy Dougherty <doughera@lafayette.edu>
33580              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
33581              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
33582      Branch: perl
33583            ! lib/Unicode/UCD.t
33584 ____________________________________________________________________________
33585 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
33586         Log: Subject: [Patch Perl@13023] VMS system() warning
33587              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33588              Date: Fri, 16 Nov 2001 15:20:11 EST
33589              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
33590      Branch: perl
33591            ! vms/vms.c
33592 ____________________________________________________________________________
33593 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
33594         Log: It's neither-nor, and protect against the impossible.
33595      Branch: perl
33596            ! lib/Thread.pm
33597 ____________________________________________________________________________
33598 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
33599         Log: 5005threads didn't work because $Thread::VERSION wasn't
33600              visible.  Oops.
33601      Branch: perl
33602            ! ext/Thread/Makefile.PL lib/Thread.pm
33603 ____________________________________________________________________________
33604 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
33605         Log: Robustness against Linux using something else than gcc;
33606              based on
33607              
33608              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
33609              From: Charles Randall <cfriv@yahoo.com>
33610              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
33611              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
33612      Branch: perl
33613            ! ext/Errno/Errno_pm.PL
33614 ____________________________________________________________________________
33615 [ 13052] By: ams                                   on 2001/11/16  16:46:39
33616         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
33617              From: Russ Allbery <rra@stanford.edu>
33618              Date: 16 Nov 2001 09:44:21 -0800
33619              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
33620      Branch: perl
33621            ! lib/Pod/ParseLink.pm
33622 ____________________________________________________________________________
33623 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
33624         Log: Update perluniintro on the UTF-8 output matters
33625              (that -w will warn unless the stream is explicitly UTF-8-ified).
33626      Branch: perl
33627            ! pod/perluniintro.pod
33628 ____________________________________________________________________________
33629 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
33630         Log: Adding new files to MANIFEST is nice.
33631      Branch: perl
33632            ! MANIFEST
33633 ____________________________________________________________________________
33634 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
33635         Log: Update Changes.
33636      Branch: perl
33637            ! Changes patchlevel.h
33638 ____________________________________________________________________________
33639 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
33640         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
33641              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
33642              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
33643              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
33644      Branch: perl
33645            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33646 ____________________________________________________________________________
33647 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
33648         Log: Rename perlunintro to perluniintro; regen toc.
33649      Branch: perl
33650            + pod/perluniintro.pod
33651            - pod/perlunintro.pod
33652            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33653 ____________________________________________________________________________
33654 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
33655         Log: Document the negated lookahead trick to emulate
33656              character class subtraction.
33657      Branch: perl
33658            ! pod/perlunicode.pod
33659 ____________________________________________________________________________
33660 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
33661         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
33662              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33663              Date: Fri, 16 Nov 2001 23:31:04 +0900
33664              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
33665              
33666              (with the tweak that Cntrl is not C, it's Cc)
33667      Branch: perl
33668            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
33669            ! lib/unicore/mktables
33670 ____________________________________________________________________________
33671 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
33672         Log: Subject: [PATCH current] runtime runops switch
33673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33674              Date: Fri, 16 Nov 2001 00:48:09 -0500
33675              Message-ID: <20011116004809.A934@math.ohio-state.edu>
33676      Branch: perl
33677            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
33678            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
33679            ! pod/perlintern.pod proto.h run.c
33680 ____________________________________________________________________________
33681 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
33682         Log: Further discourage old Thread code; tell how to tell
33683              the difference.
33684      Branch: perl
33685            ! lib/Thread.pm
33686 ____________________________________________________________________________
33687 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
33688         Log: A missing return; from Charles Lane.
33689      Branch: perl
33690            ! vms/vms.c
33691 ____________________________________________________________________________
33692 [ 13041] By: ams                                   on 2001/11/16  12:11:14
33693         Log: Subject: [PATCH] Doc spellcheck + podcheck
33694              From: Autrijus Tang <autrijus@egb.elixus.org>
33695              Date: Thu, 15 Nov 2001 22:49:05 -0800
33696              Message-Id: <20011116064905.GA44092@egb.elixus.org>
33697              
33698              Subject: [PATCH] podcheck+spellcheck, the rest of the story
33699              From: Autrijus Tang <autrijus@egb.elixus.org>
33700              Date: Fri, 16 Nov 2001 00:42:20 -0800
33701              Message-Id: <20011116084220.GA44295@egb.elixus.org>
33702              
33703              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
33704              From: Nicholas Clark <nick@ccl4.org>
33705              Date: Fri, 16 Nov 2001 10:32:01 +0000
33706              Message-Id: <20011116103200.F62891@plum.flirble.org>
33707              (Applied after suitable de-mangling.)
33708      Branch: perl
33709            ! README.aix README.dgux README.dos README.epoc README.hpux
33710            ! README.mint README.mpeix README.netware README.os2
33711            ! README.os390 README.plan9 README.qnx README.solaris
33712            ! README.threads doio.c pod/perl571delta.pod
33713            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
33714            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
33715            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
33716            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
33717            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
33718            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
33719 ____________________________________________________________________________
33720 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
33721         Log: Avoid redefinedness warning for now.
33722      Branch: perl
33723            ! lib/Thread.pm
33724 ____________________________________________________________________________
33725 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
33726         Log: use strict.
33727      Branch: perl
33728            ! lib/Thread.pm
33729 ____________________________________________________________________________
33730 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
33731         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
33732              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
33733              Date: Thu, 15 Nov 2001 22:54:47 EST 
33734              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
33735      Branch: perl
33736            ! vms/vms.c vms/vmspipe.com
33737 ____________________________________________________________________________
33738 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
33739         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
33740              From: "chromatic" <chromatic@rmci.net>
33741              Date: Thu, 15 Nov 2001 19:54:23 -0700
33742              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
33743      Branch: perl
33744            ! lib/File/stat.t
33745 ____________________________________________________________________________
33746 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
33747         Log: Make Thread a wrapper for both ithreads and 5005threads.
33748              Needs a lot of work and Arthur's eyeballing (and finishing
33749              few missing odds and ends of threads.pm).  Now Thread
33750              is an extension without its own .pm.
33751              
33752              If there are people who have experience working with
33753              either the 5005threads or the ithreads: cleaning up
33754              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
33755              and porting the various Thread::* modules, like Thread::Queue,
33756              to work also with ithreads, is needed.
33757              
33758              Removed the 5005threads requirement from the 5005 tests
33759              for easier testing (not all of them work yet since
33760              they use the Thread::* modules that have not been made
33761              to work with ithreads).  Leave the 5005 tests named as
33762              *.tx so that they are not run by "make test".
33763      Branch: perl
33764            + lib/Thread.pm
33765            - ext/Thread/Thread.pm
33766            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
33767            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
33768            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
33769            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
33770            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
33771            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
33772            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
33773 ____________________________________________________________________________
33774 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
33775         Log: $VERSION "a5" doesn't quite work.
33776      Branch: perl
33777            ! ext/B/Makefile.PL
33778 ____________________________________________________________________________
33779 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
33780         Log: Add the fruits of Larry Shatzer's version verifying script.
33781              (There are some straddlers, but they will be fixed in the
33782              upcoming releases of the modules.)
33783      Branch: perl
33784            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
33785            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
33786            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
33787            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
33788            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
33789            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
33790            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
33791            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
33792            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
33793            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
33794            ! wince/FindExt.pm
33795 ____________________________________________________________________________
33796 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
33797         Log: Add Larry Shatzer's VERSION verifying script.
33798      Branch: perl
33799            + Porting/checkVERSION.pl
33800            ! MANIFEST Porting/pumpkin.pod
33801 ____________________________________________________________________________
33802 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
33803         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
33804              From: Michael G Schwern <schwern@pobox.com>
33805              Date: Thu, 15 Nov 2001 19:26:40 -0500
33806              Message-ID: <20011115192640.R31399@blackrider>
33807      Branch: perl
33808            ! t/test.pl
33809 ____________________________________________________________________________
33810 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
33811         Log: Document the MY_CXT business; from Paul Marquess.
33812      Branch: perl
33813            ! pod/perlxs.pod
33814 ____________________________________________________________________________
33815 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
33816         Log: VMSCMD synch attempt.
33817      Branch: perl
33818            ! vms/vms.c vms/vmsish.h
33819 ____________________________________________________________________________
33820 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
33821         Log: Advise against -P as instructed by Schwern.
33822      Branch: perl
33823            ! pod/perlrun.pod
33824 ____________________________________________________________________________
33825 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
33826         Log: Subject: [PATCH] v-strings as Objects Step 1
33827              From: John Peacock <jpeacock@rowman.com>
33828              Date: Thu, 15 Nov 2001 12:41:04 -0500
33829              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
33830      Branch: perl
33831            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
33832            ! util.c
33833 ____________________________________________________________________________
33834 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
33835         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
33836              From: Michael G Schwern <schwern@pobox.com>
33837              Date: Thu, 15 Nov 2001 12:47:59 -0500
33838              Message-ID: <20011115124759.E31399@blackrider>
33839      Branch: perl
33840            + t/run/switchx.aux t/run/switchx.t
33841            ! MANIFEST t/run/switches.t
33842 ____________________________________________________________________________
33843 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
33844         Log: Upgrade to Getopt::Long 2.26_03.
33845      Branch: perl
33846            ! lib/Getopt/Long.pm
33847 ____________________________________________________________________________
33848 [ 13025] By: ams                                   on 2001/11/15  20:46:22
33849         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
33850              From: Michael G Schwern <schwern@pobox.com>
33851              Date: Thu, 15 Nov 2001 16:24:11 -0500
33852              Message-Id: <20011115162411.M31399@blackrider>
33853      Branch: perl
33854            ! vms/vms.c
33855 ____________________________________________________________________________
33856 [ 13024] By: ams                                   on 2001/11/15  19:32:06
33857         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
33858              From: rspier@pobox.com (Robert Spier)
33859              Date: Thu, 15 Nov 2001 11:19:21 -0800
33860              Message-Id: <15348.5433.732364.963687@rls.cx>
33861      Branch: perl
33862            ! op.c
33863 ____________________________________________________________________________
33864 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
33865         Log: Update Changes.
33866      Branch: perl
33867            ! Changes patchlevel.h
33868 ____________________________________________________________________________
33869 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
33870         Log: Subject: [PATCH] new tests for command-line switches
33871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33872              Date: Thu, 15 Nov 2001 17:00:30 +0100
33873              Message-ID: <20011115170030.A14193@rafael>
33874      Branch: perl
33875            + t/run/switches.t
33876            ! MANIFEST
33877 ____________________________________________________________________________
33878 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
33879         Log: Upgrade to podlators 1.13.
33880      Branch: perl
33881            + lib/Pod/ParseLink.pm
33882            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
33883            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
33884            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
33885            ! t/pod/pod2usage.xr t/pod/podselect.xr
33886 ____________________________________________________________________________
33887 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
33888         Log: skip "might be used uninitialized".
33889      Branch: perl
33890            ! pp_sys.c
33891 ____________________________________________________________________________
33892 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
33893         Log: Fix for "perlio bug in koi8-r encoding".  The problem
33894              seemed to be that binmode() always flushed the handle,
33895              which is not so good when switching encodings.  Fixed,
33896              added Matt Sergeant's testcase, documented in perlfunc/binmode,
33897              also added a pointer about disciplines to perlfunc/open,
33898              and in general cleaned up and reformatted the open entry.
33899      Branch: perl
33900            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
33901 ____________________________________________________________________________
33902 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
33903         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
33904              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33905              Date: 15 Nov 2001 08:57:06 -0000
33906              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
33907              
33908              chop() and chomp() are not real list functions,
33909              so let's not have them overrideable.  (Casey will
33910              be confused since in #7071 he patched the other way.)
33911      Branch: perl
33912            ! pod/perlfunc.pod toke.c
33913 ____________________________________________________________________________
33914 [ 13017] By: ams                                   on 2001/11/15  12:56:49
33915         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
33916              From: Robin Barker <rmb1@cise.npl.co.uk>
33917              Date: Thu, 15 Nov 2001 13:48:34 GMT
33918              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
33919              (Applied with tweaks.)
33920      Branch: perl
33921            ! pod/perltrap.pod
33922 ____________________________________________________________________________
33923 [ 13016] By: ams                                   on 2001/11/15  09:12:48
33924         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
33925              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33926              Date: Thu, 15 Nov 2001 09:06:39 +0100
33927              Message-Id: <20011115090639.A13005@rafael>
33928      Branch: perl
33929            ! pod/perlrun.pod
33930 ____________________________________________________________________________
33931 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
33932         Log: "link =" from utils.lst was being processed oddly.
33933      Branch: perl
33934            ! installman
33935 ____________________________________________________________________________
33936 [ 13014] By: ams                                   on 2001/11/15  02:52:52
33937         Log: Subject: [PATCH current] CreateTTY in -d
33938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33939              Date: Wed, 14 Nov 2001 21:26:31 -0500
33940              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
33941      Branch: perl
33942            ! lib/perl5db.pl
33943 ____________________________________________________________________________
33944 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
33945         Log: Corify the Filter::Simple tests. 
33946      Branch: perl
33947            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
33948            ! lib/Filter/Simple/t/filter_only.t
33949 ____________________________________________________________________________
33950 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
33951         Log: Upgrade to Filter::Simple 0.70.
33952      Branch: perl
33953            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
33954            + t/lib/FilterOnlyTest.pm
33955            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
33956            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
33957            ! t/lib/FilterTest.pm
33958 ____________________________________________________________________________
33959 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
33960         Log: Cleanliness inspired by Cygwin.
33961      Branch: perl
33962            ! Makefile.SH x2p/Makefile.SH
33963 ____________________________________________________________________________
33964 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
33965         Log: Add perlunintro (formerly known as perlunitut); regen toc.
33966      Branch: perl
33967            + pod/perlunintro.pod
33968            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33969 ____________________________________________________________________________
33970 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
33971         Log: FAQ sync.
33972      Branch: perl
33973            ! pod/perlfaq6.pod
33974 ____________________________________________________________________________
33975 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
33976         Log: Quieten pgcc 2.91.66 worries.
33977      Branch: perl
33978            ! gv.c pp_ctl.c utf8.c
33979 ____________________________________________________________________________
33980 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
33981         Log: Upgrade to Switch 2.06.
33982      Branch: perl
33983            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
33984            ! lib/Switch/t/nested.t
33985 ____________________________________________________________________________
33986 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
33987         Log: Upgrade to Attribute::Handlers 0.76.
33988      Branch: perl
33989            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
33990            ! lib/Attribute/Handlers/README
33991            ! lib/Attribute/Handlers/demo/Demo.pm
33992            ! lib/Attribute/Handlers/demo/Descriptions.pm
33993            ! lib/Attribute/Handlers/demo/MyClass.pm
33994            ! lib/Attribute/Handlers/demo/demo_cycle.pl
33995            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
33996            ! lib/Attribute/Handlers/t/multi.t
33997 ____________________________________________________________________________
33998 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
33999         Log: Signedness nit.
34000      Branch: perl
34001            ! regexec.c
34002 ____________________________________________________________________________
34003 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
34004         Log: VERSIONize.
34005      Branch: perl
34006            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
34007            ! lib/integer.pm
34008 ____________________________________________________________________________
34009 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
34010         Log: No pod in internal Net::FTP classes.
34011      Branch: perl
34012            ! pod/buildtoc.PL
34013 ____________________________________________________________________________
34014 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
34015         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
34016              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
34017              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
34018              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
34019      Branch: perl
34020            ! regexec.c
34021 ____________________________________________________________________________
34022 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
34023         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
34024              Pudge correctly).
34025      Branch: perl
34026            ! t/test.pl
34027 ____________________________________________________________________________
34028 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
34029         Log: Add comments to mark where $^X is being handled.
34030      Branch: perl
34031            ! perl.c toke.c
34032 ____________________________________________________________________________
34033 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
34034         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
34035              From: Michael G Schwern <schwern@pobox.com>
34036              Date: Wed, 14 Nov 2001 16:38:25 -0500
34037              Message-ID: <20011114163825.D6519@blackrider>
34038      Branch: perl
34039            ! t/op/repeat.t
34040 ____________________________________________________________________________
34041 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
34042         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
34043              From: Michael G Schwern <schwern@pobox.com>
34044              Date: Wed, 14 Nov 2001 13:19:15 -0500
34045              Message-ID: <20011114131915.K5096@blackrider>
34046      Branch: perl
34047            ! t/op/die_exit.t
34048 ____________________________________________________________________________
34049 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
34050         Log: Subject: Re: [PATCH] new version of runperl()
34051              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34052              Date: Wed, 14 Nov 2001 15:39:12 EST
34053              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
34054              
34055              "VMS $^X pipes etc" patch.
34056      Branch: perl
34057            ! vms/vms.c
34058 ____________________________________________________________________________
34059 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
34060         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
34061              and add "verbose" option to show the final command.
34062      Branch: perl
34063            ! t/test.pl
34064 ____________________________________________________________________________
34065 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
34066         Log: Goof in some of the comment fields of #12994.
34067      Branch: perl
34068            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
34069            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
34070            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
34071            ! lib/unicore/In/9.pl
34072 ____________________________________________________________________________
34073 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
34074         Log: The First, Last ranges in the Unicode data weren't
34075              getting their general categories added properly;
34076              noticed by Jeffrey Friedl.
34077      Branch: perl
34078            ! lib/unicore/Category.pl lib/unicore/In/0.pl
34079            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
34080            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
34081            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
34082            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
34083            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
34084            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
34085            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
34086            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
34087            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
34088            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
34089            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
34090            ! lib/unicore/mktables
34091 ____________________________________________________________________________
34092 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
34093         Log: Subject: [PATCH] new version of runperl()
34094              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34095              Date: Wed, 14 Nov 2001 12:23:01 +0100
34096              Message-ID: <20011114122301.A29384@rafael>
34097      Branch: perl
34098            ! t/io/argv.t t/test.pl
34099 ____________________________________________________________________________
34100 [ 12992] By: ams                                   on 2001/11/14  13:40:39
34101         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
34102              From: Michael G Schwern <schwern@pobox.com>
34103              Date: Tue, 13 Nov 2001 23:17:54 -0500
34104              Message-Id: <20011113231754.S32567@blackrider>
34105      Branch: perl
34106            ! perl.c
34107 ____________________________________________________________________________
34108 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
34109         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
34110              From: Philip Newton <Philip.Newton@gmx.net>
34111              Date: Wed, 14 Nov 2001 10:59:53 +0100
34112              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
34113              
34114              plus a lot of paragraph reformatting because of long lines.
34115      Branch: perl
34116            ! pod/perlapio.pod
34117 ____________________________________________________________________________
34118 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
34119         Log: A bool is not a pointer.
34120      Branch: perl
34121            ! pp_sys.c
34122 ____________________________________________________________________________
34123 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
34124         Log: AUTHORS updates.
34125      Branch: perl
34126            ! AUTHORS
34127 ____________________________________________________________________________
34128 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
34129         Log: There are several MIME RFCs.
34130      Branch: perl
34131            ! ext/Encode/Encode.pm
34132 ____________________________________________________________________________
34133 [ 12987] By: ams                                   on 2001/11/14  01:09:28
34134         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
34135              From: Michael G Schwern <schwern@pobox.com>
34136              Date: Tue, 13 Nov 2001 20:59:13 -0500
34137              Message-Id: <20011113205913.H32567@blackrider>
34138      Branch: perl
34139            ! t/op/groups.t vms/test.com
34140 ____________________________________________________________________________
34141 [ 12986] By: ams                                   on 2001/11/14  01:07:06
34142         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
34143              From: Michael G Schwern <schwern@pobox.com>
34144              Date: Tue, 13 Nov 2001 20:51:34 -0500
34145              Message-Id: <20011113205134.F32567@blackrider>
34146      Branch: perl
34147            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
34148 ____________________________________________________________________________
34149 [ 12985] By: ams                                   on 2001/11/14  00:43:59
34150         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
34151              From: Michael G Schwern <schwern@pobox.com>
34152              Date: Tue, 13 Nov 2001 20:38:42 -0500
34153              Message-Id: <20011113203842.E32567@blackrider>
34154      Branch: perl
34155            ! pod/perlport.pod
34156 ____________________________________________________________________________
34157 [ 12984] By: ams                                   on 2001/11/14  00:32:15
34158         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
34159              From: Michael G Schwern <schwern@pobox.com>
34160              Date: Tue, 13 Nov 2001 20:27:02 -0500
34161              Message-Id: <20011113202702.D32567@blackrider>
34162      Branch: perl
34163            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
34164            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
34165            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
34166            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
34167 ____________________________________________________________________________
34168 [ 12983] By: ams                                   on 2001/11/14  00:00:27
34169         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
34170              From: Michael G Schwern <schwern@pobox.com>
34171              Date: Tue, 13 Nov 2001 19:51:59 -0500
34172              Message-Id: <20011113195159.B32567@blackrider>
34173      Branch: perl
34174            ! pod/perlport.pod
34175 ____________________________________________________________________________
34176 [ 12982] By: ams                                   on 2001/11/13  23:53:11
34177         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
34178              From: Larry Shatzer <fugazi@zippy.zyx.net>
34179              Date: Tue, 13 Nov 2001 17:27:59 -0700
34180              Message-Id: <20011113172759.E27768@zippy.zyx.net>
34181      Branch: perl
34182            ! pod/perlapio.pod
34183 ____________________________________________________________________________
34184 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
34185         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
34186              "large enough" Unicode characters returned more than one
34187              as their "Unicode size".
34188      Branch: perl
34189            ! pp_sys.c t/io/utf8.t
34190 ____________________________________________________________________________
34191 [ 12980] By: ams                                   on 2001/11/13  19:32:33
34192         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
34193              From: "Craig A. Berry" <craigberry@mac.com>
34194              Date: Tue, 13 Nov 2001 14:33:25 -0600
34195              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
34196      Branch: perl
34197            ! vms/gen_shrfls.pl
34198 ____________________________________________________________________________
34199 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
34200         Log: Subject: Minor patch to Encode.pm (detypo)
34201              From: "Philip Newton" <Philip.Newton@gmx.net>
34202              Date: Tue, 13 Nov 2001 20:11:01 +0100
34203              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
34204      Branch: perl
34205            ! ext/Encode/Encode.pm
34206 ____________________________________________________________________________
34207 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
34208         Log: Evil tabulators.
34209      Branch: perl
34210            ! ext/Encode/Encode.pm
34211 ____________________________________________________________________________
34212 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
34213         Log: Document the available encodings.
34214      Branch: perl
34215            ! ext/Encode/Encode.pm
34216 ____________________________________________________________________________
34217 [ 12976] By: ams                                   on 2001/11/13  17:14:07
34218         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
34219              From: Barrie Slaymaker <barries@slaysys.com>
34220              Date: Tue, 13 Nov 2001 12:41:36 -0500
34221              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
34222      Branch: perl
34223            ! t/op/universal.t
34224 ____________________________________________________________________________
34225 [ 12975] By: ams                                   on 2001/11/13  16:24:21
34226         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
34227              From: Barrie Slaymaker <barries@slaysys.com>
34228              Date: Tue, 13 Nov 2001 10:56:20 -0500
34229              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
34230              (Test applied with minor tweaks and ->isa("HASH") omission.)
34231      Branch: perl
34232            ! lib/UNIVERSAL.pm t/op/universal.t
34233 ____________________________________________________________________________
34234 [ 12974] By: ams                                   on 2001/11/13  15:46:07
34235         Log: Subject: [PATCH Benchmark.pm] docco tweaks
34236              From: Barrie Slaymaker <barries@slaysys.com>
34237              Date: Tue, 13 Nov 2001 11:34:45 -0500
34238              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
34239      Branch: perl
34240            ! lib/Benchmark.pm
34241 ____________________________________________________________________________
34242 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
34243         Log: Subject: [PATCH] Attack of the C loops, round 1
34244              From: Richard Soderberg <rs@oregonnet.com>
34245              Date: Mon, 12 Nov 2001 12:07:29 -0800
34246              Message-Id: <200111122007.MAA01994@oregonnet.com>
34247              
34248              Subject: [PATCH] bytecode.pl (tiny patch)
34249              From: Richard Soderberg <rs@oregonnet.com>
34250              Date: Mon, 12 Nov 2001 12:53:24 -0800
34251              Message-Id: <200111122053.MAA06272@oregonnet.com>
34252      Branch: perl
34253            ! bytecode.pl installhtml
34254 ____________________________________________________________________________
34255 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
34256         Log: Subject: [PATCH] Update to Filter::Util::Call
34257              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34258              Date: Sun, 11 Nov 2001 22:33:33 -0000
34259              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
34260              
34261              Use the new CXT* macros.
34262      Branch: perl
34263            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34264 ____________________________________________________________________________
34265 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
34266         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
34267              From: Michael G Schwern <schwern@pobox.com>
34268              Date: Mon, 12 Nov 2001 20:50:34 -0500
34269              Message-ID: <20011112205034.H2888@blackrider>
34270      Branch: perl
34271            + lib/vmsish.pm lib/vmsish.t
34272            - vms/ext/vmsish.pm vms/ext/vmsish.t
34273            ! MANIFEST vms/descrip_mms.template
34274 ____________________________________________________________________________
34275 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
34276         Log: :utf8 works only with perlio.
34277      Branch: perl
34278            ! lib/open.t
34279 ____________________________________________________________________________
34280 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
34281         Log: Subject: Re: @Config -"des" not quite working on VMS
34282              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34283              Date: Tue, 13 Nov 2001 08:35:13 EST 
34284              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
34285      Branch: perl
34286            ! configure.com
34287 ____________________________________________________________________________
34288 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
34289         Log: Subject: [PATCH] lib/charnames.pm 
34290              From: Jeffrey Friedl <jfriedl@yahoo.com>
34291              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
34292              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
34293      Branch: perl
34294            ! lib/charnames.pm
34295 ____________________________________________________________________________
34296 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
34297         Log: Docs for Mac::err.
34298      Branch: maint-5.6/macperl
34299            ! macos/ext/Mac/err/err.pm
34300 ____________________________________________________________________________
34301 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
34302         Log: Some cleanup; change some globals to references for
34303              possible persistence later.
34304      Branch: maint-5.6/macperl
34305            ! macos/lib/Mac/Glue.pm
34306 ____________________________________________________________________________
34307 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
34308         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
34309      Branch: maint-5.6/macperl
34310            ! macos/ext/Mac/Files/Files.pm
34311 ____________________________________________________________________________
34312 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
34313         Log: Get Mac::Navigation to compile (bug #464684).
34314      Branch: maint-5.6/macperl
34315            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
34316            ! macos/ext/Mac/Navigation/Makefile.PL
34317            ! macos/ext/Mac/Navigation/Navigation.xs
34318            ! macos/macperl/Makefile.mk
34319 ____________________________________________________________________________
34320 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
34321         Log: Add in modules and POD to help menu.
34322      Branch: maint-5.6/macperl
34323            ! macos/macperl/MacPerl.podhelp
34324 ____________________________________________________________________________
34325 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
34326         Log: Update bundled modules.
34327      Branch: maint-5.6/macperl
34328            + macos/bundled_ext/Filter/t/FilterTest.pm
34329            + macos/bundled_ext/List/Util/t/shuffle.t
34330            + macos/bundled_ext/Storable/t/compat06.t
34331            + macos/bundled_ext/Storable/t/st-dump.pl
34332            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
34333            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
34334            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
34335            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
34336            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
34337            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
34338            + macos/bundled_lib/blib/lib/lwpcook.pod
34339            + macos/bundled_lib/t/Filter/Simple/filter.t
34340            + macos/bundled_lib/t/Switch/t/given.t
34341            + macos/bundled_lib/t/Switch/t/nested.t
34342            + macos/bundled_lib/t/Switch/t/switch.t
34343            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
34344            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
34345            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
34346            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
34347            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
34348            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
34349            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
34350            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
34351            + macos/bundled_lib/t/URI/rfc2732.t
34352            + macos/bundled_lib/t/libnet/config.t
34353            + macos/bundled_lib/t/libnet/libnet_t.pl
34354            + macos/bundled_lib/t/libwww-perl/live/google.t
34355            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
34356            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
34357            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
34358            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
34359            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
34360            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
34361            + macos/bundled_lib/t/libwww-perl/live/validator.t
34362            - macos/bundled_ext/Filter/t/MyFilter.pm
34363            - macos/bundled_ext/Storable/t/compat-0.6.t
34364            - macos/bundled_ext/Storable/t/dump.pl
34365            - macos/bundled_ext/Time/Piece/Makefile.PL
34366            - macos/bundled_ext/Time/Piece/Piece.pm
34367            - macos/bundled_ext/Time/Piece/Piece.t
34368            - macos/bundled_ext/Time/Piece/Piece.xs
34369            - macos/bundled_ext/Time/Piece/README
34370            - macos/bundled_ext/Time/Piece/Seconds.pm
34371            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
34372            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
34373            - macos/bundled_lib/blib/lib/Net/PH.pm
34374            - macos/bundled_lib/blib/lib/Net/SNPP.pm
34375            - macos/bundled_lib/blib/lib/Text/Balanced.pod
34376            - macos/bundled_lib/t/Filter/Simple/test.pl
34377            - macos/bundled_lib/t/Switch/test.pl
34378            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
34379            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
34380            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
34381            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
34382            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
34383            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
34384            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
34385            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
34386            - macos/bundled_lib/t/libnet/ph.t
34387            ! (edit 125 files)
34388 ____________________________________________________________________________
34389 [ 12961] By: ams                                   on 2001/11/13  00:45:08
34390         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
34391              From: Michael G Schwern <schwern@pobox.com>
34392              Date: Mon, 12 Nov 2001 20:16:45 -0500
34393              Message-Id: <20011112201644.G2888@blackrider>
34394      Branch: perl
34395            ! pod/perlport.pod
34396 ____________________________________________________________________________
34397 [ 12960] By: ams                                   on 2001/11/12  23:54:00
34398         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
34399              Recoving dup tests for VMS
34400              From: Michael G Schwern <schwern@pobox.com>
34401              Date: Mon, 12 Nov 2001 19:35:33 -0500
34402              Message-Id: <20011112193533.D2888@blackrider>
34403      Branch: perl
34404            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
34405 ____________________________________________________________________________
34406 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
34407         Log: Update Changes.
34408      Branch: perl
34409            ! Changes patchlevel.h
34410 ____________________________________________________________________________
34411 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
34412         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
34413              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
34414              Date: Mon, 12 Nov 2001 12:35:18 EST 
34415              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
34416      Branch: perl
34417            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
34418            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
34419 ____________________________________________________________________________
34420 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
34421         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
34422              From: Barrie Slaymaker <barries@slaysys.com>
34423              Date: Mon, 12 Nov 2001 11:19:52 -0500
34424              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
34425      Branch: perl
34426            ! lib/File/Spec.t lib/File/Spec/Win32.pm
34427 ____________________________________________________________________________
34428 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
34429         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
34430              From: Barrie Slaymaker <barries@slaysys.com>
34431              Date: Mon, 12 Nov 2001 11:07:36 -0500
34432              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
34433      Branch: perl
34434            ! lib/Benchmark.pm
34435 ____________________________________________________________________________
34436 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
34437         Log: Misplaced test, noticed by Barrie Slaymaker.
34438              (We are missing Benchmark tests, then.)
34439      Branch: perl
34440            + ext/Devel/DProf/DProf.t
34441            - lib/Benchmark.t
34442            ! MANIFEST
34443 ____________________________________________________________________________
34444 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
34445         Log: Subject: [PATCH] a few typo fixes 
34446              From: Jeffrey Friedl <jfriedl@yahoo.com>
34447              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
34448              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
34449              
34450              Patching README.foo instead of pod/perlfoo.pod,
34451              not patching Math::BigInt (Tels will take care of that),
34452              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
34453              and perldoc.PL instead of libnetcfg and perldoc, patching
34454              ext/Digest/MD5/t/files.t since MD5.pm was changed.
34455      Branch: perl
34456            ! (edit 109 files)
34457 ____________________________________________________________________________
34458 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
34459         Log: Add a note about the dangers of bad UTF-8.
34460      Branch: perl
34461            ! pod/perlunicode.pod
34462 ____________________________________________________________________________
34463 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
34464         Log: NetWare Nit from Ananth Kesari.
34465      Branch: perl
34466            ! NetWare/config.wc
34467 ____________________________________________________________________________
34468 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
34469         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
34470      Branch: perl
34471            ! ext/Encode/Encode.pm
34472 ____________________________________________________________________________
34473 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
34474         Log: (retracted by #12951)
34475      Branch: perl
34476            ! ext/Encode/Encode.pm
34477 ____________________________________________________________________________
34478 [ 12949] By: ams                                   on 2001/11/12  06:40:18
34479         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34480              From: Robert Spier <rspier@pobox.com>
34481              Date: Sun, 11 Nov 2001 18:50:18 -0800
34482              Message-Id: <15343.14570.121505.233336@rls.cx>
34483              
34484              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34485              From: Rick Delaney <rick.delaney@home.com>
34486              Date: 12 Nov 2001 00:15:52 -0500
34487              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
34488      Branch: perl
34489            ! pp_hot.c t/op/taint.t
34490 ____________________________________________________________________________
34491 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
34492         Log: It seems that we actually have this detail implemented
34493              as for as Level 1 Support of Unicode regex support is
34494              concerned: at Level 1 only 1:1 support for loose
34495              (aka caseless, aka caseigoring ) matching is required.
34496      Branch: perl
34497            ! pod/perlunicode.pod
34498 ____________________________________________________________________________
34499 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
34500         Log: (retracted by #12951)
34501      Branch: perl
34502            ! ext/Encode/Encode.pm
34503 ____________________________________________________________________________
34504 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
34505         Log: BOM, bom, Bom.
34506      Branch: perl
34507            ! pod/perlunicode.pod
34508 ____________________________________________________________________________
34509 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
34510         Log: Upgrade to Math::BigInt 1.46.
34511      Branch: perl
34512            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34513            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
34514            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
34515            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
34516            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34517 ____________________________________________________________________________
34518 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
34519         Log: Subject: Re: PERFORCE change 12943 for review
34520              From: "Philip Newton" <Philip.Newton@gmx.net>
34521              Date: Sun, 11 Nov 2001 20:53:36 +0100
34522              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
34523      Branch: perl
34524            ! pod/perlunicode.pod
34525 ____________________________________________________________________________
34526 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
34527         Log: Doc updates; make the Unicode discussions a little
34528              bit less alarming, and add information about encodings,
34529              surrogates, and BOMs.
34530      Branch: perl
34531            ! pod/perlunicode.pod
34532 ____________________________________________________________________________
34533 [ 12942] By: ams                                   on 2001/11/11  16:45:00
34534         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
34535              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
34536              Date: Mon, 12 Nov 2001 00:22:57 +0900
34537              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
34538      Branch: perl
34539            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
34540            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
34541 ____________________________________________________________________________
34542 [ 12941] By: ams                                   on 2001/11/11  13:01:40
34543         Log: Subject: Re: PERFORCE change 12929 for review
34544              From: "Philip Newton" <Philip.Newton@gmx.net>
34545              Date: Sun, 11 Nov 2001 14:27:44 +0100
34546              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
34547      Branch: perl
34548            ! MANIFEST
34549 ____________________________________________________________________________
34550 [ 12940] By: ams                                   on 2001/11/11  05:06:43
34551         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
34552              From: Michael G Schwern <schwern@pobox.com>
34553              Date: Thu, 8 Nov 2001 22:56:45 -0500
34554              Message-Id: <20011108225645.H5587@blackrider>
34555      Branch: perl
34556            ! t/op/chdir.t
34557 ____________________________________________________________________________
34558 [ 12939] By: ams                                   on 2001/11/11  05:01:00
34559         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
34560              From: Michael G Schwern <schwern@pobox.com>
34561              Date: Sun, 11 Nov 2001 00:54:43 -0500
34562              Message-Id: <20011111005443.A24450@blackrider>
34563      Branch: perl
34564            ! ext/Cwd/t/cwd.t
34565 ____________________________________________________________________________
34566 [ 12938] By: ams                                   on 2001/11/11  03:25:13
34567         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
34568              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
34569              From: "chromatic" <chromatic@rmci.net>
34570              Date: Sat, 10 Nov 2001 21:03:20 -0700
34571              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
34572      Branch: perl
34573            ! lib/File/stat.pm lib/File/stat.t
34574 ____________________________________________________________________________
34575 [ 12937] By: ams                                   on 2001/11/11  02:05:23
34576         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
34577              From: "Craig A. Berry" <craigberry@mac.com>
34578              Date: Sat, 10 Nov 2001 17:23:52 -0600
34579              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
34580      Branch: perl
34581            ! t/op/magic.t
34582 ____________________________________________________________________________
34583 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
34584         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
34585      Branch: perl
34586            ! lib/open.pm lib/open.t
34587 ____________________________________________________________________________
34588 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
34589         Log: The Official name of ASCII.
34590      Branch: perl
34591            ! ext/Encode/Encode.pm
34592 ____________________________________________________________________________
34593 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
34594         Log: The KOI8-R example wasn't quite right.
34595      Branch: perl
34596            ! lib/open.pm lib/open.t
34597 ____________________________________________________________________________
34598 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
34599         Log: Enhance the open pragma to support :utf8, :locale,
34600              and :encoding directly as special cases, and rename
34601              the INOUT to IO.
34602      Branch: perl
34603            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
34604 ____________________________________________________________________________
34605 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
34606         Log: Document the UTF-16 surrogate encoding and decoding.
34607      Branch: perl
34608            ! ext/Encode/Encode.pm
34609 ____________________________________________________________________________
34610 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
34611         Log: A potential recursion breaker.
34612      Branch: perl
34613            ! sv.c
34614 ____________________________________________________________________________
34615 [ 12930] By: ams                                   on 2001/11/10  07:46:53
34616         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
34617              (was Re: perl@12892)
34618              From: "chromatic" <chromatic@rmci.net>
34619              Date: Sat, 10 Nov 2001 01:28:09 -0700
34620              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
34621      Branch: perl
34622            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34623            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34624            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34625            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34626 ____________________________________________________________________________
34627 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
34628         Log: Add a test for the bytes pragma.
34629      Branch: perl
34630            + lib/bytes.t
34631            ! MANIFEST
34632 ____________________________________________________________________________
34633 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
34634         Log: Doc update.
34635      Branch: perl
34636            ! lib/bytes.pm
34637 ____________________________________________________________________________
34638 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
34639         Log: Cease to exist.
34640      Branch: perl
34641            - lib/Unicode/Normalize.pm
34642 ____________________________________________________________________________
34643 [ 12926] By: ams                                   on 2001/11/10  03:23:16
34644         Log: Subject: [patch] my_setenv speedup + fixes
34645              From: Doug MacEachern <dougm@covalent.net>
34646              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
34647              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
34648      Branch: perl
34649            ! util.c
34650 ____________________________________________________________________________
34651 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
34652         Log: Newline trouble.
34653      Branch: perl
34654            ! lib/ExtUtils/Embed.t
34655 ____________________________________________________________________________
34656 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
34657         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
34658              From: "Craig A. Berry" <craigberry@mac.com>
34659              Date: Fri, 09 Nov 2001 18:13:16 -0600
34660              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
34661      Branch: perl
34662            ! vms/munchconfig.c
34663 ____________________________________________________________________________
34664 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
34665         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
34666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34667              Date: Sat, 10 Nov 2001 00:10:45 +0100
34668              Message-ID: <20011110001045.A11945@rafael>
34669      Branch: perl
34670            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
34671            + t/run/switchn.t t/run/switchp.t
34672            ! MANIFEST
34673 ____________________________________________________________________________
34674 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
34675         Log: Subject: [PATCH] some tests not cleaning up properly               
34676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
34677              Date: Fri, 9 Nov 2001 22:13:10 +0100
34678              Message-ID: <20011109221310.A11115@rafael>
34679      Branch: perl
34680            ! ext/Cwd/t/cwd.t t/io/argv.t
34681 ____________________________________________________________________________
34682 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
34683         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
34684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34685              Date: Fri, 9 Nov 2001 15:07:19 EST
34686              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
34687      Branch: perl
34688            ! lib/ExtUtils/Embed.t
34689 ____________________________________________________________________________
34690 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
34691         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
34692              have been copied so it shouldn't be freed in perl_destruct()
34693      Branch: perl
34694            ! perl.c
34695 ____________________________________________________________________________
34696 [ 12919] By: ams                                   on 2001/11/09  15:36:22
34697         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
34698              From: Michael G Schwern <schwern@pobox.com>
34699              Date: Fri, 9 Nov 2001 00:38:59 -0500
34700              Message-Id: <20011109003859.K5587@blackrider>
34701              (Applied with directory name changes suggested by Craig Berry.)
34702      Branch: perl
34703            ! ext/Cwd/t/cwd.t
34704 ____________________________________________________________________________
34705 [ 12918] By: ams                                   on 2001/11/09  15:29:15
34706         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
34707              From: Michael G Schwern <schwern@pobox.com>
34708              Date: Fri, 9 Nov 2001 01:44:14 -0500
34709              Message-Id: <20011109014414.N5587@blackrider>
34710      Branch: perl
34711            ! vms/ext/filespec.t
34712 ____________________________________________________________________________
34713 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
34714         Log: Update Changes.
34715      Branch: perl
34716            ! Changes patchlevel.h
34717 ____________________________________________________________________________
34718 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
34719         Log: Regen toc.
34720      Branch: perl
34721            ! pod/perltoc.pod
34722 ____________________________________________________________________________
34723 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
34724         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
34725              see http://www.jepstone.net/bjepson//jpl/cvs.html
34726      Branch: perl
34727            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34728 ____________________________________________________________________________
34729 [ 12914] By: ams                                   on 2001/11/09  14:05:12
34730         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
34731              From: Michael G Schwern <schwern@pobox.com>
34732              Date: Thu, 8 Nov 2001 22:05:49 -0500
34733              Message-Id: <20011108220549.F5587@blackrider>
34734      Branch: perl
34735            ! vms/test.com
34736 ____________________________________________________________________________
34737 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
34738         Log: NetWare update from Ananth Kesari.
34739      Branch: perl
34740            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
34741 ____________________________________________________________________________
34742 [ 12912] By: ams                                   on 2001/11/09  13:40:26
34743         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
34744              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34745              Date: Fri, 9 Nov 2001 14:32:28 +0100
34746              Message-Id: <20011109143228.A18996@rafael>
34747      Branch: perl
34748            ! perl.c
34749 ____________________________________________________________________________
34750 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
34751         Log: FAQ sync.
34752      Branch: perl
34753            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34754            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34755            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
34756 ____________________________________________________________________________
34757 [ 12910] By: ams                                   on 2001/11/09  07:33:49
34758         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
34759              From: Michael G Schwern <schwern@pobox.com>
34760              Date: Fri, 9 Nov 2001 00:41:56 -0500
34761              Message-Id: <20011109004156.L5587@blackrider>
34762      Branch: perl
34763            ! lib/File/Find/t/find.t
34764 ____________________________________________________________________________
34765 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
34766         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
34767              The CPAN distribution has both pm and XS implementations,
34768              and for performance reasons we choose the XS.
34769              Another reason to choose the XS is that it doesn't
34770              require Lingua::KO::Hangul::Util, which means that
34771              we can delete that-- which in turn means that Unicode::UCD
34772              cannot expect that: support it, but don't expect.
34773              Ditto Unicode::Collate.
34774              
34775              Note that Unicode::Normalize Makefile.PL and
34776              Normalize.xs have been modified from the CPAN 0.10
34777              versions: the first one to be simpler (no pm) and
34778              clean up the generated unf*.h files, the second one
34779              to quench compiler grumblings.  Must notify Sadahiro
34780              about these changes.
34781      Branch: perl
34782            + ext/Unicode/Normalize/Changes
34783            + ext/Unicode/Normalize/Makefile.PL
34784            + ext/Unicode/Normalize/Normalize.pm
34785            + ext/Unicode/Normalize/Normalize.pod
34786            + ext/Unicode/Normalize/Normalize.xs
34787            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
34788            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
34789            + ext/Unicode/Normalize/t/test.t
34790            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
34791            - lib/Lingua/KO/Hangul/Util/README
34792            - lib/Lingua/KO/Hangul/Util/t/test.t
34793            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
34794            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
34795            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
34796            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
34797            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
34798            ! win32/makefile.mk
34799 ____________________________________________________________________________
34800 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
34801         Log: Test miscounting.
34802      Branch: perl
34803            ! ext/POSIX/t/posix.t
34804 ____________________________________________________________________________
34805 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
34806         Log: Quote the variables in failures messages more nicely.
34807      Branch: perl
34808            ! t/test.pl
34809 ____________________________________________________________________________
34810 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
34811         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34812              From: Michael G Schwern <schwern@pobox.com>
34813              Date: Thu, 8 Nov 2001 17:24:49 -0500
34814              Message-ID: <20011108172449.A5587@blackrider>
34815              
34816              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34817              From: "Craig A. Berry" <craigberry@mac.com>
34818              Date: Thu, 8 Nov 2001 16:35:00 -0600
34819              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
34820      Branch: perl
34821            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
34822 ____________________________________________________________________________
34823 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
34824         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
34825              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34826              Date: Thu, 8 Nov 2001 22:52:50 -0000
34827              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
34828      Branch: perl
34829            ! ext/DB_File/t/db-recno.t
34830 ____________________________________________________________________________
34831 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
34832         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
34833              (Probably not an EBCDIC issue the way one would think
34834              since no chr() et alia are used in UCD.pm.)
34835      Branch: perl
34836            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34837 ____________________________________________________________________________
34838 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
34839         Log: Whether overwriting the $self->{...} values (see #12902)
34840              is a good policy or not is debatable, but let's at least
34841              be consistent.
34842      Branch: perl
34843            ! lib/ExtUtils/MM_Unix.pm
34844 ____________________________________________________________________________
34845 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
34846         Log: The MakeMaker argument () quoting patch that sneaked
34847              in at #12883 didn't handle make macros like this $(...).
34848              Leaning toothpicks, we've got them.
34849      Branch: perl
34850            ! lib/ExtUtils/MM_Unix.pm
34851 ____________________________________________________________________________
34852 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
34853         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
34854              From: Michael G Schwern <schwern@pobox.com>
34855              Date: Wed, 7 Nov 2001 02:02:29 -0500
34856              Message-ID: <20011107020229.K2858@blackrider>
34857      Branch: perl
34858            ! t/io/argv.t t/test.pl vms/test.com
34859 ____________________________________________________________________________
34860 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
34861         Log: Subject: [PATCH 20011106.084] -s on #! line 
34862              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34863              Date: Wed, 7 Nov 2001 22:23:39 +0100
34864              Message-ID: <20011107222339.E729@rafael>
34865      Branch: perl
34866            ! embed.h embed.pl perl.c proto.h toke.c
34867 ____________________________________________________________________________
34868 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
34869         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
34870              From: Michael G Schwern <schwern@pobox.com>
34871              Date: Wed, 7 Nov 2001 16:52:49 -0500
34872              Message-ID: <20011107165249.I7346@blackrider>
34873      Branch: perl
34874            ! pod/perlhack.pod
34875 ____________________________________________________________________________
34876 [ 12898] By: ams                                   on 2001/11/08  13:02:19
34877         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34878              From: Mark-Jason Dominus <mjd@plover.com>
34879              Date: Thu, 08 Nov 2001 08:59:02 -0500
34880              Message-Id: <20011108135902.2275.qmail@plover.com>
34881      Branch: perl
34882            ! INSTALL README README.amiga README.os2 README.vms
34883            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
34884            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
34885 ____________________________________________________________________________
34886 [ 12897] By: ams                                   on 2001/11/08  12:49:28
34887         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34888              From: mjd@plover.com
34889              Date: 8 Nov 2001 13:33:18 -0000
34890              Message-Id: <20011108133318.1786.qmail@plover.com>
34891      Branch: perl
34892            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
34893            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34894            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34895            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
34896            ! pod/perlport.pod pod/perlvar.pod
34897 ____________________________________________________________________________
34898 [ 12896] By: ams                                   on 2001/11/08  11:22:12
34899         Log: open(FH, $file) should strip leading and trailing whitespace.
34900      Branch: perl
34901            ! doio.c
34902 ____________________________________________________________________________
34903 [ 12895] By: ams                                   on 2001/11/08  10:17:14
34904         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
34905              From: "Craig A. Berry" <craigberry@mac.com>
34906              Date: Wed, 07 Nov 2001 13:41:50 -0600
34907              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
34908      Branch: perl
34909            ! t/op/glob.t
34910 ____________________________________________________________________________
34911 [ 12894] By: ams                                   on 2001/11/08  08:32:20
34912         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
34913              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
34914              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
34915              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
34916      Branch: perl
34917            ! makedepend.SH
34918 ____________________________________________________________________________
34919 [ 12893] By: ams                                   on 2001/11/08  08:26:31
34920         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
34921              From: mjd@plover.com
34922              Date: 8 Nov 2001 08:08:07 -0000
34923              Message-Id: <20011108080807.30147.qmail@plover.com>
34924              
34925              Subject: bleadperl perl.pod
34926              From: mjd@plover.com
34927              Date: 8 Nov 2001 08:10:47 -0000
34928              Message-Id: <20011108081047.30178.qmail@plover.com>
34929              
34930              Subject: more bleadperl perl.pod
34931              From: mjd@plover.com
34932              Date: 8 Nov 2001 08:16:28 -0000
34933              Message-Id: <20011108081628.30229.qmail@plover.com>
34934      Branch: perl
34935            ! pod/perl.pod pod/perldebug.pod
34936 ____________________________________________________________________________
34937 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
34938         Log: Tweak for Cray-friendliness from Nicholas Clark.
34939      Branch: perl
34940            ! sv.c
34941 ____________________________________________________________________________
34942 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
34943         Log: VMS patch redo from Charles Lane.
34944      Branch: perl
34945            ! vms/gen_shrfls.pl
34946 ____________________________________________________________________________
34947 [ 12890] By: ams                                   on 2001/11/07  15:16:10
34948         Log: Subject: [ID 20011107.088] two perl pod nits
34949              From: lvirden@cas.org
34950              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
34951              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
34952      Branch: perl
34953            ! pod/perl.pod pod/perlfaq3.pod
34954 ____________________________________________________________________________
34955 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
34956         Log: Update Changes.
34957      Branch: perl
34958            ! Changes patchlevel.h
34959 ____________________________________________________________________________
34960 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
34961         Log: The (emulated) "no utf8" must be in a BEGIN block
34962              to be effective.
34963      Branch: perl
34964            ! lib/CGI/t/html.t
34965 ____________________________________________________________________________
34966 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
34967         Log: "v-strings" is the right term.
34968      Branch: perl
34969            ! pod/perltodo.pod
34970 ____________________________________________________________________________
34971 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
34972         Log: Add vstrings-as-objects need to perltodo.
34973      Branch: perl
34974            ! pod/perltodo.pod
34975 ____________________________________________________________________________
34976 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
34977         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
34978              From: Nicholas Clark <nick@ccl4.org>
34979              Date: Wed, 7 Nov 2001 14:36:32 +0000
34980              Message-ID: <20011107143631.I24980@plum.flirble.org>
34981      Branch: perl
34982            ! t/op/pack.t
34983 ____________________________________________________________________________
34984 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
34985         Log: The Embed test requires a major rewrite for VMS
34986              (plus it reveals a couple of annoying glitches
34987              in buffering), so skip the test for now; from
34988              Charles Lane.
34989      Branch: perl
34990            ! lib/ExtUtils/Embed.t
34991 ____________________________________________________________________________
34992 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
34993         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
34994              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34995              Date: Wed, 7 Nov 2001 09:23:28 EST
34996              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
34997              
34998              (Also i seems that an unrelated experimental patch
34999              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
35000      Branch: perl
35001            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
35002 ____________________________________________________________________________
35003 [ 12882] By: ams                                   on 2001/11/07  05:14:04
35004         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
35005              From: Mark-Jason Dominus <mjd@plover.com>
35006              Date: Wed, 07 Nov 2001 00:43:46 -0500
35007              Message-Id: <20011107054346.14428.qmail@plover.com>
35008      Branch: perl
35009            ! gv.c op.c toke.c
35010 ____________________________________________________________________________
35011 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
35012         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
35013              From: Michael G Schwern <schwern@pobox.com>             
35014              Date: Tue, 6 Nov 2001 22:04:39 -0500
35015              Message-ID: <20011106220439.D2858@blackrider>              
35016      Branch: perl
35017            ! lib/perl5db.pl
35018 ____________________________________________________________________________
35019 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
35020         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
35021              stress))
35022              From: Jonathan Stowe <gellyfish@gellyfish.com>
35023              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
35024              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
35025              
35026              (except for one hunk where indentation differs)
35027      Branch: perl
35028            ! lib/Term/Cap.t
35029 ____________________________________________________________________________
35030 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
35031         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
35032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35033              Date: Tue, 6 Nov 2001 21:45:01 +0100
35034              Message-ID: <20011106214501.A704@rafael>
35035      Branch: perl
35036            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
35037            ! lib/File/Spec/Win32.pm
35038 ____________________________________________________________________________
35039 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
35040         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
35041              From: Michael G Schwern <schwern@pobox.com>              
35042              Date: Tue, 6 Nov 2001 20:58:45 -0500
35043              Message-ID: <20011106205845.G29411@blackrider>
35044      Branch: perl
35045            ! t/test.pl
35046 ____________________________________________________________________________
35047 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
35048         Log: Subject: making do_sprintf public       
35049              From: Doug MacEachern <dougm@covalent.net>    
35050              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
35051              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
35052      Branch: perl
35053            ! embed.h embed.pl global.sym
35054 ____________________________________________________________________________
35055 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
35056         Log: Update to CGI.pm 2.78.
35057              
35058              TODO: the test suite needs to be merged so that
35059              when in core, the core version is tested, and when
35060              using the CPAN version, testing the CPAN version.
35061              (the changes need to be sent to Lincoln, too...)
35062      Branch: perl
35063            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
35064            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
35065            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
35066            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
35067            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
35068            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
35069 ____________________________________________________________________________
35070 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
35071         Log: Integrate with perlio; (strictly) readonly hashes via XS.
35072      Branch: perl
35073           +> t/lib/access.t
35074           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
35075 ____________________________________________________________________________
35076 [ 12874] By: nick                                  on 2001/11/06  21:05:16
35077         Log: Keep It Simple and Stupid version of readonly hash support.
35078              - Test for SvREAONLY(hv) at a few spots in hv.c
35079              - add the error message to perldiag.pod
35080              - (dubious) add access::readonly() to univeral.c
35081              - add test using above
35082              - fixup ext/B/t/stash.t to account for access:: existing
35083      Branch: perlio
35084            + t/lib/access.t
35085            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
35086 ____________________________________________________________________________
35087 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
35088         Log: Fix incorrect warnings about broken globbing;
35089              from Andy Dougherty.
35090      Branch: perl
35091            ! hints/linux.sh
35092 ____________________________________________________________________________
35093 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
35094         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
35095              toggle-on from the encoding pragma.
35096      Branch: perl
35097            ! regcomp.c regexec.c
35098 ____________________________________________________________________________
35099 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
35100         Log: Retract #12824, doesn't help and is ignored
35101              by Configure anyway.
35102      Branch: perl
35103            ! hints/beos.sh
35104 ____________________________________________________________________________
35105 [ 12870] By: ams                                   on 2001/11/06  10:40:37
35106         Log: Subject: Cosmetic change
35107              From: H.Merijn Brand <h.m.brand@hccnet.nl>
35108              Date: Tue, 06 Nov 2001 12:30:52 +0100
35109              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
35110      Branch: perl
35111            ! README.hpux
35112 ____________________________________________________________________________
35113 [ 12869] By: nick                                  on 2001/11/06  08:26:40
35114         Log: Integrate mainline
35115      Branch: perlio
35116           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
35117           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
35118 ____________________________________________________________________________
35119 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
35120         Log: The parentheses are protected enough.
35121      Branch: perl
35122            ! hints/os390.sh
35123 ____________________________________________________________________________
35124 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
35125         Log: ccflags, not ldflags.
35126      Branch: perl
35127            ! hints/os390.sh
35128 ____________________________________________________________________________
35129 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
35130         Log: ... and the proto to go with #12865.
35131      Branch: perl
35132            ! proto.h
35133 ____________________________________________________________________________
35134 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
35135         Log: Oops.  Luckily nothing was using this symbol yet.
35136      Branch: perl
35137            ! global.sym
35138 ____________________________________________________________________________
35139 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
35140         Log: Implement the encoding pragma for regex literals.
35141      Branch: perl
35142            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
35143 ____________________________________________________________________________
35144 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
35145         Log: More UTF8 EXACT fixing.
35146      Branch: perl
35147            ! regexec.c
35148 ____________________________________________________________________________
35149 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
35150         Log: More re debugging.
35151      Branch: perl
35152            ! regexec.c
35153 ____________________________________________________________________________
35154 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
35155         Log: EXACT correction attempt.  Continued in #12863.
35156      Branch: perl
35157            ! regexec.c
35158 ____________________________________________________________________________
35159 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
35160         Log: Unterminated L<.
35161      Branch: perl
35162            ! ext/DB_File/DB_File.pm
35163 ____________________________________________________________________________
35164 [ 12859] By: nick                                  on 2001/11/05  19:15:17
35165         Log: Integrate mainline
35166      Branch: perlio
35167           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
35168           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
35169           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
35170           +> lib/Math/BigInt/t/sub_mbi.t
35171            - lib/Math/BigInt/t/Math/Subclass.pm
35172            - lib/Math/BigInt/t/subclass.t
35173           !> (integrate 30 files)
35174 ____________________________________________________________________________
35175 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
35176         Log: Regex debugging fixes from Hugo.
35177      Branch: perl
35178            ! regcomp.c regexec.c
35179 ____________________________________________________________________________
35180 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
35181         Log: IRIX: at some point the cc -version has started
35182              to output to stderr, not stdout any more.
35183      Branch: perl
35184            ! hints/irix_6.sh
35185 ____________________________________________________________________________
35186 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
35187         Log: Update Changes.
35188      Branch: perl
35189            ! Changes patchlevel.h
35190 ____________________________________________________________________________
35191 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
35192         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
35193      Branch: perl
35194            ! lib/File/Spec/Unix.pm
35195 ____________________________________________________________________________
35196 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
35197         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
35198              From: rgarciasuarez@free.fr
35199              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
35200              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
35201      Branch: perl
35202            ! lib/File/Spec/Unix.pm
35203 ____________________________________________________________________________
35204 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
35205         Log: Use config.arch in OS/390 where the combination of
35206              IEEE floats and ldflags is tricky.
35207      Branch: perl
35208            ! hints/os390.sh
35209 ____________________________________________________________________________
35210 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
35211         Log: Metaconfig unit change for #12851.
35212      Branch: metaconfig
35213            ! U/modified/Config_sh.U
35214 ____________________________________________________________________________
35215 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
35216         Log: Support a config.arch file, similar to config.over,
35217              but loaded just before it.
35218      Branch: perl
35219            ! Configure INSTALL
35220 ____________________________________________________________________________
35221 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
35222         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
35223              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35224              Date: Mon, 5 Nov 2001 14:26:24 +0100
35225              Message-ID: <20011105142624.C31977@rafael>
35226      Branch: perl
35227            ! lib/Symbol.pm lib/Symbol.t
35228 ____________________________________________________________________________
35229 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
35230         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
35231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35232              Date: Sun, 4 Nov 2001 22:28:57 +0100
35233              Message-ID: <20011104222857.C696@rafael>
35234      Branch: perl
35235            ! pod/perldebug.pod pod/perlpodspec.pod
35236 ____________________________________________________________________________
35237 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
35238         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
35239      Branch: perl
35240            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
35241 ____________________________________________________________________________
35242 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
35243         Log: Math::Big* test tweaks to work better with core:
35244              but the coast still not clear.
35245      Branch: perl
35246            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
35247            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
35248 ____________________________________________________________________________
35249 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
35250         Log: Protect against high load: measure how much wall
35251              clock time went by while sleeping.  Avoids some
35252              false negatives, while may introduce some false
35253              positives.  Life is hard.
35254      Branch: perl
35255            ! ext/Time/HiRes/HiRes.t
35256 ____________________________________________________________________________
35257 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
35258         Log: More forgotten from #12843.
35259      Branch: perl
35260            ! lib/Math/BigInt/t/bigfltpm.inc
35261 ____________________________________________________________________________
35262 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
35263         Log: Forgot from #12843.
35264      Branch: perl
35265            + lib/Math/BigInt/t/bigintpm.inc
35266            ! MANIFEST
35267 ____________________________________________________________________________
35268 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
35269         Log: Upgrade to Math::BigInt 1.45; from Tels.
35270              NOTE: some of the tests are failing but that's because
35271              the core integration is not yet done.
35272      Branch: perl
35273            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
35274            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
35275            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
35276            - lib/Math/BigInt/t/Math/Subclass.pm
35277            - lib/Math/BigInt/t/subclass.t
35278            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
35279            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
35280            ! lib/Math/BigInt/t/mbimbf.t
35281 ____________________________________________________________________________
35282 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
35283         Log: VMS: adds capability to control more configuration stuff with
35284              -D and -U switches; parsing config.sh to extract previous config
35285              info in VMS-form, and a rewrite of the "prompt/response" routine;
35286              from Charles Lane.
35287      Branch: perl
35288            ! configure.com
35289 ____________________________________________________________________________
35290 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
35291         Log: Subject: Typo correction in perldebguts.pod
35292              From: mjd@plover.com
35293              Date: 4 Nov 2001 16:20:05 -0000
35294              Message-ID: <20011104162005.16699.qmail@plover.com>
35295      Branch: perl
35296            ! pod/perldebguts.pod
35297 ____________________________________________________________________________
35298 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
35299         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
35300              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35301              Date: Sun, 4 Nov 2001 11:47:30 +0100
35302              Message-ID: <20011104114730.A715@rafael>
35303              
35304              Remove -T from the test, wrong place for that.
35305      Branch: perl
35306            ! lib/File/Temp/t/mktemp.t
35307 ____________________________________________________________________________
35308 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
35309         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
35310              From: Nicholas Clark <nick@ccl4.org>
35311              Date: Sun, 4 Nov 2001 10:41:24 +0000
35312              Message-ID: <20011104104123.U20123@plum.flirble.org>
35313      Branch: perl
35314            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
35315 ____________________________________________________________________________
35316 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
35317         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
35318              From: Michael G Schwern <schwern@pobox.com>
35319              Date: Sat, 3 Nov 2001 15:41:47 -0500
35320              Message-ID: <20011103154147.C600@blackrider>
35321      Branch: perl
35322            ! lib/Term/Cap.t
35323 ____________________________________________________________________________
35324 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
35325         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
35326              From: "Craig A. Berry" <craigberry@mac.com>     
35327              Date: Sat, 03 Nov 2001 16:02:28 -0600
35328              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
35329      Branch: perl
35330            ! ext/Time/HiRes/HiRes.t
35331 ____________________________________________________________________________
35332 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
35333         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
35334              From: "chromatic" <chromatic@rmci.net>
35335              Date: Sat, 03 Nov 2001 12:28:17 -0700
35336              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
35337      Branch: perl
35338            ! lib/Term/Cap.t
35339 ____________________________________________________________________________
35340 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
35341         Log: Don't bother doing POSIX charclass parsing if it
35342              possibly cannot be so.  Prepares way for charclass
35343              syntax like [[abc]||[def]] (or just [[abc][def]])
35344              for union, [[\w]&&[$a]] for intersection,
35345              and [[a-z]&&[^def]] for subtraction.
35346              
35347              Currently /[[a]/ (or /[a[]/) parses as a character
35348              class containing two characters, "[" and "a",
35349              this may have to be broken for the syntax described
35350              above, otherwise we would have to scan the whole pattern
35351              to find out whether the square brackets match pairwise.
35352              Luckily, the special case of "[" doesn't seem to be
35353              documented (as opposed to "]" and "-"), so we may have
35354              better story for breaking it...  One can always use \[
35355              if one wants a literal "[", so there.
35356      Branch: perl
35357            ! regcomp.c
35358 ____________________________________________________________________________
35359 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
35360         Log: Comment correction.
35361      Branch: perl
35362            ! regcomp.c
35363 ____________________________________________________________________________
35364 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
35365         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
35366              The latter is a RedHatism.
35367      Branch: perl
35368            ! lib/ExtUtils/MakeMaker.pm
35369 ____________________________________________________________________________
35370 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
35371         Log: Integrate perlio:
35372              
35373              [ 12830]
35374              Fix clone_leak problem.
35375              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35376              as vestige of calling PerlLIO_dup().
35377              
35378              [ 12829]
35379              Tweaks attempting to locate Doug's clone_leak leak.
35380              - add some PerlIO_debug()
35381              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35382              - Even if it closing stdout etc. do a fflush()
35383      Branch: perl
35384           !> perlio.c
35385 ____________________________________________________________________________
35386 [ 12831] By: nick                                  on 2001/11/03  11:42:15
35387         Log: Integrate mainline
35388      Branch: perlio
35389           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
35390           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35391           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
35392           !> sv.c t/test.pl
35393 ____________________________________________________________________________
35394 [ 12830] By: nick                                  on 2001/11/03  10:27:34
35395         Log: Fix clone_leak problem.
35396              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35397              as vestige of calling PerlLIO_dup().
35398      Branch: perlio
35399            ! perlio.c
35400 ____________________________________________________________________________
35401 [ 12829] By: nick                                  on 2001/11/03  09:40:46
35402         Log: Tweaks attempting to locate Doug's clone_leak leak.
35403              - add some PerlIO_debug()
35404              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35405              - Even if it closing stdout etc. do a fflush()
35406      Branch: perlio
35407            ! perlio.c
35408 ____________________________________________________________________________
35409 [ 12828] By: nick                                  on 2001/11/03  08:34:31
35410         Log: Integrate mainline
35411      Branch: perlio
35412           !> (integrate 54 files)
35413 ____________________________________________________________________________
35414 [ 12827] By: ams                                   on 2001/11/03  03:45:19
35415         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
35416              remove this later). Based on a patch from Robert Spier in
35417              <15330.61459.14452.795263@rls.cx>.
35418      Branch: perl
35419            ! sv.c
35420 ____________________________________________________________________________
35421 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
35422         Log: microperl sync.
35423      Branch: perl
35424            ! doio.c perl.c perl.h perlio.c regexec.c
35425 ____________________________________________________________________________
35426 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
35427         Log: Definitions for the Unicode Newline Guidelines.
35428      Branch: perl
35429            ! perl.h
35430 ____________________________________________________________________________
35431 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
35432         Log: (retracted by #12871)
35433              
35434              There is no csh of any kind in default BeOS.
35435              For the purposes of miniperl globbing, bash
35436              will do.
35437      Branch: perl
35438            ! hints/beos.sh
35439 ____________________________________________________________________________
35440 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
35441         Log: Integrate change #12820 from macperl to maint and blead;
35442              
35443              Fix up (dynaloading) to work properly with multiplicity
35444      Branch: maint-5.6/perl
35445           !> ext/DynaLoader/dl_mac.xs
35446      Branch: perl
35447           !> ext/DynaLoader/dl_mac.xs
35448 ____________________________________________________________________________
35449 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
35450         Log: Several fixes for various exit problems and clearing out
35451              task queue, as well as another (incomplete) go at
35452              fixing error message handling
35453      Branch: maint-5.6/macperl
35454            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
35455 ____________________________________________________________________________
35456 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
35457         Log: Add source files for bleadperl builds
35458      Branch: maint-5.6/macperl
35459            ! macos/Makefile.mk
35460 ____________________________________________________________________________
35461 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
35462         Log: Fix up to work properly with multiplicity
35463      Branch: maint-5.6/macperl
35464            ! ext/DynaLoader/dl_mac.xs
35465 ____________________________________________________________________________
35466 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
35467         Log: Integrate with maintperl.
35468      Branch: maint-5.6/macperl
35469           +> t/op/system.t t/op/system_tests
35470           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
35471           !> pod/perltodo.pod util.c win32/win32.c
35472 ____________________________________________________________________________
35473 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
35474         Log: Locate _PATH_LOG if it's a socket even if not #defined
35475              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
35476              via Nick Clark.
35477      Branch: perl
35478            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35479 ____________________________________________________________________________
35480 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
35481         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
35482              From: Michael G Schwern <schwern@pobox.com>
35483              Date: Fri, 2 Nov 2001 15:36:41 -0500
35484              Message-ID: <20011102153641.E23234@blackrider>
35485      Branch: perl
35486            ! t/test.pl
35487 ____________________________________________________________________________
35488 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
35489         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
35490              From: merlyn@stonehenge.com (Randal L. Schwartz)
35491              Date: 02 Nov 2001 09:33:34 -0800
35492              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
35493              
35494              (two of the changes)
35495              
35496              Better coexistence with extensions.
35497      Branch: perl
35498            ! ext/Errno/Errno_pm.PL hints/darwin.sh
35499 ____________________________________________________________________________
35500 [ 12815] By: ams                                   on 2001/11/02  16:47:43
35501         Log: Subject: Re: [PATCH] the the double double word word fix fix
35502              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35503              Date: Fri, 02 Nov 2001 19:43:07 +0100
35504              Message-Id: <3BE2E93B.627C198E@alcatel.at>
35505      Branch: perl
35506            ! pod/perldebug.pod
35507 ____________________________________________________________________________
35508 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
35509         Log: Update Changes.
35510      Branch: perl
35511            ! Changes patchlevel.h
35512 ____________________________________________________________________________
35513 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
35514         Log: More encoding testing.
35515      Branch: perl
35516            ! lib/encoding.pm lib/encoding.t
35517 ____________________________________________________________________________
35518 [ 12812] By: ams                                   on 2001/11/02  15:07:11
35519         Log: Slight modification of #12811.
35520      Branch: perl
35521            ! op.c
35522 ____________________________________________________________________________
35523 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
35524         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
35525              From: Radu Greab <radu@netsoft.ro>
35526              Date: Fri, 2 Nov 2001 15:28:58 +0200
35527              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
35528      Branch: perl
35529            ! op.c t/op/stat.t
35530 ____________________________________________________________________________
35531 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
35532         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
35533              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35534              Date: Thu, 1 Nov 2001 22:35:50 +0100
35535              Message-ID: <20011101223550.A10849@rafael>
35536      Branch: perl
35537            ! lib/ExtUtils/Embed.t
35538 ____________________________________________________________________________
35539 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
35540         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
35541              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35542              Date: 2 Nov 2001 14:48:51 -0000
35543              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
35544      Branch: perl
35545            ! lib/File/Find.pm
35546 ____________________________________________________________________________
35547 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
35548         Log: Add documentation.
35549      Branch: perl
35550            ! embed.pl pod/perlapi.pod utf8.c
35551 ____________________________________________________________________________
35552 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
35553         Log: Unicode: add ToFold mapping.  Not used yet; but basically
35554              a more useful mapping for caseless aka case-ignoring than
35555              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
35556              algorithm for creating the foldings uses equivalence classes,
35557              see http://www.unicode.org/unicode/reports/tr21/
35558              Hopefully this feature will be used in //i.
35559              (The folding tables were introduced by #12689.)
35560      Branch: perl
35561            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
35562            ! utf8.c
35563 ____________________________________________________________________________
35564 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
35565         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
35566              From: "Craig A. Berry" <craigberry@mac.com>
35567              Date: Fri, 02 Nov 2001 00:03:52 -0600
35568              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
35569      Branch: perl
35570            ! lib/AutoSplit.t
35571 ____________________________________________________________________________
35572 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
35573         Log: Subject: Trivial doc patch
35574              From: andreas.koenig@anima.de (Andreas J. Koenig)
35575              Date: 02 Nov 2001 06:11:35 +0100
35576              Message-ID: <m37kt94v08.fsf@anima.de>
35577      Branch: perl
35578            ! pod/perlport.pod
35579 ____________________________________________________________________________
35580 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
35581         Log: Make encoding and charnames pragmas coexist.
35582      Branch: perl
35583            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
35584 ____________________________________________________________________________
35585 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
35586         Log: The basic character classes seem to go untested with Unicode.
35587      Branch: perl
35588            ! t/op/pat.t
35589 ____________________________________________________________________________
35590 [ 12802] By: ams                                   on 2001/11/02  00:39:36
35591         Log: Subject: [PATCH] the the double double word word fix fix
35592              From: Richard Soderberg <rs@oregonnet.com>
35593              Date: Thu, 1 Nov 2001 13:12:03 -0800
35594              Message-Id: <200111012112.NAA23288@oregonnet.com>
35595              
35596              Subject: Re: [PATCH] the the double double word word fix fix
35597              From: Mark-Jason Dominus <mjd@plover.com>
35598              Date: Thu, 01 Nov 2001 16:43:40 -0500
35599              Message-Id: <20011101214340.2044.qmail@plover.com>
35600              
35601              Subject: Re: [PATCH] the the double double word word fix fix
35602              From: Mark-Jason Dominus <mjd@plover.com>
35603              Date: Thu, 01 Nov 2001 16:51:39 -0500
35604              Message-Id: <20011101215139.2196.qmail@plover.com>
35605      Branch: perl
35606            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
35607            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
35608            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
35609            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
35610            ! pod/perltodo.pod pod/perlxstut.pod
35611 ____________________________________________________________________________
35612 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
35613         Log: Comment tweaks.
35614      Branch: perl
35615            ! toke.c
35616 ____________________________________________________________________________
35617 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
35618         Log: FAQ sync.
35619      Branch: perl
35620            ! pod/perlfaq9.pod
35621 ____________________________________________________________________________
35622 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
35623         Log: If an encoding is set by -M/-m, it must be in
35624              effect only for the actual script, not any other
35625              required/-M/-m'ed module, otherwise we enter a nasty
35626              recursion in regexec.c while trying to init the simple
35627              UTF-8 charclasses like PL_utf8_alnum.
35628      Branch: perl
35629            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
35630 ____________________________________________________________________________
35631 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
35632         Log: A bit more descriptive name.
35633      Branch: perl
35634            ! mg.c
35635 ____________________________________________________________________________
35636 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
35637         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
35638              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35639              Date: Wed, 31 Oct 2001 13:47:04 EST
35640              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
35641      Branch: perl
35642            ! ext/Time/HiRes/HiRes.t
35643 ____________________________________________________________________________
35644 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
35645         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
35646              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35647              Date: Wed, 31 Oct 2001 13:43:29 EST
35648              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
35649      Branch: perl
35650            ! mg.c
35651 ____________________________________________________________________________
35652 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
35653         Log: Subject: [PATCH] Various test cleanups
35654              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35655              Date: Tue, 30 Oct 2001 21:56:26 +0100
35656              Message-ID: <20011030215626.A28503@rafael>
35657      Branch: perl
35658            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35659            ! ext/DB_File/t/db-recno.t ext/Encode.t
35660 ____________________________________________________________________________
35661 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
35662         Log: Update Changes.
35663      Branch: perl
35664            ! Changes patchlevel.h
35665 ____________________________________________________________________________
35666 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
35667         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
35668              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
35669              Date: Wed, 31 Oct 2001 17:16:39 +0100
35670              Message-ID: <20011031171639.A32511@rafael>
35671      Branch: perl
35672            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
35673 ____________________________________________________________________________
35674 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
35675         Log: Skip message nit.
35676      Branch: perl
35677            ! t/io/fs.t
35678 ____________________________________________________________________________
35679 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
35680         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
35681              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35682              Date: 31 Oct 2001 14:49:37 -0000
35683              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
35684      Branch: perl
35685            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
35686 ____________________________________________________________________________
35687 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
35688         Log: Extend the effect of the encoding pragma to chr() and ord().
35689              
35690              TODO: regex literals, reentrancy problems with the utf8
35691              and charnames pragmas.
35692      Branch: perl
35693            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
35694 ____________________________________________________________________________
35695 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
35696         Log: Doc tweaks.
35697      Branch: perl
35698            ! lib/encoding.pm
35699 ____________________________________________________________________________
35700 [ 12788] By: nick                                  on 2001/10/31  08:59:56
35701         Log: Integrate mainline
35702      Branch: perlio
35703           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
35704           !> (integrate 49 files)
35705 ____________________________________________________________________________
35706 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
35707         Log: Forgot new proto.
35708      Branch: perl
35709            ! proto.h
35710 ____________________________________________________________________________
35711 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
35712         Log: Clarification: use encoding cannot be used to
35713              change the default encoding of "your whole script";
35714              only the default encoding of the *data*.  Also, it
35715              seems that "use encoding" does not mix with "use utf8"
35716              (a coredumping recursion ensues).  Should not be a huge
35717              problem since "use utf8" is pretty marginal nowadays.
35718      Branch: perl
35719            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
35720 ____________________________________________________________________________
35721 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
35722         Log: More documentation for the encode pragma.
35723      Branch: perl
35724            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
35725            ! pod/perlapi.pod pod/perlunicode.pod sv.c
35726 ____________________________________________________________________________
35727 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
35728         Log: Thinko in #12783.
35729      Branch: perl
35730            ! sv.c
35731 ____________________________________________________________________________
35732 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
35733         Log: Make sv_recode_to_utf8() a real API: the encoding
35734              is a parameter, instead of a global.  Document the
35735              PERL_ENCODING.
35736      Branch: perl
35737            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
35738            ! toke.c
35739 ____________________________________________________________________________
35740 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
35741         Log: Enable -Mencoding=foobar also for string literals.
35742      Branch: perl
35743            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
35744            ! pod/perlapi.pod proto.h sv.c toke.c
35745 ____________________________________________________________________________
35746 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
35747         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35748              From: Andy Dougherty <doughera@lafayette.edu>
35749              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
35750              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
35751      Branch: perl
35752            ! ext/POSIX/hints/svr4.pl
35753 ____________________________________________________________________________
35754 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
35755         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
35756              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35757              Date: Mon, 29 Oct 2001 23:11:58 -0000
35758              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35759              
35760              Add compat.h.
35761      Branch: perl
35762            ! lib/h2xs.t utils/h2xs.PL
35763 ____________________________________________________________________________
35764 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
35765         Log: Subject: PerlIOBuf_dup
35766              From: Nicholas Clark <nick@ccl4.org>              
35767              Date: Mon, 29 Oct 2001 21:52:35 +0000             
35768              Message-ID: <20011029215235.K41204@plum.flirble.org>
35769              
35770              Add prototype.
35771      Branch: perl
35772            ! perliol.h
35773 ____________________________________________________________________________
35774 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
35775         Log: Subject: [PATCH] Make malloc.c errors more useful
35776              From: Richard Soderberg <rs@oregonnet.com>
35777              Date: Mon, 29 Oct 2001 22:28:02 -0800
35778              Message-Id: <200110300628.WAA11025@oregonnet.com>
35779      Branch: perl
35780            ! malloc.c
35781 ____________________________________________________________________________
35782 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
35783         Log: Retract #12776 - the bug 19990906.001 is still valid.
35784      Branch: perl
35785            ! t/run/kill_perl.t
35786 ____________________________________________________________________________
35787 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
35788         Log: (Retracted by #12777)
35789              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
35790              From: Michael G Schwern <schwern@pobox.com> 
35791              Date: Mon, 29 Oct 2001 23:01:08 -0500
35792              Message-ID: <20011029230108.G18053@blackrider>
35793      Branch: perl
35794            ! t/run/kill_perl.t
35795 ____________________________________________________________________________
35796 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
35797         Log: Comment nits.
35798      Branch: perl
35799            ! lib/encoding.t
35800 ____________________________________________________________________________
35801 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
35802         Log: integrate change#12772 from mainline
35803              
35804              Subject: [PATCH] Mommy, what's a pointer cast?
35805      Branch: maint-5.6/perl
35806            ! perl.h
35807 ____________________________________________________________________________
35808 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
35809         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35810              From: Richard Soderberg <rs@oregonnet.com>
35811              Date: Mon, 29 Oct 2001 17:01:10 -0800
35812              Message-Id: <200110300101.RAA31561@oregonnet.com>
35813              
35814              (threads* parts)
35815      Branch: perl
35816            ! ext/threads/shared/shared.xs ext/threads/threads.xs
35817 ____________________________________________________________________________
35818 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
35819         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35820              From: Richard Soderberg <rs@oregonnet.com>
35821              Date: Mon, 29 Oct 2001 17:01:10 -0800
35822              Message-Id: <200110300101.RAA31561@oregonnet.com>
35823              
35824              (the perl.h part)
35825      Branch: perl
35826            ! perl.h
35827 ____________________________________________________________________________
35828 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
35829         Log: Subject: [PATCH] OpenBSD likes signal.h 
35830              From: Richard Soderberg <rs@oregonnet.com>
35831              Date: Mon, 29 Oct 2001 17:00:31 -0800
35832              Message-Id: <200110300100.RAA31533@oregonnet.com>
35833      Branch: perl
35834            ! unixish.h
35835 ____________________________________________________________________________
35836 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
35837         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
35838              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35839              Date: Mon, 29 Oct 2001 23:04:23 -0000
35840              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35841      Branch: perl
35842            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35843            ! ext/DB_File/t/db-recno.t
35844 ____________________________________________________________________________
35845 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
35846         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
35847              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35848              Date: Mon, 29 Oct 2001 12:34:07 -0600
35849              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
35850      Branch: perl
35851            ! ext/Time/HiRes/HiRes.t
35852 ____________________________________________________________________________
35853 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
35854         Log: Update Changes.
35855      Branch: perl
35856            ! Changes patchlevel.h
35857 ____________________________________________________________________________
35858 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
35859         Log: AIX needs an explicit symbol export list.
35860      Branch: perl
35861            ! lib/ExtUtils/Embed.t
35862 ____________________________________________________________________________
35863 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
35864         Log: The test (and the module) would require some
35865              quality hacking time to work on EBCDIC.  Based on
35866              the test results nothing seems to be majorly broken,
35867              the module just seems to have strange assumptions:
35868              got: ''\226\225\205'
35869              expected: ''one'
35870              The \226\225\205 being, of course, 'one', in EBCDIC.
35871      Branch: perl
35872            ! lib/Dumpvalue.t
35873 ____________________________________________________________________________
35874 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
35875         Log: Mark the test known to be failing in EBCDIC.
35876      Branch: perl
35877            ! t/op/tr.t
35878 ____________________________________________________________________________
35879 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
35880         Log: None of the libnet modules are going to work in
35881              EBCDIC without the Convert::EBCDIC.
35882      Branch: perl
35883            ! t/lib/1_compile.t
35884 ____________________________________________________________________________
35885 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
35886         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
35887      Branch: perl
35888            ! t/op/pack.t
35889 ____________________________________________________________________________
35890 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
35891         Log: UTF-EBCDIC ain't UTF-8.
35892      Branch: perl
35893            ! t/op/pack.t
35894 ____________________________________________________________________________
35895 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
35896         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
35897      Branch: perl
35898            ! t/lib/1_compile.t
35899 ____________________________________________________________________________
35900 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
35901         Log: Let's not assume ASCII.
35902      Branch: perl
35903            ! t/op/lc.t
35904 ____________________________________________________________________________
35905 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
35906         Log: Call the new perlio symbols differently.
35907      Branch: perl
35908            ! makedef.pl
35909 ____________________________________________________________________________
35910 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
35911         Log: Don't expect ASCII ordering.
35912      Branch: perl
35913            ! lib/ExtUtils/Manifest.t
35914 ____________________________________________________________________________
35915 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
35916         Log: Forgot from #12756.
35917      Branch: perl
35918            ! perlio.h
35919 ____________________________________________________________________________
35920 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
35921         Log: BeOS tweaks:
35922              - fseeko and ftello can be found by Configure but
35923              we do not seem to have prototypes for them so
35924              let's make up some
35925              - BeOS didn't use to have real sockets (sockets as
35926              filedescriptors) but the BONE package is supposed
35927              to fix this.  I do not know how to detect BONEness,
35928              see hints/beos.sh for a spot that needs to fixed.
35929              - BeOS has O_TEXT != O_BINARY but has no setmode()
35930      Branch: perl
35931            ! hints/beos.sh perlio.c
35932 ____________________________________________________________________________
35933 [ 12755] By: sky                                   on 2001/10/29  12:56:12
35934         Log: Ugly fix to not die when a thread creator is holding locks.
35935      Branch: perl
35936            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35937            ! ext/threads/threads.xs
35938 ____________________________________________________________________________
35939 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
35940         Log: Integrate change #12752 from maintperl;
35941              
35942              croak(Nullch) wasn't printing the contents of ERRSV if there was
35943              no outer eval (bug in change#6125)
35944      Branch: perl
35945           !> util.c
35946 ____________________________________________________________________________
35947 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
35948         Log: Subject: [PATCH h2xs] Use of static data in XS modules
35949              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35950              Date: Sun, 28 Oct 2001 21:19:07 -0000
35951              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
35952              
35953              with nits from Sarathy.
35954      Branch: perl
35955            ! utils/h2xs.PL
35956 ____________________________________________________________________________
35957 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
35958         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
35959              no outer eval (bug in change#6125)
35960      Branch: maint-5.6/perl
35961            ! util.c
35962 ____________________________________________________________________________
35963 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
35964         Log: More todo for the encoding pragma.
35965      Branch: perl
35966            ! lib/encoding.pm
35967 ____________________________________________________________________________
35968 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
35969         Log: Add the encoding pragma to control the "upgrade"
35970              from the native eight bit data to Unicode.
35971              
35972              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
35973      Branch: perl
35974            + lib/encoding.pm lib/encoding.t
35975            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
35976            ! pod/perlunicode.pod pod/perlvar.pod sv.c
35977 ____________________________________________________________________________
35978 [ 12749] By: sky                                   on 2001/10/28  21:02:33
35979         Log: Update documentation.
35980      Branch: perl
35981            ! ext/threads/shared/shared.pm
35982 ____________________________________________________________________________
35983 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
35984         Log: Integrate change #12747 from maintperl;
35985              
35986              finishing touches to system() fixes on windows:
35987              * detect cmd shell correctly even if it had full path in it
35988              * more quoting needed for single-arg system if the argument
35989              really had multiple quoted arguments within it
35990              * be smarter about not calling the shell when the executable
35991              has spaces, but otherwise does not need shell involvement
35992              * add a testsuite (windows-specific currently)
35993      Branch: perl
35994           +> t/op/system.t t/op/system_tests
35995            ! MANIFEST pod/perltodo.pod
35996           !> win32/win32.c
35997 ____________________________________________________________________________
35998 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
35999         Log: finishing touches to system() fixes on windows:
36000              * detect cmd shell correctly even if it had full path in it
36001              * more quoting needed for single-arg system if the argument
36002              really had multiple quoted arguments within it
36003              * be smarter about not calling the shell when the executable
36004              has spaces, but otherwise does not need shell involvement
36005              * add a testsuite (windows-specific currently)
36006      Branch: maint-5.6/perl
36007            + t/op/system.t t/op/system_tests
36008            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
36009 ____________________________________________________________________________
36010 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
36011         Log: Integrate perlio:
36012              
36013              [ 12745]
36014              Mingw32 fixup for Embed.t
36015              
36016              [ 12744]
36017              GCC vs MS 64-bit constant syntax
36018      Branch: perl
36019           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
36020 ____________________________________________________________________________
36021 [ 12745] By: nick                                  on 2001/10/28  16:08:14
36022         Log: Mingw32 fixup for Embed.t
36023      Branch: perlio
36024            ! lib/ExtUtils/Embed.t
36025 ____________________________________________________________________________
36026 [ 12744] By: nick                                  on 2001/10/28  15:54:14
36027         Log: GCC vs MS 64-bit constant syntax
36028      Branch: perlio
36029            ! ext/Time/HiRes/HiRes.xs
36030 ____________________________________________________________________________
36031 [ 12743] By: nick                                  on 2001/10/28  15:42:55
36032         Log: Integrate mainline
36033      Branch: perlio
36034           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
36035 ____________________________________________________________________________
36036 [ 12742] By: sky                                   on 2001/10/28  14:47:10
36037         Log: Manpage updates.
36038      Branch: perl
36039            ! ext/threads/threads.pm
36040 ____________________________________________________________________________
36041 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
36042         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
36043      Branch: perl
36044            ! lib/ExtUtils/Embed.t
36045 ____________________________________________________________________________
36046 [ 12740] By: nick                                  on 2001/10/28  14:14:24
36047         Log: Integrate mainline
36048      Branch: perlio
36049           !> lib/ExtUtils/Embed.t win32/win32.c
36050 ____________________________________________________________________________
36051 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
36052         Log: Need to be ./executed.
36053      Branch: perl
36054            ! lib/ExtUtils/Embed.t
36055 ____________________________________________________________________________
36056 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
36057         Log: Integrate perlio:
36058              
36059              [ 12737]
36060              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
36061              by gcc -xc++.
36062              
36063              [ 12736]
36064              Have :stdio layer update an honour the fd refcnt table.
36065              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
36066      Branch: perl
36067           !> perlio.c win32/win32.h
36068 ____________________________________________________________________________
36069 [ 12737] By: nick                                  on 2001/10/28  13:53:45
36070         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
36071              by gcc -xc++.
36072      Branch: perlio
36073            ! win32/win32.h
36074 ____________________________________________________________________________
36075 [ 12736] By: nick                                  on 2001/10/28  13:50:50
36076         Log: Have :stdio layer update an honour the fd refcnt table.
36077              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
36078      Branch: perlio
36079            ! perlio.c
36080 ____________________________________________________________________________
36081 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
36082         Log: Integrate changes #12724 and #12725 from maintperl;
36083              multiarg system now works.
36084      Branch: perl
36085           !> win32/win32.c
36086 ____________________________________________________________________________
36087 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
36088         Log: Integrate perlio:
36089              
36090              [ 12733]
36091              Use fd refcounts to solve the problem highlighted by new Embed.t, at
36092              least for PERLIO=perlio unthreaded case
36093              
36094              [ 12732]
36095              Typo in exe name
36096              
36097              [ 12730]
36098              Fixup Embed.t for Win32/VC++
36099              
36100              [ 12729]
36101              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
36102              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
36103              ExtUtils::Embed.
36104              
36105              [ 12711]
36106              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36107              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36108              
36109              [ 12557]
36110              All tests pass (legitimately) on ithreads
36111              
36112              [ 12555]
36113              Restore non-ithreads build. Interestingly binmode test passes
36114              non-ithreads - so crlf layer is not damaged and ithreads fail
36115              is a symptom ...
36116              
36117              [ 12552]
36118              Win32 PerlIO_cleanup special cases should no longer be required.
36119              
36120              [ 12551]
36121              Multiple win32io.o is fatal for GCC (and noise with VC++)
36122              
36123              [ 12547]
36124              Convert rest of PerlIO's memory tables to per-interp and add clone functions
36125              for them. Call explicit cleanup during destruct process.
36126              - one binmode test is failing
36127              - also ext/threads/t/basic.t fails under make test, and is noisy under
36128              harness. (Threads results are intermingled and don't match order expected.)
36129              
36130              [ 12544]
36131              PerlIO layer table as PL_perlio (per-interpreter)
36132              
36133              [ 12541]
36134              Fix typos in new locking on MemShared
36135              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
36136              - seems to make segfaults more deterministic - suspect they are 
36137              attempt to free() after Interp and Host have gone.
36138              
36139              [ 12540]
36140              Remove the MemShared re-#define (again)
36141              
36142              [ 12539]
36143              Use locks on MemShared
36144      Branch: perl
36145           +> lib/ExtUtils/Embed.t
36146           !> MANIFEST perlio.c
36147 ____________________________________________________________________________
36148 [ 12733] By: nick                                  on 2001/10/28  13:07:16
36149         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
36150              least for PERLIO=perlio unthreaded case
36151      Branch: perlio
36152            ! perlio.c
36153 ____________________________________________________________________________
36154 [ 12732] By: nick                                  on 2001/10/28  11:10:24
36155         Log: Typo in exe name
36156      Branch: perlio
36157            ! lib/ExtUtils/Embed.t
36158 ____________________________________________________________________________
36159 [ 12731] By: nick                                  on 2001/10/28  11:09:59
36160         Log: Integrate Mainline
36161      Branch: perlio
36162           !> Changes configure.com ext/DB_File/DB_File.pm
36163           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
36164           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
36165           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
36166           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
36167           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
36168           !> t/TEST t/op/regexp.t win32/buildext.pl
36169 ____________________________________________________________________________
36170 [ 12730] By: nick                                  on 2001/10/28  11:05:35
36171         Log: Fixup Embed.t for Win32/VC++
36172      Branch: perlio
36173            ! lib/ExtUtils/Embed.t
36174 ____________________________________________________________________________
36175 [ 12729] By: nick                                  on 2001/10/28  09:36:20
36176         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
36177              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
36178              ExtUtils::Embed.
36179      Branch: perlio
36180            + lib/ExtUtils/Embed.t
36181            ! MANIFEST
36182 ____________________________________________________________________________
36183 [ 12728] By: sky                                   on 2001/10/28  08:12:53
36184         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
36185              line manually!
36186      Branch: perl
36187            ! lib/ExtUtils/xsubpp
36188 ____________________________________________________________________________
36189 [ 12727] By: sky                                   on 2001/10/28  08:02:09
36190         Log: And here we use the prototypes.
36191      Branch: perl
36192            ! ext/threads/shared/shared.xs
36193 ____________________________________________________________________________
36194 [ 12726] By: sky                                   on 2001/10/28  08:00:48
36195         Log: Support [] style prototypes.
36196      Branch: perl
36197            ! lib/ExtUtils/xsubpp
36198 ____________________________________________________________________________
36199 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
36200         Log: yet another multi-arg system() fix on windows: batch files as the
36201              first argument (i.e. directly executed by CreateProcess()) need
36202              extra quoting to escape shell-shock
36203      Branch: maint-5.6/perl
36204            ! win32/win32.c
36205 ____________________________________________________________________________
36206 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
36207         Log: another multi-arg system() fix on windows: passing empty arguments
36208              now works
36209      Branch: maint-5.6/perl
36210            ! win32/win32.c
36211 ____________________________________________________________________________
36212 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
36213         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
36214              No final #else #error because we do not seem to
36215              be using #error?
36216      Branch: perl
36217            ! op.h
36218 ____________________________________________________________________________
36219 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
36220         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
36221              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
36222              Date: Sat, 27 Oct 2001 23:28:44 EST 
36223              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
36224      Branch: perl
36225            ! ext/Time/HiRes/HiRes.xs
36226 ____________________________________________________________________________
36227 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
36228         Log: Regen perlapi, perltoc.
36229      Branch: perl
36230            ! pod/perlapi.pod pod/perltoc.pod
36231 ____________________________________________________________________________
36232 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
36233         Log: Subject: [PATCH] sv.h documentation
36234              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
36235              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
36236              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
36237      Branch: perl
36238            ! sv.h
36239 ____________________________________________________________________________
36240 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
36241         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
36242              system("nmake -nologo", "clean") and there is no executable
36243              called "nmake -nologo"; this used to "work" pre-change#12559 due
36244              to bugs in multiarg system() that have since been fixed
36245      Branch: perl
36246            ! win32/buildext.pl
36247 ____________________________________________________________________________
36248 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
36249         Log: Update Changes.
36250      Branch: perl
36251            ! Changes patchlevel.h
36252 ____________________________________________________________________________
36253 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
36254         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
36255              From: Richard.Foley@t-online.de (Richard Foley)            
36256              Date: Sun, 28 Oct 2001 00:48:32 +0200
36257              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
36258      Branch: perl
36259            ! pod/perlhack.pod
36260 ____________________________________________________________________________
36261 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
36262         Log: Must store pointers with the right width.
36263      Branch: perl
36264            ! op.h
36265 ____________________________________________________________________________
36266 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
36267         Log: Integrate change #12711 from perlio;
36268              
36269              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36270              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36271      Branch: perl
36272           !> perlio.c
36273 ____________________________________________________________________________
36274 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
36275         Log: Subject: [PATCH] make minitest
36276              From: Nicholas Clark <nick@ccl4.org>
36277              Date: Sat, 27 Oct 2001 22:56:16 +0100
36278              Message-ID: <20011027225616.L20275@plum.flirble.org>
36279      Branch: perl
36280            ! t/TEST
36281 ____________________________________________________________________________
36282 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
36283         Log: Patch #12661 missed this.
36284      Branch: perl
36285            ! ext/DB_File/DB_File.pm
36286 ____________________________________________________________________________
36287 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
36288         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
36289              From: "Craig A. Berry" <craigberry@mac.com>
36290              Date: Sat, 27 Oct 2001 16:07:47 -0500
36291              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
36292      Branch: perl
36293            ! configure.com perlio.c
36294 ____________________________________________________________________________
36295 [ 12711] By: nick                                  on 2001/10/27  19:49:25
36296         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
36297              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
36298      Branch: perlio
36299            ! perlio.c
36300 ____________________________________________________________________________
36301 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
36302         Log: Let's not replace reason if there's one already supplied.
36303      Branch: perl
36304            ! t/op/regexp.t
36305 ____________________________________________________________________________
36306 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
36307         Log: is not good.
36308      Branch: perl
36309            ! t/op/regexp.t
36310 ____________________________________________________________________________
36311 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
36312         Log: ldlibpth can exist but be unset.
36313      Branch: perl
36314            ! t/TEST
36315 ____________________________________________________________________________
36316 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
36317         Log: Unicode: property alias naming cleanup.
36318      Branch: perl
36319            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
36320 ____________________________________________________________________________
36321 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
36322         Log: FAQ sync.
36323      Branch: perl
36324            ! pod/perlfaq4.pod
36325 ____________________________________________________________________________
36326 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
36327         Log: Integrate change #12703 from maintperl;
36328              
36329              typemap stuff intervenes before declaration, move it to PREINIT
36330              section
36331              
36332              (an empty integrate, but now the files are in sync
36333              between the branches)
36334      Branch: perl
36335           !> ext/ODBM_File/ODBM_File.xs
36336 ____________________________________________________________________________
36337 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
36338         Log: More PerlIO symbols.
36339      Branch: perl
36340            ! makedef.pl
36341 ____________________________________________________________________________
36342 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
36343         Log: typemap stuff intervenes before declaration, move it to PREINIT
36344              section
36345      Branch: maint-5.6/perl
36346            ! ext/ODBM_File/ODBM_File.xs
36347 ____________________________________________________________________________
36348 [ 12702] By: nick                                  on 2001/10/27  14:09:35
36349         Log: Integrate mainline
36350      Branch: perlio
36351           +> ext/threads/shared/t/av_simple.t
36352           +> ext/threads/shared/t/hv_refs.t
36353           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
36354           !> (integrate 109 files)
36355 ____________________________________________________________________________
36356 [ 12700] By: ams                                   on 2001/10/26  21:22:23
36357         Log: Subject: [PATCH] tweak divide
36358              From: Nicholas Clark <nick@ccl4.org>
36359              Date: Fri, 26 Oct 2001 22:52:17 +0100
36360              Message-Id: <20011026225217.B20275@plum.flirble.org>
36361      Branch: perl
36362            ! pp.c
36363 ____________________________________________________________________________
36364 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
36365         Log: Integrate a buncha things from maintperl.
36366      Branch: maint-5.6/macperl
36367           !> (integrate 32 files)
36368 ____________________________________________________________________________
36369 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
36370         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
36371              From: Andy Dougherty <doughera@lafayette.edu>
36372              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
36373              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
36374      Branch: perl
36375            ! hints/svr4.sh
36376 ____________________________________________________________________________
36377 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
36378         Log: When you're root, many things become writable.
36379      Branch: perl
36380            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
36381 ____________________________________________________________________________
36382 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
36383         Log: Update Changes.
36384      Branch: perl
36385            ! Changes patchlevel.h
36386 ____________________________________________________________________________
36387 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
36388         Log: Term/Cap.t attempts to access the floppy drive for no good reason
36389              on dosish systems
36390      Branch: perl
36391            ! lib/Term/Cap.t
36392 ____________________________________________________________________________
36393 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
36394         Log: fix misleading comment on known inadequacy in B::Terse, and skip
36395              it correctly
36396      Branch: perl
36397            ! ext/B/t/terse.t
36398 ____________________________________________________________________________
36399 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
36400         Log: fix spurious AutoSplit.t failure under windows
36401      Branch: perl
36402            ! lib/AutoSplit.t
36403 ____________________________________________________________________________
36404 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
36405         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
36406      Branch: perl
36407            ! ext/Time/HiRes/HiRes.t
36408 ____________________________________________________________________________
36409 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
36410         Log: More logical to use %04"UVXf" than %"UVuf" since
36411              the Unicode standard prefers hex.
36412      Branch: perl
36413            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
36414            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36415            ! lib/unicore/mktables utf8.c
36416 ____________________________________________________________________________
36417 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
36418         Log: change#12065 seems to have broken Encode build on windows; fix
36419      Branch: perl
36420            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
36421 ____________________________________________________________________________
36422 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
36423         Log: Unicode: add the case folding table.
36424      Branch: perl
36425            + lib/unicore/To/Fold.pl
36426            ! MANIFEST lib/unicore/mktables
36427 ____________________________________________________________________________
36428 [ 12688] By: sky                                   on 2001/10/26  13:51:29
36429         Log: Get the new functions right, do not export lock since we use builtin lock.
36430              TODO: fix xsubpp to support the new prototypes
36431      Branch: perl
36432            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36433 ____________________________________________________________________________
36434 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
36435         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
36436              as suggested by Sarathy.
36437      Branch: perl
36438            ! mg.c
36439 ____________________________________________________________________________
36440 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
36441         Log: avoid compiler warning
36442      Branch: perl
36443            ! win32/win32.c
36444 ____________________________________________________________________________
36445 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
36446         Log: WinCE update from Rainer Keuchel.
36447      Branch: perl
36448            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
36449            ! wince/wince.c
36450 ____________________________________________________________________________
36451 [ 12684] By: sky                                   on 2001/10/26  13:34:33
36452         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
36453      Branch: perl
36454            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36455 ____________________________________________________________________________
36456 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
36457         Log: More fixes that were made to the core and not in the libnet src
36458      Branch: perl
36459            ! lib/Net/Domain.pm
36460 ____________________________________________________________________________
36461 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
36462         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
36463              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
36464              Date: Fri, 26 Oct 2001 13:55:21 +0200
36465              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
36466              
36467              (plus make the db-recno.t#59 accept both \n and \r\n)
36468      Branch: perl
36469            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36470            ! ext/DB_File/t/db-recno.t
36471 ____________________________________________________________________________
36472 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
36473         Log: Fix tests to be able to run in the core and the CPAN dist
36474      Branch: perl
36475            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
36476            ! lib/Net/t/require.t lib/Net/t/smtp.t
36477 ____________________________________________________________________________
36478 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
36479         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
36480              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36481              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
36482              Date: Fri, 26 Oct 2001 08:34:46 EDT
36483      Branch: perl
36484            ! ext/Time/HiRes/HiRes.t
36485 ____________________________________________________________________________
36486 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
36487         Log: Sync libnet modules with what will be libnet-1.08
36488      Branch: perl
36489            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
36490            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
36491            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
36492            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
36493 ____________________________________________________________________________
36494 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
36495         Log: Integrate maintperl changes #12268 and #12669;
36496              
36497              final touches to the audit for statics and thread-unsafe code
36498              * make DB_File, ODBM_File thread-safe 
36499              * remove unnecessary/dangerous statics and protect others
36500              from not getting accidentally enabled under threaded perls
36501              
36502              windows support functions get_childdir() et al aren't exported
36503              correctly under vanilla build
36504              
36505              Testing under win32 appreciated since changes there had
36506              to be manually merged and I cannot test how badly did I do.
36507      Branch: perl
36508           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36509           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36510           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
36511           !> win32/vmem.h win32/win32.c win32/win32iop.h
36512 ____________________________________________________________________________
36513 [ 12677] By: sky                                   on 2001/10/26  12:37:17
36514         Log: More Config::threads to threads::threads changes
36515      Branch: perl
36516            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
36517 ____________________________________________________________________________
36518 [ 12676] By: sky                                   on 2001/10/26  12:31:46
36519         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
36520      Branch: perl
36521            ! ext/threads/threads.pm ext/threads/threads.xs
36522 ____________________________________________________________________________
36523 [ 12675] By: sky                                   on 2001/10/26  12:06:30
36524         Log: Allocing a TLS in runtime is not too hot.
36525      Branch: perl
36526            ! ext/threads/threads.xs
36527 ____________________________________________________________________________
36528 [ 12674] By: sky                                   on 2001/10/26  11:59:09
36529         Log: Don't display debug data.
36530      Branch: perl
36531            ! ext/threads/threads.pm
36532 ____________________________________________________________________________
36533 [ 12673] By: sky                                   on 2001/10/26  11:35:47
36534         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
36535              complete bar support for blessed objects.
36536              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
36537      Branch: perl
36538            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36539 ____________________________________________________________________________
36540 [ 12672] By: sky                                   on 2001/10/26  11:15:28
36541         Log: Fix case where shared reference does not exist in current thread.
36542      Branch: perl
36543            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36544 ____________________________________________________________________________
36545 [ 12671] By: sky                                   on 2001/10/26  08:48:52
36546         Log: Support for references in shared arrays.
36547      Branch: perl
36548            ! ext/threads/shared/shared.xs
36549 ____________________________________________________________________________
36550 [ 12670] By: sky                                   on 2001/10/26  08:30:11
36551         Log: Add tests for references in hashes.
36552      Branch: perl
36553            + ext/threads/shared/t/hv_refs.t
36554            ! MANIFEST
36555 ____________________________________________________________________________
36556 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
36557         Log: windows support functions get_childdir() et al aren't exported
36558              correctly under vanilla build
36559      Branch: maint-5.6/perl
36560            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
36561 ____________________________________________________________________________
36562 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
36563         Log: final touches to the audit for statics and thread-unsafe code
36564              * make DB_File, ODBM_File thread-safe 
36565              * remove unnecessary/dangerous statics and protect others
36566              from not getting accidentally enabled under threaded perls
36567      Branch: maint-5.6/perl
36568            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36569            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36570            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
36571            ! win32/win32.c
36572 ____________________________________________________________________________
36573 [ 12667] By: ams                                   on 2001/10/26  03:48:36
36574         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
36575              From: "Richard Soderberg" <rs@crystalflame.net>
36576              Date: Thu, 25 Oct 2001 23:42:50 -0400
36577              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
36578      Branch: perl
36579            ! sharedsv.c
36580 ____________________________________________________________________________
36581 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
36582         Log: Integrate change #12664 from maintperl;
36583              
36584              the newest GCCs don't seem to like C<"string1"##STRING2>
36585              so keep it as C<"string1" STRING2> (latter appears to
36586              work everywhere)
36587      Branch: perl
36588           !> ext/DynaLoader/dlutils.c
36589 ____________________________________________________________________________
36590 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
36591         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
36592              From: Chris Nandor <pudge@pobox.com>
36593              Date: Thu, 25 Oct 2001 22:15:03 -0400
36594              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
36595      Branch: perl
36596            ! perl.h
36597 ____________________________________________________________________________
36598 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
36599         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
36600              C<"string1" STRING2> (latter appears to work everywhere)
36601      Branch: maint-5.6/perl
36602            ! ext/DynaLoader/dlutils.c
36603 ____________________________________________________________________________
36604 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
36605         Log: AUTHORS update.
36606      Branch: perl
36607            ! AUTHORS
36608 ____________________________________________________________________________
36609 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
36610         Log: Integrate change #12660 from maintperl;
36611              
36612              make the dMY_CXT stuff available under all of
36613              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36614      Branch: perl
36615           !> perl.h
36616 ____________________________________________________________________________
36617 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
36618         Log: Subject: [PATCH] DB_File-1.79
36619              From: "Paul Marquess" <paul.marquess@openwave.com>
36620              Date: Fri, 26 Oct 2001 00:03:54 +0100
36621              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
36622      Branch: perl
36623            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
36624            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
36625 ____________________________________________________________________________
36626 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
36627         Log: make the dMY_CXT stuff available under all of
36628              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36629      Branch: maint-5.6/perl
36630            ! perl.h
36631 ____________________________________________________________________________
36632 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
36633         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
36634              From: Michael G Schwern <schwern@pobox.com>
36635              Date: Thu, 25 Oct 2001 18:28:12 -0400
36636              Message-ID: <20011025182812.M4811@blackrider>
36637      Branch: perl
36638            ! t/run/kill_perl.t
36639 ____________________________________________________________________________
36640 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
36641         Log: STRLEN != int.
36642      Branch: perl
36643            ! regcomp.c regexec.c
36644 ____________________________________________________________________________
36645 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
36646         Log: Subject: [PATCH] remove small IVop redundancy
36647              From: Nicholas Clark <nick@ccl4.org>
36648              Date: Thu, 25 Oct 2001 22:48:28 +0100
36649              Message-ID: <20011025224827.M66471@plum.flirble.org>
36650      Branch: perl
36651            ! pp.c pp_hot.c
36652 ____________________________________________________________________________
36653 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
36654         Log: Metaconfig unit change for #12655.
36655      Branch: metaconfig/U/perl
36656            ! Extensions.U
36657 ____________________________________________________________________________
36658 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
36659         Log: Subject: Re: Not OK @12650
36660              From: Andy Dougherty <doughera@lafayette.edu>
36661              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
36662              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
36663      Branch: perl
36664            ! Configure
36665 ____________________________________________________________________________
36666 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
36667         Log: Integrate changes #12652 and #12653 from maintperl;
36668              
36669              more tweaks to change#12626
36670              * move the boilerplate code over to perl.h and make DynaLoader
36671              use it
36672              * make re, Opcode, File::Glob and B threadsafe
36673              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36674              C<no re;> anywhere)
36675              
36676              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36677              
36678              File::Glob required a bit more work in bleadperl
36679              because of ExtUtils::Constant (see the Makefile.PL change)
36680      Branch: perl
36681            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
36682           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36683           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36684 ____________________________________________________________________________
36685 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
36686         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36687      Branch: maint-5.6/perl
36688            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36689            ! ext/Opcode/Opcode.xs ext/re/re.xs
36690 ____________________________________________________________________________
36691 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
36692         Log: more tweaks to change#12626
36693              * move the boilerplate code over to perl.h and make DynaLoader
36694              use it
36695              * make re, Opcode, File::Glob and B threadsafe
36696              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36697              C<no re;> anywhere)
36698      Branch: maint-5.6/perl
36699            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36700            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36701 ____________________________________________________________________________
36702 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
36703         Log: Metaconfig unit change for #12650.
36704      Branch: metaconfig/U/perl
36705            ! Extensions.U
36706 ____________________________________________________________________________
36707 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
36708         Log: Subject: Re: ithreads doesn't like usedl=n
36709              From: Andy Dougherty <doughera@lafayette.edu>
36710              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
36711              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
36712              
36713              Special-case threads::shared.
36714      Branch: perl
36715            ! Configure
36716 ____________________________________________________________________________
36717 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
36718         Log: Getting fancier...
36719      Branch: perl
36720            ! t/TEST
36721 ____________________________________________________________________________
36722 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
36723         Log: csh - what a pain.
36724      Branch: perl
36725            ! t/TEST
36726 ____________________________________________________________________________
36727 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
36728         Log: Update Changes.
36729      Branch: perl
36730            ! Changes patchlevel.h
36731 ____________________________________________________________________________
36732 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
36733         Log: Allow resetting the locale system for the duration
36734              of the build (Mac OS X default setting LANG=En_US
36735              ist kaputt)
36736      Branch: perl
36737            ! Makefile.SH
36738 ____________________________________________________________________________
36739 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
36740         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
36741      Branch: perl
36742            ! ext/Digest/MD5/t/files.t
36743 ____________________________________________________________________________
36744 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
36745         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
36746              From: Andy Dougherty <doughera@lafayette.edu>
36747              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
36748              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
36749      Branch: perl
36750            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
36751            ! ext/threads/shared/Makefile.PL
36752 ____________________________________________________________________________
36753 [ 12643] By: sky                                   on 2001/10/25  12:28:26
36754         Log: Add support for reference members of hashes.
36755      Branch: perl
36756            ! ext/threads/shared/shared.xs
36757 ____________________________________________________________________________
36758 [ 12642] By: ams                                   on 2001/10/25  12:21:13
36759         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
36760              From: "Norton Allen" <nort@qnx.com>
36761              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
36762              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
36763      Branch: perl
36764            ! ext/Digest/MD5/MD5.xs
36765 ____________________________________________________________________________
36766 [ 12641] By: sky                                   on 2001/10/25  10:27:39
36767         Log: Tests shared hashes.
36768      Branch: perl
36769            + ext/threads/shared/t/hv_simple.t
36770            ! MANIFEST
36771 ____________________________________________________________________________
36772 [ 12640] By: sky                                   on 2001/10/25  10:18:23
36773         Log: Fix threadcounts for arrays and hashes.
36774      Branch: perl
36775            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36776 ____________________________________________________________________________
36777 [ 12639] By: sky                                   on 2001/10/25  10:17:26
36778         Log: Note to self, doing *src_ary++ in a macro that evaluates
36779              the value more than once is a good way to dump core.
36780      Branch: perl
36781            ! sharedsv.c
36782 ____________________________________________________________________________
36783 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
36784         Log: Integrate change #12636 from maintperl; more dl fixups.
36785      Branch: perl
36786           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36787           !> ext/DynaLoader/dl_vms.xs
36788 ____________________________________________________________________________
36789 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
36790         Log: Like dl_hpux, like dl_dld.
36791      Branch: perl
36792            ! ext/DynaLoader/dl_dld.xs
36793 ____________________________________________________________________________
36794 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
36795         Log: followups to change#12635
36796      Branch: maint-5.6/perl
36797            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36798            ! ext/DynaLoader/dl_vms.xs
36799 ____________________________________________________________________________
36800 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
36801         Log: add part of change#12634 to the two files that need it; dl_aix.xs
36802              in maint-5.6 doesn't have the branch that had the problem in
36803              mainline
36804      Branch: maint-5.6/perl
36805            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
36806 ____________________________________________________________________________
36807 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
36808         Log: Fixes for #12627.
36809      Branch: perl
36810            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
36811 ____________________________________________________________________________
36812 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
36813         Log: Since pv_uni_display and sv_uni_display are now used
36814              in the re extension, their symbols have to be exported.
36815      Branch: perl
36816            ! embed.pl global.sym
36817 ____________________________________________________________________________
36818 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
36819         Log: Subject:  Re: [PATCH Perl@12567] debug /list
36820              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36821              Date: Tue, 23 Oct 2001 21:40:33 EDT
36822              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
36823      Branch: perl
36824            ! configure.com
36825 ____________________________________________________________________________
36826 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
36827         Log: This takes care of some of the re 'debug' cases but
36828              not all cases since the information whether the pattern
36829              or the target are utf8 seems to be either lost or not
36830              spread widely enough, sigh.
36831      Branch: perl
36832            ! regcomp.c
36833 ____________________________________________________________________________
36834 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
36835         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
36836              From: John Peacock <jpeacock@rowman.com>
36837              Date: Wed, 24 Oct 2001 16:53:29 -0400
36838              Message-ID: <3BD72A49.1508D152@rowman.com>
36839      Branch: perl
36840            ! configure.com
36841 ____________________________________________________________________________
36842 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
36843         Log: Upgrade NetWare and WinCE as in #12626.
36844      Branch: perl
36845            ! NetWare/dl_netware.xs wince/dl_win32.xs
36846 ____________________________________________________________________________
36847 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
36848         Log: Tru64 compiler nit.
36849      Branch: perl
36850            ! ext/threads/shared/shared.xs
36851 ____________________________________________________________________________
36852 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
36853         Log: Integrate change #12626 from maintperl;
36854              make DynaLoader threadsafe by moving all statics into
36855              interpreter-local space
36856              
36857              TODO: Netware, OS/2, WinCE
36858      Branch: perl
36859           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36860           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36861           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36862           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36863           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36864           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36865           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
36866 ____________________________________________________________________________
36867 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
36868         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
36869              space
36870      Branch: maint-5.6/perl
36871            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36872            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36873            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36874            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36875            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36876            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36877            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
36878 ____________________________________________________________________________
36879 [ 12625] By: sky                                   on 2001/10/24  20:05:26
36880         Log: Change #12623 inflicted an infinite hang. Fixed.
36881      Branch: perl
36882            ! ext/threads/shared/shared.xs
36883 ____________________________________________________________________________
36884 [ 12624] By: sky                                   on 2001/10/24  19:06:55
36885         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
36886      Branch: perl
36887            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36888 ____________________________________________________________________________
36889 [ 12623] By: sky                                   on 2001/10/24  18:06:34
36890         Log: We need to do sharedsv_find in the original perl context.
36891      Branch: perl
36892            ! ext/threads/shared/shared.xs
36893 ____________________________________________________________________________
36894 [ 12622] By: sky                                   on 2001/10/24  17:26:51
36895         Log: Add support for basic support for AVs, references not supported yet.
36896              Add test for AVs.
36897              Add more tests to sv_refs
36898              Fix documentation issues.  
36899      Branch: perl
36900            + ext/threads/shared/t/av_simple.t
36901            ! MANIFEST ext/threads/shared/shared.pm
36902            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
36903 ____________________________________________________________________________
36904 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
36905         Log: Dump Unicode better for re 'debug'.  The regprop()
36906              is unfinished since have to figure out how to detect
36907              Unicodeness in there.
36908      Branch: perl
36909            ! regcomp.c regexec.c
36910 ____________________________________________________________________________
36911 [ 12620] By: sky                                   on 2001/10/24  13:18:07
36912         Log: Add support for finding shared arrays and hashes.
36913      Branch: perl
36914            ! sharedsv.c
36915 ____________________________________________________________________________
36916 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
36917         Log: Rewrite sv_uni_display() as pv_uni_display() as
36918              reimplement sv_uni_display() using that.
36919      Branch: perl
36920            ! dump.c embed.h embed.pl proto.h
36921 ____________________________________________________________________________
36922 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
36923         Log: Integrate change #12615 from maintperl;
36924              on Windows, IO::File::new_tmpfile() fails after being called
36925              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36926              process-wide limit
36927      Branch: perl
36928           !> win32/win32.c
36929 ____________________________________________________________________________
36930 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
36931         Log: Don't try to print ints as IVs.
36932      Branch: perl
36933            ! ext/Time/HiRes/HiRes.xs
36934 ____________________________________________________________________________
36935 [ 12616] By: sky                                   on 2001/10/24  11:06:35
36936         Log: We only need to fetch the SV from the backend if the index
36937              is not the same as mg_private.     In theory this could be
36938              a problem if there are an exact multiple of U16 changes
36939              of a shared variable between two access in a given thread,
36940              we choose to avoid theory for now.
36941      Branch: perl
36942            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
36943 ____________________________________________________________________________
36944 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
36945         Log: on Windows, IO::File::new_tmpfile() fails after being called
36946              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36947              process-wide limit
36948      Branch: maint-5.6/perl
36949            ! win32/win32.c
36950 ____________________________________________________________________________
36951 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
36952         Log: Negation and Unicode: sort of solves 20010303.010,
36953              except not quite like reported in the Subject
36954              (Perl_warner is still utf8-ignorant).
36955      Branch: perl
36956            ! pp.c t/lib/warnings/sv
36957 ____________________________________________________________________________
36958 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
36959         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
36960      Branch: perl
36961            ! sv.c t/lib/warnings/sv
36962 ____________________________________________________________________________
36963 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
36964         Log: sv_uni_display(): do not add the "...", let the caller
36965              do it if wanted, and be prepared for more display options.
36966      Branch: perl
36967            ! dump.c embed.h embed.pl proto.h
36968 ____________________________________________________________________________
36969 [ 12611] By: nick                                  on 2001/10/23  20:28:07
36970         Log: Integrate mainline
36971      Branch: perlio
36972           !> Changes configure.com cygwin/cygwin.c
36973           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
36974           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
36975           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
36976           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
36977           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
36978           !> utils/h2xs.PL utils/perldoc.PL
36979 ____________________________________________________________________________
36980 [ 12610] By: sky                                   on 2001/10/23  19:39:24
36981         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
36982              don't call themselves READONLY but still die with modification
36983              attempt. We only call bless for ext and umagic.
36984      Branch: perl
36985            ! sv.c
36986 ____________________________________________________________________________
36987 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
36988         Log: Croak() on negative time; doc tweaks.
36989      Branch: perl
36990            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36991            ! ext/Time/HiRes/HiRes.xs
36992 ____________________________________________________________________________
36993 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
36994         Log: FAQ sync.
36995      Branch: perl
36996            ! pod/perlfaq4.pod pod/perlfaq7.pod
36997 ____________________________________________________________________________
36998 [ 12607] By: sky                                   on 2001/10/23  18:27:27
36999         Log: Call setmagic on the referent we are blessing.
37000      Branch: perl
37001            ! sv.c
37002 ____________________________________________________________________________
37003 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
37004         Log: Small test nits.
37005      Branch: perl
37006            ! t/op/lc.t
37007 ____________________________________________________________________________
37008 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
37009         Log: Update Changes.
37010      Branch: perl
37011            ! Changes patchlevel.h
37012 ____________________________________________________________________________
37013 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
37014         Log: Make the PerlIO_init() prototypes consistent.
37015      Branch: perl
37016            ! perlio.c
37017 ____________________________________________________________________________
37018 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
37019         Log: Upping the test count is a good idea.
37020      Branch: perl
37021            ! t/op/lc.t
37022 ____________________________________________________________________________
37023 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
37024         Log: Document the final sigma spot.
37025      Branch: perl
37026            ! pp.c
37027 ____________________________________________________________________________
37028 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
37029         Log: Fix multicharacter titlecase (ucfirst).
37030      Branch: perl
37031            ! pod/perlunicode.pod pp.c t/op/lc.t
37032 ____________________________________________________________________________
37033 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
37034         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
37035              From: Mikhail Zabaluev <mhz@alt-linux.org>
37036              Date: Tue, 23 Oct 2001 10:40:37 +0400
37037              Message-ID: <20011023104037.A12761@localhost.localdomain>
37038              
37039              (#12406 replaced with this)
37040      Branch: perl
37041            ! utils/perldoc.PL
37042 ____________________________________________________________________________
37043 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
37044         Log: MacOS Classic updates from Pudge.
37045      Branch: perl
37046            ! lib/File/Spec.t lib/File/Spec/Mac.pm
37047 ____________________________________________________________________________
37048 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
37049         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
37050              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37051              Date: Sun, 14 Oct 2001 23:14:46 +0200
37052              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
37053              
37054              except for the 2->4 changes.
37055      Branch: perl
37056            ! lib/AutoSplit.t
37057 ____________________________________________________________________________
37058 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
37059         Log: integrate macperl contents into maint-5.6
37060      Branch: maint-5.6/perl
37061            ! mg.c
37062           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
37063           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
37064           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
37065           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37066           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
37067           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
37068           !> t/lib/filefind.t t/lib/filespec.t
37069 ____________________________________________________________________________
37070 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
37071         Log: At some point the #6234 has been lost from the mainline
37072              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
37073      Branch: perl
37074            ! lib/File/Spec/Win32.pm
37075 ____________________________________________________________________________
37076 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
37077         Log: Cygwin seems to round up (or closest, but not down)
37078              for time(), so half of the time (bad pun intended)
37079              Time::HiRes::time() is less than time(), half of
37080              the time it's more.  So let's try harder in the loop.
37081      Branch: perl
37082            ! ext/Time/HiRes/HiRes.t
37083 ____________________________________________________________________________
37084 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
37085         Log: MacOS Classic timeofday(), from Chris Nandor. 
37086      Branch: perl
37087            ! ext/Time/HiRes/HiRes.xs
37088 ____________________________________________________________________________
37089 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
37090         Log: Integrate changes #12580 and #12581 from macperl;
37091              
37092              Fix path construction.
37093              
37094              (Copyright) Nit.
37095      Branch: perl
37096           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
37097 ____________________________________________________________________________
37098 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
37099         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
37100              doesn't seem to help (the error being output to console, maybe?)
37101      Branch: perl
37102            ! lib/Net/Domain.pm
37103 ____________________________________________________________________________
37104 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
37105         Log: Taint the getcwd() result also in Cygwin.
37106              (TODO: which other platforms need the same thing?)
37107      Branch: perl
37108            ! cygwin/cygwin.c
37109 ____________________________________________________________________________
37110 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
37111         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
37112      Branch: perl
37113            ! t/op/taint.t
37114 ____________________________________________________________________________
37115 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
37116         Log: getpwuid() fragility continues.
37117      Branch: perl
37118            ! utils/h2xs.PL
37119 ____________________________________________________________________________
37120 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
37121         Log: getpwuid() might succeed but that's no guarantee
37122              that the $home will be defined.
37123      Branch: perl
37124            ! ext/File/Glob/t/basic.t
37125 ____________________________________________________________________________
37126 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
37127         Log: It's safer to to expand the variable, too... (see #12571)
37128      Branch: perl
37129            ! t/TEST
37130 ____________________________________________________________________________
37131 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
37132         Log: Integrate with maintperl.
37133      Branch: maint-5.6/macperl
37134           !> win32/bin/pl2bat.pl win32/win32.c
37135 ____________________________________________________________________________
37136 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
37137         Log: Oops, forgot to include Win32 ... just as well, since it
37138              seems in bleadperl, change #7764 was not included
37139              (adding C:\temp).  Re-added.  Rip it back out if it
37140              doesn't belong.  :-)
37141      Branch: maint-5.6/macperl
37142            ! lib/File/Spec/Win32.pm
37143 ____________________________________________________________________________
37144 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
37145         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
37146              From: "Craig A. Berry" <craigberry@mac.com>
37147              Date: Mon, 22 Oct 2001 15:25:19 -0500
37148              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
37149      Branch: perl
37150            ! configure.com
37151 ____________________________________________________________________________
37152 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
37153         Log: Add in lots of File::Spec changes, from Thomas Wegner,
37154              and sync with changes from bleadperl.
37155      Branch: maint-5.6/macperl
37156            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
37157            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
37158            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37159            ! lib/File/Spec/Win32.pm t/lib/filespec.t
37160 ____________________________________________________________________________
37161 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
37162         Log: Sync with latest File::Find and tests from bleadperl.
37163      Branch: maint-5.6/macperl
37164            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
37165 ____________________________________________________________________________
37166 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
37167         Log: Nit.
37168      Branch: maint-5.6/macperl
37169            ! perl.c
37170 ____________________________________________________________________________
37171 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
37172         Log: Fix path construction.
37173      Branch: maint-5.6/macperl
37174            ! ext/DynaLoader/DynaLoader_pm.PL
37175 ____________________________________________________________________________
37176 [ 12579] By: nick                                  on 2001/10/22  19:08:35
37177         Log: Integrate mainline (for Arthurs thread.xs fix)
37178      Branch: perlio
37179           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
37180 ____________________________________________________________________________
37181 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
37182         Log: Fix up exported symbols, move relevant docs
37183              over from macperl.pod.
37184      Branch: maint-5.6/macperl
37185            ! macos/ext/MacPerl/MacPerl.pm
37186 ____________________________________________________________________________
37187 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
37188         Log: Make ADDRESS called optionally as a method.
37189      Branch: maint-5.6/macperl
37190            ! macos/lib/Mac/Glue.pm
37191 ____________________________________________________________________________
37192 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
37193         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
37194              Apple event.
37195      Branch: maint-5.6/macperl
37196            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
37197            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
37198            ! macos/macperl/MPTerminology.aete
37199 ____________________________________________________________________________
37200 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
37201         Log: Clean up some build utilities. Change Entab to Duplicate;
37202              fix docs and error reporting; improve macify() of paths;
37203              remove requirement for Exporter.pm presence.
37204      Branch: maint-5.6/macperl
37205            ! macos/InstallBLIB macos/MacPerlTests.cmd
37206            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
37207 ____________________________________________________________________________
37208 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
37209         Log: Sync Time::HiRes with bleadperl
37210      Branch: maint-5.6/macperl
37211            ! macos/bundled_ext/Time/HiRes/HiRes.pm
37212            ! macos/bundled_ext/Time/HiRes/HiRes.t
37213            ! macos/bundled_ext/Time/HiRes/HiRes.xs
37214 ____________________________________________________________________________
37215 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
37216         Log: Fix up Changes
37217      Branch: maint-5.6/macperl
37218            ! macos/Changes
37219 ____________________________________________________________________________
37220 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
37221         Log: A user might belong to only a single group
37222              (the group equal to the group id).
37223      Branch: perl
37224            ! t/op/groups.t
37225 ____________________________________________________________________________
37226 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
37227         Log: Prepending (instead of replacing with) the pwd is safer. 
37228      Branch: perl
37229            ! t/TEST
37230 ____________________________________________________________________________
37231 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
37232         Log: Be more robust if no hostname or domainname
37233              (especially the latter)
37234      Branch: perl
37235            ! lib/Net/Domain.pm
37236 ____________________________________________________________________________
37237 [ 12569] By: sky                                   on 2001/10/22  17:41:07
37238         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
37239      Branch: perl
37240            ! ext/threads/threads.xs
37241 ____________________________________________________________________________
37242 [ 12568] By: nick                                  on 2001/10/22  16:31:24
37243         Log: Integrate mainline
37244      Branch: perlio
37245           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
37246           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37247           +> ext/threads/shared/t/sv_refs.t
37248           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
37249            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37250            - lib/unicore/To/SpecUpper.pl
37251           !> (integrate 42 files)
37252 ____________________________________________________________________________
37253 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
37254         Log: Update Changes.
37255      Branch: perl
37256            ! Changes patchlevel.h
37257 ____________________________________________________________________________
37258 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
37259         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
37260              From: Michael G Schwern <schwern@pobox.com>
37261              Date: Mon, 22 Oct 2001 03:48:38 -0400
37262              Message-ID: <20011022034838.B1676@blackrider>
37263      Branch: perl
37264            ! pod/perlvar.pod
37265 ____________________________________________________________________________
37266 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
37267         Log: Pod nits, as suggested by Stas Bekman.
37268      Branch: perl
37269            ! ext/threads/shared/shared.pm ext/threads/threads.pm
37270 ____________________________________________________________________________
37271 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
37272         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
37273              From: "Paul Marquess" <paul.marquess@openwave.com> 
37274              Date: Sun, 21 Oct 2001 21:11:15 +0100
37275              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
37276      Branch: perl
37277            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
37278            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
37279            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
37280            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
37281            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
37282            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
37283            ! ext/SDBM_File/sdbm.t
37284 ____________________________________________________________________________
37285 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
37286         Log: Integrate change #12559 from maintperl;
37287              various fixes for system() and backticks under windows
37288      Branch: perl
37289           !> win32/win32.c
37290 ____________________________________________________________________________
37291 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
37292         Log: Integrate change #12560 from maintperl;
37293              make pl2bat use %0 rather than "%0" (the latter fails to work
37294              in a lot of common cases)
37295      Branch: perl
37296           !> win32/bin/pl2bat.pl
37297 ____________________________________________________________________________
37298 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
37299         Log: Integrate changes #12549 and #12550 from maintperl;
37300              
37301              readline() doesn't work with our variables; it confuses them with
37302              my variables (change#4227 was incomplete)
37303      Branch: perl
37304            ! t/lib/strict/vars
37305           !> t/base/rs.t toke.c
37306 ____________________________________________________________________________
37307 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
37308         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
37309              in a lot of common cases)
37310      Branch: maint-5.6/perl
37311            ! win32/bin/pl2bat.pl
37312 ____________________________________________________________________________
37313 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
37314         Log: various fixes for system() and backticks under windows:
37315              
37316              * avoid munging whitespace that is passed within quotes
37317              * work around a cmd.exe misfeature that made multi-arg
37318              system() unreliable when there is more than one quoted
37319              argument
37320              * make multi-arg system() autoquote arguments as needed
37321              before passing them to the shell (this avoids having to
37322              second guess the shell quoting)
37323              * perl's -Dp switch can be used to trace the innards
37324      Branch: maint-5.6/perl
37325            ! win32/win32.c
37326 ____________________________________________________________________________
37327 [ 12558] By: nick                                  on 2001/10/22  08:58:42
37328         Log: Integrate ithreads buffer flush fix from perlio
37329      Branch: perl
37330           !> ext/threads/t/basic.t perl.c
37331 ____________________________________________________________________________
37332 [ 12557] By: nick                                  on 2001/10/22  08:35:09
37333         Log: All tests pass (legitimately) on ithreads
37334      Branch: perlio
37335            ! ext/threads/t/basic.t perl.c
37336 ____________________________________________________________________________
37337 [ 12556] By: nick                                  on 2001/10/22  06:51:22
37338         Log: Integrate non-ithreads fix to mainline
37339      Branch: perl
37340           !> perlio.c
37341 ____________________________________________________________________________
37342 [ 12555] By: nick                                  on 2001/10/22  06:48:33
37343         Log: Restore non-ithreads build. Interestingly binmode test passes
37344              non-ithreads - so crlf layer is not damaged and ithreads fail
37345              is a symptom ...
37346      Branch: perlio
37347            ! perlio.c
37348 ____________________________________________________________________________
37349 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
37350         Log: Integrate from perlio; restructuring.
37351      Branch: perl
37352           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37353           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
37354           !> win32/perlhost.h
37355 ____________________________________________________________________________
37356 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
37357         Log: Integrate from maintperl
37358              (Changes 12350, 12496, 12548, 12549, 12550)
37359      Branch: maint-5.6/macperl
37360           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
37361           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
37362 ____________________________________________________________________________
37363 [ 12552] By: nick                                  on 2001/10/21  19:18:12
37364         Log: Win32 PerlIO_cleanup special cases should no longer be required.
37365      Branch: perlio
37366            ! perl.c
37367 ____________________________________________________________________________
37368 [ 12551] By: nick                                  on 2001/10/21  19:16:56
37369         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
37370      Branch: perlio
37371            ! win32/makefile.mk
37372 ____________________________________________________________________________
37373 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
37374         Log: change#12549 wasn't aware of strictures
37375      Branch: maint-5.6/perl
37376            ! t/pragma/strict-vars toke.c
37377 ____________________________________________________________________________
37378 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
37379         Log: readline() doesn't work with our variables; it confuses them with
37380              my variables (change#4227 was incomplete)
37381      Branch: maint-5.6/perl
37382            ! t/base/rs.t toke.c
37383 ____________________________________________________________________________
37384 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
37385         Log: change#12220 appears to have pulled in a mainline change that
37386              isn't applicable to maint-5.6 (some platforms don't taint
37387              cwd)
37388      Branch: maint-5.6/perl
37389            ! t/lib/filefind-taint.t
37390 ____________________________________________________________________________
37391 [ 12547] By: nick                                  on 2001/10/21  17:15:54
37392         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
37393              for them. Call explicit cleanup during destruct process.
37394              - one binmode test is failing
37395              - also ext/threads/t/basic.t fails under make test, and is noisy under
37396              harness. (Threads results are intermingled and don't match order expected.)
37397      Branch: perlio
37398            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37399            ! perlio.h perliol.h pod/perlapi.pod sv.c
37400 ____________________________________________________________________________
37401 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
37402         Log: Implement multicharacter case mappings where a single
37403              Unicode character can be mapped into several.
37404      Branch: perl
37405            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37406            - lib/unicore/To/SpecUpper.pl
37407            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
37408            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
37409            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
37410            ! proto.h t/op/lc.t utf8.c
37411 ____________________________________________________________________________
37412 [ 12545] By: sky                                   on 2001/10/21  15:25:16
37413         Log: First support of threads::shared, support shared svs and references.
37414      Branch: perl
37415            + ext/threads/shared/Makefile.PL ext/threads/shared/README
37416            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37417            + ext/threads/shared/t/sv_refs.t
37418            + ext/threads/shared/t/sv_simple.t
37419            ! MANIFEST sharedsv.c
37420 ____________________________________________________________________________
37421 [ 12544] By: nick                                  on 2001/10/21  14:52:35
37422         Log: PerlIO layer table as PL_perlio (per-interpreter)
37423      Branch: perlio
37424            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
37425            ! pod/perlapi.pod sv.c
37426 ____________________________________________________________________________
37427 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
37428         Log: Prettyprinting.
37429      Branch: perl
37430            ! pod/perlunicode.pod
37431 ____________________________________________________________________________
37432 [ 12542] By: ams                                   on 2001/10/21  03:50:25
37433         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
37434              From: "Sean M. Burke" <sburke@cpan.org>
37435              Date: Sat, 20 Oct 2001 17:51:09 -0600
37436              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
37437      Branch: perl
37438            + pod/perlpodspec.pod
37439            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
37440            ! pod/perltoc.pod
37441 ____________________________________________________________________________
37442 [ 12541] By: nick                                  on 2001/10/20  22:23:53
37443         Log: Fix typos in new locking on MemShared
37444              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
37445              - seems to make segfaults more deterministic - suspect they are 
37446              attempt to free() after Interp and Host have gone.
37447      Branch: perlio
37448            ! perlio.c win32/perlhost.h
37449 ____________________________________________________________________________
37450 [ 12540] By: nick                                  on 2001/10/20  21:50:46
37451         Log: Remove the MemShared re-#define (again)
37452      Branch: perlio
37453            ! perlio.c
37454 ____________________________________________________________________________
37455 [ 12539] By: nick                                  on 2001/10/20  21:49:06
37456         Log: Use locks on MemShared
37457      Branch: perlio
37458            ! win32/perlhost.h
37459 ____________________________________________________________________________
37460 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
37461         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
37462              From: "chromatic" <chromatic@rmci.net>
37463              Date: Sat, 20 Oct 2001 11:13:47 -0600
37464              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
37465      Branch: perl
37466            ! installhtml
37467 ____________________________________________________________________________
37468 [ 12537] By: nick                                  on 2001/10/20  16:44:03
37469         Log: Integrate mainline
37470      Branch: perlio
37471           !> (integrate 48 files)
37472 ____________________________________________________________________________
37473 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
37474         Log: Update Changes.
37475      Branch: perl
37476            ! Changes patchlevel.h
37477 ____________________________________________________________________________
37478 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
37479         Log: Upgrade to podlators 1.11, from Russ Allbery.
37480      Branch: perl
37481            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
37482            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
37483            ! pod/pod2man.PL pod/pod2text.PL
37484 ____________________________________________________________________________
37485 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
37486         Log: Integrate perlio:
37487              
37488              [ 12532]
37489              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37490              Use for non-PERLIO fdupopen().
37491      Branch: perl
37492           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
37493 ____________________________________________________________________________
37494 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
37495         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
37496      Branch: perl
37497            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
37498 ____________________________________________________________________________
37499 [ 12532] By: nick                                  on 2001/10/20  14:25:37
37500         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37501              Use for non-PERLIO fdupopen().
37502      Branch: perlio
37503            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
37504 ____________________________________________________________________________
37505 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
37506         Log: Integrate perlio:
37507              
37508              [ 12530]
37509              Fixed in two places - p4 resolve
37510              
37511              [ 12529]
37512              Fix for ithreads/stdio build
37513              
37514              [ 12525]
37515              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37516              Perl_sv_setsv_flags directly.
37517              
37518              [ 12524]
37519              Add a new flag character 'm' to embed.pl set to represent
37520              "functions" which are really macros. Use it foe the troublesome
37521              sv_setsv() etc. macros in sv.h - changing latter to define
37522              sv_setsv rather than sv_setsv_macro etc.
37523              
37524              [ 12523]
37525              Add comments explaining why win32.h/embed.h are included where they are
37526              in perl.h 
37527              
37528              [ 12522]
37529              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37530              being used yet.
37531              
37532              [ 12511]
37533              Fix gross win32 build issues
37534      Branch: perl
37535           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
37536           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
37537           !> proto.h sv.h win32/win32io.c
37538 ____________________________________________________________________________
37539 [ 12530] By: nick                                  on 2001/10/20  12:53:30
37540         Log: Fixed in two places - p4 resolve
37541      Branch: perlio
37542            ! perlsdio.h
37543 ____________________________________________________________________________
37544 [ 12529] By: nick                                  on 2001/10/20  12:51:05
37545         Log: Fix for ithreads/stdio build
37546      Branch: perlio
37547            ! perlio.c perlsdio.h
37548 ____________________________________________________________________________
37549 [ 12528] By: ams                                   on 2001/10/20  12:13:25
37550         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
37551              From: Michael G Schwern <schwern@pobox.com>
37552              Date: Sat, 20 Oct 2001 01:41:21 -0400
37553              Message-Id: <20011020014121.I3681@blackrider>
37554      Branch: perl
37555            ! installman
37556 ____________________________________________________________________________
37557 [ 12527] By: ams                                   on 2001/10/20  12:09:41
37558         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
37559              From: Michael G Schwern <schwern@pobox.com>
37560              Date: Sat, 20 Oct 2001 02:04:21 -0400
37561              Message-Id: <20011020020421.A11732@blackrider>
37562      Branch: perl
37563            ! lib/Pod/Checker.pm
37564 ____________________________________________________________________________
37565 [ 12526] By: ams                                   on 2001/10/20  11:59:41
37566         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
37567              From: "chromatic" <chromatic@rmci.net>
37568              Date: Fri, 19 Oct 2001 22:46:39 -0600
37569              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
37570      Branch: perl
37571            ! lib/Net/Config.pm
37572 ____________________________________________________________________________
37573 [ 12525] By: nick                                  on 2001/10/20  11:16:18
37574         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37575              Perl_sv_setsv_flags directly.
37576      Branch: perlio
37577            ! ext/threads/threads.xs
37578 ____________________________________________________________________________
37579 [ 12524] By: nick                                  on 2001/10/20  10:28:17
37580         Log: Add a new flag character 'm' to embed.pl set to represent
37581              "functions" which are really macros. Use it foe the troublesome
37582              sv_setsv() etc. macros in sv.h - changing latter to define
37583              sv_setsv rather than sv_setsv_macro etc.
37584      Branch: perlio
37585            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37586            ! pod/perlapi.pod proto.h sv.h
37587 ____________________________________________________________________________
37588 [ 12523] By: nick                                  on 2001/10/20  09:17:17
37589         Log: Add comments explaining why win32.h/embed.h are included where they are
37590              in perl.h 
37591      Branch: perlio
37592            ! perl.h
37593 ____________________________________________________________________________
37594 [ 12522] By: nick                                  on 2001/10/20  08:27:44
37595         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37596              being used yet.
37597      Branch: perlio
37598            ! win32/win32io.c
37599 ____________________________________________________________________________
37600 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
37601         Log: Wording tweaks.
37602      Branch: perl
37603            ! t/TEST
37604 ____________________________________________________________________________
37605 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
37606         Log: Subject: IO module with nonblocking socket connect patch 
37607              From: Raul Dias <raul@dias.com.br>
37608              Date: Fri, 19 Oct 2001 22:45:32 -0300
37609              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
37610      Branch: perl
37611            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
37612 ____________________________________________________________________________
37613 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
37614         Log: Test vertical whitespace combined with /x in \p{}.
37615      Branch: perl
37616            ! t/op/pat.t
37617 ____________________________________________________________________________
37618 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
37619         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
37620              From: Gisle Aas <gisle@ActiveState.com> 
37621              Date: 19 Oct 2001 16:46:02 -0700
37622              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
37623      Branch: perl
37624            ! lib/ExtUtils/MakeMaker.pm
37625 ____________________________________________________________________________
37626 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
37627         Log: No more this symbol.
37628      Branch: perl
37629            ! makedef.pl
37630 ____________________________________________________________________________
37631 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
37632         Log: Integrate change #12511; fix gross win32 build issues.
37633      Branch: perl
37634           !> makedef.pl sv.c
37635 ____________________________________________________________________________
37636 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
37637         Log: Unpack in scalar context should return the first value
37638              returned in list context, as pointed out by Ton Hospel
37639              in 2001-05-21 (this is how it works already in blead,
37640              just adding the test).
37641      Branch: perl
37642            ! t/op/pack.t
37643 ____________________________________________________________________________
37644 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
37645         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
37646              From: "Craig A. Berry" <craigberry@mac.com>
37647              Date: Fri, 19 Oct 2001 16:59:30 -0500
37648              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
37649      Branch: perl
37650            ! utils/perldoc.PL
37651 ____________________________________________________________________________
37652 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
37653         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
37654              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37655              Date: Fri, 19 Oct 2001 17:45:23 EDT
37656              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
37657      Branch: perl
37658            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
37659            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
37660            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
37661            ! vms/vmsish.h
37662 ____________________________________________________________________________
37663 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
37664         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
37665              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37666              Date: Fri, 19 Oct 2001 17:26:35 EDT
37667              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
37668      Branch: perl
37669            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
37670 ____________________________________________________________________________
37671 [ 12511] By: nick                                  on 2001/10/19  19:55:36
37672         Log: Fix gross win32 build issues
37673      Branch: perlio
37674            ! makedef.pl sv.c
37675 ____________________________________________________________________________
37676 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
37677         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
37678              From: David Dyck <dcd@tc.fluke.com>
37679              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
37680              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
37681      Branch: perl
37682            ! lib/File/Find.pm
37683 ____________________________________________________________________________
37684 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
37685         Log: Subject: Re: PerlIO and Encode
37686              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37687              Date: Tue, 16 Oct 2001 01:50:16 +0900
37688              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
37689      Branch: perl
37690            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
37691            ! ext/Encode/Encode/Tcl.t
37692 ____________________________________________________________________________
37693 [ 12508] By: ams                                   on 2001/10/19  17:59:16
37694         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
37695              (See #12499)
37696      Branch: perl
37697            ! pod/perlintro.pod
37698 ____________________________________________________________________________
37699 [ 12507] By: nick                                  on 2001/10/19  16:30:43
37700         Log: Integrate mainline
37701      Branch: perlio
37702           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37703           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37704           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37705           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37706           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37707           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37708           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37709           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
37710           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
37711           +> win32/config_H.win64
37712            - lib/Test/Utils.pm lib/unicore/mktables.PL
37713            - t/lib/Test/Simple/Catch/More.pm
37714           !> (integrate 84 files)
37715 ____________________________________________________________________________
37716 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
37717         Log: Retract the #10451 which seems to be the cause
37718              of the major leakage from while(){eval"sub{}"}
37719      Branch: perl
37720            ! op.c t/run/kill_perl.t
37721 ____________________________________________________________________________
37722 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
37723         Log: Regen toc.
37724      Branch: perl
37725            ! pod/perltoc.pod
37726 ____________________________________________________________________________
37727 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
37728         Log: Tiny tweaks.
37729      Branch: perl
37730            ! pod/perl.pod
37731 ____________________________________________________________________________
37732 [ 12503] By: ams                                   on 2001/10/19  13:34:24
37733         Log: Subject: Re: perlintro.pod
37734              From: Abe Timmerman <abe@ztreet.demon.nl>
37735              Date: Fri, 19 Oct 2001 14:12:40 +0200
37736              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
37737      Branch: perl
37738            ! pod/perlintro.pod
37739 ____________________________________________________________________________
37740 [ 12502] By: ams                                   on 2001/10/19  13:24:12
37741         Log: Slight reorganisation of references.
37742      Branch: perl
37743            ! pod/perl.pod
37744 ____________________________________________________________________________
37745 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
37746         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
37747              From: Kay Röpke <kroepke@dolphin-services.de>
37748              Date: Fri, 19 Oct 2001 14:04:01 +0200 
37749              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
37750      Branch: perl
37751            ! lib/ExtUtils/MakeMaker.pm
37752 ____________________________________________________________________________
37753 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
37754         Log: Unicode categories continue:
37755              implement Category=, Script=, Block=
37756              (these are based on an upcoming update of TR#18)
37757              Fix a bug where we got two In categories named "old italic",
37758              and another where shortcut for the Is categories wasn't taken.
37759      Branch: perl
37760            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
37761            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
37762            ! pod/perlunicode.pod t/op/pat.t
37763 ____________________________________________________________________________
37764 [ 12499] By: ams                                   on 2001/10/19  01:42:29
37765         Log: Subject: a small patch to perlintro.pod.
37766              From: Autrijus Tang <autrijus@autrijus.org>
37767              Date: Fri, 19 Oct 2001 01:45:51 +0800
37768              Message-Id: <20011019014551.A35625@not.autrijus.org>
37769              (Applied by hand with nits.)
37770      Branch: perl
37771            ! pod/perlintro.pod
37772 ____________________________________________________________________________
37773 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
37774         Log: Subject: [PATCH] OpenBSD hints for ithreads
37775              From: Andy Dougherty <doughera@lafayette.edu>
37776              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
37777              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
37778      Branch: perl
37779            ! hints/openbsd.sh
37780 ____________________________________________________________________________
37781 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
37782         Log: Retract #12446; the problem solved by #12474.
37783      Branch: perl
37784            ! hints/aix.sh
37785 ____________________________________________________________________________
37786 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
37787         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
37788              message and suppress line number info (from Steve Hay
37789              <Steve.Hay@uk.radan.com>)
37790      Branch: maint-5.6/perl
37791            ! lib/Carp/Heavy.pm
37792 ____________________________________________________________________________
37793 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
37794         Log: More documented In categories.
37795      Branch: perl
37796            ! pod/perlunicode.pod
37797 ____________________________________________________________________________
37798 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
37799         Log: Update Changes.
37800      Branch: perl
37801            ! Changes patchlevel.h
37802 ____________________________________________________________________________
37803 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
37804         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
37805      Branch: perl
37806            ! MANIFEST
37807 ____________________________________________________________________________
37808 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
37809         Log: Wrong skip() arguments.
37810      Branch: perl
37811            ! ext/B/t/terse.t
37812 ____________________________________________________________________________
37813 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
37814         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
37815              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37816              Date: Wed, 17 Oct 2001 09:10:53 EDT 
37817              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
37818      Branch: perl
37819            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
37820            ! pod/perlapi.pod vms/vms.c
37821 ____________________________________________________________________________
37822 [ 12490] By: ams                                   on 2001/10/18  09:31:00
37823         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
37824              From: Mark-Jason Dominus <mjd@plover.com>
37825              Date: Thu, 18 Oct 2001 06:25:35 -0400
37826              Message-Id: <20011018102535.19264.qmail@plover.com>
37827      Branch: perl
37828            ! pod/perl.pod
37829 ____________________________________________________________________________
37830 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
37831         Log: Prettyprinting.
37832      Branch: perl
37833            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
37834 ____________________________________________________________________________
37835 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
37836         Log: Regen toc.
37837      Branch: perl
37838            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37839 ____________________________________________________________________________
37840 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
37841         Log: Add perlintro, from Skud.
37842      Branch: perl
37843            + pod/perlintro.pod
37844            ! MANIFEST
37845 ____________________________________________________________________________
37846 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
37847         Log: FAQ sync.
37848      Branch: perl
37849            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
37850            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
37851            ! pod/perlfaq8.pod pod/perlfaq9.pod
37852 ____________________________________________________________________________
37853 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
37854         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
37855              in speed (upto 20% speedup in certain operations) but meanwhile
37856              regexps and arithmetics got slower (5-10%) (according to
37857              perlbench average speedup is negligible, and within measuring
37858              flutter, 1%).  Therefore retracting all the changes
37859              aimed at getting -std1 to compile cleanly:  #12475, #12476,
37860              #12479, #12480, #12481, #12482, #12483, #12484.
37861      Branch: perl
37862            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
37863            ! pp_hot.c pp_sys.c toke.c
37864 ____________________________________________________________________________
37865 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
37866         Log: (retracted by #12485)
37867              Strict ANSI doesn't like the third argument of main()
37868              so enable ignoring it if using ultra picky compiler.
37869      Branch: perl
37870            ! miniperlmain.c
37871 ____________________________________________________________________________
37872 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
37873         Log: (retracted by #12485)
37874              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
37875      Branch: perl
37876            ! perl.h
37877 ____________________________________________________________________________
37878 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
37879         Log: (retracted by #12485)
37880              Add explanatory comment.
37881      Branch: perl
37882            ! mg.c
37883 ____________________________________________________________________________
37884 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
37885         Log: (retracted by #12485)
37886              More dollar$hiding.
37887      Branch: perl
37888            ! doio.c perl.h pp_sys.c
37889 ____________________________________________________________________________
37890 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
37891         Log: (retracted by #12485)
37892              KISS.
37893      Branch: perl
37894            ! mg.c
37895 ____________________________________________________________________________
37896 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
37897         Log: (retracted by #12485)
37898              Thou shalt not #ifdef inside macro invocations,
37899              noticed by Rafael Garcia-Suarez.
37900      Branch: perl
37901            ! mg.c
37902 ____________________________________________________________________________
37903 [ 12478] By: ams                                   on 2001/10/17  18:50:55
37904         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
37905              From: Anton Berezin <tobez@tobez.org>
37906              Date: Wed, 17 Oct 2001 18:25:48 +0200
37907              Message-Id: <20011017182548.A12082@heechee.tobez.org>
37908      Branch: perl
37909            ! pp_sys.c
37910 ____________________________________________________________________________
37911 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
37912         Log: (retracted by #12485)
37913              Unterminated #ifdef.
37914      Branch: perl
37915            ! mg.c
37916 ____________________________________________________________________________
37917 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
37918         Log: (retracted by #12485)
37919              Avoid dollar signs in identifiers (in non-VMS) to
37920              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
37921      Branch: perl
37922            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
37923            ! toke.c
37924 ____________________________________________________________________________
37925 [ 12474] By: ams                                   on 2001/10/17  15:14:50
37926         Log: Subject: Two AIX patches
37927              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37928              Date: Wed, 17 Oct 2001 18:04:35 +0200
37929              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
37930      Branch: perl
37931            ! hints/aix.sh makedef.pl
37932 ____________________________________________________________________________
37933 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
37934         Log: Limiting the Time::HiRes::sleep and usleep to
37935              one second is not a good policy if drop-in
37936              replacement is still a goal.
37937      Branch: perl
37938            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37939            ! ext/Time/HiRes/HiRes.xs
37940 ____________________________________________________________________________
37941 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
37942         Log: Subject: [PATCH] Test::Simple 0.32
37943              From: Michael G Schwern <schwern@pobox.com> 
37944              Date: Wed, 17 Oct 2001 03:42:41 -0400
37945              Message-ID: <20011017034241.A25038@blackrider>
37946      Branch: perl
37947            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37948            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37949            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37950            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37951            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37952            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37953            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
37954            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
37955            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
37956            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
37957            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
37958            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
37959            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
37960            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
37961            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
37962            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
37963            ! t/lib/Test/Simple/Catch.pm
37964            ! t/lib/Test/Simple/sample_tests/five_fail.plx
37965 ____________________________________________________________________________
37966 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
37967         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
37968              From: Michael G Schwern <schwern@pobox.com> 
37969              Date: Wed, 17 Oct 2001 04:04:13 -0400
37970              Message-ID: <20011017040413.C25550@blackrider>
37971      Branch: perl
37972            ! t/TEST t/harness vms/test.com
37973 ____________________________________________________________________________
37974 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
37975         Log: Regen doc with perlmodstyle added.
37976      Branch: perl
37977            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37978 ____________________________________________________________________________
37979 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
37980         Log: Pod cleanup.
37981      Branch: perl
37982            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
37983 ____________________________________________________________________________
37984 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
37985         Log: Subject: perlmodstyle as a patch
37986              From: Kirrily Robert <skud@infotrope.net>
37987              Date: Tue, 16 Oct 2001 22:47:23 -0400
37988              Message-ID: <20011016224723.A20673@infotrope.net>
37989      Branch: perl
37990            + pod/perlmodstyle.pod
37991            ! MANIFEST
37992 ____________________________________________________________________________
37993 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
37994         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
37995              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
37996              Date: Thu, 6 Sep 2001 11:09:40 +0100
37997              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
37998              
37999              Mention also the develooper p5p archive.
38000      Branch: perl
38001            ! pod/perlhack.pod
38002 ____________________________________________________________________________
38003 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
38004         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
38005              From: Kay Röpke <kroepke@dolphin-services.de>
38006              Date: Tue, 16 Oct 2001 17:23:52 +0200
38007              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
38008      Branch: perl
38009            ! lib/ExtUtils/MakeMaker.pm
38010 ____________________________________________________________________________
38011 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
38012         Log: Add the special casing mappings (from SpecCase.txt)
38013              (except for the hyper special case mappings that have
38014              the condition list); the special casing mappings are
38015              unused for now.  Small tidying up on mktables.
38016      Branch: perl
38017            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
38018            + lib/unicore/To/SpecUpper.pl
38019            ! lib/unicore/mktables
38020 ____________________________________________________________________________
38021 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
38022         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
38023              From: "David H. Adler" <dha@panix.com>       
38024              Date: Tue, 16 Oct 2001 11:59:35 -0400
38025              Message-ID: <20011016115935.A13078@panix.com>
38026              
38027              Subject: [ PATCH ] perldata patch, revised
38028              From: "David H. Adler" <dha@panix.com>     
38029              Date: Tue, 16 Oct 2001 18:26:49 -0400
38030              Message-ID: <20011016182649.C23970@panix.com>
38031      Branch: perl
38032            ! pod/perldata.pod pod/perlop.pod
38033 ____________________________________________________________________________
38034 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
38035         Log: Integrate perlio:
38036              
38037              [ 12462]
38038              PerlIOXxxx_dups for all but Win32
38039              
38040              [ 12461]
38041              Implement PerlIOStdio_dup (explains core dumps - dup
38042              was not setting up a FILE * to be fclosed()).
38043              
38044              [ 12460]
38045              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
38046              overflow.
38047              
38048              [ 12456]
38049              Builds under ithreads (but fails all threads tests)
38050              
38051              [ 12451]
38052              Skeleton of "PerlIO_dup" coded.
38053              Still-passes all tests non-threaded (well it would wouldn't it!)
38054              
38055              [ 12447]
38056              Beginings of PerlIO_dup support (unstable)
38057              
38058              [ 11615]
38059              Avoid testing for (non-)existance of "encoding(xxxx)"
38060              layer is called "encoding" the (xxxx) is an argument.
38061      Branch: perl
38062           !> embed.h embed.pl ext/Encode/Encode.xs
38063           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
38064           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
38065           !> win32/win32io.c
38066 ____________________________________________________________________________
38067 [ 12462] By: nick                                  on 2001/10/16  19:11:30
38068         Log: PerlIOXxxx_dups for all but Win32
38069      Branch: perlio
38070            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
38071            ! ext/PerlIO/Via/Via.xs
38072 ____________________________________________________________________________
38073 [ 12461] By: nick                                  on 2001/10/16  18:28:48
38074         Log: Implement PerlIOStdio_dup (explains core dumps - dup
38075              was not setting up a FILE * to be fclosed()).
38076      Branch: perlio
38077            ! perlio.c
38078 ____________________________________________________________________________
38079 [ 12460] By: nick                                  on 2001/10/16  17:31:47
38080         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
38081              overflow.
38082      Branch: perlio
38083            ! perlio.c
38084 ____________________________________________________________________________
38085 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
38086         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
38087              From: "Craig A. Berry" <craigberry@mac.com>
38088              Date: Tue, 16 Oct 2001 13:08:38 -0500
38089              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
38090      Branch: perl
38091            ! configure.com
38092 ____________________________________________________________________________
38093 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
38094         Log: Can't expect too much accuracy from a sleep of one second.
38095              (I think this will also fail with high load.)
38096      Branch: perl
38097            ! ext/Time/HiRes/HiRes.t
38098 ____________________________________________________________________________
38099 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
38100         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
38101              From: "Werner, Randolf" <randolf.werner@sap.com>
38102              Date: Tue, 16 Oct 2001 18:33:02 +0200
38103              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
38104      Branch: perl
38105            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
38106            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
38107 ____________________________________________________________________________
38108 [ 12456] By: nick                                  on 2001/10/16  14:08:16
38109         Log: Builds under ithreads (but fails all threads tests)
38110      Branch: perlio
38111            ! hv.c perlio.c sv.c
38112 ____________________________________________________________________________
38113 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
38114         Log: I think the Perl_sortsv needs *not* be skipped?
38115      Branch: perl
38116            ! makedef.pl
38117 ____________________________________________________________________________
38118 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
38119         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
38120              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
38121              Date: Tue, 16 Oct 2001 15:32:44 +0200
38122              Message-ID: <3BCC531C.11494.3E433F@localhost>
38123      Branch: perl
38124            ! t/op/groups.t
38125 ____________________________________________________________________________
38126 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
38127         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
38128              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
38129              Date: Tue, 16 Oct 2001 15:01:04 +0200
38130              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
38131      Branch: perl
38132            ! t/io/fs.t
38133 ____________________________________________________________________________
38134 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
38135         Log: A forgotten deletion.
38136      Branch: perl
38137            - lib/unicore/mktables.PL
38138 ____________________________________________________________________________
38139 [ 12451] By: nick                                  on 2001/10/16  11:32:48
38140         Log: Skeleton of "PerlIO_dup" coded.
38141              Still-passes all tests non-threaded (well it would wouldn't it!)
38142      Branch: perlio
38143            ! embed.h embed.pl ext/Encode/Encode.xs
38144            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
38145            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
38146            ! win32/win32io.c
38147 ____________________________________________________________________________
38148 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
38149         Log: Document the problem with the swash_fetch() API that affects
38150              more complex case conversions.
38151      Branch: perl
38152            ! lib/utf8_heavy.pl utf8.c
38153 ____________________________________________________________________________
38154 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
38155         Log: Make Time::HiRes::sleep() and usleep() to return
38156              the number of seconds (a floating point value) and 
38157              microseconds (an integer) actually slept (well,
38158              modulo the time spent in measuring the time actually
38159              slept...), to be a better drop-in replacement for
38160              the builtin sleep().  Noticed by Chris Nandor.
38161              
38162              Also make usleep() to croak if fed illegal number
38163              of useconds (anything greater than 1_000_000).
38164      Branch: perl
38165            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
38166            ! ext/Time/HiRes/HiRes.xs
38167 ____________________________________________________________________________
38168 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
38169         Log: A missing SvREFCNT_dec.
38170      Branch: perl
38171            ! perl.c
38172 ____________________________________________________________________________
38173 [ 12447] By: nick                                  on 2001/10/15  20:27:53
38174         Log: Beginings of PerlIO_dup support (unstable)
38175      Branch: perlio
38176            ! perlio.c perliol.h
38177 ____________________________________________________________________________
38178 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
38179         Log: (retracted by #12497)
38180              In AIX vac 5 just can't seem to get regcomp right.
38181      Branch: perl
38182            ! hints/aix.sh
38183 ____________________________________________________________________________
38184 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
38185         Log: Bump the version number to agree with the maintperl one.
38186      Branch: perl
38187            ! lib/Tie/RefHash.pm
38188 ____________________________________________________________________________
38189 [ 12444] By: nick                                  on 2001/10/15  15:59:57
38190         Log: Integrate mainline
38191      Branch: perlio
38192           +> lib/Math/BigInt/t/Math/Subclass.pm
38193           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38194           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
38195           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
38196           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
38197           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
38198           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
38199           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
38200           +> lib/unicore/mktables
38201            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
38202            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
38203            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
38204            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
38205            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
38206            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
38207            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
38208            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
38209            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
38210            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
38211            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
38212            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
38213            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
38214            - lib/unicore/syllables.txt
38215           !> (integrate 344 files)
38216 ____________________________________________________________________________
38217 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
38218         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
38219      Branch: perl
38220            ! ext/DB_File/DB_File.xs
38221 ____________________________________________________________________________
38222 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
38223         Log: Sync the skip() amounts with the number of tests.
38224      Branch: perl
38225            ! lib/Term/Complete.t
38226 ____________________________________________________________________________
38227 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
38228         Log: Update Changes.
38229      Branch: perl
38230            ! Changes patchlevel.h
38231 ____________________________________________________________________________
38232 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
38233         Log: MacOS Classic catdir() rewrite from Thomas Wegner
38234              (backward incompatibility, but a deliberate one,
38235              the old version simply is broken in its logic),
38236              also documentation updates, and as suggested replicated
38237              the File::Spec::Unix documentation updates also on the
38238              File::Spec documentation.
38239              
38240              TODO: there seems to be duplication of documentation
38241              between File::Spec and File::Spec::Unix.  I think
38242              the ::Unix should be left only with specific UNIXisms,
38243              and all the generic documentation should be in ::Spec.
38244      Branch: perl
38245            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
38246            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
38247            ! lib/File/Spec/Unix.pm
38248 ____________________________________________________________________________
38249 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
38250         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
38251              From: Blair Zajac <blair@orcaware.com>
38252              Date: Mon, 24 Sep 2001 11:48:58 -0700
38253              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
38254              
38255              (the skip() messages)
38256      Branch: perl
38257            ! t/op/magic.t
38258 ____________________________________________________________________________
38259 [ 12438] By: ams                                   on 2001/10/14  23:43:59
38260         Log: Subject: [PATCH] make PerlIO default on VMS
38261              From: "Craig A. Berry" <craigberry@mac.com>
38262              Date: Sun, 14 Oct 2001 15:27:18 -0500
38263              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
38264      Branch: perl
38265            ! configure.com
38266 ____________________________________________________________________________
38267 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
38268         Log: Retract #12436 (Abhijit already did this at #12426)
38269      Branch: perl
38270            ! lib/ExtUtils/MM_Unix.pm
38271 ____________________________________________________________________________
38272 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
38273         Log: (retracted by #12437)
38274              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
38275              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
38276              Date: Sat, 13 Oct 2001 20:33:55 +0200
38277              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
38278      Branch: perl
38279            ! lib/ExtUtils/MM_Unix.pm
38280 ____________________________________________________________________________
38281 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
38282         Log: Subject: h2xs grammar nit
38283              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38284              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
38285              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
38286      Branch: perl
38287            ! utils/h2xs.PL
38288 ____________________________________________________________________________
38289 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
38290         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
38291              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
38292              Date: Sun, 14 Oct 2001 11:25:08 +0100
38293              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
38294      Branch: perl
38295            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
38296            ! warnings.pl
38297 ____________________________________________________________________________
38298 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
38299         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
38300              for File::Spec::Mac::catfile)
38301      Branch: perl
38302            ! lib/h2xs.t
38303 ____________________________________________________________________________
38304 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
38305         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
38306              From: Nicholas Clark <nick@ccl4.org>
38307              Date: Sat, 13 Oct 2001 00:07:31 +0100
38308              Message-ID: <20011013000731.D67535@plum.flirble.org>
38309      Branch: perl
38310            ! lib/h2xs.t utils/h2xs.PL
38311 ____________________________________________________________________________
38312 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
38313         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
38314              before DEFINE and INC), and repent by taking DEFINE and
38315              INC away from PASTHRU.
38316      Branch: perl
38317            ! lib/ExtUtils/MM_Unix.pm
38318 ____________________________________________________________________________
38319 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
38320         Log: More MANIFEST anomalies.
38321      Branch: perl
38322            ! MANIFEST
38323 ____________________________________________________________________________
38324 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
38325         Log: Not that many.
38326      Branch: perl
38327            ! MANIFEST
38328 ____________________________________________________________________________
38329 [ 12428] By: sky                                   on 2001/10/13  20:59:27
38330         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
38331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38332              Date: Sat, 13 Oct 2001 23:15:55 +0200
38333              Message-ID: <20011013231555.A18071@rafael>
38334      Branch: perl
38335            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
38336            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
38337 ____________________________________________________________________________
38338 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
38339         Log: Rewrite mktables from scratch.
38340              - Cleaner.
38341              - Faster: 15-20 seconds as opposed to several minutes.
38342              - More dynamic: the names of the various categories
38343              such as the linebreak ones are dynamic, not static.
38344              - Is.pl: long names for the general category properties
38345              are now available.
38346              - Ranges (<... ,First>, <..., Last>) from the general
38347              categories work now.
38348              - No more mktables.PL because the mktables.PL is not
38349              and never has been run to create a mktables.
38350              - syllables.txt and Is/Syl*.pl removed: non-standard
38351              (not part of the Unicode), and the whole concept is
38352              being reworked (http://syllabary.sourceforge.net/),
38353              the old way wouldn't even work with the new Syllables.txt
38354              (it would result in 1000+ new categories)
38355      Branch: perl
38356            + lib/unicore/In/163.pl lib/unicore/In/164.pl
38357            + lib/unicore/In/165.pl lib/unicore/In/166.pl
38358            + lib/unicore/In/167.pl lib/unicore/In/168.pl
38359            + lib/unicore/In/169.pl lib/unicore/In/170.pl
38360            + lib/unicore/In/171.pl lib/unicore/Is.pl
38361            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
38362            + lib/unicore/mktables
38363            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
38364            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
38365            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
38366            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
38367            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
38368            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
38369            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
38370            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
38371            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
38372            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
38373            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
38374            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
38375            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
38376            - lib/unicore/syllables.txt
38377            ! (edit 304 files)
38378 ____________________________________________________________________________
38379 [ 12426] By: ams                                   on 2001/10/13  18:05:36
38380         Log: ExtUtils::MM_Unix should ignore comments when searching for
38381              $VERSION.
38382      Branch: perl
38383            ! lib/ExtUtils/MM_Unix.pm
38384 ____________________________________________________________________________
38385 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
38386         Log: Subject: Re: New module XML::Clean
38387              From: andreas.koenig@anima.de (Andreas J. Koenig)
38388              Date: 13 Oct 2001 10:17:09 +0200
38389              Message-ID: <m37ku0t0my.fsf@anima.de>
38390      Branch: perl
38391            ! pod/perlnewmod.pod
38392 ____________________________________________________________________________
38393 [ 12424] By: sky                                   on 2001/10/13  09:39:59
38394         Log: Set thread stack size if needed.
38395      Branch: perl
38396            ! ext/threads/threads.xs
38397 ____________________________________________________________________________
38398 [ 12423] By: sky                                   on 2001/10/13  09:36:49
38399         Log: We do want to set the attribute to joinable even on modern posix
38400              platforms.
38401      Branch: perl
38402            ! ext/threads/threads.xs
38403 ____________________________________________________________________________
38404 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
38405         Log: Subject: [PATCH ext/Data/Dumper.xs]
38406              From: Brian Ingerson <ingy@ttul.org>
38407              Date: Fri, 12 Oct 2001 19:32:35 -0700
38408              Message-ID: <20011012193235.B889@ttul.org>
38409      Branch: perl
38410            ! ext/Data/Dumper/Dumper.xs
38411 ____________________________________________________________________________
38412 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
38413         Log: Update Changes.
38414      Branch: perl
38415            ! Changes patchlevel.h
38416 ____________________________________________________________________________
38417 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
38418         Log: FAQ sync.
38419      Branch: perl
38420            ! pod/perlfaq3.pod pod/perlfaq4.pod
38421 ____________________________________________________________________________
38422 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
38423         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
38424              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
38425              Date: Fri, 12 Oct 2001 11:51:05 -0700
38426              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
38427      Branch: perl
38428            ! lib/File/Copy.pm
38429 ____________________________________________________________________________
38430 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
38431         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
38432              From: "chromatic" <chromatic@rmci.net>     
38433              Date: Thu, 11 Oct 2001 10:57:55 -0600
38434              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
38435              
38436              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
38437              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38438              Date: Thu, 11 Oct 2001 22:34:21 +0200
38439              Message-ID: <20011011223421.A693@rafael>     
38440              
38441              plus undef $Term::Complete::stty as suggested by Rafael.
38442      Branch: perl
38443            ! lib/Term/Complete.pm lib/Term/Complete.t
38444 ____________________________________________________________________________
38445 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
38446         Log: UUnndduupplleexx..
38447      Branch: perl
38448            ! perl.h
38449 ____________________________________________________________________________
38450 [ 12416] By: sky                                   on 2001/10/12  20:16:19
38451         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
38452              From: Andy Dougherty <doughera@lafayette.edu>
38453              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
38454              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
38455              (Potentially only band-aid)
38456      Branch: perl
38457            ! sv.c
38458 ____________________________________________________________________________
38459 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
38460         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
38461              mishandles kill(), and therefore the sigaction test
38462              should be skipped, from Charles Lane.
38463      Branch: perl
38464            ! ext/POSIX/t/sigaction.t
38465 ____________________________________________________________________________
38466 [ 12414] By: sky                                   on 2001/10/12  18:47:49
38467         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
38468      Branch: perl
38469            ! op.h
38470 ____________________________________________________________________________
38471 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
38472         Log: Upgrade to Math::BigInt 1.44 from Tels and
38473              further fixes from John Peacock.
38474      Branch: perl
38475            + lib/Math/BigInt/t/Math/Subclass.pm
38476            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38477            + lib/Math/BigInt/t/subclass.t
38478            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38479            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
38480            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
38481            ! lib/Math/BigInt/t/mbimbf.t
38482 ____________________________________________________________________________
38483 [ 12412] By: sky                                   on 2001/10/12  18:28:23
38484         Log: perhaps pthread_attr_t really needs to be set for the old api
38485      Branch: perl
38486            ! ext/threads/threads.xs
38487 ____________________________________________________________________________
38488 [ 12411] By: sky                                   on 2001/10/12  18:11:45
38489         Log: pthread_keycreate not pthread_key_create under the here be dragons API
38490      Branch: perl
38491            ! ext/threads/threads.h
38492 ____________________________________________________________________________
38493 [ 12410] By: sky                                   on 2001/10/12  18:07:37
38494         Log: Apperently OLD PTHREADS API is a bit retarded.
38495              This should fix another set of compile failures in HP-UX 10.20.
38496      Branch: perl
38497            ! ext/threads/threads.h ext/threads/threads.xs
38498 ____________________________________________________________________________
38499 [ 12409] By: nick                                  on 2001/10/12  15:30:01
38500         Log: Blind integrate of mainline
38501      Branch: perlio
38502           +> (branch 32 files)
38503            - lib/unicode/README
38504           !> (integrate 121 files)
38505 ____________________________________________________________________________
38506 [ 12408] By: sky                                   on 2001/10/12  14:55:08
38507         Log: Let us avoid being smart for now.
38508      Branch: perl
38509            ! ext/threads/threads.h
38510 ____________________________________________________________________________
38511 [ 12407] By: sky                                   on 2001/10/12  14:38:12
38512         Log: (void*) the argument to make sure we work with picky compilers
38513      Branch: perl
38514            ! ext/threads/threads.xs
38515 ____________________________________________________________________________
38516 [ 12406] By: ams                                   on 2001/10/12  13:26:04
38517         Log: (replaced with #12600)
38518              
38519              Subject: [PATCH 5.6.1 perldoc] use File::Temp
38520              From: Mikhail Zabaluev <mhz@alt-linux.org>
38521              Date: Fri, 12 Oct 2001 12:47:47 +0400
38522              Message-Id: <20011012124747.E13918@localhost.localdomain>
38523      Branch: perl
38524            ! utils/perldoc.PL
38525 ____________________________________________________________________________
38526 [ 12405] By: ams                                   on 2001/10/12  13:05:32
38527         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
38528              From: andreas.koenig@anima.de (Andreas J. Koenig)
38529              Date: 12 Oct 2001 11:12:07 +0200
38530              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
38531      Branch: perl
38532            ! lib/Memoize/t/speed.t
38533 ____________________________________________________________________________
38534 [ 12404] By: sky                                   on 2001/10/12  12:46:15
38535         Log: A) Support OLD_PTHREADS_API
38536              B) Change from using pthread_t to using a TLS to store the
38537              index of the thread in an hash, this is to avoid problems when
38538              in fact pthread_t was not a seralizable type.
38539              Both these changes are because of HP-UX 10.20
38540              This has not been tested on win32 but should work there.
38541              Need to add support for NetWare.
38542      Branch: perl
38543            ! ext/threads/threads.h ext/threads/threads.xs
38544 ____________________________________________________________________________
38545 [ 12403] By: ams                                   on 2001/10/12  07:34:19
38546         Log: Subject: Re: New module XML::Clean
38547              From: andreas.koenig@anima.de (Andreas J. Koenig)
38548              Date: 12 Oct 2001 10:20:35 +0200
38549              Message-Id: <m3elo9uv58.fsf@anima.de>
38550      Branch: perl
38551            ! pod/perlnewmod.pod
38552 ____________________________________________________________________________
38553 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
38554         Log: More HP model tweaks from Merijn.
38555      Branch: perl
38556            ! README.hpux
38557 ____________________________________________________________________________
38558 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
38559         Log: Update Changes.
38560      Branch: perl
38561            ! Changes patchlevel.h
38562 ____________________________________________________________________________
38563 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
38564         Log: HP-UX update from H.Merijn Brand.
38565      Branch: perl
38566            ! README.hpux
38567 ____________________________________________________________________________
38568 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
38569         Log: Subject: [PATCH] fix link rot in README.vms
38570              From: "Craig A. Berry" <craigberry@mac.com>
38571              Date: Wed, 10 Oct 2001 17:17:00 -0500
38572              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
38573      Branch: perl
38574            ! README.vms
38575 ____________________________________________________________________________
38576 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
38577         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
38578              From: "chromatic" <chromatic@rmci.net>
38579              Date: Wed, 10 Oct 2001 15:50:30 -0600
38580              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
38581      Branch: perl
38582            ! lib/Term/Complete.t
38583 ____________________________________________________________________________
38584 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
38585         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
38586              From: "chromatic" <chromatic@rmci.net>
38587              Date: Wed, 10 Oct 2001 15:45:42 -0600
38588              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
38589      Branch: perl
38590            + lib/ExtUtils/Packlist.t
38591            ! MANIFEST
38592 ____________________________________________________________________________
38593 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
38594         Log: VMS needs quotes around the -I option to keep it from
38595              being downcased, from Charles Lane.
38596      Branch: perl
38597            ! t/run/kill_perl.t
38598 ____________________________________________________________________________
38599 [ 12395] By: ams                                   on 2001/10/10  16:22:32
38600         Log: Subject: [PATCH lib/FindBin.pm]
38601              From: Stas Bekman <stas@stason.org>
38602              Date: Tue, 09 Oct 2001 23:57:10 +0800
38603              Message-Id: <3BC31E56.60805@stason.org>
38604      Branch: perl
38605            ! lib/FindBin.pm
38606 ____________________________________________________________________________
38607 [ 12394] By: ams                                   on 2001/10/10  16:09:53
38608         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
38609              From: Abhijit Menon-Sen <ams@wiw.org>
38610              Date: Wed, 10 Oct 2001 21:59:33 +0530
38611              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
38612      Branch: perl
38613            ! ext/Data/Dumper/Dumper.xs
38614 ____________________________________________________________________________
38615 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
38616         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
38617              from Charles Lane.
38618      Branch: perl
38619            ! lib/File/Spec/VMS.pm
38620 ____________________________________________________________________________
38621 [ 12392] By: ams                                   on 2001/10/10  14:49:43
38622         Log: Subject: [PATCH] two s/// bugfixes
38623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38624              Date: Wed, 10 Oct 2001 17:23:44 +0200
38625              Message-Id: <20011010172344.C22440@rafael>
38626      Branch: perl
38627            ! pp_ctl.c regexec.c t/op/subst.t
38628 ____________________________________________________________________________
38629 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
38630         Log: Fix/improve handling of the [000000] special "root"
38631              directory, by putting cwd in canonical form when doing
38632              abs2rel, and prepending a 000000 to directory "chunks"
38633              if missing from base or path.  Also adjust test to
38634              reflect the (improved) output from abs2rel.
38635              From Charles Lane.
38636      Branch: perl
38637            ! lib/File/Spec.t lib/File/Spec/VMS.pm
38638 ____________________________________________________________________________
38639 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
38640         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
38641              all of the extra VMSish attributes (such as "treat this logical
38642              as a device name") that are necessary to make programs run.
38643              A tainted %ENV does not hinder VMS.  From Charles Lane.
38644      Branch: perl
38645            ! lib/File/Find/t/taint.t
38646 ____________________________________________________________________________
38647 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
38648         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
38649              
38650              o  VMS is case-insensitive, RTL downcases filenames read
38651              by perl... so need to re-upcase filenames like MANIFEST
38652              and MANIFEST.SKIP
38653              
38654              o  Need to convert VMS-style to Unix-style filenames when comparing
38655              names in MANIFEST to names in filesystem.
38656              
38657              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
38658              since VMS won't let you (easily) delete non-empty directories.
38659              
38660              From Charles Lane.
38661      Branch: perl
38662            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
38663 ____________________________________________________________________________
38664 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
38665         Log: Unix and VMS agree on "*" as a "match any number of any chars"
38666              wildcards, but differ ("?"  vs.  "%") for their "match any single
38667              char" wildcard.  This patch changes "?"  chars to "%" before doing a
38668              VMS glob...at no loss of functionality, since "?"  isn't a valid
38669              filename char on VMS.  From Charles Lane.
38670      Branch: perl
38671            ! doio.c
38672 ____________________________________________________________________________
38673 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
38674         Log: (accidentally empty submit; new life as #12390)
38675      Branch: perl
38676            ! lib/File/Find/t/taint.t
38677 ____________________________________________________________________________
38678 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
38679         Log: Even more VMS tweakage from Charles Lane:
38680              
38681              Tweak #1:  splitdir only works on directory part of filespec,
38682              split off volume first
38683              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
38684              (it's a horrible kludge in the run-time library,
38685              improved in later versions). Check the
38686              $Config{'d_setenv'} flag before attempting to set it.
38687      Branch: perl
38688            ! t/op/chdir.t
38689 ____________________________________________________________________________
38690 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
38691         Log: VMS tweakage from Charles Lane.
38692              
38693              . command.com doubles an output line when prompting for extensions
38694              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
38695              . perl5db doesn't clean up after itself
38696      Branch: perl
38697            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
38698 ____________________________________________________________________________
38699 [ 12384] By: sky                                   on 2001/10/09  19:16:11
38700         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38702              Date: Tue, 9 Oct 2001 22:10:26 +0200
38703              Message-ID: <20011009221026.A8579@rafael>
38704      Branch: perl
38705            ! pod/perldata.pod
38706 ____________________________________________________________________________
38707 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
38708         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
38709              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38710              Date: 9 Oct 2001 15:15:06 -0000
38711              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
38712      Branch: perl
38713            ! t/op/subst.t
38714 ____________________________________________________________________________
38715 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
38716         Log: Update Changes.
38717      Branch: perl
38718            ! Changes patchlevel.h
38719 ____________________________________________________________________________
38720 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
38721         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
38722              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
38723              when a NULL is passed for the filename string pointer.
38724              From Charles Lane.
38725      Branch: perl
38726            ! vms/vms.c
38727 ____________________________________________________________________________
38728 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
38729         Log: Subject: HP systems update
38730              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38731              Date: Tue, 09 Oct 2001 15:59:22 +0200
38732              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
38733      Branch: perl
38734            ! README.hpux
38735 ____________________________________________________________________________
38736 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
38737         Log: CPAN::Nox does now have a test.
38738      Branch: perl
38739            ! t/lib/1_compile.t
38740 ____________________________________________________________________________
38741 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
38742         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
38743              From: David Dyck <dcd@tc.fluke.com>
38744              Date: Mon, 1 Oct 2001 12:17:36 -0700
38745              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
38746      Branch: perl
38747            ! installperl
38748 ____________________________________________________________________________
38749 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
38750         Log: NetWare update from Ananth Kesari.
38751      Branch: perl
38752            ! NetWare/nwperlsys.h makedef.pl
38753 ____________________________________________________________________________
38754 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
38755         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
38756              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38757              Date: Tue, 9 Oct 2001 08:40:57 EDT
38758              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
38759      Branch: perl
38760            ! lib/File/Find/t/find.t
38761 ____________________________________________________________________________
38762 [ 12374] By: ams                                   on 2001/10/09  05:31:45
38763         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
38764              ExtUtils::Mkbootstrap
38765              From: "chromatic" <chromatic@rmci.net>
38766              Date: Tue, 09 Oct 2001 00:08:37 -0600
38767              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
38768      Branch: perl
38769            + lib/ExtUtils/Mkbootstrap.t
38770            ! MANIFEST
38771 ____________________________________________________________________________
38772 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
38773         Log: Enable more debugging.
38774      Branch: perl
38775            ! lib/utf8_heavy.pl
38776 ____________________________________________________________________________
38777 [ 12372] By: ams                                   on 2001/10/09  02:11:59
38778         Log: #12370 forgot to modify is_gv_magical().
38779      Branch: perl
38780            ! gv.c
38781 ____________________________________________________________________________
38782 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
38783         Log: Make the toupper/lower/title API for Unicode not right
38784              but at least less wrong: prepare for the mapping being
38785              more than just one-character-to-one-character.
38786      Branch: perl
38787            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
38788            ! regexec.c utf8.c
38789 ____________________________________________________________________________
38790 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
38791         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
38792              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38793              Date: Mon, 8 Oct 2001 22:18:23 -0400
38794              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
38795      Branch: perl
38796            ! pod/perlvar.pod t/op/taint.t
38797 ____________________________________________________________________________
38798 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
38799         Log: FAQ sync.
38800      Branch: perl
38801            ! pod/perlfaq3.pod pod/perlfaq4.pod
38802 ____________________________________________________________________________
38803 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
38804         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
38805              From: "chromatic" <chromatic@rmci.net>
38806              Date: Mon, 08 Oct 2001 14:05:32 -0600
38807              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
38808      Branch: perl
38809            ! lib/Term/Cap.t
38810 ____________________________________________________________________________
38811 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
38812         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38813              From: Michael G Schwern <schwern@pobox.com>
38814              Date: Mon, 8 Oct 2001 17:00:14 -0400
38815              Message-ID: <20011008170014.L17083@blackrider>
38816      Branch: perl
38817            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
38818 ____________________________________________________________________________
38819 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
38820         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
38821              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38822              Date: Mon, 8 Oct 2001 16:01:33 EDT
38823              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
38824      Branch: perl
38825            ! ext/Time/HiRes/HiRes.xs
38826 ____________________________________________________________________________
38827 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
38828         Log: Subject: [PATCH] Autosplit patch for VMS
38829              From: "Craig A. Berry" <craigberry@mac.com>
38830              Date: Mon, 08 Oct 2001 15:40:43 -0500
38831              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
38832      Branch: perl
38833            ! lib/AutoSplit.pm lib/AutoSplit.t
38834 ____________________________________________________________________________
38835 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
38836         Log: Don't assume that everybody is running OS X 10.1 yet;
38837              from Kay Röpke.
38838      Branch: perl
38839            ! hints/darwin.sh
38840 ____________________________________________________________________________
38841 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
38842         Log: Update Changes.
38843      Branch: perl
38844            ! Changes patchlevel.h
38845 ____________________________________________________________________________
38846 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
38847         Log: Retract #12358 for now.
38848      Branch: perl
38849            ! lib/Term/Cap.t
38850 ____________________________________________________________________________
38851 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
38852         Log: Can't figure out what this is testing.
38853              (If it is trying to catch SIGKILL, it should stop
38854              trying because that is by definition impossible.)
38855      Branch: perl
38856            ! lib/sigtrap.t
38857 ____________________________________________________________________________
38858 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
38859         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
38860              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38861              Date: Sun, 30 Sep 2001 21:15:13 +0200
38862              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
38863      Branch: perl
38864            ! lib/ExtUtils/MM_Win32.pm
38865 ____________________________________________________________________________
38866 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
38867         Log: Clarify the ldlibpth part and condense the overall text.
38868      Branch: perl
38869            ! t/TEST
38870 ____________________________________________________________________________
38871 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
38872         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
38873              From: "chromatic" <chromatic@rmci.net>
38874              Date: Sun, 07 Oct 2001 16:59:26 -0600
38875              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
38876      Branch: perl
38877            ! lib/Term/Cap.t
38878 ____________________________________________________________________________
38879 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
38880         Log: Update the list because fo #12265.
38881      Branch: perl
38882            ! t/lib/1_compile.t
38883 ____________________________________________________________________________
38884 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
38885         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
38886              From: Nicholas Clark <nick@ccl4.org>
38887              Date: Sun, 7 Oct 2001 20:53:33 +0100
38888              Message-ID: <20011007205333.S38756@plum.flirble.org>   
38889      Branch: perl
38890            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
38891            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38892            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
38893            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
38894            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
38895            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
38896            ! lib/Switch/t/switch.t lib/Term/Complete.t
38897            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
38898            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
38899            ! t/op/my_stash.t
38900 ____________________________________________________________________________
38901 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
38902         Log: Integrate patch #12350 from maintperl; typo in
38903              IO::Seekable doc.
38904      Branch: perl
38905           !> ext/IO/lib/IO/Seekable.pm
38906 ____________________________________________________________________________
38907 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
38908         Log: Detypo.
38909      Branch: perl
38910            ! hints/darwin.sh
38911 ____________________________________________________________________________
38912 [ 12353] By: sky                                   on 2001/10/07  17:16:14
38913         Log: Change 12349 didn't really get it right.
38914      Branch: perl
38915            ! lib/Unicode/README
38916 ____________________________________________________________________________
38917 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
38918         Log: If running the harness the dynamic library search path
38919              may need setting.
38920      Branch: perl
38921            ! t/TEST
38922 ____________________________________________________________________________
38923 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
38924         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
38925              in ldflags.
38926      Branch: perl
38927            ! hints/darwin.sh
38928 ____________________________________________________________________________
38929 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
38930         Log: typo in IO::Seekable doc
38931      Branch: maint-5.6/perl
38932            ! ext/IO/lib/IO/Seekable.pm
38933 ____________________________________________________________________________
38934 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
38935         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
38936              doesn't work on Mac OS X 10.1 (when unpacking the tar the
38937              latter gets renamed as lib/unicode:1, assumedly for security
38938              reasons not to overwrite stuff)
38939      Branch: perl
38940            + lib/Unicode/README
38941            - lib/unicode/README
38942            ! MANIFEST
38943 ____________________________________________________________________________
38944 [ 12348] By: ams                                   on 2001/10/07  05:33:40
38945         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
38946              From: "chromatic" <chromatic@rmci.net>
38947              Date: Sat, 06 Oct 2001 21:42:03 -0600
38948              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
38949      Branch: perl
38950            + lib/CPAN/t/Nox.t
38951            ! MANIFEST
38952 ____________________________________________________________________________
38953 [ 12347] By: ams                                   on 2001/10/07  00:48:10
38954         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
38955              From: "chromatic" <chromatic@rmci.net>
38956              Date: Sat, 06 Oct 2001 18:52:10 -0600
38957              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
38958      Branch: perl
38959            + lib/sigtrap.t
38960            ! MANIFEST
38961 ____________________________________________________________________________
38962 [ 12346] By: ams                                   on 2001/10/06  23:14:01
38963         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
38964              h2xs write?)
38965              From: Nicholas Clark <nick@ccl4.org>
38966              Date: Sat, 6 Oct 2001 21:46:43 +0100
38967              Message-Id: <20011006214643.L38756@plum.flirble.org>
38968      Branch: perl
38969            ! utils/h2xs.PL
38970 ____________________________________________________________________________
38971 [ 12345] By: ams                                   on 2001/10/06  17:39:53
38972         Log: Subject: [PATCH] Memoize tests
38973              From: Nicholas Clark <nick@ccl4.org>
38974              Date: Sat, 6 Oct 2001 18:04:21 +0100
38975              Message-Id: <20011006180421.J38756@plum.flirble.org>
38976      Branch: perl
38977            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
38978            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
38979            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
38980            ! lib/Memoize/t/expire_module_n.t
38981            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
38982            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
38983            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
38984            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
38985            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
38986            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
38987 ____________________________________________________________________________
38988 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
38989         Log: Retract the latter part of #12343.
38990      Branch: perl
38991            ! ext/IO/lib/IO/Socket/INET.pm
38992 ____________________________________________________________________________
38993 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
38994         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38995              From: David Dyck <dcd@tc.fluke.com>
38996              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
38997              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
38998              
38999              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
39000              From: David Dyck <dcd@tc.fluke.com>
39001              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
39002              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
39003      Branch: perl
39004            ! ext/IO/lib/IO/Socket/INET.pm
39005 ____________________________________________________________________________
39006 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
39007         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
39008              From: Robin Barker <rmb1@cise.npl.co.uk>
39009              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
39010              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
39011      Branch: perl
39012            ! t/TEST
39013 ____________________________________________________________________________
39014 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
39015         Log: Don't assume that %x is good for displaying UVs.
39016      Branch: perl
39017            ! dump.c
39018 ____________________________________________________________________________
39019 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
39020         Log: Update Changes.
39021      Branch: perl
39022            ! Changes patchlevel.h
39023 ____________________________________________________________________________
39024 [ 12339] By: ams                                   on 2001/10/05  10:22:34
39025         Log: Subject: [PATCH] perlfunc/select
39026              From: Nicholas Clark <nick@ccl4.org>
39027              Date: Fri, 5 Oct 2001 11:33:58 +0100
39028              Message-Id: <20011005113358.Z38756@plum.flirble.org>
39029      Branch: perl
39030            ! pod/perlfunc.pod
39031 ____________________________________________________________________________
39032 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
39033         Log: Retract #12313 and #12249.
39034      Branch: perl
39035            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
39036            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
39037            ! pod/perlebcdic.pod
39038 ____________________________________________________________________________
39039 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
39040         Log: Subject: [PATCH] perlvms.pod update
39041              From: "Craig A. Berry" <craigberry@mac.com>
39042              Date: Thu, 04 Oct 2001 12:55:52 -0500
39043              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
39044      Branch: perl
39045            ! vms/perlvms.pod
39046 ____________________________________________________________________________
39047 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
39048         Log: Subject: PATCH: Tie::SubstrHash
39049              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
39050              Date: Thu, 04 Oct 2001 12:12:41 +0100
39051              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
39052      Branch: perl
39053            ! lib/Tie/SubstrHash.pm
39054 ____________________________________________________________________________
39055 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
39056         Log: Unicode properties saga continues.
39057      Branch: perl
39058            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
39059            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
39060 ____________________________________________________________________________
39061 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
39062         Log: Yet more Unicode properties.
39063      Branch: perl
39064            + lib/unicore/In/137.pl lib/unicore/In/138.pl
39065            + lib/unicore/In/139.pl lib/unicore/In/140.pl
39066            + lib/unicore/In/141.pl lib/unicore/In/142.pl
39067            + lib/unicore/In/143.pl lib/unicore/In/144.pl
39068            + lib/unicore/In/145.pl lib/unicore/In/146.pl
39069            + lib/unicore/In/147.pl lib/unicore/In/148.pl
39070            + lib/unicore/In/149.pl lib/unicore/In/150.pl
39071            + lib/unicore/In/151.pl lib/unicore/In/152.pl
39072            + lib/unicore/In/153.pl lib/unicore/In/154.pl
39073            + lib/unicore/In/155.pl lib/unicore/In/156.pl
39074            + lib/unicore/In/157.pl lib/unicore/In/158.pl
39075            + lib/unicore/In/159.pl lib/unicore/In/160.pl
39076            + lib/unicore/In/161.pl lib/unicore/In/162.pl
39077            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
39078            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
39079            ! pod/perlunicode.pod
39080 ____________________________________________________________________________
39081 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
39082         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
39083              From: "Craig A. Berry" <craigberry@mac.com>
39084              Date: Wed, 03 Oct 2001 17:45:25 -0500
39085              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
39086              
39087              (the lib/Term/Complete.t patched differently by #12332)
39088      Branch: perl
39089            ! lib/ExtUtils/Command.t
39090 ____________________________________________________________________________
39091 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
39092         Log: Restore only if something to restore.
39093      Branch: perl
39094            ! lib/Term/Complete.t
39095 ____________________________________________________________________________
39096 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
39097         Log: Update various resources for credits,
39098              minor icons fixes, and versions.
39099      Branch: maint-5.6/macperl
39100            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
39101            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
39102            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
39103 ____________________________________________________________________________
39104 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
39105         Log: Quiet the warnings about using undef value
39106      Branch: maint-5.6/macperl
39107            ! lib/File/Temp.pm
39108 ____________________________________________________________________________
39109 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
39110         Log: Fix up Ballon Help and Help menu docs (first pass);
39111              remove balloon rez file, and autogenerate with
39112              Balloon2Rez instead.
39113      Branch: maint-5.6/macperl
39114            + macos/macperl/macscripts/Balloon2Rez
39115            - macos/macperl/MPBalloons.r
39116            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
39117 ____________________________________________________________________________
39118 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
39119         Log: Allow overriding of defaults, for change #12327.
39120      Branch: maint-5.6/macperl
39121            ! perl.h
39122 ____________________________________________________________________________
39123 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
39124         Log: Override PerlProc_exit.
39125      Branch: maint-5.6/macperl
39126            ! macos/macish.h
39127 ____________________________________________________________________________
39128 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
39129         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
39130      Branch: maint-5.6/macperl
39131            + macos/bundled_lib/blib/lib/MD5.pm
39132            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
39133            + macos/lib/Mac/AETE/Dialect.pm
39134            + macos/lib/Mac/AETE/Format/Converter.pm
39135            + macos/lib/Mac/AETE/Format/Dictionary.pm
39136            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
39137            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
39138            + macos/lib/Mac/Toolbox.pod
39139            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
39140 ____________________________________________________________________________
39141 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
39142         Log: Sync up silly CVS headers ... I should commit CVS
39143              first to avoid this ...
39144      Branch: maint-5.6/macperl
39145            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
39146            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
39147            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
39148            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
39149 ____________________________________________________________________________
39150 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
39151         Log: Fix Matthias' address, and attributions.
39152      Branch: maint-5.6/macperl
39153            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
39154            ! pod/perlport.pod
39155 ____________________________________________________________________________
39156 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
39157         Log: Fix Matthias' address, and attributions.
39158      Branch: maint-5.6/macperl
39159            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
39160            ! macos/ext/Mac/Components/Components.pm
39161            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
39162            ! macos/ext/Mac/Dialogs/Dialogs.pm
39163            ! macos/ext/Mac/Events/Events.pm
39164            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
39165            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
39166            ! macos/ext/Mac/Gestalt/Gestalt.pm
39167            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
39168            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
39169            ! macos/ext/Mac/Menus/Menus.pm
39170            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
39171            ! macos/ext/Mac/Movies/Movies.pm
39172            ! macos/ext/Mac/Navigation/Navigation.pm
39173            ! macos/ext/Mac/Notification/Notification.pm
39174            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
39175            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
39176            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
39177            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
39178            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
39179            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
39180            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
39181            ! macos/ext/Mac/StandardFile/StandardFile.pm
39182            ! macos/ext/Mac/TextEdit/TextEdit.pm
39183            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
39184            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
39185            ! macos/lib/Mac/LowMem.pm
39186 ____________________________________________________________________________
39187 [ 12322] By: sky                                   on 2001/10/03  18:41:07
39188         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
39189              From: "Craig A. Berry" <craigberry@mac.com>
39190              Date: Wed, 03 Oct 2001 14:30:55 -0500
39191              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
39192      Branch: perl
39193            ! vms/vms.c
39194 ____________________________________________________________________________
39195 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
39196         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
39197              From: "Craig A. Berry" <craigberry@mac.com>
39198              Date: Wed, 03 Oct 2001 14:30:55 -0500
39199              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
39200      Branch: perl
39201            ! vms/vms.c
39202 ____________________________________________________________________________
39203 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
39204         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
39205              only IsL&) and Inherited (negative lookahead good);
39206              add tests for Common, Inherited, and L&.
39207      Branch: perl
39208            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
39209 ____________________________________________________________________________
39210 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
39211         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
39212              (The Unicode standard uses L& quite often.)
39213      Branch: perl
39214            ! lib/utf8_heavy.pl
39215 ____________________________________________________________________________
39216 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
39217         Log: Add the 'Common' Unicode property (code points not
39218              explicitly assigned to any other script).
39219      Branch: perl
39220            + lib/unicore/In/136.pl
39221            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
39222 ____________________________________________________________________________
39223 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
39224         Log: Skip the RV printing test under threads until fixed.
39225      Branch: perl
39226            ! ext/B/t/terse.t
39227 ____________________________________________________________________________
39228 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
39229         Log: Subject: 12309 / cygwin / win2k
39230              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39231              Date: Wed, 03 Oct 2001 15:25:15 +0200
39232              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
39233      Branch: perl
39234            ! makedef.pl
39235 ____________________________________________________________________________
39236 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
39237         Log: Metaconfig unit change for #12314.
39238      Branch: metaconfig
39239            ! U/modified/Head.U
39240 ____________________________________________________________________________
39241 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
39242         Log: Subject: Both cygwin and djgpp on one machine
39243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39244              Date: Wed, 03 Oct 2001 15:02:59 +0200
39245              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
39246      Branch: perl
39247            ! Configure
39248 ____________________________________________________________________________
39249 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
39250         Log: (retracted by #12338)
39251              
39252              Subject: [PATCH] Code clean up for perlboot.pod
39253              From: Casey West <casey@geeknest.com>
39254              Date: Tue, 2 Oct 2001 19:24:43 -0400
39255              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
39256              
39257              Subject: [PATCH] Code clean up for perlbot.diff
39258              From: Casey West <casey@geeknest.com>
39259              Date: Tue, 2 Oct 2001 19:25:22 -0400
39260              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
39261              
39262              Subject: [PATCH] Code clean up for perlcall.pod
39263              From: Casey West <casey@geeknest.com>
39264              Date: Tue, 2 Oct 2001 19:25:57 -0400
39265              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
39266              
39267              Subject: [PATCH] Code clean up for perldata.pod
39268              From: Casey West <casey@geeknest.com>
39269              Date: Tue, 2 Oct 2001 19:26:29 -0400
39270              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
39271              
39272              Subject: [PATCH] Code clean up for perldbmfilter.pod
39273              From: Casey West <casey@geeknest.com>
39274              Date: Tue, 2 Oct 2001 19:26:59 -0400
39275              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
39276              
39277              Subject: [PATCH] Code clean up for perlebcdic.pod
39278              From: Casey West <casey@geeknest.com>
39279              Date: Tue, 2 Oct 2001 19:27:37 -0400
39280              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
39281      Branch: perl
39282            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
39283            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
39284 ____________________________________________________________________________
39285 [ 12312] By: ams                                   on 2001/10/02  23:43:55
39286         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
39287              From: Michael G Schwern <schwern@pobox.com>
39288              Date: Tue, 2 Oct 2001 17:00:49 -0400
39289              Message-Id: <20011002170049.A9955@blackrider>
39290      Branch: perl
39291            ! lib/ExtUtils/MakeMaker.pm
39292 ____________________________________________________________________________
39293 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
39294         Log: FAQ sync.
39295      Branch: perl
39296            ! pod/perlfaq3.pod
39297 ____________________________________________________________________________
39298 [ 12310] By: nick                                  on 2001/10/02  16:09:49
39299         Log: Integrate mainline
39300      Branch: perlio
39301           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
39302           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39303           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
39304           !> patchlevel.h t/op/pat.t
39305 ____________________________________________________________________________
39306 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
39307         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
39308              not just one single space.
39309      Branch: perl
39310            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
39311 ____________________________________________________________________________
39312 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
39313         Log: AUTHORS updates.
39314      Branch: perl
39315            ! AUTHORS
39316 ____________________________________________________________________________
39317 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
39318         Log: Update Changes.
39319      Branch: perl
39320            ! Changes patchlevel.h
39321 ____________________________________________________________________________
39322 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
39323         Log: Work around old buggy glibcs for langinfo constants,
39324              from Nicholas Clark and David Dyck.
39325      Branch: perl
39326            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
39327 ____________________________________________________________________________
39328 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
39329         Log: Eradicate Time::Piece; add an example.
39330      Branch: perl
39331            ! ext/I18N/Langinfo/Langinfo.pm
39332 ____________________________________________________________________________
39333 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
39334         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
39335              From: Robert Spier <rspier@pobox.com>
39336              Date: Mon, 1 Oct 2001 23:20:16 -0700
39337              Message-ID: <15289.23712.422087.878224@rls.cx>
39338      Branch: perl
39339            ! lib/Pod/Html.pm
39340 ____________________________________________________________________________
39341 [ 12303] By: sky                                   on 2001/10/02  10:40:57
39342         Log: Fixes obscure bug that manifests itself by.
39343              local $!=0;undef*STDOUT;#segfaults
39344              Has been around for a while. Possible other magic IO vars are
39345              possibly affected as well. Reported by Jos Boumans.
39346      Branch: perl
39347            ! mg.c
39348 ____________________________________________________________________________
39349 [ 12302] By: nick                                  on 2001/10/02  09:00:52
39350         Log: Integrate mainline
39351      Branch: perlio
39352           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
39353           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
39354           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
39355 ____________________________________________________________________________
39356 [ 12301] By: nick                                  on 2001/10/02  08:40:57
39357         Log: Integrate mainline + lib/open.t patch from Chromatic
39358      Branch: perlio
39359           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
39360            ! lib/open.t
39361           !> (integrate 29 files)
39362 ____________________________________________________________________________
39363 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
39364         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
39365              Until it has, better stop early if someone requests threads.
39366      Branch: perl
39367            ! hints/darwin.sh
39368 ____________________________________________________________________________
39369 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
39370         Log: Subject: [ID 20011001.011] redundant code in t/TEST
39371              From: David Dyck <dcd@tc.fluke.com>
39372              Date: Mon, 1 Oct 2001 12:56:24 -0700
39373              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
39374      Branch: perl
39375            ! t/TEST
39376 ____________________________________________________________________________
39377 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
39378         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
39379              From: "chromatic" <chromatic@rmci.net>
39380              Date: Mon, 01 Oct 2001 12:27:12 -0600
39381              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
39382      Branch: perl
39383            ! lib/Term/Cap.t
39384 ____________________________________________________________________________
39385 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
39386         Log: UNICOS testing patches from Nicholas Clark.
39387      Branch: perl
39388            ! t/op/arith.t t/op/pack.t
39389 ____________________________________________________________________________
39390 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
39391         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
39392              From: "chromatic" <chromatic@rmci.net>
39393              Date: Mon, 01 Oct 2001 10:21:51 -0600
39394              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
39395      Branch: perl
39396            ! lib/open.t
39397 ____________________________________________________________________________
39398 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
39399         Log: Make missing the RADIXCHAR a softer, gentler error.
39400      Branch: perl
39401            ! ext/I18N/Langinfo/Langinfo.t
39402 ____________________________________________________________________________
39403 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
39404         Log: Nuke also the LANG because of glibc.
39405      Branch: perl
39406            ! lib/open.t
39407 ____________________________________________________________________________
39408 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
39409         Log: Also the ^Is is optional.
39410      Branch: perl
39411            ! pod/perlunicode.pod t/op/pat.t
39412 ____________________________________________________________________________
39413 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
39414         Log: Be careful to pull chars from the varargs stack when
39415              formatting chars.
39416      Branch: perl
39417            ! regcomp.c
39418 ____________________________________________________________________________
39419 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
39420         Log: sortsv not in place anymore, noticed by John P. Linderman.
39421      Branch: perl
39422            ! pod/perlapi.pod pp_ctl.c
39423 ____________________________________________________________________________
39424 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
39425         Log: Make the diagnostic messages more neutral.
39426      Branch: perl
39427            ! ext/B/t/terse.t
39428 ____________________________________________________________________________
39429 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
39430         Log: Forgotten from #12288.
39431      Branch: perl
39432            ! ext/Data/Dumper/Dumper.pm
39433 ____________________________________________________________________________
39434 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
39435         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
39436              From: Brian Ingerson <ingy@ttul.org>
39437              Date: Sun, 30 Sep 2001 21:45:56 -0700
39438              Message-ID: <20010930214556.D26392@ttul.org>
39439              
39440              (remember also the #12289)
39441      Branch: perl
39442            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
39443 ____________________________________________________________________________
39444 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
39445         Log: More Unicode property tests for the abbreviated
39446              general properties.
39447      Branch: perl
39448            ! t/op/pat.t
39449 ____________________________________________________________________________
39450 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
39451         Log: Further tweaks to the Unicode properties.
39452      Branch: perl
39453            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
39454 ____________________________________________________________________________
39455 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
39456         Log: Retract #12284.
39457      Branch: perl
39458            ! lib/Term/Cap.t
39459 ____________________________________________________________________________
39460 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
39461         Log: (Retracted by #12285)
39462      Branch: perl
39463            ! lib/Term/Cap.t
39464 ____________________________________________________________________________
39465 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
39466         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
39467              From: "chromatic" <chromatic@rmci.net>  
39468              Date: Sun, 30 Sep 2001 16:10:02 -0600
39469              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
39470      Branch: perl
39471            + lib/Term/Cap.t
39472            ! MANIFEST
39473 ____________________________________________________________________________
39474 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
39475         Log: Use stty -g to restore the terminal state, do not even
39476              try to run the tests if stty -g is not available.
39477      Branch: perl
39478            ! lib/Term/Complete.t
39479 ____________________________________________________________________________
39480 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
39481         Log: Cleanup utf8_heavy; allow dropping the In prefix from
39482              Unicode script/block properties.
39483      Branch: perl
39484            ! lib/utf8_heavy.pl
39485 ____________________________________________________________________________
39486 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
39487         Log: Retract the #12259 for now.
39488      Branch: perl
39489            ! embed.h embed.pl sv.h
39490 ____________________________________________________________________________
39491 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
39492         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
39493      Branch: perl
39494            + lib/Text/TabsWrap/CHANGELOG
39495            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
39496 ____________________________________________________________________________
39497 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
39498         Log: #12272 wasn't right, it introduced an extra ().
39499      Branch: perl
39500            ! lib/utf8_heavy.pl
39501 ____________________________________________________________________________
39502 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
39503         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
39504              From: Jonathan Stowe <gellyfish@gellyfish.com>
39505              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
39506              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
39507      Branch: perl
39508            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
39509 ____________________________________________________________________________
39510 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
39511         Log: Subject: Patch to put qsortsv in the public API
39512              From: Brian Ingerson <ingy@ttul.org>
39513              Date: Sat, 29 Sep 2001 17:41:13 -0700
39514              Message-ID: <20010929174113.A30223@ttul.org>
39515      Branch: perl
39516            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
39517 ____________________________________________________________________________
39518 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
39519         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
39520              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39521              Date: Sat, 29 Sep 2001 23:54:48 +0200
39522              Message-ID: <20010929235448.A5017@rafael>
39523      Branch: perl
39524            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
39525 ____________________________________________________________________________
39526 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
39527         Log: FAQ sync.
39528      Branch: perl
39529            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39530            ! pod/perlfaq9.pod
39531 ____________________________________________________________________________
39532 [ 12273] By: bailey                                on 2001/09/29  23:43:46
39533         Log: Resync with mainline
39534      Branch: vmsperl
39535           +> (branch 1207 files)
39536            - (delete 324 files)
39537           !> (integrate 866 files)
39538 ____________________________________________________________________________
39539 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
39540         Log: Nasty recursion trap if one would match Unicode.
39541      Branch: perl
39542            ! lib/utf8_heavy.pl
39543 ____________________________________________________________________________
39544 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
39545         Log: More Unicode todo.
39546      Branch: perl
39547            ! pod/perltodo.pod
39548 ____________________________________________________________________________
39549 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
39550         Log: Explain a bit the new more flexible \p\P syntax.
39551      Branch: perl
39552            ! pod/perlunicode.pod
39553 ____________________________________________________________________________
39554 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
39555         Log: More leniency to the \p and \P: now can have whitespace
39556              between the property definition and the curlies; now can
39557              invert the property by having a caret between the open
39558              curly and the property.
39559      Branch: perl
39560            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
39561 ____________________________________________________________________________
39562 [ 12268] By: nick                                  on 2001/09/29  17:39:26
39563         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
39564              one test (lib/open.t) fails
39565      Branch: perlio
39566           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39567           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39568           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
39569           +> lib/Tie/Scalar.t lib/open.t
39570            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
39571            - ext/B/Stash.t
39572           !> (integrate 62 files)
39573 ____________________________________________________________________________
39574 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
39575         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
39576      Branch: perl
39577            ! t/op/chdir.t
39578 ____________________________________________________________________________
39579 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
39580         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
39581              From: "Craig A. Berry" <craigberry@mac.com> 
39582              Date: Sat, 29 Sep 2001 09:35:33 -0500
39583              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
39584      Branch: perl
39585            ! t/op/chdir.t
39586 ____________________________________________________________________________
39587 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
39588         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
39589              From: "chromatic" <chromatic@rmci.net>
39590              Date: Fri, 28 Sep 2001 21:20:12 -0600
39591              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
39592      Branch: perl
39593            + lib/Tie/Scalar.t
39594            ! MANIFEST lib/Tie/Scalar.pm
39595 ____________________________________________________________________________
39596 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
39597         Log: Allow for more flexibility in the \p{In...} names, now
39598              case doesn't matter, and any space or dash can be
39599              matched by any space, dash, underbar, or empty.
39600              (may be going too far on leniency)
39601      Branch: perl
39602            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
39603            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
39604            ! t/op/pat.t
39605 ____________________________________________________________________________
39606 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
39607         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
39608              From: "chromatic" <chromatic@rmci.net>
39609              Date: Fri, 28 Sep 2001 17:39:50 -0600
39610              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
39611      Branch: perl
39612            + lib/open.t
39613            ! MANIFEST
39614 ____________________________________________________________________________
39615 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
39616         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
39617              From: "Craig A. Berry" <craigberry@mac.com>
39618              Date: Fri, 28 Sep 2001 16:24:51 -0500
39619              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
39620      Branch: perl
39621            ! ext/File/Glob/t/basic.t
39622 ____________________________________________________________________________
39623 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
39624         Log: Subject: [DOC PATCH] Carp.pm pod typo
39625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39626              Date: Fri, 28 Sep 2001 23:14:51 +0200
39627              Message-ID: <20010928231451.E16889@rafael>
39628      Branch: perl
39629            ! lib/Carp.pm
39630 ____________________________________________________________________________
39631 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
39632         Log: Subject: [PATCH] Allow an @INC hook to set %INC
39633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39634              Date: Fri, 28 Sep 2001 22:18:13 +0200
39635              Message-ID: <20010928221813.A16889@rafael>
39636      Branch: perl
39637            ! pp_ctl.c
39638 ____________________________________________________________________________
39639 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
39640         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
39641              From: Nicholas Clark <nick@ccl4.org>
39642              Date: Fri, 28 Sep 2001 23:39:33 +0100
39643              Message-ID: <20010928233933.C23673@plum.flirble.org>
39644      Branch: perl
39645            ! embed.h embed.pl sv.h
39646 ____________________________________________________________________________
39647 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
39648         Log: Update Changes.
39649      Branch: perl
39650            ! Changes patchlevel.h
39651 ____________________________________________________________________________
39652 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
39653         Log: Move the B tests to B/t.
39654      Branch: perl
39655            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39656            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39657            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
39658            - ext/B/Showlex.t ext/B/Stash.t
39659            ! MANIFEST
39660 ____________________________________________________________________________
39661 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
39662         Log: Forgot from #12254.
39663      Branch: perl
39664            + ext/B/B/Terse.t
39665 ____________________________________________________________________________
39666 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
39667         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
39668              From: "chromatic" <chromatic@rmci.net>
39669              Date: Thu, 27 Sep 2001 23:22:17 -0600
39670              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
39671      Branch: perl
39672            ! MANIFEST
39673 ____________________________________________________________________________
39674 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
39675         Log: Test numbering mismatch.
39676      Branch: perl
39677            ! t/op/chdir.t
39678 ____________________________________________________________________________
39679 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
39680         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
39681              From: "Craig A. Berry" <craigberry@mac.com>
39682              Date: Wed, 26 Sep 2001 17:43:14 -0500
39683              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
39684      Branch: perl
39685            ! iperlsys.h t/op/chdir.t
39686 ____________________________________________________________________________
39687 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
39688         Log: Subject: [PATCH gv.c] make __ANON__ global
39689              From: Robin Barker <rmb1@cise.npl.co.uk>
39690              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
39691              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
39692      Branch: perl
39693            ! gv.c t/op/anonsub.t t/op/runlevel.t
39694 ____________________________________________________________________________
39695 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
39696         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
39697              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39698              Date: Thu, 27 Sep 2001 22:34:32 +0200
39699              Message-ID: <20010927223432.A1485@rafael>
39700      Branch: perl
39701            ! ext/B/B/Terse.pm
39702 ____________________________________________________________________________
39703 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
39704         Log: (retracted by #12338)
39705              
39706              Subject: [PATCH] Cleanup of perldsc.pod      
39707              From: Casey West <casey@geeknest.com>
39708              Date: Thu, 27 Sep 2001 11:13:17 -0400
39709              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
39710      Branch: perl
39711            ! pod/perldsc.pod
39712 ____________________________________________________________________________
39713 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
39714         Log: Not everyone is using ithreads...
39715      Branch: perl
39716            ! ext/Devel/Peek/Peek.t
39717 ____________________________________________________________________________
39718 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
39719         Log: Document the nss_delete core dump workaround for HP-UX
39720              and Solaris, bug IDs 20010805.018 and 20010629.004.
39721      Branch: perl
39722            ! README.hpux README.solaris
39723 ____________________________________________________________________________
39724 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
39725         Log: Dump Unicode hash keys also as Unicode,
39726              not just as a byte string.
39727      Branch: perl
39728            ! dump.c ext/Devel/Peek/Peek.t
39729 ____________________________________________________________________________
39730 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
39731         Log: Integrate changes #12241 and #12242 from macperl:
39732              
39733              Remove unneeded disabling of umask() calls
39734              
39735              Note (get|set)sockopt are available.
39736      Branch: perl
39737           !> lib/File/Temp.pm pod/perlport.pod
39738 ____________________________________________________________________________
39739 [ 12244] By: sky                                   on 2001/09/27  08:53:00
39740         Log: Flush buffers on thread closedown.
39741      Branch: perl
39742            ! ext/threads/threads.xs
39743 ____________________________________________________________________________
39744 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
39745         Log: Dump SvUTF8(sv)s also as \x{...}.
39746              
39747              TODO: dump the SvUTF8() hash keys similarly. 
39748      Branch: perl
39749            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
39750 ____________________________________________________________________________
39751 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
39752         Log: Note (get|set)sockopt are available.
39753      Branch: maint-5.6/macperl
39754            ! pod/perlport.pod
39755 ____________________________________________________________________________
39756 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
39757         Log: Remove unneeded disabling of umask() calls
39758      Branch: maint-5.6/macperl
39759            ! lib/File/Temp.pm
39760 ____________________________________________________________________________
39761 [ 12240] By: sky                                   on 2001/09/26  18:44:56
39762         Log: Documention update
39763      Branch: perl
39764            ! ext/threads/threads.pm
39765 ____________________________________________________________________________
39766 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
39767         Log: Update Changes.
39768      Branch: perl
39769            ! Changes patchlevel.h
39770 ____________________________________________________________________________
39771 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
39772         Log: Check that all environment variables are tainted.
39773      Branch: perl
39774            ! t/op/taint.t
39775 ____________________________________________________________________________
39776 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
39777         Log: Manual integration error in #12235.
39778      Branch: perl
39779            ! lib/File/DosGlob.t
39780 ____________________________________________________________________________
39781 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
39782         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
39783              From: "chromatic" <chromatic@rmci.net>
39784              Date: Tue, 25 Sep 2001 23:57:07 -0600
39785              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
39786      Branch: perl
39787            ! perlio.c
39788 ____________________________________________________________________________
39789 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
39790         Log: Integrate macperl changes from Chris Nandor:
39791              12192 11817 11815 11813 11778 11775
39792              
39793              Update CPAN.pm to work with new Mac::BuildTools instead
39794              of ExtUtils::MM_MacOS "orphan" functions
39795              
39796              Fix test
39797              
39798              Make syntax check report in MPW style, fix tests
39799              to use Mac::err=unix to get normal-style error
39800              messages.
39801              
39802              More module and test ports from Thomas Wegner et al
39803              
39804              Fix open of /dev/null for Mac OS
39805              
39806              Allow for platforms to override formatting of errors
39807              on output from Matthias Neeracher (core files)
39808      Branch: perl
39809            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
39810            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
39811            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
39812           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
39813           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
39814           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
39815 ____________________________________________________________________________
39816 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
39817         Log: grrr.
39818      Branch: perl
39819            ! t/op/gv.t
39820 ____________________________________________________________________________
39821 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
39822         Log: Retract #12232.
39823      Branch: perl
39824            ! t/op/gv.t
39825 ____________________________________________________________________________
39826 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
39827         Log: (Retracted by #12233.)
39828      Branch: perl
39829            ! t/op/gv.t
39830 ____________________________________________________________________________
39831 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
39832         Log: Detypo.
39833      Branch: perl
39834            ! ext/Encode/Makefile.PL
39835 ____________________________________________________________________________
39836 [ 12230] By: sky                                   on 2001/09/26  11:36:23
39837         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
39838              We are using a "delay" here because we do not want to depend on thread synchronization issues.
39839      Branch: perl
39840            + ext/threads/t/stress_cv.t
39841            ! MANIFEST ext/threads/t/stress_string.t
39842 ____________________________________________________________________________
39843 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
39844         Log: NetWare tweak from Ananth Kesari.
39845      Branch: perl
39846            ! NetWare/t/Readme.txt
39847 ____________________________________________________________________________
39848 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
39849         Log: Trick to fool case-blind filesystems.
39850      Branch: perl
39851            ! ext/Encode/Makefile.PL
39852 ____________________________________________________________________________
39853 [ 12227] By: sky                                   on 2001/09/26  11:06:50
39854         Log: Threads can start executing in a different order than they were
39855              created.... so we cannot ok() inside the threadstarter.
39856      Branch: perl
39857            ! ext/threads/t/stress_string.t
39858 ____________________________________________________________________________
39859 [ 12226] By: sky                                   on 2001/09/26  07:41:45
39860         Log: Add in stress_string.t to stress test threads a bit more.
39861      Branch: perl
39862            + ext/threads/t/stress_string.t
39863            ! MANIFEST
39864 ____________________________________________________________________________
39865 [ 12225] By: sky                                   on 2001/09/26  07:04:21
39866         Log: Fix negative refcount introduced by #12223.
39867      Branch: perl
39868            ! ext/threads/threads.xs
39869 ____________________________________________________________________________
39870 [ 12224] By: sky                                   on 2001/09/26  06:57:58
39871         Log: Update documentation to match change #12223
39872      Branch: perl
39873            ! sharedsv.c
39874 ____________________________________________________________________________
39875 [ 12223] By: sky                                   on 2001/09/26  06:54:32
39876         Log: Use a separate interpreter for the sharedsv space. Another
39877              negative sv leak. Sigh.
39878      Branch: perl
39879            ! sharedsv.c
39880 ____________________________________________________________________________
39881 [ 12222] By: sky                                   on 2001/09/26  05:58:35
39882         Log: Do the environ assignment in perl_contruct to match perl_destruct.
39883              Now we don't need to perl_parse/perl_run. However environ is a
39884              global....
39885      Branch: perl
39886            ! perl.c
39887 ____________________________________________________________________________
39888 [ 12221] By: sky                                   on 2001/09/26  05:41:02
39889         Log: Move the creation of PL_strtab to perl_construct so we can work
39890              with HV and HEs without running perl_parse.
39891      Branch: perl
39892            ! perl.c
39893 ____________________________________________________________________________
39894 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
39895         Log: integrate macperl changes into maint-5.6
39896      Branch: maint-5.6/perl
39897           !> (integrate 26 files)
39898 ____________________________________________________________________________
39899 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
39900         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
39901              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
39902      Branch: maint-5.6/macperl
39903            ! macos/ext/Mac/Fonts/Fonts.xs
39904            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
39905 ____________________________________________________________________________
39906 [ 12218] By: ams                                   on 2001/09/25  23:31:33
39907         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39908              From: Nicholas Clark <nick@ccl4.org>
39909              Date: Wed, 26 Sep 2001 01:20:20 +0100
39910              Message-Id: <20010926012020.B48092@plum.flirble.org>
39911      Branch: perl
39912            ! lib/AutoSplit.t
39913 ____________________________________________________________________________
39914 [ 12217] By: ams                                   on 2001/09/25  22:33:05
39915         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
39916              From: "Craig A. Berry" <craigberry@mac.com>
39917              Date: Tue, 25 Sep 2001 18:08:42 -0500
39918              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
39919      Branch: perl
39920            ! vms/vms.c
39921 ____________________________________________________________________________
39922 [ 12216] By: ams                                   on 2001/09/25  21:41:01
39923         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
39924              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
39925              From: Michael G Schwern <schwern@pobox.com>
39926              Date: Wed, 26 Sep 2001 00:38:21 -0400
39927              Message-Id: <20010926003821.A627@blackrider>
39928      Branch: perl
39929            ! lib/AutoSplit.t
39930 ____________________________________________________________________________
39931 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
39932         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
39933              From: Michael G Schwern <schwern@pobox.com>
39934              Date: Tue, 25 Sep 2001 17:43:49 -0400
39935              Message-ID: <20010925174349.B19534@blackrider>
39936      Branch: perl
39937            ! lib/Test/Simple.pm lib/Test/Utils.pm
39938 ____________________________________________________________________________
39939 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
39940         Log: Integrate changes from bleadperl.
39941      Branch: maint-5.6/macperl
39942           !> pod/perlport.pod
39943 ____________________________________________________________________________
39944 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
39945         Log: skip($mess) should result in one skip.
39946      Branch: perl
39947            ! t/test.pl
39948 ____________________________________________________________________________
39949 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
39950         Log: Integrate change #12200 from maintperl.
39951      Branch: maint-5.6/macperl
39952           !> win32/perlhost.h
39953 ____________________________________________________________________________
39954 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
39955         Log: Fix file types to "apple"
39956      Branch: maint-5.6/macperl
39957            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
39958            ! macos/ext/Mac/SAT/t/Collision.rsrc
39959 ____________________________________________________________________________
39960 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
39961         Log: Fix rsrc file as snd file; fix path in t file.
39962      Branch: maint-5.6/macperl
39963            ! macos/ext/Mac/Notification/t/Notification.rsrc
39964            ! macos/ext/Mac/Notification/t/Notification.t
39965 ____________________________________________________________________________
39966 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
39967         Log: Sync up with File::Find from bleadperl.
39968      Branch: maint-5.6/macperl
39969            ! lib/File/Find.pm t/lib/filefind-taint.t
39970 ____________________________________________________________________________
39971 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
39972         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
39973              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
39974              of hundreds)
39975      Branch: maint-5.6/macperl
39976            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
39977            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
39978            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
39979 ____________________________________________________________________________
39980 [ 12207] By: nick                                  on 2001/09/25  19:04:36
39981         Log: Integrate mainline (untested while modem is up)
39982      Branch: perlio
39983           +> lib/AutoSplit.t t/test.pl
39984            - lib/warnings/register.t
39985           !> (integrate 28 files)
39986 ____________________________________________________________________________
39987 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
39988         Log: perldiag entry for #12205.
39989      Branch: perl
39990            ! pod/perldiag.pod
39991 ____________________________________________________________________________
39992 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
39993         Log: Subject: [PATCH] warning on v-string in use/require
39994              From: John Peacock <jpeacock@rowman.com>
39995              Date: Mon, 24 Sep 2001 17:29:03 -0400
39996              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
39997      Branch: perl
39998            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
39999 ____________________________________________________________________________
40000 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
40001         Log: perltooc et al updates.
40002      Branch: perl
40003            ! plan9/mkfile pod/roffitall
40004 ____________________________________________________________________________
40005 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
40006         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
40007              From: Michael G Schwern <schwern@pobox.com>
40008              Date: Sun, 23 Sep 2001 00:07:12 -0400
40009              Message-ID: <20010923000712.A7005@blackrider>
40010      Branch: perl
40011            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
40012 ____________________________________________________________________________
40013 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
40014         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
40015              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40016              Date: Wed, 26 Sep 2001 01:25:10 +0900
40017              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
40018      Branch: perl
40019            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
40020            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
40021            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
40022 ____________________________________________________________________________
40023 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
40024         Log: Integrate change #12200 from maintperl;
40025              on windows, virtualized environment could propagate deleted variables
40026              into children if they happen to be at the very end of the table
40027      Branch: perl
40028           !> win32/perlhost.h
40029 ____________________________________________________________________________
40030 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
40031         Log: on windows, virtualized environment could propagate deleted variables
40032              into children if they happen to be at the very end of the table
40033              (thanks for succinct test case from Johan Holmberg, and fix from
40034              Doug Lankshear)
40035      Branch: maint-5.6/perl
40036            ! win32/perlhost.h
40037 ____________________________________________________________________________
40038 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
40039         Log: avoid the use of ftime() (it does a useless, potentially
40040              expensive call to GetTimeZoneInformation()); this potentially
40041              also results in three more digits of precision from
40042              Time::HiRes::time()
40043      Branch: perl
40044            ! ext/Time/HiRes/HiRes.xs
40045 ____________________________________________________________________________
40046 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
40047         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
40048              
40049              Note: io/binmode is failing, have to figure out why.
40050      Branch: perl
40051            + t/test.pl
40052            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
40053            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
40054            ! t/run/exit.t
40055 ____________________________________________________________________________
40056 [ 12197] By: ams                                   on 2001/09/25  13:48:55
40057         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
40058              From: Nicholas Clark <nick@ccl4.org>
40059              Date: Tue, 25 Sep 2001 00:37:40 +0100
40060              Message-Id: <20010925003740.S4971@plum.flirble.org>
40061              (Further changes expected.)
40062      Branch: perl
40063            + lib/AutoSplit.t
40064            ! MANIFEST
40065 ____________________________________________________________________________
40066 [ 12196] By: sky                                   on 2001/09/25  13:37:12
40067         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
40068              _ftime to try and be more robust.
40069      Branch: perl
40070            ! ext/Time/HiRes/HiRes.xs
40071 ____________________________________________________________________________
40072 [ 12194] By: ams                                   on 2001/09/25  11:40:00
40073         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
40074              From: "Craig A. Berry" <craigberry@mac.com>
40075              Date: Mon, 24 Sep 2001 17:54:20 -0500
40076              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
40077      Branch: perl
40078            ! vms/descrip_mms.template
40079 ____________________________________________________________________________
40080 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
40081         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
40082              not working, cursor not spinning (Bug #422129); external
40083              editor problems (Bug #456329); escape/cmd-. not activating
40084              "Cancel" in Save dialog box (Bug #446960); Runtimes not
40085              executing on launch (Bug #464441).
40086      Branch: maint-5.6/macperl
40087            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
40088            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
40089            ! macos/macperl/MacPerl.r
40090 ____________________________________________________________________________
40091 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
40092         Log: Update CPAN.pm to work with new Mac::BuildTools instead
40093              of ExtUtils::MM_MacOS "orphan" functions
40094      Branch: maint-5.6/macperl
40095            ! lib/CPAN.pm
40096 ____________________________________________________________________________
40097 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
40098         Log: Fix up another xsubpp problem (Matthias Neeracher)
40099      Branch: maint-5.6/macperl
40100            ! macos/xsubpp
40101 ____________________________________________________________________________
40102 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
40103         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
40104      Branch: maint-5.6/macperl
40105            ! macos/lib/ExtUtils/MM_MacOS.pm
40106 ____________________________________________________________________________
40107 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
40108         Log: Fix up Makefiles for more Mac:: modules (and prepare for
40109              static build ...?)
40110      Branch: maint-5.6/macperl
40111            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
40112            ! macos/macperl/Makefile.mk
40113 ____________________________________________________________________________
40114 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
40115         Log: Fix up tests
40116      Branch: maint-5.6/macperl
40117            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
40118 ____________________________________________________________________________
40119 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
40120         Log: Make malloc smarter, fix bugs.  (Bug #404030)
40121      Branch: maint-5.6/macperl
40122            ! macos/icemalloc.c macos/icemalloc.h
40123 ____________________________________________________________________________
40124 [ 12186] By: nick                                  on 2001/09/24  19:18:17
40125         Log: Integrate mainline
40126      Branch: perlio
40127           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
40128           +> lib/filetest.t
40129           !> (integrate 30 files)
40130 ____________________________________________________________________________
40131 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
40132         Log: Retract #12136, the warnings::register is already
40133              tested by t/lib/warnings/9enabled, as pointed out
40134              by Paul Marquess.
40135      Branch: perl
40136            - lib/warnings/register.t
40137            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
40138 ____________________________________________________________________________
40139 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
40140         Log: fix Time::HiRes implementation of gettimeofday() on windows
40141              (HiRes.t#14 now passes)
40142      Branch: perl
40143            ! ext/Time/HiRes/HiRes.xs
40144 ____________________________________________________________________________
40145 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
40146         Log: File::Spec::catfile() canonifies everything to blackslashes on
40147              windows :-(
40148      Branch: perl
40149            ! lib/ExtUtils/Manifest.t
40150 ____________________________________________________________________________
40151 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
40152         Log: test number mismatch
40153      Branch: perl
40154            ! t/op/magic.t
40155 ____________________________________________________________________________
40156 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
40157         Log: ok().
40158      Branch: perl
40159            ! t/op/pack.t
40160 ____________________________________________________________________________
40161 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
40162         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
40163              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40164      Branch: perl
40165            ! pp_pack.c t/op/pack.t
40166 ____________________________________________________________________________
40167 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
40168         Log: Update Changes.
40169      Branch: perl
40170            ! Changes patchlevel.h
40171 ____________________________________________________________________________
40172 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
40173         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
40174              From: Michael G Schwern <schwern@pobox.com>
40175              Date: Mon, 24 Sep 2001 11:12:13 -0400
40176              Message-ID: <20010924111213.G27885@blackrider>
40177      Branch: perl
40178            ! lib/ExtUtils/Manifest.pm
40179 ____________________________________________________________________________
40180 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
40181         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
40182              From: Michael G Schwern <schwern@pobox.com> 
40183              Date: Mon, 24 Sep 2001 11:02:07 -0400
40184              Message-ID: <20010924110207.E27885@blackrider>
40185      Branch: perl
40186            ! vms/test.com
40187 ____________________________________________________________________________
40188 [ 12176] By: ams                                   on 2001/09/24  14:01:59
40189         Log: Update Changes.
40190      Branch: perl
40191            ! Changes
40192 ____________________________________________________________________________
40193 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
40194         Log: Various cleanups.
40195      Branch: perl
40196            ! ext/threads/Makefile.PL ext/threads/threads.xs
40197 ____________________________________________________________________________
40198 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
40199         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
40200      Branch: maint-5.6/macperl
40201           !> (integrate 33 files)
40202 ____________________________________________________________________________
40203 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
40204         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
40205              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40206              Date: Mon, 24 Sep 2001 20:04:58 +0900
40207              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
40208      Branch: perl
40209            ! ext/Encode/Encode/gb2312.enc
40210 ____________________________________________________________________________
40211 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
40212         Log: Clarifying comment to #12164.
40213      Branch: perl
40214            ! lib/Cwd.pm
40215 ____________________________________________________________________________
40216 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
40217         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
40218              From: Nicholas Clark <nick@ccl4.org>
40219              Date: Sun, 23 Sep 2001 23:00:56 +0100
40220              Message-ID: <20010923230055.Y4971@plum.flirble.org>
40221              
40222              (with "sample_constants" changed to "fallback")
40223      Branch: perl
40224            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
40225            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
40226            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
40227            ! lib/h2xs.t utils/h2xs.PL
40228 ____________________________________________________________________________
40229 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
40230         Log: Metaconfig unit change for #12167.
40231      Branch: metaconfig
40232            ! U/modified/Cppsym.U
40233 ____________________________________________________________________________
40234 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
40235         Log: Add a few glibc cpp symbols to probe for.
40236      Branch: perl
40237            ! Configure
40238 ____________________________________________________________________________
40239 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
40240         Log: DJGPP tweaks for Laszlo Molnar.
40241      Branch: perl
40242            ! djgpp/djgppsed.sh dosish.h
40243 ____________________________________________________________________________
40244 [ 12165] By: ams                                   on 2001/09/24  10:07:08
40245         Log: Subject: [PATCH t/op/inccode.t] More tests
40246              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40247              Date: 24 Sep 2001 10:01:44 -0000
40248              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
40249      Branch: perl
40250            ! t/op/inccode.t
40251 ____________________________________________________________________________
40252 [ 12164] By: ams                                   on 2001/09/24  09:43:29
40253         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
40254              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
40255              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
40256              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
40257      Branch: perl
40258            ! lib/Cwd.pm
40259 ____________________________________________________________________________
40260 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
40261         Log: 1_compile updates.
40262      Branch: perl
40263            ! t/lib/1_compile.t
40264 ____________________________________________________________________________
40265 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
40266         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
40267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40268              Date: Wed, 19 Sep 2001 22:47:14 +0200
40269              Message-ID: <20010919224714.A6382@rafael>
40270      Branch: perl
40271            ! pod/perlvar.pod pp_ctl.c
40272 ____________________________________________________________________________
40273 [ 12161] By: ams                                   on 2001/09/23  17:40:02
40274         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
40275              filetest Pragma
40276              From: "chromatic" <chromatic@rmci.net>
40277              Date: Sun, 23 Sep 2001 12:07:25 -0600
40278              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
40279      Branch: perl
40280            + lib/filetest.t
40281            ! MANIFEST t/lib/1_compile.t
40282 ____________________________________________________________________________
40283 [ 12160] By: ams                                   on 2001/09/23  16:32:11
40284         Log: Additional minor chdir() tweak.
40285      Branch: perl
40286            ! pod/perlfunc.pod
40287 ____________________________________________________________________________
40288 [ 12159] By: ams                                   on 2001/09/23  16:25:01
40289         Log: Subject: PATCH lib/ExtUtils/Command.t
40290              From: Abe Timmerman <abe@ztreet.demon.nl>
40291              Date: Sun, 23 Sep 2001 19:11:44 +0200
40292              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
40293      Branch: perl
40294            ! lib/ExtUtils/Command.t
40295 ____________________________________________________________________________
40296 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
40297         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
40298              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
40299              Date: Sun, 23 Sep 2001 02:02:26 +0200
40300              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
40301      Branch: perl
40302            ! makedef.pl
40303 ____________________________________________________________________________
40304 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
40305         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
40306              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
40307              Date: Sat, 22 Sep 2001 12:54:39 -0500
40308              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
40309      Branch: perl
40310            ! t/op/study.t
40311 ____________________________________________________________________________
40312 [ 12156] By: nick                                  on 2001/09/23  07:48:44
40313         Log: Integrate mainline
40314      Branch: perlio
40315            - check83.pl
40316           !> ext/Encode/Encode/2022-cn.enc
40317 ____________________________________________________________________________
40318 [ 12155] By: nick                                  on 2001/09/23  07:48:01
40319         Log: Integrate mainline
40320      Branch: perlio
40321           +> (branch 64 files)
40322            - ext/Encode/Encode/cns11643-1.enc
40323            - ext/Encode/Encode/cns11643-2.enc
40324            - ext/Encode/Encode/iso2022-cn.enc
40325            - ext/Encode/Encode/iso2022-jp.enc
40326            - ext/Encode/Encode/iso2022-jp1.enc
40327            - ext/Encode/Encode/iso2022-jp2.enc
40328            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40329            - ext/Encode/Encode/iso8859-1.enc
40330            - ext/Encode/Encode/iso8859-1.ucm
40331            - ext/Encode/Encode/iso8859-10.enc
40332            - ext/Encode/Encode/iso8859-10.ucm
40333            - ext/Encode/Encode/iso8859-13.enc
40334            - ext/Encode/Encode/iso8859-13.ucm
40335            - ext/Encode/Encode/iso8859-14.enc
40336            - ext/Encode/Encode/iso8859-14.ucm
40337            - ext/Encode/Encode/iso8859-15.enc
40338            - ext/Encode/Encode/iso8859-15.ucm
40339            - ext/Encode/Encode/iso8859-16.enc
40340            - ext/Encode/Encode/iso8859-16.ucm
40341            - ext/Encode/Encode/iso8859-2.enc
40342            - ext/Encode/Encode/iso8859-2.ucm
40343            - ext/Encode/Encode/iso8859-3.enc
40344            - ext/Encode/Encode/iso8859-3.ucm
40345            - ext/Encode/Encode/iso8859-4.enc
40346            - ext/Encode/Encode/iso8859-4.ucm
40347            - ext/Encode/Encode/iso8859-5.enc
40348            - ext/Encode/Encode/iso8859-5.ucm
40349            - ext/Encode/Encode/iso8859-6.enc
40350            - ext/Encode/Encode/iso8859-6.ucm
40351            - ext/Encode/Encode/iso8859-7.enc
40352            - ext/Encode/Encode/iso8859-7.ucm
40353            - ext/Encode/Encode/iso8859-8.enc
40354            - ext/Encode/Encode/iso8859-8.ucm
40355            - ext/Encode/Encode/iso8859-9.enc
40356            - ext/Encode/Encode/iso8859-9.ucm
40357            - ext/Encode/Encode/isoir-197.enc
40358            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
40359            - t/lib/sample-tests/header_at_end
40360            - t/lib/sample-tests/header_at_end_fail
40361           !> (integrate 174 files)
40362 ____________________________________________________________________________
40363 [ 12154] By: ams                                   on 2001/09/23  07:11:46
40364         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
40365              by Blair Zajac.
40366      Branch: perl
40367            ! pod/perlfunc.pod
40368 ____________________________________________________________________________
40369 [ 12153] By: ams                                   on 2001/09/23  06:56:32
40370         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
40371              Forgotten deprecation of *glob{FILEHANDLE}?
40372              From: "chromatic" <chromatic@rmci.net>
40373              Date: Sat, 22 Sep 2001 21:27:56 -0600
40374              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
40375      Branch: perl
40376            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
40377 ____________________________________________________________________________
40378 [ 12152] By: ams                                   on 2001/09/23  06:42:58
40379         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
40380              From: Michael G Schwern <schwern@pobox.com>
40381              Date: Sun, 23 Sep 2001 03:34:39 -0400
40382              Message-Id: <20010923033439.E7005@blackrider>
40383      Branch: perl
40384            ! lib/File/Find.pm
40385 ____________________________________________________________________________
40386 [ 12151] By: ams                                   on 2001/09/23  06:37:57
40387         Log: Subject: Re: t/op/magic.t missing tests on Win32
40388              From: Michael G Schwern <schwern@pobox.com>
40389              Date: Sat, 22 Sep 2001 20:29:09 -0400
40390              Message-Id: <20010922202909.I18223@blackrider>
40391      Branch: perl
40392            ! t/op/magic.t
40393 ____________________________________________________________________________
40394 [ 12150] By: ams                                   on 2001/09/23  06:36:26
40395         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
40396              Dumpvalue.pm
40397              From: "chromatic" <chromatic@rmci.net>
40398              Date: Sat, 22 Sep 2001 19:41:31 -0600
40399              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
40400      Branch: perl
40401            + lib/Dumpvalue.t
40402            ! MANIFEST lib/Dumpvalue.pm
40403 ____________________________________________________________________________
40404 [ 12149] By: ams                                   on 2001/09/23  06:25:35
40405         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
40406              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40407              Date: Sun, 23 Sep 2001 15:27:56 +0900
40408              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
40409      Branch: perl
40410            ! ext/Encode/Encode/2022-cn.enc
40411 ____________________________________________________________________________
40412 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
40413         Log: Manual eror in #12147.
40414      Branch: perl
40415            ! win32/win32.c
40416 ____________________________________________________________________________
40417 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
40418         Log: Integrate change #12146 from maintperl;
40419              win32_chdir() et al don't handle a NULL argument gracefully
40420      Branch: perl
40421           !> win32/perlhost.h win32/win32.c
40422 ____________________________________________________________________________
40423 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
40424         Log: win32_chdir() et al don't handle a NULL argument gracefully
40425      Branch: maint-5.6/perl
40426            ! win32/perlhost.h win32/win32.c
40427 ____________________________________________________________________________
40428 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
40429         Log: typo in change#12026
40430      Branch: maint-5.6/perl
40431            ! op.c
40432 ____________________________________________________________________________
40433 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
40434         Log: Subject: [PATCH] Re: scalar context unpack bugs
40435              From: Nicholas Clark <nick@ccl4.org>
40436              Date: Sat, 22 Sep 2001 23:07:56 +0100
40437              Message-ID: <20010922230755.O4971@plum.flirble.org>
40438      Branch: perl
40439            ! pp_pack.c t/op/pack.t
40440 ____________________________________________________________________________
40441 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
40442         Log: Try ExtUtils::Command.t everywhere, not just on Win32
40443              (as suggested by NI-S).  Also allow running it either
40444              in t/ or in the main directory.
40445      Branch: perl
40446            ! lib/ExtUtils/Command.t
40447 ____________________________________________________________________________
40448 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
40449         Log: Update the test on warnings/register.t.
40450      Branch: perl
40451            ! t/lib/1_compile.t
40452 ____________________________________________________________________________
40453 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
40454         Log: The code is now almost tidy enough to keep the IRIX cc happy.
40455      Branch: perl
40456            ! hints/irix_6.sh
40457 ____________________________________________________________________________
40458 [ 12140] By: ams                                   on 2001/09/22  17:26:32
40459         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
40460              use_ithreads
40461              From: "Craig A. Berry" <craigberry@mac.com>
40462              Date: Sat, 22 Sep 2001 13:15:32 -0500
40463              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
40464      Branch: perl
40465            ! configure.com
40466 ____________________________________________________________________________
40467 [ 12139] By: ams                                   on 2001/09/22  16:44:08
40468         Log: Do what perl_clone() does for sharedsv functions.
40469      Branch: perl
40470            ! embed.pl proto.h
40471 ____________________________________________________________________________
40472 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
40473         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
40474              (suggested by Sarathy, extensions shouldn't be dabbling with
40475              op structures, so binary backward compatibility should not be
40476              an issue.)
40477      Branch: perl
40478            ! hints/irix_6.sh op.h
40479 ____________________________________________________________________________
40480 [ 12137] By: ams                                   on 2001/09/22  16:21:05
40481         Log: More cleanups. (What's PERL_DECL_PROT?)
40482      Branch: perl
40483            ! embed.pl proto.h sharedsv.h
40484 ____________________________________________________________________________
40485 [ 12136] By: ams                                   on 2001/09/22  15:14:34
40486         Log: (Retracted by #12185)
40487              
40488              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
40489              Add Tests for warnings::register, Doc Update
40490              From: "chromatic" <chromatic@rmci.net>
40491              Date: Sat, 22 Sep 2001 09:43:20 -0600
40492              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
40493      Branch: perl
40494            + lib/warnings/register.t
40495            ! MANIFEST lib/warnings/register.pm
40496 ____________________________________________________________________________
40497 [ 12135] By: ams                                   on 2001/09/22  15:07:50
40498         Log: `@foo' should be @foo for consistency.
40499      Branch: perl
40500            ! pod/perldiag.pod
40501 ____________________________________________________________________________
40502 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
40503         Log: (Retracted by #12138)
40504              
40505              Add -woff (turn warning off) 3187:
40506              "A pointer is converted to a smaller integer."
40507              This happens when your pointers are 64-bit: then every case
40508              of converting pointers to PADOFFSETs (explicitly 32-bit)
40509              faces truncation (even explicit use of INT2PTR doesn't help).
40510              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
40511              Changing PADOFFSET from U32 to UV would help, but that
40512              would break binary backward compatibility of BASEOP and padop
40513              (assuming you have been using 64-bit pointers).
40514      Branch: perl
40515            ! hints/irix_6.sh
40516 ____________________________________________________________________________
40517 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
40518         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
40519              but the name comes from the inside the file, not from the file
40520              name, and Rumanian is the name of the language.
40521      Branch: perl
40522            + ext/Encode/Encode/macRumanian.enc
40523            - ext/Encode/Encode/macRomania.enc
40524            ! MANIFEST
40525 ____________________________________________________________________________
40526 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
40527         Log: Rename perltootc as perltooc for 8.3-friedliness.
40528      Branch: perl
40529            + pod/perltooc.pod
40530            - pod/perltootc.pod
40531            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
40532            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
40533            ! pod/perltoot.pod
40534 ____________________________________________________________________________
40535 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
40536         Log: Find more conflicts by lowercasing.
40537      Branch: perl
40538            + Porting/check83.pl
40539            - check83.pl
40540            ! MANIFEST
40541 ____________________________________________________________________________
40542 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
40543         Log: The AIX cc 5.0.0.0 is simply too buggy.
40544      Branch: perl
40545            ! hints/aix.sh
40546 ____________________________________________________________________________
40547 [ 12129] By: ams                                   on 2001/09/22  12:35:38
40548         Log: Uninteresting cleanup.
40549      Branch: perl
40550            ! form.h
40551 ____________________________________________________________________________
40552 [ 12128] By: ams                                   on 2001/09/22  12:28:48
40553         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
40554              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40555              Date: Sat, 22 Sep 2001 14:29:13 +0100
40556              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
40557      Branch: perl
40558            ! cv.h
40559 ____________________________________________________________________________
40560 [ 12127] By: ams                                   on 2001/09/22  12:04:28
40561         Log: What's a backet?
40562      Branch: perl
40563            ! dump.c
40564 ____________________________________________________________________________
40565 [ 12126] By: ams                                   on 2001/09/22  10:02:34
40566         Log: Removed duplicated tests #19 and #20.
40567      Branch: perl
40568            ! t/op/do.t
40569 ____________________________________________________________________________
40570 [ 12125] By: ams                                   on 2001/09/22  03:58:41
40571         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
40572              From: Michael Carman <mjcarman@home.com>
40573              Date: Fri, 21 Sep 2001 17:54:05 -0500
40574              Message-Id: <3BABC50D.6040202@home.com>
40575              (Applied with some changes.)
40576      Branch: perl
40577            ! pod/perlmod.pod
40578 ____________________________________________________________________________
40579 [ 12124] By: ams                                   on 2001/09/22  03:44:19
40580         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
40581              From: Michael G Schwern <schwern@pobox.com>
40582              Date: Fri, 21 Sep 2001 19:20:40 -0400
40583              Message-Id: <20010921192040.E5494@blackrider>
40584      Branch: perl
40585            ! t/op/chdir.t
40586 ____________________________________________________________________________
40587 [ 12123] By: ams                                   on 2001/09/22  03:41:08
40588         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
40589              From: Blair Zajac <blair@orcaware.com>
40590              Date: Fri, 21 Sep 2001 15:13:04 -0700
40591              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
40592      Branch: perl
40593            ! t/op/chdir.t
40594 ____________________________________________________________________________
40595 [ 12122] By: ams                                   on 2001/09/22  03:37:07
40596         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
40597              20010920.007
40598              From: Michael G Schwern <schwern@pobox.com>
40599              Date: Fri, 21 Sep 2001 17:59:03 -0400
40600              Message-Id: <20010921175903.V5494@blackrider>
40601      Branch: perl
40602            ! t/op/do.t
40603 ____________________________________________________________________________
40604 [ 12121] By: ams                                   on 2001/09/22  03:30:38
40605         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
40606              suite on WinCE)
40607              From: Michael G Schwern <schwern@pobox.com>
40608              Date: Fri, 21 Sep 2001 19:41:03 -0400
40609              Message-Id: <20010921194103.G5494@blackrider>
40610      Branch: perl
40611            ! pod/perlport.pod
40612 ____________________________________________________________________________
40613 [ 12120] By: ams                                   on 2001/09/22  03:28:06
40614         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
40615              From: Michael G Schwern <schwern@pobox.com>
40616              Date: Fri, 21 Sep 2001 17:33:35 -0400
40617              Message-Id: <20010921173335.T5494@blackrider>
40618              ($ENV{FOO}=undef hunk not applied.)
40619      Branch: perl
40620            ! t/op/magic.t
40621 ____________________________________________________________________________
40622 [ 12119] By: ams                                   on 2001/09/22  03:02:26
40623         Log: Subject: [PATCH] perldiag.pod
40624              From: Peter Scott <Peter@PSDT.com>
40625              Date: Fri, 21 Sep 2001 18:54:50 -0700
40626              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
40627              (Moved to the right place.)
40628      Branch: perl
40629            ! pod/perldiag.pod
40630 ____________________________________________________________________________
40631 [ 12118] By: ams                                   on 2001/09/21  20:05:29
40632         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
40633              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40634              Date: Fri, 21 Sep 2001 22:36:54 +0200
40635              Message-Id: <20010921223654.A12742@rafael>
40636      Branch: perl
40637            ! t/op/do.t
40638 ____________________________________________________________________________
40639 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
40640         Log: Restore things as they were before
40641              the backward compatibility police notices.
40642      Branch: perl
40643            ! lib/Cwd.pm
40644 ____________________________________________________________________________
40645 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
40646         Log: More Cwd from Schwern: make also OS/2 and DOS
40647              Cwd agree with File::Spec (that is, native path
40648              syntax using \ instead of / -- backward compatibility
40649              polic warning) and stop Win32 from using bsd_realpath().
40650      Branch: perl
40651            ! lib/Cwd.pm
40652 ____________________________________________________________________________
40653 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
40654         Log: Subject: [PATCH @12110] RE: Untested libraries update
40655              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40656              Date: Fri, 21 Sep 2001 18:21:07 +0100
40657              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
40658      Branch: perl
40659            ! lib/warnings/register.pm
40660 ____________________________________________________________________________
40661 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
40662         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
40663              From: Michael G Schwern <schwern@pobox.com>
40664              Date: Thu, 20 Sep 2001 22:54:02 -0400
40665              Message-ID: <20010920225402.A3611@blackrider>
40666      Branch: perl
40667            ! lib/Cwd.pm
40668 ____________________________________________________________________________
40669 [ 12113] By: ams                                   on 2001/09/21  17:08:24
40670         Log: Subject: [PATCH] avoid v-strings with require/use
40671              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40672              Date: Fri, 21 Sep 2001 12:34:40 -0400
40673              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
40674      Branch: perl
40675            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
40676            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
40677            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40678            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40679            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
40680            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
40681            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40682            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40683            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40684            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
40685            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
40686            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
40687            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
40688            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
40689            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
40690            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
40691            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
40692            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
40693            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
40694 ____________________________________________________________________________
40695 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
40696         Log: Update Changes.
40697      Branch: perl
40698            ! Changes patchlevel.h
40699 ____________________________________________________________________________
40700 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
40701         Log: Make AIX and Tru64 compilers happy.  
40702      Branch: perl
40703            ! ext/threads/threads.h ext/threads/threads.xs
40704 ____________________________________________________________________________
40705 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
40706         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
40707              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40708              Date: 21 Sep 2001 09:16:37 -0000
40709              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
40710      Branch: perl
40711            ! toke.c
40712 ____________________________________________________________________________
40713 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
40714         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
40715              From: Michael G Schwern <schwern@pobox.com>
40716              Date: Thu, 20 Sep 2001 21:21:34 -0400
40717              Message-ID: <20010920212134.Y28291@blackrider>
40718      Branch: perl
40719            ! pp_sys.c
40720 ____________________________________________________________________________
40721 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
40722         Log: Subject: Re: GDB Debugging Macros from mod_perl
40723              From: rspier@pobox.com (Robert Spier)
40724              Date: Thu, 20 Sep 2001 22:45:03 -0700
40725              Message-ID: <15274.54239.413929.49430@rls.cx>
40726      Branch: perl
40727            ! pod/perltodo.pod
40728 ____________________________________________________________________________
40729 [ 12105] By: sky                                   on 2001/09/21  10:33:34
40730         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
40731              timezone! GetSystemTime should be available on all Win32 
40732              platforms we support. Perhaps Time::HiRes should be extended to
40733              support WinCE and Novell?
40734      Branch: perl
40735            ! ext/Time/HiRes/HiRes.xs
40736 ____________________________________________________________________________
40737 [ 12104] By: sky                                   on 2001/09/21  08:12:39
40738         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
40739      Branch: perl
40740            ! ext/threads/threads.h ext/threads/threads.xs
40741 ____________________________________________________________________________
40742 [ 12103] By: sky                                   on 2001/09/21  07:57:41
40743         Log: Rename the *thread* functions to Perl_* to avoid clashes.
40744              Notably on AIX but could become a problem on other platforms.
40745      Branch: perl
40746            ! ext/threads/threads.h ext/threads/threads.xs
40747 ____________________________________________________________________________
40748 [ 12102] By: sky                                   on 2001/09/21  07:35:30
40749         Log: Add the shared sv space to the global vars.
40750              Fix problems compiling on win32.
40751      Branch: perl
40752            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
40753            ! sharedsv.c sharedsv.h
40754 ____________________________________________________________________________
40755 [ 12101] By: ams                                   on 2001/09/21  00:19:55
40756         Log: Subject: [PATCH] win32/Makefile warning fix
40757              From: Blair Zajac <blair@orcaware.com>
40758              Date: Thu, 20 Sep 2001 18:15:43 -0700
40759              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
40760      Branch: perl
40761            ! win32/Makefile
40762 ____________________________________________________________________________
40763 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
40764         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
40765              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40766              Date: Thu, 20 Sep 2001 18:36:22 +0200
40767              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
40768      Branch: perl
40769            ! lib/ExtUtils/Command.t
40770 ____________________________________________________________________________
40771 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
40772         Log: Cant spl wirth a dam.
40773      Branch: perl
40774            ! intrpvar.h
40775 ____________________________________________________________________________
40776 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
40777         Log: Don't use C++ comments.
40778      Branch: perl
40779            ! ext/threads/threads.xs
40780 ____________________________________________________________________________
40781 [ 12097] By: ams                                   on 2001/09/20  21:42:07
40782         Log: Change #12044 didn't.
40783      Branch: perl
40784            ! lib/constant.pm
40785 ____________________________________________________________________________
40786 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
40787         Log: Metaconfig unit changes for #12095.
40788      Branch: metaconfig
40789            ! U/modified/Myinit.U U/modified/libs.U
40790 ____________________________________________________________________________
40791 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
40792         Log: Remove iconv references since we are not using it
40793              and not going to; regen perltoc, perlmodlib.
40794              (Some references still linger in perltoc, have to figure
40795              out where they are coming from.)
40796      Branch: perl
40797            ! Configure NetWare/config.wc NetWare/config_H.wc
40798            ! Porting/Glossary Porting/config.sh Porting/config_H
40799            ! config_h.SH configure.com epoc/config.sh perl.h
40800            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
40801            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40802            ! vos/config.ga.h win32/config.bc win32/config.gc
40803            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40804            ! win32/config_H.vc wince/config.ce wince/config.h
40805            ! wince/config_H.ce
40806 ____________________________________________________________________________
40807 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
40808         Log: Subject: [PATCH docs] Re: ARGV and read
40809              From: Dave Mitchell <davem@fdgroup.co.uk>
40810              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
40811              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
40812      Branch: perl
40813            ! pod/perltodo.pod pod/perlvar.pod
40814 ____________________________________________________________________________
40815 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
40816         Log: Fresh copies from the cvs.perl.org perlfaq repository.
40817      Branch: perl
40818            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40819            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40820            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40821            ! pod/perlfaq9.pod
40822 ____________________________________________________________________________
40823 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
40824         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
40825              From: Nicholas Clark <nick@ccl4.org>
40826              Date: Thu, 20 Sep 2001 14:27:08 +0100
40827              Message-ID: <20010920142708.X4971@plum.flirble.org>
40828      Branch: perl
40829            ! pp_pack.c t/op/pack.t
40830 ____________________________________________________________________________
40831 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
40832         Log: The sharedsv_space* are variables, not code.  Duh.
40833      Branch: perl
40834            ! intrpvar.h makedef.pl
40835 ____________________________________________________________________________
40836 [ 12090] By: ams                                   on 2001/09/20  11:26:06
40837         Log: Subject: [patch lib/lib_pm.PL]
40838              From: Stas Bekman <stas@stason.org>
40839              Date: Thu, 20 Sep 2001 18:48:53 +0800
40840              Message-Id: <3BA9C995.6010302@stason.org>
40841              (Applied by hand.)
40842      Branch: perl
40843            ! lib/lib_pm.PL
40844 ____________________________________________________________________________
40845 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
40846         Log: Only 21 tests, skipping or not.
40847      Branch: perl
40848            ! lib/ExtUtils/Command.t
40849 ____________________________________________________________________________
40850 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
40851         Log: New exported symbols.
40852      Branch: perl
40853            ! makedef.pl
40854 ____________________________________________________________________________
40855 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
40856         Log: Update Changes.
40857      Branch: perl
40858            ! Changes patchlevel.h
40859 ____________________________________________________________________________
40860 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
40861         Log: Correct numbering of the tests is useful.
40862      Branch: perl
40863            ! ext/threads/t/basic.t
40864 ____________________________________________________________________________
40865 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
40866         Log: More tests now too.
40867      Branch: perl
40868            ! lib/ExtUtils/Command.t
40869 ____________________________________________________________________________
40870 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
40871         Log: More tests now.
40872      Branch: perl
40873            ! ext/threads/t/basic.t
40874 ____________________________________________________________________________
40875 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
40876         Log: The test assumed 7-bit ASCII.  Now it "just"
40877              assumes 8-bit whatever.
40878      Branch: perl
40879            ! t/op/crypt.t
40880 ____________________________________________________________________________
40881 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
40882         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
40883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40884              Date: Wed, 19 Sep 2001 11:45:28 +0200
40885              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
40886              
40887              Lvalue casts are not portable.
40888      Branch: perl
40889            ! ext/threads/threads.xs
40890 ____________________________________________________________________________
40891 [ 12081] By: sky                                   on 2001/09/19  10:17:52
40892         Log: Make the basic test contain only realy basic API tests
40893              Seems to be a problem with detach.
40894      Branch: perl
40895            ! ext/threads/t/basic.t
40896 ____________________________________________________________________________
40897 [ 12080] By: ams                                   on 2001/09/19  01:23:55
40898         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
40899              From: Michael G Schwern <schwern@pobox.com>
40900              Date: Tue, 18 Sep 2001 19:53:48 -0400
40901              Message-Id: <20010918195348.M585@blackrider>
40902              
40903              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
40904              From: Michael G Schwern <schwern@pobox.com>
40905              Date: Tue, 18 Sep 2001 22:07:13 -0400
40906              Message-Id: <20010918220713.B19616@blackrider>
40907      Branch: perl
40908            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
40909            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
40910            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
40911            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
40912            ! lib/Test/Tutorial.pod
40913 ____________________________________________________________________________
40914 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
40915         Log: Indent the test a bit.
40916      Branch: perl
40917            ! ext/threads/t/basic.t
40918 ____________________________________________________________________________
40919 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
40920         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
40921              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40922              Date: Tue, 18 Sep 2001 18:06:44 +0200
40923              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
40924      Branch: perl
40925            ! win32/win32.c
40926 ____________________________________________________________________________
40927 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
40928         Log: Subject: stat access time is wrong on Win95
40929              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40930              Date: Tue, 18 Sep 2001 21:59:24 +0200
40931              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
40932      Branch: perl
40933            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
40934 ____________________________________________________________________________
40935 [ 12076] By: ams                                   on 2001/09/18  22:11:25
40936         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
40937              From: Michael G Schwern <schwern@pobox.com>
40938              Date: Tue, 18 Sep 2001 18:47:14 -0400
40939              Message-Id: <20010918184714.I585@blackrider>
40940      Branch: perl
40941            ! t/op/crypt.t
40942 ____________________________________________________________________________
40943 [ 12075] By: sky                                   on 2001/09/18  19:29:37
40944         Log: two test failures
40945              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40946              Message-ID: <20010918221702.A17408@rafael>
40947              partly applied, #12074 already fixed half the patch
40948      Branch: perl
40949            ! ext/threads/t/basic.t
40950 ____________________________________________________________________________
40951 [ 12074] By: sky                                   on 2001/09/18  18:49:03
40952         Log: Fixes test case failure introduced by #12071, the warning is
40953              now correctly spelled :-)
40954      Branch: perl
40955            ! ext/IO/lib/IO/t/io_sel.t
40956 ____________________________________________________________________________
40957 [ 12073] By: sky                                   on 2001/09/18  18:46:22
40958         Log: Make the test behave properly!
40959      Branch: perl
40960            ! ext/threads/t/basic.t
40961 ____________________________________________________________________________
40962 [ 12072] By: ams                                   on 2001/09/18  18:44:59
40963         Log: OP_RCATLINE is an SVOP, not a BASEOP.
40964      Branch: perl
40965            ! opcode.h opcode.pl
40966 ____________________________________________________________________________
40967 [ 12071] By: ams                                   on 2001/09/18  18:06:27
40968         Log: Deprecate != Depreciate.
40969      Branch: perl
40970            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
40971            ! lib/Pod/ParseUtils.pm
40972 ____________________________________________________________________________
40973 [ 12070] By: ams                                   on 2001/09/18  15:14:58
40974         Log: Subject: [PATCH] Getopt::Std cleanup
40975              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40976              Date: Tue, 18 Sep 2001 17:32:13 +0200
40977              Message-Id: <20010918173213.C777@rafael>
40978      Branch: perl
40979            ! lib/Getopt/Std.pm lib/Getopt/Std.t
40980 ____________________________________________________________________________
40981 [ 12069] By: sky                                   on 2001/09/18  14:56:33
40982         Log: Forgot the makefile
40983      Branch: perl
40984            + ext/threads/Makefile.PL
40985 ____________________________________________________________________________
40986 [ 12068] By: sky                                   on 2001/09/18  14:13:26
40987         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
40988              The test will fail because of Test.pm not knowing about threads. 
40989              basic needs to be manually tested
40990              compile time warnings on IV2PTR conversions need to be fixed
40991      Branch: perl
40992            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
40993            + ext/threads/threads.h ext/threads/threads.pm
40994            + ext/threads/threads.xs
40995            ! MANIFEST
40996 ____________________________________________________________________________
40997 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
40998         Log: DJGPP tweak from Laszlo Molnar.
40999      Branch: perl
41000            ! djgpp/config.over
41001 ____________________________________________________________________________
41002 [ 12066] By: sky                                   on 2001/09/18  10:24:31
41003         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
41004      Branch: perl
41005            ! sharedsv.c sharedsv.h
41006 ____________________________________________________________________________
41007 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
41008         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
41009              ditto ^cns.
41010      Branch: perl
41011            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
41012            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
41013            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
41014            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
41015            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
41016            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
41017            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
41018            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
41019            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
41020            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
41021            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
41022            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
41023            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
41024            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
41025            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
41026            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
41027            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
41028            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
41029            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
41030            + ext/Encode/Encode/ir-197.enc
41031            - ext/Encode/Encode/cns11643-1.enc
41032            - ext/Encode/Encode/cns11643-2.enc
41033            - ext/Encode/Encode/iso2022-cn.enc
41034            - ext/Encode/Encode/iso2022-jp.enc
41035            - ext/Encode/Encode/iso2022-jp1.enc
41036            - ext/Encode/Encode/iso2022-jp2.enc
41037            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
41038            - ext/Encode/Encode/iso8859-1.enc
41039            - ext/Encode/Encode/iso8859-1.ucm
41040            - ext/Encode/Encode/iso8859-10.enc
41041            - ext/Encode/Encode/iso8859-10.ucm
41042            - ext/Encode/Encode/iso8859-11.enc
41043            - ext/Encode/Encode/iso8859-11.ucm
41044            - ext/Encode/Encode/iso8859-13.enc
41045            - ext/Encode/Encode/iso8859-13.ucm
41046            - ext/Encode/Encode/iso8859-14.enc
41047            - ext/Encode/Encode/iso8859-14.ucm
41048            - ext/Encode/Encode/iso8859-15.enc
41049            - ext/Encode/Encode/iso8859-15.ucm
41050            - ext/Encode/Encode/iso8859-16.enc
41051            - ext/Encode/Encode/iso8859-16.ucm
41052            - ext/Encode/Encode/iso8859-2.enc
41053            - ext/Encode/Encode/iso8859-2.ucm
41054            - ext/Encode/Encode/iso8859-3.enc
41055            - ext/Encode/Encode/iso8859-3.ucm
41056            - ext/Encode/Encode/iso8859-4.enc
41057            - ext/Encode/Encode/iso8859-4.ucm
41058            - ext/Encode/Encode/iso8859-5.enc
41059            - ext/Encode/Encode/iso8859-5.ucm
41060            - ext/Encode/Encode/iso8859-6.enc
41061            - ext/Encode/Encode/iso8859-6.ucm
41062            - ext/Encode/Encode/iso8859-7.enc
41063            - ext/Encode/Encode/iso8859-7.ucm
41064            - ext/Encode/Encode/iso8859-8.enc
41065            - ext/Encode/Encode/iso8859-8.ucm
41066            - ext/Encode/Encode/iso8859-9.enc
41067            - ext/Encode/Encode/iso8859-9.ucm
41068            - ext/Encode/Encode/isoir-197.enc
41069            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
41070 ____________________________________________________________________________
41071 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
41072         Log: Must Uppercase.
41073      Branch: perl
41074            ! ext/Encode/Encode.pm
41075 ____________________________________________________________________________
41076 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
41077         Log: Add various encodings.
41078      Branch: perl
41079            + ext/Encode/Encode/iso8859-11.enc
41080            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
41081            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
41082            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
41083            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
41084            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
41085            + ext/Encode/Encode/viscii.ucm
41086            ! MANIFEST ext/Encode/Encode.pm
41087 ____________________________________________________________________________
41088 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
41089         Log: lib/unicode relic.
41090      Branch: perl
41091            ! ext/Encode/compile
41092 ____________________________________________________________________________
41093 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
41094         Log: Subject: [PATCH] Re: filename problems
41095              From: Michael G Schwern <schwern@pobox.com>
41096              Date: Mon, 17 Sep 2001 17:26:26 -0400
41097              Message-ID: <20010917172626.Q585@blackrider>
41098      Branch: perl
41099            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
41100            - t/lib/sample-tests/header_at_end
41101            - t/lib/sample-tests/header_at_end_fail
41102            ! MANIFEST lib/Test/Harness/t/test-harness.t
41103 ____________________________________________________________________________
41104 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
41105         Log: Explicitly explain the 1e9 seconds, not everybody
41106              is a C geek.
41107      Branch: perl
41108            ! ext/Time/HiRes/HiRes.pm
41109 ____________________________________________________________________________
41110 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
41111         Log: Explain an apparent bug reported by
41112              Richard J. Barbalace <rjbarbal@MIT.EDU>,
41113              with additional explanation from Gisle Aas.
41114      Branch: perl
41115            ! ext/Time/HiRes/HiRes.pm
41116 ____________________________________________________________________________
41117 [ 12058] By: ams                                   on 2001/09/17  19:52:01
41118         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
41119              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41120              Date: Mon, 17 Sep 2001 22:48:05 +0200
41121              Message-Id: <20010917224805.C11744@rafael>
41122      Branch: perl
41123            ! t/lib/warnings/op t/lib/warnings/pp
41124 ____________________________________________________________________________
41125 [ 12057] By: ams                                   on 2001/09/17  16:51:18
41126         Log: Its a nit!
41127      Branch: perl
41128            ! sv.h
41129 ____________________________________________________________________________
41130 [ 12056] By: ams                                   on 2001/09/17  16:47:55
41131         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
41132              From: "Craig A. Berry" <craigberry@mac.com>
41133              Date: Mon, 17 Sep 2001 12:34:20 -0500
41134              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
41135      Branch: perl
41136            ! vms/vms.c
41137 ____________________________________________________________________________
41138 [ 12055] By: ams                                   on 2001/09/17  16:05:15
41139         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
41140              From: Gisle Aas <gisle@ActiveState.com>
41141              Date: 16 Apr 2001 16:20:34 -0700
41142              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
41143              (Applied by hand.)
41144      Branch: perl
41145            ! lib/CPAN.pm lib/CPAN/Nox.pm
41146 ____________________________________________________________________________
41147 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
41148         Log: Update Changes.
41149      Branch: perl
41150            ! Changes patchlevel.h
41151 ____________________________________________________________________________
41152 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
41153         Log: Adding new files to the MANIFEST is always nice.
41154      Branch: perl
41155            ! MANIFEST
41156 ____________________________________________________________________________
41157 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
41158         Log: Reindent the PerlIO files (suggested by NI-S), used
41159              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
41160              (GNU indent).  Note that wholesale re-indenting might
41161              be nice, but that would break nice formatting/alignment
41162              of assignments, equality testing, and complex boolean
41163              expressions with lots of &s and |s.
41164      Branch: perl
41165            ! perlio.c perlio.h perliol.h
41166 ____________________________________________________________________________
41167 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
41168         Log: Add a script for being 8.3-polite.
41169              The found conflicts are being worked on.
41170      Branch: perl
41171            + check83.pl
41172            ! MANIFEST Porting/pumpkin.pod
41173 ____________________________________________________________________________
41174 [ 12050] By: sky                                   on 2001/09/17  12:44:36
41175         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
41176              finding it.
41177      Branch: perl
41178            ! sv.c
41179 ____________________________________________________________________________
41180 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
41181         Log: Bump up versions because of #12041.
41182      Branch: perl
41183            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
41184            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
41185            ! lib/Time/localtime.pm
41186 ____________________________________________________________________________
41187 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
41188         Log: Bump the version number because of #12042.
41189      Branch: perl
41190            ! lib/CPAN/FirstTime.pm
41191 ____________________________________________________________________________
41192 [ 12047] By: ams                                   on 2001/09/17  11:21:40
41193         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
41194              From: Abhijit Menon-Sen <ams@wiw.org>
41195              Date: Mon, 17 Sep 2001 17:44:12 +0530
41196              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
41197      Branch: perl
41198            ! op.c
41199 ____________________________________________________________________________
41200 [ 12046] By: sky                                   on 2001/09/17  07:14:17
41201         Log: Subject: Re: t/op/ver.t using skip() improperly
41202              From: "chromatic" <chromatic@rmci.net>
41203              Date: Mon, 17 Sep 2001 00:22:29 -0600
41204              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
41205      Branch: perl
41206            ! t/op/ver.t
41207 ____________________________________________________________________________
41208 [ 12045] By: nick                                  on 2001/09/17  07:12:14
41209         Log: Integrate mainline
41210      Branch: perlio
41211           +> t/op/chdir.t
41212           !> (integrate 117 files)
41213 ____________________________________________________________________________
41214 [ 12044] By: ams                                   on 2001/09/17  05:49:53
41215         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
41216              From: Ilmari Karonen <iltzu@sci.fi>
41217              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
41218              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
41219              (And $VERSION = '1.05'.)
41220      Branch: perl
41221            ! lib/constant.pm
41222 ____________________________________________________________________________
41223 [ 12043] By: ams                                   on 2001/09/17  05:44:50
41224         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
41225              From: Michael G Schwern <schwern@pobox.com>
41226              Date: Mon, 17 Sep 2001 07:49:04 +0200
41227              Message-Id: <20010917074904.V1588@blackrider>
41228              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
41229      Branch: perl
41230            + t/op/chdir.t
41231            ! MANIFEST pp_sys.c
41232 ____________________________________________________________________________
41233 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
41234         Log: Subject: Re: CPAN.pm needs some hacking 
41235              From: "chromatic" <chromatic@rmci.net>
41236              Date: Sun, 16 Sep 2001 16:46:29 -0600
41237              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
41238      Branch: perl
41239            ! lib/CPAN/FirstTime.pm
41240 ____________________________________________________________________________
41241 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
41242         Log: Change use|require 5.005_64 to use|require 5.6.1.
41243      Branch: perl
41244            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
41245            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
41246            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
41247            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
41248            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
41249            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
41250            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
41251            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
41252            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
41253            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
41254            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
41255            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
41256            ! lib/base.pm lib/fields.pm
41257 ____________________________________________________________________________
41258 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
41259         Log: Bump up version numbers.
41260              
41261              TODO 1: double check that pre-5.6.1 CPAN.pm:s
41262              don't try to download 5.8.0 because of the
41263              version numbers.  Mainly this means using _00
41264              in the core version numbers.
41265              
41266              TODO 2: the "use 5.005_64" in many modules
41267              needs to be changed to, say, "use 5.6.1".
41268      Branch: perl
41269            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
41270            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
41271            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
41272            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
41273            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
41274            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
41275            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
41276            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
41277            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
41278            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
41279            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
41280 ____________________________________________________________________________
41281 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
41282         Log: Use UCHARAT() as suggested by Inaba Hiroto.
41283      Branch: perl
41284            ! regexec.c
41285 ____________________________________________________________________________
41286 [ 12038] By: ams                                   on 2001/09/16  15:16:24
41287         Log: Subject: [PATCH] Re: Core module version numbers review
41288              From: Peter Scott <Peter@PSDT.com>
41289              Date: Sun, 16 Sep 2001 09:09:58 -0700
41290              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
41291      Branch: perl
41292            ! lib/perl5db.pl
41293 ____________________________________________________________________________
41294 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
41295         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
41296              not yet fully implemented.
41297      Branch: perl
41298            ! pod/perlfunc.pod pod/perlunicode.pod
41299 ____________________________________________________________________________
41300 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
41301         Log: Subject: [patch] plug PL_beginav_save leak
41302              From: Doug MacEachern <dougm@covalent.net>
41303              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
41304              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
41305      Branch: perl
41306            ! perl.c
41307 ____________________________________________________________________________
41308 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
41309         Log: (accidentally empty checkin)
41310      Branch: perl
41311            ! sv.c
41312 ____________________________________________________________________________
41313 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
41314         Log: Subject: [patch] ithreads+PL_beginav_save
41315              From: Doug MacEachern <dougm@covalent.net>
41316              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
41317              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
41318      Branch: perl
41319            ! sv.c
41320 ____________________________________________________________________________
41321 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
41322         Log: Subject: [PATCH] h2xs.PL with C::Scan
41323              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41324              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
41325              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
41326      Branch: perl
41327            ! utils/h2xs.PL
41328 ____________________________________________________________________________
41329 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
41330         Log: Elaborate (well, make more vague, really) #12030.
41331      Branch: perl
41332            ! pod/perltodo.pod pod/perlunicode.pod
41333 ____________________________________________________________________________
41334 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
41335         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
41336              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41337              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
41338              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
41339      Branch: perl
41340            ! regexec.c
41341 ____________________________________________________________________________
41342 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
41343         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
41344              are not yet complete.
41345      Branch: perl
41346            ! pod/perltodo.pod pod/perlunicode.pod
41347 ____________________________________________________________________________
41348 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
41349         Log: Document what's still to be done on the regular expression
41350              Unicode support, based on the UTR#18.
41351      Branch: perl
41352            ! pod/perltodo.pod pod/perlunicode.pod
41353 ____________________________________________________________________________
41354 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
41355         Log: Regen headers.
41356      Branch: perl
41357            ! embedvar.h perlapi.h
41358 ____________________________________________________________________________
41359 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
41360         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
41361              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
41362              Date: Sun, 09 Sep 2001 18:41:54 +0100
41363              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
41364      Branch: perl
41365            ! Porting/findvars ext/ByteLoader/bytecode.h
41366            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
41367            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
41368 ____________________________________________________________________________
41369 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
41370         Log: enable most warnings for windows build; fix the various typecasting
41371              nits that showed up (no bugfixes here)
41372      Branch: maint-5.6/perl
41373            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
41374            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
41375            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
41376            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
41377            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
41378            ! x2p/walk.c
41379 ____________________________________________________________________________
41380 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
41381         Log: Integrate change #12024 from maintperl
41382              (a local() precedence bug)
41383      Branch: perl
41384           !> lib/ExtUtils/Install.pm
41385 ____________________________________________________________________________
41386 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
41387         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
41388              change#8642
41389      Branch: maint-5.6/perl
41390            ! lib/ExtUtils/Install.pm
41391 ____________________________________________________________________________
41392 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
41393         Log: Update Changes.
41394      Branch: perl
41395            ! Changes patchlevel.h
41396 ____________________________________________________________________________
41397 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
41398         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
41399              From: "chromatic" <chromatic@rmci.net>
41400              Date: Fri, 14 Sep 2001 09:44:57 -0600 
41401              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
41402      Branch: perl
41403            ! lib/ExtUtils/Manifest.t
41404 ____________________________________________________________________________
41405 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
41406         Log: Hopefully better skipping of the Complete.t tests
41407              in case of not a tty. 
41408      Branch: perl
41409            ! lib/Term/Complete.t t/op/stat.t
41410 ____________________________________________________________________________
41411 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
41412         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
41413              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41414              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
41415              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
41416      Branch: perl
41417            ! regexec.c t/op/pat.t
41418 ____________________________________________________________________________
41419 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
41420         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
41421              From: Robin Barker <rmb1@cise.npl.co.uk>
41422              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
41423              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
41424      Branch: perl
41425            ! pod/perlport.pod
41426 ____________________________________________________________________________
41427 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
41428         Log: NetWare tweaks from Ananth Kesari.
41429      Branch: perl
41430            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41431            ! NetWare/nwutil.h
41432 ____________________________________________________________________________
41433 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
41434         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
41435              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41436              Date: Fri, 14 Sep 2001 10:51:13 +0200
41437              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
41438      Branch: perl
41439            ! pod/perlport.pod
41440 ____________________________________________________________________________
41441 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
41442         Log: Subject: Re: [PATCH 2 pl2pm.PL]
41443              From: Joe Smith <Joe.Smith@inwap.com>
41444              Date: Fri, 14 Sep 2001 00:13:32 -0700
41445              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
41446              
41447              Eradicate qu.
41448      Branch: perl
41449            ! keywords.h keywords.pl utils/pl2pm.PL
41450 ____________________________________________________________________________
41451 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
41452         Log: Retract #12013, didn't go over too well in Tru64.
41453      Branch: perl
41454            ! embed.h embed.pl sv.h
41455 ____________________________________________________________________________
41456 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
41457         Log: Subject: [PATCH] Execute files of debugger commands
41458              From: Peter Scott <Peter@PSDT.com>
41459              Date: Thu, 13 Sep 2001 15:26:31 -0700
41460              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
41461      Branch: perl
41462            ! lib/perl5db.pl pod/perldebug.pod
41463 ____________________________________________________________________________
41464 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
41465         Log: (Retracted by #12015)
41466              Subject: [proposed PATCH] Re: perl@11920
41467              From: Nicholas Clark <nick@ccl4.org>
41468              Date: Wed, 12 Sep 2001 23:46:09 +0100
41469              Message-ID: <20010912234609.H4971@plum.flirble.org>     
41470      Branch: perl
41471            ! embed.h embed.pl sv.h
41472 ____________________________________________________________________________
41473 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
41474         Log: ucblib shouldn't be linked against in nonstop-ux,
41475              from Tom Bates.
41476      Branch: perl
41477            ! hints/nonstopux.sh
41478 ____________________________________________________________________________
41479 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
41480         Log: Do stty only if we have stty.
41481              
41482              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
41483      Branch: perl
41484            ! lib/Term/Complete.pm
41485 ____________________________________________________________________________
41486 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
41487         Log: Skip the test if not running on a tty.
41488      Branch: perl
41489            ! lib/Term/Complete.t
41490 ____________________________________________________________________________
41491 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
41492         Log: Regen headers.
41493      Branch: perl
41494            ! embed.h opcode.h pod/perlapi.pod proto.h
41495 ____________________________________________________________________________
41496 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
41497         Log: Subject: [PATCH op.c] Re: perl@12003
41498              From: Robin Barker <rmb1@cise.npl.co.uk>
41499              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
41500              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
41501      Branch: perl
41502            ! op.c
41503 ____________________________________________________________________________
41504 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
41505         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
41506              From: Robin Barker <rmb1@cise.npl.co.uk>
41507              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
41508              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
41509      Branch: perl
41510            ! sv.c
41511 ____________________________________________________________________________
41512 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
41513         Log: Upgrade to Memoize 0.66.
41514      Branch: perl
41515            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41516            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
41517            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
41518 ____________________________________________________________________________
41519 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
41520         Log: Subject: [ID 20010912.007] substr reference core dump
41521              From: me-01@ton.iguana.be
41522              Date: 12 Sep 2001 14:11:16 -0000
41523              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
41524      Branch: perl
41525            ! mg.c
41526 ____________________________________________________________________________
41527 [ 12004] By: ams                                   on 2001/09/12  01:13:49
41528         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
41529              From: Ilmari Karonen <iltzu@sci.fi>
41530              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
41531              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
41532      Branch: perl
41533            ! pod/perlfaq4.pod
41534 ____________________________________________________________________________
41535 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
41536         Log: Update Changes.
41537      Branch: perl
41538            ! Changes patchlevel.h
41539 ____________________________________________________________________________
41540 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
41541         Log: NetWare update from Ananth Kesari.
41542      Branch: perl
41543            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41544            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
41545 ____________________________________________________________________________
41546 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
41547         Log: Retract #11984: div() being redefined, and 1397
41548              failing on 64-bit platforms.
41549      Branch: perl
41550            ! lib/Math/BigInt/Calc.pm
41551 ____________________________________________________________________________
41552 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
41553         Log: Metaconfig unit change for #11999.
41554      Branch: metaconfig
41555            ! U/protos/d_lseekproto.U
41556 ____________________________________________________________________________
41557 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
41558         Log: The lseek fix (#11991) was no fix.
41559      Branch: perl
41560            ! Configure
41561 ____________________________________________________________________________
41562 [ 11998] By: sky                                   on 2001/09/11  07:52:06
41563         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
41564              From: Matt Sergeant <MSergeant@star.net.uk>
41565              Date: Tue, 11 Sep 2001 09:22:32 +0100
41566              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
41567      Branch: perl
41568            ! ext/Encode/Encode.pm
41569 ____________________________________________________________________________
41570 [ 11997] By: sky                                   on 2001/09/11  06:35:29
41571         Log: Sometimes dTHX is added because it is needed on non 
41572              gnuc platforms, but not needed there. This uses GCC
41573              to silence GCC specific warnings by marking pTHX as 
41574              unused.
41575      Branch: perl
41576            ! perl.h
41577 ____________________________________________________________________________
41578 [ 11996] By: nick                                  on 2001/09/11  06:25:27
41579         Log: Integrate mainline
41580      Branch: perlio
41581            - ext/POSIX/sigaction.t lib/File/Find/taint.t
41582           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
41583 ____________________________________________________________________________
41584 [ 11995] By: nick                                  on 2001/09/11  06:23:39
41585         Log: Part Integrate mainline
41586      Branch: perlio
41587           +> (branch 69 files)
41588            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
41589            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
41590            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
41591            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41592            - lib/Switch/t/switch_case.t lib/Test/Harness.t
41593            - lib/Test/More/Changes lib/Test/More/t/More.t
41594            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41595            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41596            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
41597            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
41598            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
41599            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
41600            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
41601            - t/lib/Test/More/Catch.pm wince/perl.ico
41602           !> (integrate 197 files)
41603 ____________________________________________________________________________
41604 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
41605         Log: Subject: Re: [PATCH] Encode.pm docs fix
41606              From: Gisle Aas <gisle@ActiveState.com>
41607              Date: 10 Sep 2001 11:27:02 -0700
41608              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
41609      Branch: perl
41610            ! ext/Encode/Encode.pm
41611 ____________________________________________________________________________
41612 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
41613         Log: Fix unpack U to be the reverse of pack U
41614              (but implement unpack U0U as a backdoor to get
41615              the UTF-8 malformed warnings from un-UTF-8 data)
41616      Branch: perl
41617            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
41618 ____________________________________________________________________________
41619 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
41620         Log: Metaconfig unit change for #11991;
41621              delete an unused unit (d_strtoull.U is the one used)
41622      Branch: metaconfig
41623            ! U/protos/d_lseekproto.U
41624      Branch: metaconfig/U/perl
41625            - strtoull.U
41626 ____________________________________________________________________________
41627 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
41628         Log: Subject: [PATCH] Configure not recording lseek proto
41629              From: Blair Zajac <blair@orcaware.com>
41630              Date: Mon, 10 Sep 2001 17:52:37 -0700
41631              Message-ID: <3B9D6055.BA334A31@orcaware.com>
41632              
41633              plus regen Configure.
41634      Branch: perl
41635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41636            ! config_h.SH uconfig.h
41637 ____________________________________________________________________________
41638 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
41639         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?)))                  
41640              From: Nicholas Clark <nick@ccl4.org>
41641              Date: Tue, 11 Sep 2001 00:00:31 +0100
41642              Message-ID: <20010911000031.G1512@plum.flirble.org>
41643      Branch: perl
41644            + t/op/qq.t
41645            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
41646 ____________________________________________________________________________
41647 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
41648         Log: Subject: [PATCH] Building on win32 w/o perlio
41649              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
41650              Date: Mon, 10 Sep 2001 23:38:46 +0200
41651              Message-ID: <3B9D4F06.14433.2C37644@localhost>
41652      Branch: perl
41653            ! perl.c win32/Makefile win32/makefile.mk
41654 ____________________________________________________________________________
41655 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
41656         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
41657              From: "chromatic" <chromatic@rmci.net>
41658              Date: Mon, 10 Sep 2001 15:14:01 -0600
41659              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
41660      Branch: perl
41661            + lib/CGI/t/push.t
41662            ! MANIFEST
41663 ____________________________________________________________________________
41664 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
41665         Log: Subject: avoiding hoardes of zombies
41666              From: Nicholas Clark <nick@ccl4.org>
41667              Date: Mon, 10 Sep 2001 22:00:40 +0100
41668              Message-ID: <20010910220040.C1512@plum.flirble.org>
41669      Branch: perl
41670            ! pod/perlipc.pod
41671 ____________________________________________________________________________
41672 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
41673         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
41674              From: John Peacock <jpeacock@rowman.com>
41675              Date: Mon, 10 Sep 2001 16:34:30 -0400
41676              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
41677      Branch: perl
41678            ! sv.c t/op/ver.t utf8.h
41679 ____________________________________________________________________________
41680 [ 11985] By: ams                                   on 2001/09/10  23:20:13
41681         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
41682      Branch: perl
41683            ! MANIFEST
41684 ____________________________________________________________________________
41685 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
41686         Log: (Retracted by #12001)
41687              Subject: Calc with USE_MUL/USE_DIV
41688              From: Tels <perl_dummy@bloodgate.com>
41689              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
41690              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
41691      Branch: perl
41692            ! lib/Math/BigInt/Calc.pm
41693 ____________________________________________________________________________
41694 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
41695         Log: Subject: [PATCH op.c] Re: perl@11978
41696              From: Robin Barker <rmb1@cise.npl.co.uk>
41697              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
41698              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
41699              
41700              Format errors.
41701      Branch: perl
41702            ! op.c
41703 ____________________________________________________________________________
41704 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
41705         Log: Switch PADOFFSET back to U32 both because of binary backward
41706              compatibility and because Arthur seems to have been fixing the
41707              problems with naughty integer-pointer casting.
41708      Branch: perl
41709            ! op.h
41710 ____________________________________________________________________________
41711 [ 11981] By: ams                                   on 2001/09/10  16:31:43
41712         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
41713              Fix Pod Typo, Add Test for ExtUtils::Command
41714              From: "chromatic" <chromatic@rmci.net>
41715              Date: Mon, 10 Sep 2001 11:20:56 -0600
41716              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
41717      Branch: perl
41718            + lib/ExtUtils/Command.t
41719            ! MANIFEST lib/ExtUtils/Command.pm
41720 ____________________________________________________________________________
41721 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
41722         Log: Subject: [PATCH] Encode.pm docs fix
41723              From: Matt Sergeant <MSergeant@star.net.uk>
41724              Date: Mon, 10 Sep 2001 15:24:01 +0100
41725              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
41726      Branch: perl
41727            ! ext/Encode/Encode.pm
41728 ____________________________________________________________________________
41729 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
41730         Log: Update Changes.
41731      Branch: perl
41732            ! Changes patchlevel.h
41733 ____________________________________________________________________________
41734 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
41735         Log: Revert #11973, the dTHX seems to be needed in there
41736              for threaded builds.
41737      Branch: perl
41738            ! perlio.c
41739 ____________________________________________________________________________
41740 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
41741         Log: Detypo.
41742      Branch: perl
41743            ! pod/perlguts.pod
41744 ____________________________________________________________________________
41745 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
41746         Log: Further Class::Struct patching from Damian.
41747              
41748              The new new semantics are:
41749              
41750              * If you pass an initializer for a nested object, it has to be:
41751              a) a reference to an object of that class, or      
41752              b) a reference to an object of a subclass of that class, or
41753              c) a reference to a hash of arguments to be passed to the
41754              class's constructor
41755              * If you pass no initializer for a nested object, the attribute
41756              is initialized to C<undef>
41757      Branch: perl
41758            ! lib/Class/Struct.pm
41759 ____________________________________________________________________________
41760 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
41761         Log: Skip the crypt test if no crypt.
41762      Branch: perl
41763            ! t/op/crypt.t
41764 ____________________________________________________________________________
41765 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
41766         Log: Warn against using bare v-strings as IP addresses
41767              (okay if using the wrappers from Socket)
41768      Branch: perl
41769            ! pod/perldata.pod pod/perlport.pod
41770 ____________________________________________________________________________
41771 [ 11973] By: sky                                   on 2001/09/10  11:57:58
41772         Log: Remove unused dTHX. Silenced another warning.
41773      Branch: perl
41774            ! perlio.c
41775 ____________________________________________________________________________
41776 [ 11972] By: sky                                   on 2001/09/10  11:54:25
41777         Log: Silence some more warnings INT2PTR.
41778      Branch: perl
41779            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
41780 ____________________________________________________________________________
41781 [ 11971] By: sky                                   on 2001/09/10  11:21:50
41782         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
41783      Branch: perl
41784            ! cop.h
41785 ____________________________________________________________________________
41786 [ 11970] By: sky                                   on 2001/09/10  11:17:25
41787         Log: Apply INT2PTR with force to silence warnings from
41788              PM_GETRE and friends. No more warnings with 64bit 
41789              IVs and 32bit pointers.    
41790      Branch: perl
41791            ! op.c op.h perl.c
41792 ____________________________________________________________________________
41793 [ 11969] By: sky                                   on 2001/09/10  10:13:02
41794         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
41795      Branch: perl
41796            ! pod/perlguts.pod
41797 ____________________________________________________________________________
41798 [ 11968] By: sky                                   on 2001/09/10  10:02:51
41799         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
41800              Rename to custop_op_name to Perl_custom_op_name to match perlapi
41801              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
41802              perl_clone.
41803      Branch: perl
41804            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
41805 ____________________________________________________________________________
41806 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
41807         Log: Using strlen() not good on embedded nul bytes.
41808      Branch: perl
41809            ! regcomp.c
41810 ____________________________________________________________________________
41811 [ 11966] By: ams                                   on 2001/09/09  21:06:13
41812         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
41813              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41814              Date: Mon, 13 Aug 2001 22:51:59 +0200
41815              Message-ID: <20010813225159.C6681@rafael>
41816              (Applied with several tweaks.)
41817      Branch: perl
41818            ! embed.h embed.pl proto.h toke.c
41819 ____________________________________________________________________________
41820 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
41821         Log: The exact error message is system-dependent.
41822      Branch: perl
41823            ! lib/ExtUtils/Manifest.t
41824 ____________________________________________________________________________
41825 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
41826         Log: Add Windows and Mac Sami support to Encode
41827              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
41828      Branch: perl
41829            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
41830            ! MANIFEST
41831 ____________________________________________________________________________
41832 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
41833         Log: Use the tried method.
41834      Branch: perl
41835            ! pod/perlport.pod
41836 ____________________________________________________________________________
41837 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
41838         Log: Can't count parentheses.
41839      Branch: perl
41840            ! ext/IO/lib/IO/Socket/INET.pm
41841 ____________________________________________________________________________
41842 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
41843         Log: perlport additions: 1 while unlink, add/delete directory
41844              entries and permissions, cygwin stat funkiness (from Michael
41845              Schwern and Nicholas Clark)
41846      Branch: perl
41847            ! pod/perlport.pod
41848 ____________________________________________________________________________
41849 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
41850         Log: blib does have a detectable test.
41851      Branch: perl
41852            ! t/lib/1_compile.t
41853 ____________________________________________________________________________
41854 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
41855         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
41856              From: "chromatic" <chromatic@rmci.net>
41857              Date: Sat, 08 Sep 2001 19:33:42 -0600
41858              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
41859      Branch: perl
41860            + lib/Term/Complete.t
41861            ! MANIFEST
41862 ____________________________________________________________________________
41863 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
41864         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
41865              From: Michael G Schwern <schwern@pobox.com> 
41866              Date: Sat, 8 Sep 2001 02:40:26 -0400
41867              Message-ID: <20010908024026.A26283@blackrider>
41868      Branch: perl
41869            + lib/Test/Tutorial.pod
41870            ! MANIFEST
41871 ____________________________________________________________________________
41872 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
41873         Log: Try to look up protocol (by name) only iff it has non-numbers:
41874              nice if the server is in a chrooted environment (no /etc/protocols,
41875              server code using hardcorded protocol numbers like 6 for tcp),
41876              suggested by John Holdsworth <coldwave@bigfoot.com>.
41877              In other words, if we are given a number, why look it up again
41878              (by number)?
41879      Branch: perl
41880            ! ext/IO/lib/IO/Socket/INET.pm
41881 ____________________________________________________________________________
41882 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
41883         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
41884              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41885              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
41886              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
41887              
41888              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
41889              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41890              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
41891              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
41892              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
41893              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41894              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
41895              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
41896      Branch: perl
41897            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
41898 ____________________________________________________________________________
41899 [ 11955] By: ams                                   on 2001/09/09  02:54:21
41900         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41901              From: "Craig A. Berry" <craigberry@mac.com>
41902              Date: Sat, 08 Sep 2001 19:02:16 -0500
41903              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
41904      Branch: perl
41905            ! lib/CGI/t/carp.t
41906 ____________________________________________________________________________
41907 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
41908         Log: Documentation tweaks; think the IP address as an opaque string.
41909      Branch: perl
41910            ! ext/Socket/Socket.pm
41911 ____________________________________________________________________________
41912 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
41913         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
41914              From: Michael G Schwern <schwern@pobox.com>
41915              Date: Sat, 8 Sep 2001 19:45:46 -0400
41916              Message-ID: <20010908194546.C9193@blackrider>
41917      Branch: perl
41918            + lib/blib.t
41919            ! MANIFEST lib/blib.pm t/lib/1_compile.t
41920 ____________________________________________________________________________
41921 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
41922         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
41923              From: "chromatic" <chromatic@rmci.net>
41924              Date: Sat, 08 Sep 2001 12:31:44 -0600
41925              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
41926      Branch: perl
41927            + lib/CGI/t/fast.t
41928            ! MANIFEST
41929 ____________________________________________________________________________
41930 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
41931         Log: The Socket tests were wrong: they were assuming too much.
41932      Branch: perl
41933            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
41934 ____________________________________________________________________________
41935 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
41936         Log: Retract the portability changes since they
41937              seem to have opened a can of worms... will
41938              go back to UNICOS/mk and do the bare minimum
41939              required to get the tests working.
41940      Branch: perl
41941            ! ext/Socket/Socket.xs
41942 ____________________________________________________________________________
41943 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
41944         Log: PADOFFSET is used to cast pointers into integers,
41945              if pointers are 64 bits and U32 32 bits,
41946              bad things may happen, or at least warnings issued.
41947      Branch: perl
41948            ! op.h
41949 ____________________________________________________________________________
41950 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
41951         Log: Still more Socket portability tweaking.
41952              Now Socket.t seems to be happy in all of
41953              Linux/x86, Tru64/alpha, Solaris/sparc,
41954              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
41955              
41956              Addendum: it seems that io_multihomed, io_sock, and hostent
41957              were broken in little-endians (linux/x86 and tru64/alpha)
41958              because of this change.  Argh.
41959      Branch: perl
41960            ! ext/Socket/Socket.xs
41961 ____________________________________________________________________________
41962 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
41963         Log: More portability kicking on inet_ntoa().
41964      Branch: perl
41965            ! ext/Socket/Socket.xs
41966 ____________________________________________________________________________
41967 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
41968         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
41969              From: Michael G Schwern <schwern@pobox.com> 
41970              Date: Fri, 7 Sep 2001 23:06:51 -0400
41971              Message-ID: <20010907230651.R606@blackrider>
41972      Branch: perl
41973            + lib/ExtUtils/Manifest.t
41974            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
41975 ____________________________________________________________________________
41976 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
41977         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
41978              From: "chromatic" <chromatic@rmci.net>
41979              Date: Fri, 07 Sep 2001 17:53:15 -0600      
41980              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
41981      Branch: perl
41982            + lib/ExtUtils/testlib.t
41983            ! MANIFEST
41984 ____________________________________________________________________________
41985 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
41986         Log: Thinko.
41987      Branch: perl
41988            ! lib/integer.t
41989 ____________________________________________________________________________
41990 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
41991         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41992              From: "Craig A. Berry" <craigberry@mac.com>
41993              Date: Fri, 07 Sep 2001 15:30:03 -0500
41994              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
41995      Branch: perl
41996            ! lib/CGI/Carp.pm
41997 ____________________________________________________________________________
41998 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
41999         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
42000              From: Michael G Schwern <schwern@pobox.com>
42001              Date: Fri, 7 Sep 2001 15:38:13 -0400
42002              Message-ID: <20010907153813.K606@blackrider>
42003      Branch: perl
42004            ! lib/ExtUtils/MM_Unix.pm
42005 ____________________________________________________________________________
42006 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
42007         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
42008              From: Robin Barker <rmb1@cise.npl.co.uk>
42009              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
42010              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
42011      Branch: perl
42012            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
42013 ____________________________________________________________________________
42014 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
42015         Log: Clean up 1_compile.t; move tests to more consistent
42016              places (t/ subdirectories); add integer.t (much of
42017              the pragma is tested elsewhere but there is no one
42018              centralized place)
42019      Branch: perl
42020            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
42021            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
42022            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
42023            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
42024            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
42025            - lib/File/Find/find.t lib/File/Find/taint.t
42026            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
42027 ____________________________________________________________________________
42028 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
42029         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
42030              From: "chromatic" <chromatic@rmci.net>
42031              Date: Fri, 07 Sep 2001 10:17:40 -0600
42032              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
42033      Branch: perl
42034            ! lib/File/Find/taint.t
42035 ____________________________________________________________________________
42036 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
42037         Log: Update Changes.
42038      Branch: perl
42039            ! Changes patchlevel.h
42040 ____________________________________________________________________________
42041 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
42042         Log: Rename the old threading tutorial, start a new one,
42043              regen toc.
42044      Branch: perl
42045            + pod/perlothrtut.pod
42046            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
42047            ! pod/perltoc.pod
42048 ____________________________________________________________________________
42049 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
42050         Log: vars very much has a test.
42051      Branch: perl
42052            ! t/lib/1_compile.t
42053 ____________________________________________________________________________
42054 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
42055         Log: Subject: Re: wince/perl.ico marked as binary
42056              From: Nicholas Clark <nick@ccl4.org>
42057              Date: Fri, 7 Sep 2001 13:54:40 +0100
42058              Message-ID: <20010907135439.D39150@plum.flirble.org>
42059              
42060              and wince/Makefile.ce change from Rainer Keuchel.
42061      Branch: perl
42062            + wince/makeico.pl
42063            ! MANIFEST wince/Makefile.ce
42064 ____________________________________________________________________________
42065 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
42066         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
42067              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42068              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
42069              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
42070      Branch: perl
42071            ! regexec.c
42072 ____________________________________________________________________________
42073 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
42074         Log: (Replaced by #11934)
42075              Subject: Re: [PATCH regexec.c] more general .* and .*?
42076              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42077              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
42078              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
42079      Branch: perl
42080            ! regexec.c
42081 ____________________________________________________________________________
42082 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
42083         Log: The #11931 patching misbehaved.
42084      Branch: perl
42085            ! lib/Test/Harness/t/test-harness.t
42086 ____________________________________________________________________________
42087 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
42088         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
42089              From: Michael G Schwern <schwern@pobox.com>
42090              Date: Fri, 7 Sep 2001 03:30:41 -0400
42091              Message-ID: <20010907033041.A2796@blackrider>
42092      Branch: perl
42093            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
42094            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
42095            + t/lib/sample-tests/header_at_end_fail
42096            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
42097            - lib/Test/Harness.t
42098            ! MANIFEST lib/Test/Harness.pm t/TEST
42099 ____________________________________________________________________________
42100 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
42101         Log: Subject: [PATCH] Digest::MD5 update
42102              From: Gisle Aas <gisle@ActiveState.com>
42103              Date: 06 Sep 2001 23:32:56 -0700
42104              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
42105      Branch: perl
42106            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
42107            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
42108 ____________________________________________________________________________
42109 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
42110         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
42111              From: "chromatic" <chromatic@rmci.net>
42112              Date: Thu, 06 Sep 2001 23:11:44 -0600
42113              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
42114      Branch: perl
42115            + lib/less.t
42116            ! MANIFEST t/lib/1_compile.t
42117 ____________________________________________________________________________
42118 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
42119         Log: The binary file must somehow differently stored.
42120      Branch: perl
42121            - wince/perl.ico
42122            ! MANIFEST
42123 ____________________________________________________________________________
42124 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
42125         Log: Add more modules to the list of modules that have tests,
42126              Schwern's wallet is getting more nervous.
42127              (Run t/lib/1_compile.t manually to see which modules
42128              are lacking tests, or the tests can't be run for some
42129              reason or another, such as the Net:: modules)
42130      Branch: perl
42131            ! t/lib/1_compile.t
42132 ____________________________________________________________________________
42133 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
42134         Log: Try to make Socket::inet_ntoa() more robust.
42135      Branch: perl
42136            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
42137 ____________________________________________________________________________
42138 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
42139         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
42140              From: chromatic <chromatic@rmci.net>       
42141              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
42142              Message-Id: <01090522580506.19590@firewheel>           
42143      Branch: perl
42144            ! lib/English.t
42145 ____________________________________________________________________________
42146 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
42147         Log: Subject: Re: perlvar manpage and localizing special vars
42148              From: Stas Bekman <stas@stason.org>
42149              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
42150              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
42151      Branch: perl
42152            ! pod/perlvar.pod
42153 ____________________________________________________________________________
42154 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
42155         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
42156              From: Robin Barker <rmb1@cise.npl.co.uk>
42157              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
42158              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
42159      Branch: perl
42160            ! lib/ExtUtils/MakeMaker.pm
42161 ____________________________________________________________________________
42162 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
42163         Log: Symbol missing; AIX unhappy.
42164      Branch: perl
42165            ! makedef.pl
42166 ____________________________________________________________________________
42167 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
42168         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
42169              Reported in 5.61, seems to work okay in blead.
42170      Branch: perl
42171            ! t/run/kill_perl.t
42172 ____________________________________________________________________________
42173 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
42174         Log: Update Changes.
42175      Branch: perl
42176            ! Changes patchlevel.h
42177 ____________________________________________________________________________
42178 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
42179         Log: Document the bad assumptions currently breaking
42180              the Socket.t tests 10, 11, and 13 in UNICOS.
42181      Branch: perl
42182            ! ext/Socket/Socket.xs
42183 ____________________________________________________________________________
42184 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
42185         Log: Subject: [PATCH x2p] make OPTIMIZE=...
42186              From: Robin Barker <rmb1@cise.npl.co.uk>
42187              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
42188              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
42189      Branch: perl
42190            ! x2p/Makefile.SH x2p/cflags.SH
42191 ____________________________________________________________________________
42192 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
42193         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
42194              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42195              Date: Thu, 6 Sep 2001 11:09:40 +0100
42196              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
42197              
42198              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
42199              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
42200              Date: 6 Sep 2001 10:14:38 -0000
42201              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
42202      Branch: perl
42203            ! pod/perlfaq1.pod pod/perlhack.pod
42204 ____________________________________________________________________________
42205 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
42206         Log: Subject: Extra NUL is Data::Dumper output - patch
42207              From: Tony Cook <tony@develop-help.com>
42208              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
42209              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
42210      Branch: perl
42211            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
42212 ____________________________________________________________________________
42213 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
42214         Log: Avoid redefinition warning
42215              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
42216              from
42217              perl -w -Ilib -MCwd -e ''
42218      Branch: perl
42219            ! lib/Cwd.pm
42220 ____________________________________________________________________________
42221 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
42222         Log: Update the is_tainted() example implementation.
42223      Branch: perl
42224            ! pod/perlsec.pod
42225 ____________________________________________________________________________
42226 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
42227         Log: Missing) in #11912.
42228      Branch: perl
42229            ! lib/Test/Simple/t/fail.t
42230 ____________________________________________________________________________
42231 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
42232         Log: Rewhack Test-Simple into core harness.
42233      Branch: perl
42234            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
42235            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
42236            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
42237            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
42238            ! lib/Test/Simple/t/skipall.t
42239 ____________________________________________________________________________
42240 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
42241         Log: Workaround for the new Exporter 'feature'.
42242      Branch: perl
42243            ! lib/Test/More.pm
42244 ____________________________________________________________________________
42245 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
42246         Log: Re-introduce pure-Perl fall-back for abs_path,
42247              re-introduce #11898.
42248      Branch: perl
42249            ! lib/Cwd.pm lib/File/Find.pm
42250 ____________________________________________________________________________
42251 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
42252         Log: More tests.
42253      Branch: perl
42254            ! lib/Exporter.t
42255 ____________________________________________________________________________
42256 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
42257         Log: Retract #11898 for now because it introduces
42258              a rather nasty depencency: when B is being built,
42259              MakeMaker is used.  MakeMaker uses File::Find.
42260              File::Find uses Cwd::getcwd()...which doesn't
42261              exist yet.
42262      Branch: perl
42263            ! lib/File/Find.pm
42264 ____________________________________________________________________________
42265 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
42266         Log: New test welcome.
42267      Branch: perl
42268            + lib/Test/Simple/t/simple.t
42269 ____________________________________________________________________________
42270 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
42271         Log: Old test begone.
42272      Branch: perl
42273            - lib/Attribute/Handlers/test.pl
42274 ____________________________________________________________________________
42275 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
42276         Log: Test-Simple syncup from Schwern.
42277      Branch: perl
42278            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
42279            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
42280            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
42281            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
42282            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
42283            - lib/Test/More/Changes lib/Test/More/t/More.t
42284            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42285            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42286            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
42287            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
42288            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
42289            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42290            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42291            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
42292            ! t/lib/Test/Simple/sample_tests/death.plx
42293            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
42294            ! t/lib/Test/Simple/sample_tests/extras.plx
42295            ! t/lib/Test/Simple/sample_tests/five_fail.plx
42296            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
42297            ! t/lib/Test/Simple/sample_tests/one_fail.plx
42298            ! t/lib/Test/Simple/sample_tests/require.plx
42299            ! t/lib/Test/Simple/sample_tests/success.plx
42300            ! t/lib/Test/Simple/sample_tests/too_few.plx
42301            ! t/lib/Test/Simple/sample_tests/two_fail.plx
42302 ____________________________________________________________________________
42303 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
42304         Log: Integrate File::Find changes from bleadperl
42305      Branch: maint-5.6/macperl
42306            ! lib/File/Find.pm t/lib/filefind-taint.t
42307 ____________________________________________________________________________
42308 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
42309         Log: Integrate 11847 from maint-5.6/perl
42310      Branch: maint-5.6/macperl
42311           !> sv.c
42312 ____________________________________________________________________________
42313 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
42314         Log: In UNICOS division yada yada.
42315      Branch: perl
42316            ! t/op/override.t
42317 ____________________________________________________________________________
42318 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
42319         Log: In UNICOS division is really lossy, better use
42320              a tolerance test.
42321      Branch: perl
42322            ! ext/Time/HiRes/HiRes.t
42323 ____________________________________________________________________________
42324 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
42325         Log: In UNICOS sigaction() sets an extra flag
42326              ("the signal has been registered for all the processes in
42327              a multitasking group.")
42328      Branch: perl
42329            ! ext/POSIX/sigaction.t
42330 ____________________________________________________________________________
42331 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
42332         Log: Documentation micropatch from Damian.
42333      Branch: perl
42334            ! lib/Attribute/Handlers.pm
42335 ____________________________________________________________________________
42336 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
42337         Log: (Retracted by #11908)
42338              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
42339              From: Michael G Schwern <schwern@pobox.com>
42340              Date: Wed, 5 Sep 2001 15:58:21 -0400
42341              Message-ID: <20010905155821.I632@blackrider>
42342      Branch: perl
42343            ! lib/File/Find.pm lib/File/Find/taint.t
42344 ____________________________________________________________________________
42345 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
42346         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
42347              From: Michael G Schwern <schwern@pobox.com>
42348              Date: Wed, 5 Sep 2001 19:16:31 -0400
42349              Message-ID: <20010905191631.E11386@blackrider>
42350      Branch: perl
42351            + lib/CGI/t/carp.t
42352            ! MANIFEST
42353 ____________________________________________________________________________
42354 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
42355         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
42356              From: chromatic <chromatic@rmci.net>
42357              Date: Wed, 5 Sep 2001 18:08:07 -0600
42358              Message-Id: <01090518080700.19590@firewheel>
42359      Branch: perl
42360            ! lib/English.pm
42361 ____________________________________________________________________________
42362 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
42363         Log: Fix a typo #11889 and add a test for the same.
42364      Branch: perl
42365            ! ext/Socket/Socket.t ext/Socket/Socket.xs
42366 ____________________________________________________________________________
42367 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
42368         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
42369              From: "Craig A. Berry" <craigberry@mac.com>
42370              Date: Wed, 05 Sep 2001 17:48:54 -0500
42371              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
42372      Branch: perl
42373            ! lib/warnings.t t/run/kill_perl.t
42374 ____________________________________________________________________________
42375 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
42376         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
42377              From: Michael G Schwern <schwern@pobox.com>
42378              Date: Wed, 5 Sep 2001 17:22:25 -0400
42379              Message-ID: <20010905172225.C11386@blackrider>
42380      Branch: perl
42381            ! t/run/kill_perl.t
42382 ____________________________________________________________________________
42383 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
42384         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
42385              From: Nicholas Clark <nick@ccl4.org>
42386              Date: Wed, 5 Sep 2001 20:54:24 +0100
42387              Message-ID: <20010905205424.C25120@plum.flirble.org>
42388      Branch: perl
42389            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
42390 ____________________________________________________________________________
42391 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
42392         Log: Forgotten thing.
42393      Branch: perl
42394            ! uconfig.h
42395 ____________________________________________________________________________
42396 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
42397         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
42398              From: chromatic <chromatic@rmci.net>               
42399              Date: Wed, 5 Sep 2001 13:22:08 -0600
42400              Message-Id: <01090513220807.10587@firewheel> 
42401      Branch: perl
42402            ! lib/English.pm
42403 ____________________________________________________________________________
42404 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
42405         Log: inet_ntoa() tweaks:
42406              - don't allow addresses with > 255 characters
42407              - indent the HP-UX workaround
42408              - don't leak memory
42409      Branch: perl
42410            ! ext/Socket/Socket.xs
42411 ____________________________________________________________________________
42412 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
42413         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
42414              <xwu@theeducationcenter.com>
42415      Branch: perl
42416            ! lib/File/Find.pm
42417 ____________________________________________________________________________
42418 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
42419         Log: Typo nits.
42420      Branch: perl
42421            ! lib/File/Find.pm
42422 ____________________________________________________________________________
42423 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
42424         Log: -Wall nit.
42425      Branch: perl
42426            ! op.c
42427 ____________________________________________________________________________
42428 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
42429         Log: Update to Scalar-List-Utils 1.05
42430      Branch: perl
42431            ! ext/List/Util/ChangeLog ext/List/Util/README
42432            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
42433 ____________________________________________________________________________
42434 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
42435         Log: Update Changes.
42436      Branch: perl
42437            ! Changes patchlevel.h
42438 ____________________________________________________________________________
42439 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
42440         Log: Update to Scalar-List-Utils 1.04
42441      Branch: perl
42442            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
42443            ! ext/List/Util/lib/List/Util.pm
42444            ! ext/List/Util/lib/Scalar/Util.pm
42445 ____________________________________________________________________________
42446 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
42447         Log: Metaconfigify #11724.
42448      Branch: metaconfig
42449            ! U/threads/archname.U
42450 ____________________________________________________________________________
42451 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
42452         Log: The MacOS reference is okay, no reason to hide it.
42453      Branch: perl
42454            ! lib/Cwd.pm
42455 ____________________________________________________________________________
42456 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
42457         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
42458              From: Michael G Schwern <schwern@pobox.com>
42459              Date: Tue, 4 Sep 2001 15:30:10 -0400
42460              Message-ID: <20010904153010.H26466@blackrider> 
42461              
42462              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
42463      Branch: perl
42464            ! ext/Cwd/Makefile.PL lib/Cwd.pm
42465 ____________________________________________________________________________
42466 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
42467         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.))
42468              From: Michael G Schwern <schwern@pobox.com>
42469              Date: Tue, 4 Sep 2001 17:39:13 -0400
42470              Message-ID: <20010904173913.C626@blackrider>
42471      Branch: perl
42472            ! lib/Cwd.pm
42473 ____________________________________________________________________________
42474 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
42475         Log: Subject: Re: Perl_pp_* in public API?
42476              From: "Craig A. Berry" <craigberry@mac.com>
42477              Date: Tue, 4 Sep 2001 21:51:29 -0500
42478              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
42479      Branch: perl
42480            ! ext/List/Util/Util.xs
42481 ____________________________________________________________________________
42482 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
42483         Log: From Damian: Class::Struct was unable to define
42484              recursive classes.  After the patch an object reference
42485              (rather than a hash) is required to initialize
42486              an object attribute.  If no such initializer is given to
42487              the constructor, object attributes are now default
42488              initialized to C<undef>.
42489      Branch: perl
42490            ! lib/Class/Struct.pm lib/Class/Struct.t
42491 ____________________________________________________________________________
42492 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
42493         Log: Subject: Re: sv_catpvfn and sv_setpvfn
42494              From: Richard Soderberg <rs@oregonnet.com>
42495              Date: Tue, 4 Sep 2001 15:16:47 -0700
42496              Message-Id: <200109042216.PAA17858@oregonnet.com>
42497      Branch: perl
42498            ! pod/perlclib.pod pod/perlguts.pod
42499 ____________________________________________________________________________
42500 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
42501         Log: NetWare updates from Ananth Kesari.
42502      Branch: perl
42503            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
42504            ! NetWare/nw5thread.h
42505 ____________________________________________________________________________
42506 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
42507         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?))
42508              From: Nicholas Clark <nick@ccl4.org>
42509              Date: Tue, 4 Sep 2001 22:42:50 +0100
42510              Message-ID: <20010904224250.P25120@plum.flirble.org>
42511      Branch: perl
42512            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
42513            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
42514            ! t/op/oct.t toke.c
42515 ____________________________________________________________________________
42516 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
42517         Log: Fix Cwd::getcwd() not being tainted, as noticed
42518              by Schwern.
42519      Branch: perl
42520            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
42521            - ext/Cwd/Cwd.t
42522            ! MANIFEST ext/Cwd/Cwd.xs util.c
42523 ____________________________________________________________________________
42524 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
42525         Log: Retract #11870 and volatilize the right destruct_level.
42526              Silly thinko pointed out by Sarathy.
42527      Branch: perl
42528            ! intrpvar.h perl.c
42529 ____________________________________________________________________________
42530 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
42531         Log: At least a temporary fix for the mysterious scope core dumps
42532              in Tru64 from Graham.
42533      Branch: perl
42534            ! ext/List/Util/Util.xs
42535 ____________________________________________________________________________
42536 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
42537         Log: (Retracted by #11872)
42538      Branch: perl
42539            ! intrpvar.h
42540 ____________________________________________________________________________
42541 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
42542         Log: Quench a -Wall gripe noticed by Robin Barker.
42543      Branch: perl
42544            ! op.c
42545 ____________________________________________________________________________
42546 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
42547         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
42548              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42549              Date: Wed, 05 Sep 2001 02:01:32 +0900
42550              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
42551      Branch: perl
42552            ! lib/Unicode/UCD.pm
42553 ____________________________________________________________________________
42554 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
42555         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
42556              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42557              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
42558              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
42559      Branch: perl
42560            ! gv.c
42561 ____________________________________________________________________________
42562 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
42563         Log: Update Changes.
42564      Branch: perl
42565            ! Changes patchlevel.h
42566 ____________________________________________________________________________
42567 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
42568         Log: Add the \[$@%&*] prototype support.
42569      Branch: perl
42570            ! op.c pod/perlsub.pod t/comp/proto.t
42571 ____________________________________________________________________________
42572 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
42573         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
42574              From: Michael G Schwern <schwern@pobox.com>
42575              Date: Mon, 3 Sep 2001 18:59:01 -0400
42576              Message-ID: <20010903185901.Z9233@blackrider>
42577      Branch: perl
42578            ! lib/CGI/t/form.t
42579 ____________________________________________________________________________
42580 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
42581         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
42582              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42583              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
42584              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
42585      Branch: perl
42586            ! gv.c
42587 ____________________________________________________________________________
42588 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
42589         Log: More srand entry tweakage based on Randal's suggestion.
42590      Branch: perl
42591            ! pod/perlfunc.pod
42592 ____________________________________________________________________________
42593 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
42594         Log: Subject: [PATCH] 'main' *is* a reserved word
42595              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42596              Date: Mon, 3 Sep 2001 22:55:41 +0200
42597              Message-ID: <20010903225541.A24097@rafael>
42598      Branch: perl
42599            ! toke.c
42600 ____________________________________________________________________________
42601 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
42602         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
42603              From: Peter Prymmer <pvhp@best.com>
42604              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
42605              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
42606      Branch: perl
42607            ! README.vms configure.com
42608 ____________________________________________________________________________
42609 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
42610         Log: Subject: Re: A slightly better default seed?   
42611              From: Michael G Schwern <schwern@pobox.com>
42612              Date: Mon, 3 Sep 2001 18:08:15 -0400 
42613              Message-ID: <20010903180815.W9233@blackrider>
42614      Branch: perl
42615            ! t/op/srand.t
42616 ____________________________________________________________________________
42617 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
42618         Log: Add sharedsv.o to microperl object files.
42619      Branch: perl
42620            ! Makefile.micro
42621 ____________________________________________________________________________
42622 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
42623         Log: AUTHORS updates and
42624              
42625              Subject: [PATCH] Just some preening :-)        
42626              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42627              Date: Tue, 4 Sep 2001 14:16:59 +0100
42628              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
42629      Branch: perl
42630            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
42631 ____________________________________________________________________________
42632 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
42633         Log: Typo fix and slight rewording.
42634      Branch: perl
42635            ! pod/perlfunc.pod
42636 ____________________________________________________________________________
42637 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
42638         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
42639      Branch: perl
42640            ! pod/perlfaq4.pod
42641 ____________________________________________________________________________
42642 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
42643         Log: The helper file changed name.
42644      Branch: perl
42645            ! MANIFEST
42646 ____________________________________________________________________________
42647 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
42648         Log: Update to Scalar-List-Utils 1.03
42649      Branch: perl
42650            + ext/List/Util/t/shuffle.t
42651            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
42652            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
42653            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
42654            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
42655            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
42656            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
42657            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
42658            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
42659 ____________________________________________________________________________
42660 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
42661         Log: Make crypt() do something more sane for Unicode
42662              (take crypt() of the low eight bits of the characters,
42663              instead of taking crypt() of the UTF-8 of the scalar);
42664              add a test for crypt().
42665      Branch: perl
42666            + t/op/crypt.t
42667            ! MANIFEST pod/perlfunc.pod pp.c
42668 ____________________________________________________________________________
42669 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
42670         Log: Reorganize the srand entry.
42671      Branch: perl
42672            ! pod/perlfunc.pod
42673 ____________________________________________________________________________
42674 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
42675         Log: Remove the tests that assume something about
42676              calling srand() without arguments multiple times.
42677      Branch: perl
42678            ! t/op/srand.t
42679 ____________________________________________________________________________
42680 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
42681         Log: Upgrade to Math::BigInt 1.42.
42682      Branch: perl
42683            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42684            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
42685            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
42686            ! lib/Math/BigInt/t/mbimbf.t
42687 ____________________________________________________________________________
42688 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
42689         Log: integrate change#11847 from maint-5.6
42690              
42691              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42692      Branch: perl
42693            ! sv.c
42694 ____________________________________________________________________________
42695 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
42696         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42697      Branch: maint-5.6/perl
42698            ! sv.c
42699 ____________________________________________________________________________
42700 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
42701         Log: As far as I can tell these functions have been Unicodified.
42702      Branch: perl
42703            ! doop.c
42704 ____________________________________________________________________________
42705 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
42706         Log: Update to Storable 1.0.13.
42707      Branch: perl
42708            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42709            ! ext/Storable/Storable.xs
42710 ____________________________________________________________________________
42711 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
42712         Log: Patch the Filter::Simple test to work with
42713              the core test suite (since the FilterTest.pm
42714              is in t/lib, not in lib).
42715      Branch: perl
42716            ! lib/Filter/Simple/t/filter.t
42717 ____________________________________________________________________________
42718 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
42719         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
42720      Branch: perl
42721            + t/lib/FilterTest.pm
42722            - t/lib/MyFilter.pm
42723 ____________________________________________________________________________
42724 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
42725         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
42726              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
42727              Text::Balanced 1.86.
42728      Branch: perl
42729            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
42730            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
42731            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
42732            + lib/Switch/t/nested.t lib/Switch/t/switch.t
42733            + lib/Text/Balanced/Changes lib/Text/Balanced/README
42734            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
42735            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
42736            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
42737            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
42738            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
42739            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
42740            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
42741            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
42742            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
42743            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
42744            ! MANIFEST lib/Attribute/Handlers.pm
42745            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42746            ! lib/Attribute/Handlers/demo/Demo.pm
42747            ! lib/Attribute/Handlers/demo/Descriptions.pm
42748            ! lib/Attribute/Handlers/demo/MyClass.pm
42749            ! lib/Attribute/Handlers/demo/demo.pl
42750            ! lib/Attribute/Handlers/demo/demo2.pl
42751            ! lib/Attribute/Handlers/demo/demo3.pl
42752            ! lib/Attribute/Handlers/demo/demo4.pl
42753            ! lib/Attribute/Handlers/demo/demo_call.pl
42754            ! lib/Attribute/Handlers/demo/demo_chain.pl
42755            ! lib/Attribute/Handlers/demo/demo_cycle.pl
42756            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
42757            ! lib/Attribute/Handlers/demo/demo_phases.pl
42758            ! lib/Attribute/Handlers/demo/demo_range.pl
42759            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
42760            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
42761            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
42762            ! lib/Text/Balanced.pm
42763 ____________________________________________________________________________
42764 [ 11841] By: sky                                   on 2001/09/03  11:04:15
42765         Log: Forgot to add a file with Change #11840
42766      Branch: perl
42767            + t/op/srand.t
42768 ____________________________________________________________________________
42769 [ 11840] By: sky                                   on 2001/09/03  11:02:04
42770         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
42771              From: Michael G Schwern <schwern@pobox.com>
42772              Date: Mon, 3 Sep 2001 07:43:00 -0400
42773              Message-ID: <20010903074300.E9233@blackrider>
42774      Branch: perl
42775            ! MANIFEST pod/perlfunc.pod t/op/rand.t
42776 ____________________________________________________________________________
42777 [ 11839] By: sky                                   on 2001/09/03  10:47:11
42778         Log: Document the changes with regards to running of END blocks.
42779              And DESTROY on global objects are called in perl_destruct()!
42780      Branch: perl
42781            ! pod/perl572delta.pod pod/perlembed.pod
42782 ____________________________________________________________________________
42783 [ 11838] By: sky                                   on 2001/09/03  09:34:44
42784         Log: Subject: [PATCH t/op/time.t] Partial cleanup
42785              From: Michael G Schwern <schwern@pobox.com>
42786              Date: Mon, 3 Sep 2001 06:29:42 -0400
42787              Message-ID: <20010903062942.C9233@blackrider>
42788      Branch: perl
42789            ! t/op/time.t
42790 ____________________________________________________________________________
42791 [ 11837] By: sky                                   on 2001/09/03  09:30:02
42792         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
42793              From: Michael G Schwern <schwern@pobox.com>
42794              Date: Mon, 3 Sep 2001 06:24:13 -0400
42795              Message-ID: <20010903062413.B9233@blackrider>
42796      Branch: perl
42797            ! t/op/rand.t
42798 ____________________________________________________________________________
42799 [ 11836] By: sky                                   on 2001/09/03  07:56:47
42800         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
42801              From: Michael G Schwern <schwern@pobox.com>
42802              Date: Sun, 2 Sep 2001 21:38:43 -0400
42803              Message-ID: <20010902213843.L2711@blackrider>
42804      Branch: perl
42805            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
42806            ! MANIFEST
42807 ____________________________________________________________________________
42808 [ 11835] By: nick                                  on 2001/09/03  06:20:06
42809         Log: Integrate mainline
42810      Branch: perlio
42811           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
42812            - t/op/misc.t
42813           !> (integrate 187 files)
42814 ____________________________________________________________________________
42815 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
42816         Log: Update Changes.
42817      Branch: perl
42818            ! Changes patchlevel.h
42819 ____________________________________________________________________________
42820 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
42821         Log: Slight tweaks.
42822      Branch: perl
42823            ! t/run/kill_perl.t
42824 ____________________________________________________________________________
42825 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
42826         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
42827      Branch: perl
42828            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
42829 ____________________________________________________________________________
42830 [ 11831] By: sky                                   on 2001/09/02  12:10:42
42831         Log: Change #11828 wasn't complete, this updates to intest path
42832      Branch: perl
42833            ! t/run/kill_perl.t
42834 ____________________________________________________________________________
42835 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
42836         Log: 's's's.
42837      Branch: perl
42838            ! Changes
42839 ____________________________________________________________________________
42840 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
42841         Log: Update Changes.
42842      Branch: perl
42843            ! Changes patchlevel.h
42844 ____________________________________________________________________________
42845 [ 11828] By: sky                                   on 2001/09/02  11:53:56
42846         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
42847              From: Michael G Schwern <schwern@pobox.com>
42848              Date: Sat, 1 Sep 2001 20:18:58 -0400
42849              Message-ID: <20010901201858.X606@blackrider>
42850              +MANIFEST Fix
42851      Branch: perl
42852            + t/run/kill_perl.t
42853            - t/op/misc.t t/run/segfault.t
42854            ! MANIFEST
42855 ____________________________________________________________________________
42856 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
42857         Log: Subject: [PATCH] lib/Time/Local.pm
42858              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42859              Date: Sun, 2 Sep 2001 06:50:01 -0500
42860              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
42861      Branch: perl
42862            ! lib/Time/Local.pm
42863 ____________________________________________________________________________
42864 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
42865         Log: Tick off Unicode collation and the normalization from
42866              the todo list.
42867      Branch: perl
42868            ! pod/perltodo.pod
42869 ____________________________________________________________________________
42870 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
42871         Log: Update to Unicode 3.1.1.
42872      Branch: perl
42873            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
42874            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
42875            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
42876            ! lib/unicore/PropList.txt lib/unicore/README.perl
42877            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
42878            ! lib/unicore/rename lib/unicore/version
42879 ____________________________________________________________________________
42880 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
42881         Log: Slight doc tweaks for the module.
42882      Branch: perl
42883            ! lib/Unicode/UCD.pm
42884 ____________________________________________________________________________
42885 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
42886         Log: Rename the variable: it *used* to be (wrongly) that the
42887              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
42888              but that is no more the case: PL_reg_match_utf8 is better.
42889      Branch: perl
42890            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
42891            ! regexec.c sv.c thrdvar.h
42892 ____________________________________________________________________________
42893 [ 11822] By: ams                                   on 2001/09/02  02:54:50
42894         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
42895              From: Ilmari Karonen <iltzu@sci.fi>
42896              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
42897              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
42898              (op/sub_lval.t updated to take new error message into account.)
42899      Branch: perl
42900            ! op.c t/op/sub_lval.t
42901 ____________________________________________________________________________
42902 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
42903         Log: remove stray CRs in files; keep all files with UNIX line-ends
42904              (Porting/makerel adds CRs to the files that need it in the
42905              distribution)
42906      Branch: perl
42907            ! NetWare/t/NWScripts.pl README.dos
42908            ! ext/Encode/Encode/cns11643-1.enc
42909            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
42910            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42911 ____________________________________________________________________________
42912 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
42913         Log: some remnants of change#11803
42914      Branch: perl
42915            ! ext/ByteLoader/byterun.h perl.h
42916 ____________________________________________________________________________
42917 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
42918         Log: Update to Unicode::Collate 0.08.
42919      Branch: perl
42920            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42921            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
42922 ____________________________________________________________________________
42923 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
42924         Log: Test tweaks.
42925      Branch: perl
42926            ! t/op/pat.t
42927 ____________________________________________________________________________
42928 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
42929         Log: Fix test
42930      Branch: maint-5.6/macperl
42931            ! t/lib/b.t
42932 ____________________________________________________________________________
42933 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
42934         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
42935              warnings in Config.pm with -W; increase default and
42936              minimum RAM; bump version number.
42937      Branch: maint-5.6/macperl
42938            + macos/lib/Mac/LowMem.pm
42939            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
42940            ! macos/configpm macos/macperl/MacPerl.r
42941 ____________________________________________________________________________
42942 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
42943         Log: Make syntax check report in MPW style, fix tests
42944              to use Mac::err=unix to get normal-style error
42945              messages.
42946      Branch: maint-5.6/macperl
42947            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
42948            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
42949 ____________________________________________________________________________
42950 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
42951         Log: Make MPW-style errors optional (but the default); add
42952              MacPerl::ErrorFormat() function and Mac::err pragma
42953      Branch: maint-5.6/macperl
42954            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
42955            + macos/ext/Mac/err/err.xs
42956            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
42957            ! macos/macish.c macos/macish.h macos/macperl.sym
42958 ____________________________________________________________________________
42959 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
42960         Log: More module and test ports from Thomas Wegner et al
42961      Branch: maint-5.6/macperl
42962            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42963            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
42964            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
42965            ! t/op/magic.t
42966 ____________________________________________________________________________
42967 [ 11812] By: sky                                   on 2001/09/01  17:19:30
42968         Log: Subject: [PATCH t/op/concat.t] cleanup
42969              From: Michael G Schwern <schwern@pobox.com>
42970              Date: Sat, 1 Sep 2001 14:06:28 -0400
42971              Message-ID: <20010901140628.C606@blackrider>
42972      Branch: perl
42973            ! t/op/concat.t
42974 ____________________________________________________________________________
42975 [ 11811] By: sky                                   on 2001/09/01  12:25:29
42976         Log: Change #11805 didn't update the MANIFEST
42977      Branch: perl
42978            ! MANIFEST
42979 ____________________________________________________________________________
42980 [ 11810] By: sky                                   on 2001/09/01  11:52:44
42981         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
42982              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42983              Date: Sat, 1 Sep 2001 14:50:14 +0200
42984              Message-ID: <20010901145014.A691@rafael>
42985      Branch: perl
42986            ! t/op/inccode.t
42987 ____________________________________________________________________________
42988 [ 11809] By: sky                                   on 2001/09/01  11:49:22
42989         Log: Subject: PATCH: ExtUtils::MakeMaker
42990              From: Tony Bowden <tony@kasei.com>
42991              Date: Sat, 1 Sep 2001 10:33:53 +0100
42992              Message-ID: <20010901103353.A13863@soto.kasei.com>
42993              Manually applied
42994      Branch: perl
42995            ! lib/ExtUtils/MakeMaker.pm
42996 ____________________________________________________________________________
42997 [ 11808] By: sky                                   on 2001/09/01  11:39:13
42998         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
42999              From: mike808@users.sourceforge.net
43000              Date: Sat, 1 Sep 101 11:27:50 GMT
43001              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
43002              With little tweak
43003      Branch: perl
43004            ! lib/Term/Cap.pm
43005 ____________________________________________________________________________
43006 [ 11807] By: ams                                   on 2001/09/01  11:31:16
43007         Log: Subject: oct() and hex()
43008              From: Nicholas Clark <nick@ccl4.org>
43009              Date: Fri, 31 Aug 2001 23:14:13 +0100
43010              Message-Id: <20010831231413.J4950@plum.flirble.org>
43011      Branch: perl
43012            ! pod/perlclib.pod
43013 ____________________________________________________________________________
43014 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
43015         Log: Integrate change 11801 from maintperl
43016      Branch: maint-5.6/macperl
43017            ! perl.c
43018 ____________________________________________________________________________
43019 [ 11805] By: sky                                   on 2001/08/31  21:35:10
43020         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
43021              From: Michael G Schwern <schwern@pobox.com>
43022              Date: Fri, 31 Aug 2001 15:36:28 -0400
43023              Message-ID: <20010831153628.B598@blackrider>
43024              Check for things which used to segfault
43025      Branch: perl
43026            + t/run/segfault.t
43027 ____________________________________________________________________________
43028 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
43029         Log: integrate change#11801 from maint-5.6
43030              
43031              remove age-old UNICOS "workaround" that introduces a static, and
43032              hence an egregious race condition for threaded builds (*sigh*
43033              beats me why this kludge wasn't guarded by a UNICOS-specific
43034              #define *sigh*)
43035      Branch: perl
43036            ! perl.c
43037 ____________________________________________________________________________
43038 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
43039         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
43040              working in 5.7.x
43041      Branch: perl
43042            - objXSUB.h
43043            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
43044            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
43045            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
43046            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
43047            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
43048            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
43049            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
43050            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
43051            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
43052            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
43053            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
43054            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
43055            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
43056            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
43057            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
43058            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
43059            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
43060            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
43061            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
43062            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
43063            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
43064            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
43065 ____________________________________________________________________________
43066 [ 11802] By: ams                                   on 2001/08/31  18:11:32
43067         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
43068              From: "Philip Newton" <Philip.Newton@gmx.net>
43069              Date: Fri, 31 Aug 2001 21:12:56 +0200
43070              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
43071      Branch: perl
43072            ! pod/perldiag.pod
43073 ____________________________________________________________________________
43074 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
43075         Log: remove age-old UNICOS "workaround" that introduces a static, and
43076              hence an egregious race condition for threaded builds (*sigh*
43077              beats me why this kludge wasn't guarded by a UNICOS-specific
43078              #define *sigh*)
43079      Branch: maint-5.6/perl
43080            ! perl.c
43081 ____________________________________________________________________________
43082 [ 11800] By: sky                                   on 2001/08/31  17:30:26
43083         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
43084              Might break on platforms where bool is larger than 8 bites ???
43085      Branch: perl
43086            ! regcomp.c
43087 ____________________________________________________________________________
43088 [ 11799] By: ams                                   on 2001/08/31  12:15:44
43089         Log: Integrate 11778 into mainline.
43090      Branch: perl
43091            ! t/base/term.t
43092 ____________________________________________________________________________
43093 [ 11798] By: sky                                   on 2001/08/31  11:31:44
43094         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
43095              supposed to happen.
43096      Branch: perl
43097            ! regcomp.c
43098 ____________________________________________________________________________
43099 [ 11797] By: sky                                   on 2001/08/31  11:28:17
43100         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
43101              From: "John P. Linderman" <jpl@research.att.com>
43102              Date: Fri, 31 Aug 2001 08:20:35 -0400
43103              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
43104              Fixes test 14 which could fail randomly in rare cases.
43105      Branch: perl
43106            ! ext/Time/HiRes/HiRes.t regcomp.c
43107 ____________________________________________________________________________
43108 [ 11796] By: ams                                   on 2001/08/31  01:13:07
43109         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
43110              From: Nicholas Clark <nick@ccl4.org>
43111              Date: Thu, 30 Aug 2001 23:21:50 +0100
43112              Message-Id: <20010830232150.D4950@plum.flirble.org>
43113      Branch: perl
43114            ! ext/Sys/Syslog/Makefile.PL
43115 ____________________________________________________________________________
43116 [ 11795] By: ams                                   on 2001/08/30  23:53:23
43117         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
43118              patching example
43119              From: Michael G Schwern <schwern@pobox.com>
43120              Date: Thu, 30 Aug 2001 17:02:08 -0400
43121              Message-Id: <20010830170208.M2318@blackrider>
43122      Branch: perl
43123            ! pod/perlhack.pod
43124 ____________________________________________________________________________
43125 [ 11794] By: ams                                   on 2001/08/30  19:35:36
43126         Log: Subject: [PATCH] pp_modulo
43127              From: Nicholas Clark <nick@ccl4.org>
43128              Date: Thu, 30 Aug 2001 18:20:54 +0100
43129              Message-Id: <20010830182053.A4950@plum.flirble.org>
43130      Branch: perl
43131            ! pp.c t/op/64bitint.t
43132 ____________________________________________________________________________
43133 [ 11793] By: sky                                   on 2001/08/30  13:02:48
43134         Log: 11792 wasn't complete
43135      Branch: perl
43136            ! makedef.pl regcomp.c
43137 ____________________________________________________________________________
43138 [ 11792] By: sky                                   on 2001/08/30  12:21:11
43139         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
43140      Branch: perl
43141            ! makedef.pl
43142 ____________________________________________________________________________
43143 [ 11791] By: sky                                   on 2001/08/30  10:08:02
43144         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
43145      Branch: perl
43146            ! config_h.SH
43147 ____________________________________________________________________________
43148 [ 11790] By: sky                                   on 2001/08/30  08:22:31
43149         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
43150              on the pad. Fixes coredumps in cleanups introduced by
43151              Change 11755  
43152      Branch: perl
43153            ! op.c perl.c sv.h
43154 ____________________________________________________________________________
43155 [ 11789] By: sky                                   on 2001/08/29  19:01:47
43156         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
43157              This is a replacement implmentation that works on HPUX.
43158              This bug should probably be fixed in GCC.
43159      Branch: perl
43160            ! ext/Socket/Socket.xs
43161 ____________________________________________________________________________
43162 [ 11788] By: ams                                   on 2001/08/29  17:35:33
43163         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
43164              From: Nicholas Clark <nick@ccl4.org>
43165              Date: Wed, 29 Aug 2001 18:21:56 +0100
43166              Message-Id: <20010829182156.O4950@plum.flirble.org>
43167      Branch: perl
43168            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
43169 ____________________________________________________________________________
43170 [ 11787] By: sky                                   on 2001/08/29  10:42:54
43171         Log: Added test for pack_addr_in and unpack_addr_in
43172              Nitpik in test 10
43173      Branch: perl
43174            ! ext/Socket/Socket.t
43175 ____________________________________________________________________________
43176 [ 11786] By: sky                                   on 2001/08/29  10:28:14
43177         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
43178              Trying to catch errors on HP-UX
43179      Branch: perl
43180            ! ext/Socket/Socket.t
43181 ____________________________________________________________________________
43182 [ 11785] By: sky                                   on 2001/08/29  09:07:03
43183         Log: make sure USE_THREADS is defined so external apps work
43184      Branch: perl
43185            ! config_h.SH
43186 ____________________________________________________________________________
43187 [ 11784] By: sky                                   on 2001/08/29  08:06:12
43188         Log: Subject: Re: The hitlist of untested modules.
43189              From: Jonathan Stowe <gellyfish@gellyfish.com>
43190              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
43191              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
43192              Start of tests for Shell.pm (make Schwern poorer!)
43193      Branch: perl
43194            + lib/Shell.t
43195            ! MANIFEST
43196 ____________________________________________________________________________
43197 [ 11783] By: sky                                   on 2001/08/29  07:37:50
43198         Log: END{} can change the return value even if we die from BEGIN{}
43199      Branch: perl
43200            ! miniperlmain.c
43201 ____________________________________________________________________________
43202 [ 11782] By: ams                                   on 2001/08/29  06:32:17
43203         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
43204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43205              Date: Wed, 29 Aug 2001 09:18:17 +0200
43206              Message-Id: <20010829091817.A4453@rafael>
43207      Branch: perl
43208            ! t/op/inccode.t
43209 ____________________________________________________________________________
43210 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
43211         Log: Delete xsubpp.patch, as full copy exists now
43212      Branch: maint-5.6/macperl
43213            - macos/xsubpp.patch
43214 ____________________________________________________________________________
43215 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
43216         Log: Add Changes file
43217      Branch: maint-5.6/macperl
43218            + macos/Changes
43219 ____________________________________________________________________________
43220 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
43221         Log: Add Mac version of xsubpp as separate file
43222      Branch: maint-5.6/macperl
43223            + macos/xsubpp
43224            ! macos/Makefile.mk
43225 ____________________________________________________________________________
43226 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
43227         Log: Fix open of /dev/null for Mac OS
43228      Branch: maint-5.6/macperl
43229            ! t/base/term.t
43230 ____________________________________________________________________________
43231 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
43232         Log: Various patches: enable more tests; skip CVS in PerlInstall;
43233              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
43234      Branch: maint-5.6/macperl
43235            ! macos/MacPerlTests.cmd macos/PerlInstall
43236            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
43237 ____________________________________________________________________________
43238 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
43239         Log: Allow for platforms to override formatting of errors
43240              on output from Matthias Neeracher (Mac files)
43241      Branch: maint-5.6/macperl
43242            ! macos/macish.c macos/macish.h
43243 ____________________________________________________________________________
43244 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
43245         Log: Allow for platforms to override formatting of errors
43246              on output from Matthias Neeracher (core files)
43247      Branch: maint-5.6/macperl
43248            ! perl.h pp_ctl.c util.c
43249 ____________________________________________________________________________
43250 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
43251         Log: Add some param checking, from reports by Kevin Reid.
43252      Branch: maint-5.6/macperl
43253            ! macos/ext/Mac/Controls/Controls.pm
43254            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
43255 ____________________________________________________________________________
43256 [ 11773] By: ams                                   on 2001/08/28  23:54:57
43257         Log: Subject: [PATCH] make coretest
43258              From: Paul Johnson <paul@pjcj.net>
43259              Date: Wed, 29 Aug 2001 00:11:38 +0200
43260              Message-Id: <20010829001138.B12169@pjcj.net>
43261              (Applied without the change to perlhack.pod. This should
43262              probably stay undocumented.)
43263      Branch: perl
43264            ! Makefile.SH t/TEST
43265 ____________________________________________________________________________
43266 [ 11772] By: sky                                   on 2001/08/28  13:01:20
43267         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
43268              From: Michael G Schwern <schwern@pobox.com>
43269              Date: Tue, 28 Aug 2001 09:57:39 -0400
43270              Message-ID: <20010828095738.E17775@blackrider>
43271      Branch: perl
43272            ! pod/perlhack.pod t/op/pack.t
43273 ____________________________________________________________________________
43274 [ 11771] By: sky                                   on 2001/08/28  11:20:13
43275         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
43276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43277              Date: Tue, 28 Aug 2001 14:23:43 +0200
43278              Message-ID: <20010828142343.A19299@rafael>
43279      Branch: perl
43280            ! pod/perlvar.pod pp_ctl.c
43281 ____________________________________________________________________________
43282 [ 11770] By: ams                                   on 2001/08/28  10:13:21
43283         Log: Subject: [PATCH] odd typo in op.h
43284              From: Nicholas Clark <nick@ccl4.org>
43285              Date: Tue, 28 Aug 2001 12:10:26 +0100
43286              Message-Id: <20010828121026.V4950@plum.flirble.org>
43287      Branch: perl
43288            ! op.h
43289 ____________________________________________________________________________
43290 [ 11769] By: sky                                   on 2001/08/28  08:09:16
43291         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
43292              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
43293              Date: Tue, 28 Aug 2001 02:22:20 +0300
43294              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
43295      Branch: perl
43296            ! ext/B/B/Lint.pm
43297 ____________________________________________________________________________
43298 [ 11768] By: ams                                   on 2001/08/28  00:47:35
43299         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
43300              From: Michael G Schwern <schwern@pobox.com>
43301              Date: Mon, 27 Aug 2001 21:24:44 -0400
43302              Message-Id: <20010827212444.F12582@blackrider>
43303      Branch: perl
43304            ! pod/perlhack.pod t/op/pack.t
43305 ____________________________________________________________________________
43306 [ 11767] By: ams                                   on 2001/08/27  23:59:48
43307         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
43308              From: Michael G Schwern <schwern@pobox.com>
43309              Date: Mon, 27 Aug 2001 20:12:29 -0400
43310              Message-Id: <20010827201229.D12582@blackrider>
43311      Branch: perl
43312            ! pod/perlhack.pod t/op/pack.t
43313 ____________________________________________________________________________
43314 [ 11766] By: ams                                   on 2001/08/27  23:39:40
43315         Log: Update Changes.
43316      Branch: perl
43317            ! Changes
43318 ____________________________________________________________________________
43319 [ 11765] By: ams                                   on 2001/08/27  22:53:10
43320         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
43321              From: Michael G Schwern <schwern@pobox.com>
43322              Date: Mon, 27 Aug 2001 19:47:30 -0400
43323              Message-Id: <20010827194730.C12582@blackrider>
43324      Branch: perl
43325            ! t/op/inccode.t
43326 ____________________________________________________________________________
43327 [ 11764] By: ams                                   on 2001/08/27  22:46:21
43328         Log: Subject: [PATCH] new tests for the coderef-in-@INC
43329              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43330              Date: Mon, 27 Aug 2001 22:36:27 +0200
43331              Message-Id: <20010827223627.C690@rafael>
43332              
43333              Subject: Re: [PATCH] new tests for the coderef-in-@INC
43334              From: Nicholas Clark <nick@ccl4.org>
43335              Date: Tue, 28 Aug 2001 00:02:46 +0100
43336              Message-Id: <20010828000245.R4950@plum.flirble.org>
43337      Branch: perl
43338            + t/op/inccode.t
43339            ! MANIFEST
43340 ____________________________________________________________________________
43341 [ 11763] By: ams                                   on 2001/08/27  22:41:09
43342         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
43343              bleadperl on fire, Win95+4NT)
43344              From: Michael G Schwern <schwern@pobox.com>
43345              Date: Mon, 27 Aug 2001 16:54:42 -0400
43346              Message-Id: <20010827165442.F9436@blackrider>
43347      Branch: perl
43348            ! lib/warnings.t
43349 ____________________________________________________________________________
43350 [ 11762] By: sky                                   on 2001/08/27  19:19:17
43351         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
43352              avaible at compile time. This broke the compilation of 
43353              Net/Ping.pm
43354      Branch: perl
43355            ! lib/Net/Ping.pm
43356 ____________________________________________________________________________
43357 [ 11761] By: sky                                   on 2001/08/27  18:34:48
43358         Log: Removed tripple definitions of CUSTOM_OP functions.
43359      Branch: perl
43360            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
43361 ____________________________________________________________________________
43362 [ 11760] By: sky                                   on 2001/08/27  18:21:27
43363         Log: Regen headers
43364      Branch: perl
43365            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
43366            ! perlapi.h proto.h
43367 ____________________________________________________________________________
43368 [ 11759] By: ams                                   on 2001/08/27  16:31:53
43369         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
43370              From: "chromatic" <chromatic@rmci.net>
43371              Date: Mon, 27 Aug 2001 11:17:09 -0600
43372              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
43373      Branch: perl
43374            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
43375 ____________________________________________________________________________
43376 [ 11758] By: sky                                   on 2001/08/27  15:16:42
43377         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
43378              Thanks to H. Merijn Brand for the patch.
43379              Some of the comments and or guards might be removable in perl.h now.
43380      Branch: perl
43381            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
43382            ! Porting/Glossary Porting/config_H README.threads config_h.SH
43383            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
43384            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
43385            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
43386            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
43387            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
43388            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
43389            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
43390            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
43391            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
43392            ! win32/config_H.vc win32/perllib.c win32/win32.h
43393            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
43394            ! wince/config.h wince/config_H.ce wince/win32.h
43395            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
43396 ____________________________________________________________________________
43397 [ 11757] By: sky                                   on 2001/08/27  13:39:16
43398         Log: Subject: GNU ld parses arguments different
43399              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43400              Date: Mon, 27 Aug 2001 16:25:51 +0200
43401              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
43402      Branch: perl
43403            ! hints/hpux.sh
43404 ____________________________________________________________________________
43405 [ 11756] By: sky                                   on 2001/08/27  13:18:45
43406         Log: Subject: Custom Ops
43407              From: Simon Cozens <simon@netthink.co.uk>
43408              Date: Sat, 25 Aug 2001 17:45:09 +0100
43409              Message-ID: <20010825174509.A5752@netthink.co.uk>
43410              I also added a fix to Opcode.pm to quite test cases.
43411      Branch: perl
43412            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
43413            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
43414 ____________________________________________________________________________
43415 [ 11755] By: sky                                   on 2001/08/27  05:37:17
43416         Log: Plugs a memory leak on destruction of regular expressions
43417              introcued by #11274.
43418              PL_regex_padav now has an AV as it's first entry with a list
43419              of freed regex_padav slots that it will reuse on creating
43420              new PMOPs.
43421      Branch: perl
43422            ! op.c perl.c
43423 ____________________________________________________________________________
43424 [ 11754] By: ams                                   on 2001/08/26  14:38:52
43425         Log: Subject: [PATCH] t/io/binmode.t
43426              From: Nicholas Clark <nick@ccl4.org>
43427              Date: Sun, 26 Aug 2001 12:03:05 +0100
43428              Message-Id: <20010826120305.C4950@plum.flirble.org>
43429              
43430              (Also a nitpick in #11752 to t/op/universal.t)
43431      Branch: perl
43432            ! t/io/binmode.t t/op/universal.t
43433 ____________________________________________________________________________
43434 [ 11753] By: ams                                   on 2001/08/26  08:19:34
43435         Log: Subject: [PATCH] op/universal.t failing
43436              From: Nicholas Clark <nick@ccl4.org>
43437              Date: Sun, 26 Aug 2001 09:48:22 +0100
43438              Message-Id: <20010826094822.B4950@plum.flirble.org>
43439      Branch: perl
43440            ! t/op/universal.t
43441 ____________________________________________________________________________
43442 [ 11752] By: ams                                   on 2001/08/25  22:46:13
43443         Log: Subject: Re: 'can' with undefined subs
43444              From: Tony Bowden <tony@kasei.com>
43445              Date: Sat, 25 Aug 2001 14:58:17 +0100
43446              Message-Id: <20010825145817.A11788@soto.kasei.com>
43447              (Applied with minor modifications.)
43448      Branch: perl
43449            ! t/op/universal.t
43450 ____________________________________________________________________________
43451 [ 11751] By: ams                                   on 2001/08/25  18:28:43
43452         Log: Subject: Re: 'can' with undefined subs
43453              From: Tony Bowden <tony@kasei.com>
43454              Date: Sat, 25 Aug 2001 15:13:14 +0100
43455              Message-Id: <20010825151314.B11788@soto.kasei.com>
43456      Branch: perl
43457            ! lib/UNIVERSAL.pm
43458 ____________________________________________________________________________
43459 [ 11750] By: nick                                  on 2001/08/25  15:24:15
43460         Log: Integrate mainline
43461      Branch: perlio
43462           +> t/io/binmode.t
43463           !> (integrate 26 files)
43464 ____________________________________________________________________________
43465 [ 11749] By: nick                                  on 2001/08/25  14:55:41
43466         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
43467              From:  John Peacock <jpeacock@rowman.com>
43468              Date:  Wed, 22 Aug 2001 12:05:28 -0400
43469              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
43470      Branch: perl
43471            ! pod/perlhack.pod
43472 ____________________________________________________________________________
43473 [ 11748] By: nick                                  on 2001/08/25  14:53:04
43474         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
43475              From:  Michael G Schwern <schwern@pobox.com>
43476              Date:  Wed, 22 Aug 2001 19:22:45 -0400
43477              Message-Id:  <20010822192245.U619@blackrider>
43478      Branch: perl
43479            ! MANIFEST
43480 ____________________________________________________________________________
43481 [ 11747] By: nick                                  on 2001/08/25  14:52:33
43482         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
43483              From:  Nicholas Clark <nick@ccl4.org>
43484              Date:  Wed, 22 Aug 2001 23:29:06 +0100
43485              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
43486      Branch: perl
43487            + t/io/binmode.t
43488            ! perlio.c pod/perlfunc.pod
43489 ____________________________________________________________________________
43490 [ 11744] By: nick                                  on 2001/08/25  14:37:33
43491         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
43492              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43493              Date:  Fri, 24 Aug 2001 22:10:42 +0200
43494              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
43495      Branch: perl
43496            ! x2p/a2py.c x2p/walk.c
43497 ____________________________________________________________________________
43498 [ 11743] By: nick                                  on 2001/08/25  14:32:47
43499         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
43500              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43501              Date:  Fri, 24 Aug 2001 23:34:13 +0200
43502              Message-Id:  <20010824233413.A1285@rafael>
43503      Branch: perl
43504            ! pod/perlfunc.pod pod/perlvar.pod
43505 ____________________________________________________________________________
43506 [ 11742] By: ams                                   on 2001/08/25  13:16:02
43507         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
43508              From: Nicholas Clark <nick@ccl4.org>
43509              Date: Sat, 25 Aug 2001 14:50:07 +0100
43510              Message-Id: <20010825145007.L41464@plum.flirble.org>
43511      Branch: perl
43512            ! pp_ctl.c
43513 ____________________________________________________________________________
43514 [ 11741] By: nick                                  on 2001/08/24  07:08:45
43515         Log: When applying patch via Porting/apply fails, do p4 refresh
43516              to get old files back.
43517      Branch: perl
43518            ! Porting/apply
43519 ____________________________________________________________________________
43520 [ 11740] By: ams                                   on 2001/08/24  04:47:24
43521         Log: #11739 was incomplete.
43522      Branch: perl
43523            ! pod/perldiag.pod
43524 ____________________________________________________________________________
43525 [ 11739] By: ams                                   on 2001/08/24  04:09:40
43526         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
43527              From: "Philip Newton" <Philip.Newton@gmx.net>
43528              Date: Fri, 24 Aug 2001 07:08:34 +0200
43529      Branch: perl
43530            ! pod/perldiag.pod
43531 ____________________________________________________________________________
43532 [ 11738] By: ams                                   on 2001/08/24  02:19:42
43533         Log: Fixed Doug Wilson's email address.
43534      Branch: perl
43535            ! AUTHORS
43536 ____________________________________________________________________________
43537 [ 11737] By: ams                                   on 2001/08/24  00:10:13
43538         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
43539              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43540              Date: Thu, 23 Aug 2001 22:22:58 +0200
43541              Message-Id: <20010823222258.A901@rafael>
43542      Branch: perl
43543            ! pod/perldiag.pod
43544 ____________________________________________________________________________
43545 [ 11736] By: ams                                   on 2001/08/24  00:05:02
43546         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
43547              From: "Craig A. Berry" <craigberry@mac.com>
43548              Date: Thu, 23 Aug 2001 19:07:45 -0500
43549              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
43550      Branch: perl
43551            ! configure.com
43552 ____________________________________________________________________________
43553 [ 11735] By: sky                                   on 2001/08/23  13:42:07
43554         Log: Backed out 11732, it breaks lib/strict.t 
43555      Branch: perl
43556            ! op.c
43557 ____________________________________________________________________________
43558 [ 11734] By: sky                                   on 2001/08/23  11:45:59
43559         Log: Removed toy from 17133 after Matt Sargeants request.
43560      Branch: perl
43561            ! pod/perlfaq4.pod
43562 ____________________________________________________________________________
43563 [ 11733] By: sky                                   on 2001/08/23  11:36:29
43564         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
43565              From: Robin Houston <robin@kitsite.com>
43566              Date: Wed, 22 Aug 2001 23:06:16 +0100
43567              Message-ID: <20010822230616.A254@robin.kitsite.com>
43568      Branch: perl
43569            ! pod/perlfaq4.pod
43570 ____________________________________________________________________________
43571 [ 11732] By: sky                                   on 2001/08/23  10:36:02
43572         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
43573              From: Simon Cozens <simon@netthink.co.uk>
43574              Date: Thu, 23 Aug 2001 12:06:36 +0100
43575              Message-ID: <20010823120636.A9961@netthink.co.uk>
43576      Branch: perl
43577            ! op.c
43578 ____________________________________________________________________________
43579 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
43580         Log: fix broken windows build
43581      Branch: perl
43582            ! perl.h
43583 ____________________________________________________________________________
43584 [ 11730] By: ams                                   on 2001/08/22  21:35:30
43585         Log: Subject: [PATCH] io/tell.t doesn't chdir t
43586              From: Nicholas Clark <nick@ccl4.org>
43587              Date: Wed, 22 Aug 2001 23:25:58 +0100
43588              Message-Id: <20010822232557.Y82818@plum.flirble.org>
43589      Branch: perl
43590            ! t/io/tell.t
43591 ____________________________________________________________________________
43592 [ 11729] By: ams                                   on 2001/08/22  20:32:21
43593         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43594              questions)
43595              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43596              Date: Wed, 22 Aug 2001 17:09:04 -0400
43597              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43598              (Oops, forgot File::Spec::Unix in the previous patch.)
43599      Branch: perl
43600            ! lib/File/Spec/Unix.pm
43601 ____________________________________________________________________________
43602 [ 11728] By: ams                                   on 2001/08/22  20:25:41
43603         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43604              questions)
43605              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43606              Date: Wed, 22 Aug 2001 17:09:04 -0400
43607              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43608      Branch: perl
43609            ! lib/File/Spec.pm
43610 ____________________________________________________________________________
43611 [ 11727] By: ams                                   on 2001/08/22  19:43:30
43612         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
43613              From: John Peacock <jpeacock@rowman.com>
43614              Date: Wed, 22 Aug 2001 12:35:52 -0400
43615              Message-Id: <3B83DF68.5D89DC81@rowman.com>
43616              (Adds proper tests for $], notwithstanding Subject. +nitpick)
43617      Branch: perl
43618            ! t/op/ver.t
43619 ____________________________________________________________________________
43620 [ 11726] By: ams                                   on 2001/08/22  19:36:39
43621         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
43622              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
43623              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
43624              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
43625      Branch: perl
43626            ! lib/diagnostics.pm lib/diagnostics.t
43627 ____________________________________________________________________________
43628 [ 11725] By: ams                                   on 2001/08/22  19:25:01
43629         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
43630              From: Nicholas Clark <nick@ccl4.org>
43631              Date: Wed, 22 Aug 2001 20:59:05 +0100
43632              Message-Id: <20010822205905.U82818@plum.flirble.org>
43633      Branch: perl
43634            ! pp.c t/op/64bitint.t t/op/arith.t
43635 ____________________________________________________________________________
43636 [ 11724] By: ams                                   on 2001/08/22  10:02:33
43637         Log: Subject: Configure blooper
43638              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43639              Date: Wed, 22 Aug 2001 12:38:35 +0200
43640              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
43641      Branch: perl
43642            ! Configure
43643 ____________________________________________________________________________
43644 [ 11723] By: ams                                   on 2001/08/21  16:17:53
43645         Log: Subject: [PATCH] installperl -help
43646              From: Nicholas Clark <nick@ccl4.org>
43647              Date: Tue, 21 Aug 2001 17:34:23 +0100
43648              Message-Id: <20010821173423.F82818@plum.flirble.org>
43649      Branch: perl
43650            ! installperl
43651 ____________________________________________________________________________
43652 [ 11722] By: ams                                   on 2001/08/20  07:46:31
43653         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
43654              From: Ilmari Karonen <iltzu@sci.fi>
43655              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
43656              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
43657      Branch: perl
43658            ! pod/perlvar.pod
43659 ____________________________________________________________________________
43660 [ 11721] By: nick                                  on 2001/08/20  06:24:31
43661         Log: Integrate mainline
43662      Branch: perlio
43663           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
43664           +> lib/Lingua/KO/Hangul/Util/Changes
43665           +> lib/Lingua/KO/Hangul/Util/README
43666           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43667           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43668           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43669           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43670           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43671           +> lib/Unicode/Normalize/t/test.t
43672            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43673           !> (integrate 55 files)
43674 ____________________________________________________________________________
43675 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
43676         Log: Integrate Change #11599 from maint-5.6/perl
43677      Branch: maint-5.6/macperl
43678           !> README.win32
43679 ____________________________________________________________________________
43680 [ 11719] By: ams                                   on 2001/08/18  21:21:42
43681         Log: Add Porting/apply to MANIFEST.
43682      Branch: perl
43683            ! MANIFEST
43684 ____________________________________________________________________________
43685 [ 11718] By: sky                                   on 2001/08/18  14:38:01
43686         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
43687              Better solution would be to make 5005threaded perl use
43688              the same system as ithreads do
43689      Branch: perl
43690            ! perl.h
43691 ____________________________________________________________________________
43692 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
43693         Log: New try for ID 20010407.006: detach the semantics
43694              "was the last match target UTF8" into its own variable.
43695      Branch: perl
43696            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
43697            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
43698 ____________________________________________________________________________
43699 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
43700         Log: UTF8 flag should be meaningful only when POK.
43701      Branch: perl
43702            ! dump.c
43703 ____________________________________________________________________________
43704 [ 11715] By: sky                                   on 2001/08/18  11:45:16
43705         Log: USE_THREADS and USE_ITHREADS are never true at the same time
43706      Branch: perl
43707            ! perl.h
43708 ____________________________________________________________________________
43709 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
43710         Log: Retract #11712 for now.  The real fix would probably
43711              be something like making PL_reg_sv a copy (PV + UTF8)
43712              of the matched/substituted string (note: not just a SvPOK
43713              string, for example the stringified form of a ROK would
43714              be applicable)  Beware of leaks.
43715      Branch: perl
43716            ! pp_hot.c t/op/pat.t
43717 ____________________________________________________________________________
43718 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
43719         Log: UTF8 wasn't printing for PVMGs.
43720      Branch: perl
43721            ! dump.c
43722 ____________________________________________________________________________
43723 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
43724         Log: (Retracted by #11714)
43725              
43726              Okay analysis, debatable fix.  (The fix will inc
43727              the refcount of all temporary match objects,
43728              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
43729              which will then cause griping at untie() time
43730              ("inner references remain").
43731              
43732              Fix for ID 20010407.006: PL_reg_sv got wiped out
43733              by freetemps if the match target was a temporary
43734              (like function_call() =~ /.../), which in turn meant
43735              that the $1 et al stopped working if they had UTF-8
43736              in them.  Therefore bump up the refcount of PL_reg_sv.
43737      Branch: perl
43738            ! pp_hot.c t/op/pat.t
43739 ____________________________________________________________________________
43740 [ 11711] By: ams                                   on 2001/08/17  20:32:08
43741         Log: Subject: [PATCH] doesn't compile, was perl@11710
43742              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43743              Date: Fri, 17 Aug 2001 23:21:10 +0200
43744              Message-Id: <20010817232110.C7041@rafael> 
43745      Branch: perl
43746            ! sharedsv.c
43747 ____________________________________________________________________________
43748 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
43749         Log: Update Changes.
43750      Branch: perl
43751            ! Changes patchlevel.h
43752 ____________________________________________________________________________
43753 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
43754         Log: Upgrade to libnet 1.0704.
43755      Branch: perl
43756            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43757            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
43758            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
43759            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
43760            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
43761            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
43762            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
43763 ____________________________________________________________________________
43764 [ 11708] By: sky                                   on 2001/08/17  13:34:04
43765         Log: Let perl_clone copy PL_exit_flags
43766      Branch: perl
43767            ! sv.c
43768 ____________________________________________________________________________
43769 [ 11707] By: sky                                   on 2001/08/17  12:28:41
43770         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
43771      Branch: perl
43772            ! sharedsv.c sharedsv.h
43773 ____________________________________________________________________________
43774 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
43775         Log: The metaconfig unit change for #11705.
43776      Branch: metaconfig/U/perl
43777            ! Extensions.U
43778 ____________________________________________________________________________
43779 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
43780         Log: Allow the threads extension to be found if present.
43781      Branch: perl
43782            ! Configure
43783 ____________________________________________________________________________
43784 [ 11704] By: nick                                  on 2001/08/17  11:47:54
43785         Log: Mail -> change script (pre-alpha)
43786      Branch: perl
43787            + Porting/apply
43788 ____________________________________________________________________________
43789 [ 11703] By: sky                                   on 2001/08/17  07:11:24
43790         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
43791              Thanks to Tom Hospel for pointing out my error.
43792      Branch: perl
43793            ! op.h
43794 ____________________________________________________________________________
43795 [ 11702] By: sky                                   on 2001/08/17  04:18:11
43796         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.
43797      Branch: perl
43798            ! embed.pl miniperlmain.c perl.c perl.h proto.h
43799 ____________________________________________________________________________
43800 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
43801         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
43802              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
43803      Branch: perl
43804            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
43805            + lib/Lingua/KO/Hangul/Util/README
43806            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43807            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43808            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43809            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43810            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43811            + lib/Unicode/Normalize/t/test.t
43812            ! MANIFEST
43813 ____________________________________________________________________________
43814 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
43815         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
43816              Date: Thu, 16 Aug 2001 22:46:15 -0500
43817              From: "Craig A. Berry" <craigberry@mac.com>
43818              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
43819      Branch: perl
43820            ! configure.com numeric.c
43821 ____________________________________________________________________________
43822 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
43823         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
43824              of the usual suspects (like getpwent) but not for others
43825              (like localtime and rand).  The _r versions are available
43826              for all of them, so let's use them.
43827      Branch: perl
43828            ! perl.h
43829 ____________________________________________________________________________
43830 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
43831         Log: (Accidental apply; thankfully empty.)
43832      Branch: perl
43833            ! hints/os390.sh
43834 ____________________________________________________________________________
43835 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
43836         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
43837              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43838              Date: Thu, 16 Aug 2001 16:27:49 +0100
43839              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
43840      Branch: perl
43841            ! regexec.c t/op/re_tests
43842 ____________________________________________________________________________
43843 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
43844         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
43845              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43846              Date: Thu, 16 Aug 2001 18:50:01 +0100
43847              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
43848      Branch: perl
43849            ! pp_hot.c t/op/pat.t
43850 ____________________________________________________________________________
43851 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
43852         Log: Subject: [PATCH] *time_r again
43853              From: "Arthur Bergman" <arthur@contiller.se>
43854              Date: Thu, 16 Aug 2001 16:01:54 +0200
43855              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
43856      Branch: perl
43857            ! op.h
43858 ____________________________________________________________________________
43859 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
43860         Log: system() and backtick error handling cleanup from Craig A. Berry.
43861      Branch: perl
43862            ! vms/vms.c
43863 ____________________________________________________________________________
43864 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
43865         Log: change#10334 leaks memory, copies string when it doesn't
43866              need to
43867      Branch: perl
43868            ! perl.c
43869 ____________________________________________________________________________
43870 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
43871         Log: One more twist to the sprintf + utf8 testing.
43872      Branch: perl
43873            ! t/op/misc.t
43874 ____________________________________________________________________________
43875 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
43876         Log: Fix for 20010407.008 sprintf removes utf8-ness.
43877      Branch: perl
43878            ! pp.c t/op/misc.t
43879 ____________________________________________________________________________
43880 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
43881         Log: Subject: [PATCH] *time_r fixes
43882              From: "Arthur Bergman" <arthur@contiller.se>
43883              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
43884              Date: Thu, 16 Aug 2001 14:22:27 +0200
43885      Branch: perl
43886            ! op.h
43887 ____________________________________________________________________________
43888 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
43889         Log: Upgrade to CGI.pm 2.77.
43890      Branch: perl
43891            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
43892            ! lib/CGI/t/function.t
43893 ____________________________________________________________________________
43894 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
43895         Log: Document the bytes-to-Unicode upgrading.
43896      Branch: perl
43897            ! pod/perlunicode.pod
43898 ____________________________________________________________________________
43899 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
43900         Log: Add a test for Unicode sprintf.
43901      Branch: perl
43902            ! t/op/misc.t
43903 ____________________________________________________________________________
43904 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
43905         Log: Add Unicode tests for index/rindex.
43906      Branch: perl
43907            ! t/op/index.t
43908 ____________________________________________________________________________
43909 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
43910         Log: Document a bit the art of minimizing the installation,
43911              based on the p5p discussion.
43912      Branch: perl
43913            ! INSTALL
43914 ____________________________________________________________________________
43915 [ 11684] By: nick                                  on 2001/08/15  15:03:31
43916         Log: Integrate mainline
43917      Branch: perlio
43918           +> sharedsv.c sharedsv.h
43919           !> (integrate 53 files)
43920 ____________________________________________________________________________
43921 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
43922         Log: Update Changes.
43923      Branch: perl
43924            ! Changes patchlevel.h
43925 ____________________________________________________________________________
43926 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
43927         Log: The #11673 necessitated a test tweak.
43928      Branch: perl
43929            ! t/io/utf8.t
43930 ____________________________________________________________________________
43931 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
43932         Log: Also UNICOS is in the general case unable to silently
43933              handle fp overflows.
43934      Branch: perl
43935            ! numeric.c
43936 ____________________________________________________________________________
43937 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
43938         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
43939              NV_EPSILON #defined.
43940      Branch: perl
43941            ! perl.h
43942 ____________________________________________________________________________
43943 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
43944         Log: Re-establish the fp overflow detection for VAX VMS; there
43945              is no easy way to have the IEEE fp silent overflow semantics.
43946              (in Alpha VMS we still will use IEEE fp by default-- but it
43947              is still possible to configure Perl to use G_FLOAT)
43948      Branch: perl
43949            ! numeric.c
43950 ____________________________________________________________________________
43951 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
43952         Log: Subject: [PATCH] pp_lock 
43953              From: "Arthur Bergman" <arthur@contiller.se>
43954              Date: Wed, 15 Aug 2001 11:52:16 +0200
43955              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
43956      Branch: perl
43957            ! pp.c
43958 ____________________________________________________________________________
43959 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
43960         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
43961              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43962              Date: Wed, 15 Aug 2001 11:32:11 +0100
43963              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
43964      Branch: perl
43965            ! regcomp.c t/op/re_tests
43966 ____________________________________________________________________________
43967 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
43968         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
43969              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43970              Date: Wed, 15 Aug 2001 10:33:49 +0100
43971              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
43972      Branch: perl
43973            ! regexec.c t/op/re_tests
43974 ____________________________________________________________________________
43975 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
43976         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
43977              From: Barrie Slaymaker <barries@slaysys.com>
43978              Date: Tue, 14 Aug 2001 14:32:25 -0400
43979              Message-ID: <20010814143225.A19822@jester.slaysys.com>
43980      Branch: perl
43981            ! lib/File/Spec.t lib/File/Spec/Unix.pm
43982 ____________________________________________________________________________
43983 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
43984         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
43985              From: Peter Prymmer <pvhp@forte.com>
43986              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
43987              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
43988      Branch: perl
43989            ! README.vms configure.com
43990 ____________________________________________________________________________
43991 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
43992         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
43993              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43994              Date: Tue, 14 Aug 2001 21:23:27 +0200
43995              Message-ID: <20010814212327.A1919@rafael>
43996      Branch: perl
43997            ! doio.c
43998 ____________________________________________________________________________
43999 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
44000         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
44001              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44002              Date: Tue, 14 Aug 2001 22:30:11 +0200
44003              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
44004              
44005              Combination of nmake, quoting, and Perl expanded $( in here-doc.
44006      Branch: perl
44007            ! ext/SDBM_File/Makefile.PL
44008 ____________________________________________________________________________
44009 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
44010         Log: Todo updates.
44011      Branch: perl
44012            ! pod/perltodo.pod
44013 ____________________________________________________________________________
44014 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
44015         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
44016              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44017              Date: Mon, 13 Aug 2001 23:15:01 +0200
44018              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
44019      Branch: perl
44020            ! sv.c
44021 ____________________________________________________________________________
44022 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
44023         Log: Subject: [PATCH] [b-]showlex.t
44024              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
44025              Date: Sun, 12 Aug 2001 22:24:51 +0200
44026              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
44027              
44028              The 4nt command shell will expand the % in command line
44029              no matter what quoting is attempted, changed the % to @.
44030      Branch: perl
44031            ! ext/B/Showlex.t
44032 ____________________________________________________________________________
44033 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
44034         Log: Subject: [PATCH] magic.t
44035              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
44036              Date: Sun, 12 Aug 2001 20:49:27 +0200
44037              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
44038      Branch: perl
44039            ! t/op/magic.t
44040 ____________________________________________________________________________
44041 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
44042         Log: Add sharedsv* to the DOSish platforms; plus add
44043              some WinCE files to the list of DOSish files.
44044      Branch: perl
44045            ! NetWare/Makefile Porting/makerel win32/Makefile
44046            ! win32/makefile.mk wince/Makefile.ce
44047 ____________________________________________________________________________
44048 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
44049         Log: More DOSish files.
44050      Branch: perl
44051            ! Porting/makerel
44052 ____________________________________________________________________________
44053 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
44054         Log: Strip CRs from the WinCE files.  Now we need to
44055              figure out in which CRs are really needed: probably
44056              Makefile.ce and the README files, at least, probably
44057              also the registry.bat.
44058      Branch: perl
44059            ! wince/Makefile.ce wince/README.compile wince/README.perlce
44060            ! wince/config.h wince/include/cectype.h wince/include/errno.h
44061            ! wince/include/sys/stat.h wince/include/sys/types.h
44062            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
44063            ! wince/perldll.def wince/registry.bat wince/wince.h
44064            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
44065 ____________________________________________________________________________
44066 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
44067         Log: Add some files to DOSish and writables.
44068      Branch: perl
44069            ! Porting/makerel
44070 ____________________________________________________________________________
44071 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
44072         Log: Compile failure message tidying.
44073      Branch: perl
44074            ! t/lib/1_compile.t
44075 ____________________________________________________________________________
44076 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
44077         Log: The new sharedsv* should be exported only if usethreads.
44078      Branch: perl
44079            ! makedef.pl
44080 ____________________________________________________________________________
44081 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
44082         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
44083              From: Peter Prymmer <pvhp@forte.com>
44084              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
44085              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
44086      Branch: perl
44087            ! README.os390
44088 ____________________________________________________________________________
44089 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
44090         Log: Update Changes.
44091      Branch: perl
44092            ! Changes patchlevel.h
44093 ____________________________________________________________________________
44094 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
44095         Log: Subject: [PATHC] sharedsv.[c|h]
44096              From: "Artur Bergman" <artur@contiller.se>
44097              Date: Mon, 13 Aug 2001 14:38:41 +0200
44098              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
44099              
44100              Subject: [PATCH] embed.pl
44101              From: Arthur Bergman <arthur@contiller.se>
44102              Date: Mon, 13 Aug 2001 14:38:14 +0200
44103              Message-ID: <B79D96D6.3088%arthur@contiller.se>
44104              
44105              Subject: [PATCH] sharedsv cleanups
44106              From: "Arthur Bergman" <arthur@contiller.se>
44107              Date: Mon, 13 Aug 2001 15:14:25 +0200
44108              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
44109              
44110              Plus few tweaks: _init needs to be Adp, the prototypes
44111              should not be revealed unless using ithreads, #endif FOO
44112              must be #endif /* FOO */, adding (parentheses) around
44113              do { } while doesn't work too well.
44114      Branch: perl
44115            + sharedsv.c sharedsv.h
44116            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
44117            ! perl.h perlapi.c pod/perlapi.pod proto.h
44118 ____________________________________________________________________________
44119 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
44120         Log: Subject: Re: END {} blocks run in perl_run
44121              From: Arthur Bergman <arthur@contiller.se>
44122              Date: Mon, 13 Aug 2001 11:11:30 +0200
44123              Message-ID: <B79D6661.3068%arthur@contiller.se>
44124      Branch: perl
44125            ! perl.c
44126 ____________________________________________________________________________
44127 [ 11657] By: nick                                  on 2001/08/13  09:03:02
44128         Log: Integrate mainline
44129      Branch: perlio
44130           +> (branch 326 files)
44131            - (delete 330 files)
44132           !> (integrate 85 files)
44133 ____________________________________________________________________________
44134 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
44135         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
44136              and the Perl will be built to do that by default (adding that
44137              will break scripts having non-UTF-8 binary data, such as Latin-1.)
44138      Branch: perl
44139            ! op.c toke.c utf8.h
44140 ____________________________________________________________________________
44141 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
44142         Log: Unnecessary downgrades.
44143      Branch: perl
44144            ! doop.c
44145 ____________________________________________________________________________
44146 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
44147         Log: Failure not true anymore (probably caused by my broken setup).
44148      Branch: perl
44149            ! t/op/pat.t
44150 ____________________________________________________________________________
44151 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
44152         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
44153              stopped working).
44154      Branch: perl
44155            ! op.h pp_ctl.c regcomp.c
44156 ____________________________________________________________________________
44157 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
44158         Log: There is no IN_UTF8.
44159      Branch: perl
44160            ! utf8.h
44161 ____________________________________________________________________________
44162 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
44163         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
44164      Branch: perl
44165            ! op.c op.h pp_ctl.c regcomp.c
44166 ____________________________________________________________________________
44167 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
44168         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
44169              and a test tweak.
44170      Branch: perl
44171            ! op.c t/pod/find.t
44172 ____________________________________________________________________________
44173 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
44174         Log: Todo updates and fixes.
44175      Branch: perl
44176            ! pod/perltodo.pod
44177 ____________________________________________________________________________
44178 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
44179         Log: Mark tests (and one module) having explicit Latin-1
44180              (and one file having explicit UTF-8) with an explicit
44181              'no utf8' (and one explicit 'use utf8').
44182              
44183              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
44184      Branch: perl
44185            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
44186            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
44187            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
44188 ____________________________________________________________________________
44189 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
44190         Log: Subject: SV: END {} blocks run in perl_run
44191              From: "Arthur Bergman" <arthur@contiller.se>
44192              Date: Sun, 12 Aug 2001 00:34:28 +0200 
44193              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
44194      Branch: perl
44195            ! miniperlmain.c perl.c
44196 ____________________________________________________________________________
44197 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
44198         Log: Typos in #11645.
44199      Branch: perl
44200            ! perl.h
44201 ____________________________________________________________________________
44202 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
44203         Log: On ithreads default to use_reentrant except on naturally
44204              threadsafe platforms.
44205      Branch: perl
44206            ! perl.h
44207 ____________________________________________________________________________
44208 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
44209         Log: (Hopefully) a fix for 20010723.004: make install needs
44210              write permission in build directory.  The problem was
44211              probably caused by overeager sprinkling of the lib/re.pm
44212              dependencies (which was done to guarantee lib/re.pm being
44213              uptodate for parallel makes: now solved by funneling that
44214              through an explicit recursive make in the preplibrary target).
44215      Branch: perl
44216            ! Makefile.SH
44217 ____________________________________________________________________________
44218 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
44219         Log: Dispell the "use utf8" superstition.
44220      Branch: perl
44221            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
44222            ! pod/perlunicode.pod
44223 ____________________________________________________________________________
44224 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
44225         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
44226              From: "Abigail" <abigail@foad.org> 
44227              Date: Sat, 11 Aug 2001 23:49:49 +0200
44228              Message-ID: <20010811214950.23255.qmail@foad.org>
44229      Branch: perl
44230            ! t/op/taint.t
44231 ____________________________________________________________________________
44232 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
44233         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
44234              From: Abhijit Menon-Sen <ams@wiw.org>
44235              Date: Sat, 11 Aug 2001 06:18:19 +0530
44236              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
44237      Branch: perl
44238            ! mg.c
44239 ____________________________________________________________________________
44240 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
44241         Log: Test for change #11639.
44242      Branch: perl
44243            ! t/op/tiehandle.t
44244 ____________________________________________________________________________
44245 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
44246         Log: Subject: Re: Can't localize *FH, then tie it
44247              From: Abhijit Menon-Sen <ams@wiw.org>
44248              Date: Sun, 12 Aug 2001 16:08:06 +0530
44249              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
44250      Branch: perl
44251            ! pp_hot.c pp_sys.c
44252 ____________________________________________________________________________
44253 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
44254         Log: Drop all the unnecessary "use utf8" clauses and some of
44255              the unnecessary "use bytes" ones.
44256              
44257              TODO: scour the documentation for unnecessary "use utf8"
44258              and prominently display it in perldelta when the time comes.
44259              ("use utf8" should be necessary ONLY if one wants the script
44260              to be in UTF-8.)  Also should be checked in some non-ASCII
44261              non-Latin-1 platform, like EBCDIC.
44262      Branch: perl
44263            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
44264            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
44265 ____________________________________________________________________________
44266 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
44267         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
44268              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
44269              in Unicode handling.
44270      Branch: perl
44271            + t/op/lc.t
44272            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
44273 ____________________________________________________________________________
44274 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
44275         Log: Thinko: we want the flags for native cc, not gcc.
44276      Branch: perl
44277            ! hints/dec_osf.sh
44278 ____________________________________________________________________________
44279 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
44280         Log: (retracted by 13077)
44281              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
44282              From: Robin Houston <robin@kitsite.com>
44283              Date: Fri, 10 Aug 2001 14:42:02 +0100
44284              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
44285      Branch: perl
44286            ! pp.c
44287 ____________________________________________________________________________
44288 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
44289         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
44290              From: Abhijit Menon-Sen <ams@wiw.org>
44291              Date: Sat, 11 Aug 2001 16:31:04 +0530
44292              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
44293      Branch: perl
44294            ! op.c
44295 ____________________________________________________________________________
44296 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
44297         Log: Get rid of indread, from Abhijit Menon-Sen.
44298      Branch: perl
44299            ! pp_sys.c
44300 ____________________________________________________________________________
44301 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
44302         Log: CRLFgngngn.
44303      Branch: perl
44304            ! win32/Makefile win32/makefile.mk
44305 ____________________________________________________________________________
44306 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
44307         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
44308      Branch: perl
44309            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
44310            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
44311            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
44312            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
44313            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
44314            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
44315            ! win32/Makefile win32/makefile.mk
44316 ____________________________________________________________________________
44317 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
44318         Log: Avoid #elif (less portable than #else #if).
44319      Branch: perl
44320            ! handy.h
44321 ____________________________________________________________________________
44322 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
44323         Log: Subject: patch for perlvar.pod
44324              From: mah@everybody.org (Mark A. Hershberger)
44325              Date: 08 Aug 2001 17:03:16 -0500
44326              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
44327      Branch: perl
44328            ! pod/perlvar.pod
44329 ____________________________________________________________________________
44330 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
44331         Log: cpp commands must start (the # must be) at the column #0.
44332      Branch: perl
44333            ! op.c
44334 ____________________________________________________________________________
44335 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
44336         Log: If using gcc -B/foo/bar makedepend would give
44337              unnecessary warnings about unused -B/foo/bar.
44338      Branch: perl
44339            ! makedepend.SH
44340 ____________________________________________________________________________
44341 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
44342         Log: Update Changes.
44343      Branch: perl
44344            ! Changes patchlevel.h
44345 ____________________________________________________________________________
44346 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
44347         Log: s/z/tz/
44348      Branch: perl
44349            ! pod/perlfaq2.pod
44350 ____________________________________________________________________________
44351 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
44352         Log: Article nit.
44353      Branch: perl
44354            ! pod/perlfaq2.pod
44355 ____________________________________________________________________________
44356 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
44357         Log: Rename lib/unicode files to lib/unicore to avoid
44358              conflicts between core lib/unicode and Unicode::
44359              files in case-ignoring filesystems.
44360      Branch: perl
44361            + (add 325 files)
44362            - (delete 324 files)
44363            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
44364 ____________________________________________________________________________
44365 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
44366         Log: Upgrade to Math::BigInt 1.41.
44367      Branch: perl
44368            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
44369 ____________________________________________________________________________
44370 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
44371         Log: Subject: [PATCH] remove PL_na from typemap
44372              From: James <james@rf.net>
44373              Date: Mon, 06 Aug 2001 20:23:15 -0700
44374              Message-ID: <3B6F5F23.A31A81B1@rf.net>
44375              
44376              (had to be manually applied)
44377      Branch: perl
44378            ! lib/ExtUtils/typemap
44379 ____________________________________________________________________________
44380 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
44381         Log: The metaconfig unit changes for #11618.
44382      Branch: metaconfig/U/perl
44383            + d_fpclassl.U i_fp.U
44384 ____________________________________________________________________________
44385 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
44386         Log: Forgot this from #11618.
44387              
44388              NOTE: wince/config_H.ce needs updating.
44389      Branch: perl
44390            ! wince/config.ce
44391 ____________________________________________________________________________
44392 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
44393         Log: Introduce more floating point classifying APIs;
44394              try to define (most importantly) Perl_is{inf,nan}(x).
44395              
44396              For this first cut, assume none such APIs exist in non-UNIXoid
44397              platforms-- this is of course too unkind: Win32 rumoredly has
44398              _fpclass() and _isnan(), and VMS/VOS very probably have some
44399              of the APIs available.     The only thing Perl uses at the moment
44400              is Perl_isnan() (has been in use for a while now).
44401              
44402              NOTE: the Win32 and NetWare config_h.?c need regenerating.
44403      Branch: perl
44404            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
44405            ! Porting/config_H config_h.SH configure.com epoc/config.sh
44406            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
44407            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44408            ! vos/config.ga.h win32/config.bc win32/config.gc
44409            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44410            ! win32/config_H.vc wince/config.ce wince/config.h
44411 ____________________________________________________________________________
44412 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
44413         Log: Integrate change #11519 from perlio:
44414              
44415              Avoid testing for (non-)existance of "encoding(xxxx)"
44416              layer is called "encoding" the (xxxx) is an argument.
44417      Branch: perl
44418           !> lib/open.pm
44419 ____________________________________________________________________________
44420 [ 11616] By: nick                                  on 2001/08/09  07:50:24
44421         Log: Integrate mainline
44422      Branch: perlio
44423           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
44424           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
44425           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
44426           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
44427            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44428            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44429           !> (integrate 79 files)
44430 ____________________________________________________________________________
44431 [ 11615] By: nick                                  on 2001/08/09  06:23:44
44432         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
44433              layer is called "encoding" the (xxxx) is an argument.
44434      Branch: perlio
44435            ! lib/open.pm
44436 ____________________________________________________________________________
44437 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
44438         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
44439              From: Paul Johnson <paul@pjcj.net>
44440              Date: Wed, 8 Aug 2001 23:54:17 +0200
44441              Message-ID: <20010808235417.O1006@pjcj.net>
44442      Branch: perl
44443            ! ext/B/B/Concise.pm
44444 ____________________________________________________________________________
44445 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
44446         Log: Make VMS use IEEE math by default; reorder Tru64 hints
44447              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
44448              exception semantics) is always set if using (the new) cc.
44449      Branch: perl
44450            ! configure.com hints/dec_osf.sh
44451 ____________________________________________________________________________
44452 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
44453         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
44454              From: Abhijit Menon-Sen <ams@wiw.org>
44455              Date: Tue, 7 Aug 2001 17:16:05 +0530
44456              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
44457      Branch: perl
44458            ! pp_sys.c
44459 ____________________________________________________________________________
44460 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
44461         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
44462              From: "Craig A. Berry" <craigberry@mac.com>
44463              Date: Tue, 07 Aug 2001 22:27:47 -0500
44464              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
44465      Branch: perl
44466            ! t/run/exit.t
44467 ____________________________________________________________________________
44468 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
44469         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
44470              From: "Craig A. Berry" <craigberry@mac.com>
44471              Date: Tue, 07 Aug 2001 20:01:53 -0500
44472              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
44473      Branch: perl
44474            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
44475 ____________________________________________________________________________
44476 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
44477         Log: Update the magazine information.
44478      Branch: perl
44479            ! pod/perlfaq2.pod
44480 ____________________________________________________________________________
44481 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
44482         Log: Ignore SIGFPE everywhere.
44483      Branch: perl
44484            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
44485 ____________________________________________________________________________
44486 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
44487         Log: With permission, change the licensing of the docs by
44488              TomC (and Gnat) to comply with the rest of Perl.
44489      Branch: perl
44490            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44491            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44492            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44493            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
44494            ! pod/perltootc.pod
44495 ____________________________________________________________________________
44496 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
44497         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
44498              From: Andy Dougherty <doughera@lafayette.edu>
44499              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
44500              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
44501      Branch: perl
44502            ! hints/openbsd.sh
44503 ____________________________________________________________________________
44504 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
44505         Log: Subject: [PATCH] Makefile.SH test_prep dependency
44506              From: Andy Dougherty <doughera@lafayette.edu>
44507              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
44508              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
44509      Branch: perl
44510            ! Makefile.SH
44511 ____________________________________________________________________________
44512 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
44513         Log: Don't autogenerate the headers et alia,
44514              make regen_headers explicitly.
44515      Branch: perl
44516            ! Makefile.SH
44517 ____________________________________________________________________________
44518 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
44519         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
44520              From: Gurusamy Sarathy <gsar@ActiveState.com> 
44521              Date: Tue, 07 Aug 2001 08:33:26 -0700
44522              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
44523              
44524              Unnecessary dependency.
44525      Branch: perl
44526            ! embed.pl
44527 ____________________________________________________________________________
44528 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
44529         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
44530              From: Abhijit Menon-Sen <ams@wiw.org>
44531              Date: Tue, 7 Aug 2001 09:10:54 +0530
44532              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
44533      Branch: perl
44534            ! pp_hot.c
44535 ____________________________________________________________________________
44536 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
44537         Log: Subject: [PATCH perl@11597] B && BEGIN handling
44538              From: "James A. Duncan" <jduncan@fotango.com>
44539              Date: Mon, 6 Aug 2001 17:29:11 +0100
44540              Message-ID: <20010806172911.A2071@fotango.com>
44541              
44542              (the intrpvar.h addition moved to the end for bincompat)
44543      Branch: perl
44544            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
44545 ____________________________________________________________________________
44546 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
44547         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
44548      Branch: perl
44549           !> README.win32
44550 ____________________________________________________________________________
44551 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
44552         Log: fix URLs for fcrypt.c
44553      Branch: maint-5.6/perl
44554            ! README.win32
44555 ____________________________________________________________________________
44556 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
44557         Log: Yet another way to say Infinity: HP-UX calls its "++".
44558      Branch: perl
44559            ! lib/Math/BigInt/t/bigintpm.t
44560 ____________________________________________________________________________
44561 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
44562         Log: Update Changes.
44563      Branch: perl
44564            ! Changes patchlevel.h
44565 ____________________________________________________________________________
44566 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
44567         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
44568      Branch: perl
44569            ! pod/perlfaq5.pod
44570 ____________________________________________________________________________
44571 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
44572         Log: The #11593 wasn't right.
44573      Branch: perl
44574            ! lib/Math/BigInt/t/bigintpm.t
44575 ____________________________________________________________________________
44576 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
44577         Log: Subject: [PATCH: perl@11564] introducing perlivp
44578              From: Prymmer/Kahn <pvhp@best.com>
44579              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
44580              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
44581              
44582              Subject: Re: [PATCH: perl@11564] introducing perlivp
44583              From: Prymmer/Kahn <pvhp@best.com>
44584              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
44585              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
44586      Branch: perl
44587            + utils/perlivp.PL
44588            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
44589            ! win32/Makefile win32/makefile.mk
44590 ____________________________________________________________________________
44591 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
44592         Log: libcs are confused what to call Infinity.
44593      Branch: perl
44594            ! lib/Math/BigInt/t/bigintpm.t
44595 ____________________________________________________________________________
44596 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
44597         Log: Avoid SIGFPE in Tru64.
44598      Branch: perl
44599            ! numeric.c
44600 ____________________________________________________________________________
44601 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
44602         Log: Upgrade to Math::BigInt 1.40.
44603              
44604              NOTE: this patch necessitates doing something about
44605              infinity handling since the new bigintpm.t tests use
44606              infinity, which causes SIGFPEs at least in Tru64.
44607      Branch: perl
44608            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44609            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
44610            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
44611            ! lib/Math/BigInt/t/mbimbf.t
44612 ____________________________________________________________________________
44613 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
44614         Log: remove hardcoded cmd shell in testsuite
44615      Branch: perl
44616            ! t/op/glob.t t/op/magic.t t/op/stat.t
44617 ____________________________________________________________________________
44618 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
44619         Log: 4-arg select() was busted on windows because change#8178 didn't
44620              make it into mainline
44621      Branch: perl
44622            ! perl.h win32/include/sys/socket.h
44623 ____________________________________________________________________________
44624 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
44625         Log: Rename the Getopt::Long tests to be as they are
44626              in the Getopt::Long official distribution.
44627      Branch: perl
44628            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
44629            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
44630            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44631            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44632            ! MANIFEST
44633 ____________________________________________________________________________
44634 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
44635         Log: Upgrade to Getopt::Long 2.26.
44636      Branch: perl
44637            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
44638            ! MANIFEST lib/Getopt/Long.pm
44639 ____________________________________________________________________________
44640 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
44641         Log: Retract #10874 (the hack should be unnecessary by now)
44642      Branch: perl
44643            ! lib/Test/Harness.pm
44644 ____________________________________________________________________________
44645 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
44646         Log: avoid temp file littering in tests
44647      Branch: perl
44648            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
44649 ____________________________________________________________________________
44650 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
44651         Log: Subject: warning in sv.c: double format, NV arg
44652              From: "Philip Newton" <Philip.Newton@gmx.net>
44653              Date: Sun, 5 Aug 2001 19:41:07 +0200
44654              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
44655      Branch: perl
44656            ! sv.c
44657 ____________________________________________________________________________
44658 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
44659         Log: fix POSIX.t#13 for windos
44660      Branch: perl
44661            ! ext/POSIX/POSIX.t
44662 ____________________________________________________________________________
44663 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
44664         Log: Add a test for PerlIO::Via.
44665      Branch: perl
44666            + ext/PerlIO/t/via.t
44667            ! MANIFEST ext/PerlIO/Via/Via.pm
44668 ____________________________________________________________________________
44669 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
44670         Log: flock() and link() are not available on Windows 9x
44671      Branch: perl
44672            ! win32/config_sh.PL
44673 ____________________________________________________________________________
44674 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
44675         Log: Some Tru64 C compilers have C++ components that confuse
44676              the ccversion parsing.
44677      Branch: perl
44678            ! hints/dec_osf.sh
44679 ____________________________________________________________________________
44680 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
44681         Log: (Reintroduce #11125)
44682              
44683              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
44684              From: Alan Burlison <Alan.Burlison@sun.com> 
44685              Date: Tue, 03 Jul 2001 15:20:13 +0100   
44686              Message-ID: <3B41D49D.A923D4F9@sun.com> 
44687      Branch: perl
44688            ! lib/ExtUtils/MM_Unix.pm
44689 ____________________________________________________________________________
44690 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
44691         Log: Little pointer juggling for HP-UX cc to avoid
44692              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
44693              followed by
44694              "error 1549: Modifiable lvalue required for assignment operator."
44695      Branch: perl
44696            ! hv.c
44697 ____________________________________________________________________________
44698 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
44699         Log: Continuation of #11575: SANY_SEEN completely deprecated,
44700              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
44701              plus a fix for the bug.
44702      Branch: perl
44703            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44704 ____________________________________________________________________________
44705 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
44706         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
44707              From: Doug MacEachern <dougm@covalent.net>
44708              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
44709              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
44710      Branch: perl
44711            ! sv.c
44712 ____________________________________________________________________________
44713 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
44714         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
44715              the new CANY is the \C.  The problem reported and the
44716              test case supplied in
44717              
44718              Subject: UTF-8 bugs in string length & single line regex matches
44719              From: "Daniel P. Berrange" <dan@berrange.com>
44720              Date: Fri, 3 Aug 2001 11:39:33 +0100
44721              Message-ID: <20010803113932.A19318@berrange.com>
44722      Branch: perl
44723            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
44724            ! t/op/pat.t
44725 ____________________________________________________________________________
44726 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
44727         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
44728              From: Doug MacEachern <dougm@covalent.net>
44729              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
44730              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
44731      Branch: perl
44732            ! perl.c regexec.c
44733 ____________________________________________________________________________
44734 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
44735         Log: The #11572 didn't up the test count.
44736      Branch: perl
44737            ! t/op/length.t
44738 ____________________________________________________________________________
44739 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
44740         Log: Subject: UTF-8 bugs in string length & single line regex matches
44741              From: "Daniel P. Berrange" <dan@berrange.com>
44742              Date: Fri, 3 Aug 2001 11:39:33 +0100         
44743              Message-ID: <20010803113932.A19318@berrange.com>
44744              
44745              (the mg_length() fix)
44746      Branch: perl
44747            ! mg.c t/op/length.t
44748 ____________________________________________________________________________
44749 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
44750         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44751              From: Abhijit Menon-Sen <ams@wiw.org>
44752              Date: Sat, 4 Aug 2001 16:56:35 +0530
44753              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
44754      Branch: perl
44755            ! hv.c
44756 ____________________________________________________________________________
44757 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
44758         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44759              From: Abhijit Menon-Sen <ams@wiw.org>
44760              Date: Sat, 4 Aug 2001 16:16:03 +0530
44761              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
44762      Branch: perl
44763            ! hv.c
44764 ____________________________________________________________________________
44765 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
44766         Log: Subject: Re: [patch] refcount re ops
44767              From: Abhijit Menon-Sen <ams@wiw.org>
44768              Date: Sat, 4 Aug 2001 08:54:55 +0530
44769              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
44770      Branch: perl
44771            ! sv.c
44772 ____________________________________________________________________________
44773 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
44774         Log: Subject: [patch] refcount re ops
44775              From: Doug MacEachern <dougm@covalent.net>
44776              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
44777              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
44778      Branch: perl
44779            ! regcomp.c sv.c
44780 ____________________________________________________________________________
44781 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
44782         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
44783              From: Doug MacEachern <dougm@covalent.net>
44784              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
44785              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
44786      Branch: perl
44787            ! perl.c regexec.c
44788 ____________________________________________________________________________
44789 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
44790         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
44791              From: "Craig A. Berry" <craigberry@mac.com> 
44792              Date: Fri, 03 Aug 2001 16:16:16 -0500
44793              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
44794      Branch: perl
44795            ! t/op/misc.t
44796 ____________________________________________________________________________
44797 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
44798         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
44799              From: John Kristian <jmk2001@engineer.com>
44800              Date: Fri, 03 Aug 2001 00:59:08 -0700
44801              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
44802      Branch: perl
44803            ! win32/win32.c
44804 ____________________________________________________________________________
44805 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
44806         Log: Update Changes.
44807      Branch: perl
44808            ! Changes patchlevel.h
44809 ____________________________________________________________________________
44810 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
44811         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
44812              From: "Craig A. Berry" <craigberry@mac.com>
44813              Date: Thu, 02 Aug 2001 23:15:24 -0500
44814              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
44815      Branch: perl
44816            ! ext/B/Stash.t
44817 ____________________________________________________________________________
44818 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
44819         Log: Subject: [patch] plug PL_cshname leak
44820              From: Doug MacEachern <dougm@covalent.net>
44821              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
44822              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
44823      Branch: perl
44824            ! sv.c
44825 ____________________________________________________________________________
44826 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
44827         Log: Subject: [patch] plug PL_sh_path leak
44828              From: Doug MacEachern <dougm@covalent.net>
44829              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
44830              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
44831      Branch: perl
44832            ! sv.c
44833 ____________________________________________________________________________
44834 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
44835         Log: Subject: [patch] plug PL_regex_padav leaks
44836              From: Doug MacEachern <dougm@covalent.net>
44837              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
44838              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
44839      Branch: perl
44840            ! op.c op.h perl.c
44841 ____________________________________________________________________________
44842 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
44843         Log: Subject: [patch] plug PL_origargv leak
44844              From: Doug MacEachern <dougm@covalent.net>
44845              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
44846              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
44847      Branch: perl
44848            ! perl.c
44849 ____________________________________________________________________________
44850 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
44851         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44852              From: Abhijit Menon-Sen <ams@wiw.org>
44853              Date: Fri, 3 Aug 2001 06:38:11 +0530
44854              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
44855      Branch: perl
44856            ! hv.c
44857 ____________________________________________________________________________
44858 [ 11557] By: nick                                  on 2001/08/03  08:17:38
44859         Log: Integrate mainline
44860      Branch: perlio
44861           +> (branch 47 files)
44862            - lib/Switch/test.pl
44863           !> (integrate 49 files)
44864 ____________________________________________________________________________
44865 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
44866         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
44867              From: "Craig A. Berry" <craigberry@mac.com>
44868              Date: Thu, 02 Aug 2001 12:56:19 -0500
44869              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
44870      Branch: perl
44871            ! ext/B/Showlex.t
44872 ____________________________________________________________________________
44873 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
44874         Log: Be more careful about non-existent files.
44875      Branch: perl
44876            ! lib/File/Copy.pm
44877 ____________________________________________________________________________
44878 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
44879         Log: Subject: [PATCH resend] deparse empty formats
44880              From: Robin Houston <robin@kitsite.com> 
44881              Date: Thu, 2 Aug 2001 14:32:36 +0100
44882              Message-ID: <20010802143236.A894@robin.kitsite.com>
44883      Branch: perl
44884            ! ext/B/B/Deparse.pm
44885 ____________________________________________________________________________
44886 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
44887         Log: Subject: [patch] ithreads + refto fix improvement
44888              From: Doug MacEachern <dougm@covalent.net>
44889              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
44890              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
44891      Branch: perl
44892            ! pp.c
44893 ____________________________________________________________________________
44894 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
44895         Log: Readability nit from Abhijit.
44896      Branch: perl
44897            ! op.c
44898 ____________________________________________________________________________
44899 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
44900         Log: setproctitle() API version nit from Anton Berezin.
44901      Branch: perl
44902            ! mg.c
44903 ____________________________________________________________________________
44904 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
44905         Log: Add PerlCE to the docs.
44906      Branch: perl
44907            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
44908            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44909 ____________________________________________________________________________
44910 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
44911         Log: Integrate the PerlCE (WinCE Perl) port;
44912              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
44913      Branch: perl
44914            + README.ce wince/FindExt.pm wince/Makefile.ce
44915            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
44916            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
44917            + wince/bin/search.pl wince/config.ce wince/config.h
44918            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
44919            + wince/dl_win32.xs wince/include/arpa/inet.h
44920            + wince/include/cectype.h wince/include/errno.h
44921            + wince/include/netdb.h wince/include/sys/socket.h
44922            + wince/include/sys/stat.h wince/include/sys/types.h
44923            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
44924            + wince/perl.rc wince/perldll.def wince/perllib.c
44925            + wince/perlmain.c wince/registry.bat wince/runperl.c
44926            + wince/splittree.pl wince/win32.h wince/win32iop.h
44927            + wince/win32thread.c wince/win32thread.h wince/wince.c
44928            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
44929            + wince/xdistclean.ksh wince/xmakediffs.ksh
44930            ! MANIFEST perl.c perl.h perlio.c
44931 ____________________________________________________________________________
44932 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
44933         Log: setproctitle() made simpler.  (This assumes the string is
44934              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
44935              should be used.  Note len, not len + 1.)  BSD-fu from Anton
44936              Berezin.
44937      Branch: perl
44938            ! mg.c
44939 ____________________________________________________________________________
44940 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
44941         Log: Subject: [PATCH] -Wall cleanup: op.c
44942              From: Richard Soderberg <rs@oregonnet.com>
44943              Date: Thu, 2 Aug 2001 00:17:09 -0700
44944              Message-Id: <200108020717.AAA26895@oregonnet.com>
44945              
44946              Subject: [PATCH] -Wall cleanup: sv.c
44947              From: Richard Soderberg <rs@oregonnet.com>
44948              Date: Thu, 2 Aug 2001 00:49:21 -0700
44949              Message-Id: <200108020749.AAA27492@oregonnet.com>
44950      Branch: perl
44951            ! op.c sv.c
44952 ____________________________________________________________________________
44953 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
44954         Log: Update Changes.
44955      Branch: perl
44956            ! Changes patchlevel.h
44957 ____________________________________________________________________________
44958 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
44959         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44960              From: Doug MacEachern <dougm@covalent.net>
44961              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
44962              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
44963      Branch: perl
44964            ! op.c
44965 ____________________________________________________________________________
44966 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
44967         Log: The #11541 didn't work under threads.
44968      Branch: perl
44969            ! op.c
44970 ____________________________________________________________________________
44971 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
44972         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
44973              From: Hugo <hv@crypt.compulink.co.uk>
44974              Date: Fri, 22 Jun 2001 01:19:08 +0100 
44975              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
44976              
44977              (Skip tests if accept() failed)
44978      Branch: perl
44979            ! ext/IO/lib/IO/t/io_unix.t
44980 ____________________________________________________________________________
44981 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
44982         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
44983              From: "Stian Seeberg" <sseeberg@nimsoft.no>
44984              Date: Mon, 30 Jul 2001 12:28:07 +0200
44985              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
44986      Branch: perl
44987            ! perl.h
44988 ____________________________________________________________________________
44989 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
44990         Log: Subject: Pluggable optimizer
44991              From: Simon Cozens <simon@netthink.co.uk>
44992              Date: Wed, 1 Aug 2001 13:57:02 -0700
44993              Message-ID: <20010801135702.I10442@netthink.co.uk>
44994      Branch: perl
44995            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
44996 ____________________________________________________________________________
44997 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
44998         Log: Subject: [ID 20010801.039] perlre.pod message typo
44999              From: Autrijus Tang <autrijus@geb.elixus.org>
45000              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
45001              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
45002      Branch: perl
45003            ! pod/perlre.pod
45004 ____________________________________________________________________________
45005 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
45006         Log: Test for change #11536.
45007      Branch: perl
45008            ! t/op/tiehandle.t
45009 ____________________________________________________________________________
45010 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
45011         Log: More test fixups for #11537.
45012      Branch: perl
45013            ! t/lib/warnings/4lint t/lib/warnings/9enabled
45014 ____________________________________________________________________________
45015 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
45016         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
45017              From: Doug MacEachern <dougm@covalent.net>
45018              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
45019              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
45020      Branch: perl
45021            ! op.c t/TestInit.pm
45022 ____________________________________________________________________________
45023 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
45024         Log: Subject: [patch] ithreads + refto bug
45025              From: Doug MacEachern <dougm@covalent.net>
45026              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
45027              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
45028              
45029              (Test in change #11539)
45030      Branch: perl
45031            ! pp.c
45032 ____________________________________________________________________________
45033 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
45034         Log: Subject: [PATCH: perl@11523] fixups for t/harness
45035              From: Prymmer/Kahn <pvhp@best.com>
45036              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
45037              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
45038      Branch: perl
45039            ! t/harness
45040 ____________________________________________________________________________
45041 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
45042         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
45043              From: Prymmer/Kahn <pvhp@best.com>
45044              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
45045              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
45046      Branch: perl
45047            ! win32/Makefile win32/makefile.mk
45048 ____________________________________________________________________________
45049 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
45050         Log: Need to know the number of tests.
45051      Branch: perl
45052            ! t/run/exit.t
45053 ____________________________________________________________________________
45054 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
45055         Log: Subject: Re: new exit tests on VMS
45056              From: "Craig A. Berry" <craigberry@mac.com>
45057              Date: Tue, 31 Jul 2001 12:19:29 -0500
45058              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
45059      Branch: perl
45060            ! t/run/exit.t
45061 ____________________________________________________________________________
45062 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
45063         Log: Retract #11530 (the dTHX is needed under threads)
45064      Branch: perl
45065            ! perlio.c
45066 ____________________________________________________________________________
45067 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
45068         Log: (Retracted by #11531)
45069      Branch: perl
45070            ! perlio.c
45071 ____________________________________________________________________________
45072 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
45073         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
45074              From: Richard Soderberg <rs@crystalflame.net>
45075              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
45076              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
45077      Branch: perl
45078            ! unixish.h
45079 ____________________________________________________________________________
45080 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
45081         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
45082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45083              Date: Tue, 31 Jul 2001 05:39:09 -0400
45084              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
45085              
45086              (with a note about the case of UV being equal to long long)
45087      Branch: perl
45088            ! utils/h2xs.PL
45089 ____________________________________________________________________________
45090 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
45091         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
45092              From: "Craig A. Berry" <craigberry@mac.com>
45093              Date: Tue, 31 Jul 2001 14:57:43 -0500
45094              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
45095      Branch: perl
45096            ! t/io/fs.t
45097 ____________________________________________________________________________
45098 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
45099         Log: Fix for
45100              
45101              Subject: [ID 20010116.001] File::Copy truncates orig file 
45102              From: arbor@al37al08.telecel.pt
45103              Date: Tue, 16 Jan 2001 11:43:02 GMT
45104              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
45105              
45106              (copy($foo, $foo) would truncate $foo)
45107      Branch: perl
45108            ! lib/File/Copy.pm lib/File/Copy.t
45109 ____________________________________________________________________________
45110 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
45111         Log: Metaconfig unit change for #11524.
45112      Branch: metaconfig/U/perl
45113            ! Extras.U
45114 ____________________________________________________________________________
45115 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
45116         Log: Multiple modules didn't work; plus typo fixes.
45117      Branch: perl
45118            ! Configure
45119 ____________________________________________________________________________
45120 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
45121         Log: Update Changes.
45122      Branch: perl
45123            ! Changes patchlevel.h
45124 ____________________________________________________________________________
45125 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
45126         Log: Regen perlapi.
45127      Branch: perl
45128            ! pod/perlapi.pod
45129 ____________________________________________________________________________
45130 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
45131         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
45132              From: Dave Mitchell <davem@fdgroup.co.uk>
45133              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
45134              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
45135      Branch: perl
45136            ! sv.c
45137 ____________________________________________________________________________
45138 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
45139         Log: Regen toc.
45140      Branch: perl
45141            ! pod/perltoc.pod
45142 ____________________________________________________________________________
45143 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
45144         Log: Regen Porting stuff.
45145      Branch: perl
45146            ! Porting/Glossary Porting/config.sh Porting/config_H
45147 ____________________________________________________________________________
45148 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
45149         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
45150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45151              Date: Tue, 31 Jul 2001 05:34:38 -0400
45152              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
45153      Branch: perl
45154            ! utils/h2xs.PL
45155 ____________________________________________________________________________
45156 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
45157         Log: Metaconfig unit change for #11516. 
45158      Branch: metaconfig/U/perl
45159            ! gccvers.U
45160 ____________________________________________________________________________
45161 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
45162         Log: Add -Wall in cflags, not in Configure.
45163              (This way -Wall affects only the core and the core XS,
45164              not user modules' XS.  Concern from Paul Marquess,
45165              implementation idea from Andy Dougherty.)
45166      Branch: perl
45167            ! Configure cflags.SH
45168 ____________________________________________________________________________
45169 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
45170         Log: Metaconfig unit changes for #11514.
45171      Branch: metaconfig
45172            + U/modified/sysman.U
45173            ! U/installdirs/man1dir.U
45174 ____________________________________________________________________________
45175 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
45176         Log: Subject: Configure's detection of system manual
45177              From: Sean Dague <sean@dague.net> 
45178              Date: Sun, 13 May 2001 15:53:15 -0400
45179              Message-ID: <20010513155315.A15833@underhill.dague.net>
45180      Branch: perl
45181            ! Configure
45182 ____________________________________________________________________________
45183 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
45184         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
45185              From: Autrijus Tang <autrijus@autrijus.org> 
45186              Date: Thu, 21 Jun 2001 23:56:48 +0800
45187              Message-Id: <20010621235648.A57340@not.autrijus.org>
45188      Branch: perl
45189            ! pod/perlobj.pod
45190 ____________________________________________________________________________
45191 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
45192         Log: Subject: Typo in DB_File.pm
45193              From: "Philip Newton" <Philip.Newton@gmx.net>
45194              Date: Tue, 31 Jul 2001 06:19:35 +0200
45195              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
45196      Branch: perl
45197            ! ext/DB_File/DB_File.pm
45198 ____________________________________________________________________________
45199 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
45200         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
45201              From: "Stephen P. Potter" <spp@spotter.yi.org>
45202              Date: Wed, 30 May 2001 13:59:34 -0400
45203              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
45204      Branch: perl
45205            ! pod/perlre.pod
45206 ____________________________________________________________________________
45207 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
45208         Log: eval "format foo=" would loop indefinitely; reported in
45209              
45210              Subject: A load of old rubbish
45211              From: Mike Guy <mjtg@cam.ac.uk>
45212              Date: Mon, 14 May 2001 16:12:22 +0100
45213              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
45214              
45215              (The core dumps reported in there already fixed.)
45216      Branch: perl
45217            ! toke.c
45218 ____________________________________________________________________________
45219 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
45220         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
45221      Branch: perl
45222            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
45223            + lib/Switch/t/switch_case.t
45224            - lib/Switch/test.pl
45225            ! MANIFEST lib/Switch.pm
45226 ____________________________________________________________________________
45227 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
45228         Log: Subject: [PATCH @11505] DB_File-1.78
45229              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
45230              Date: Mon, 30 Jul 2001 22:54:37 +0100
45231              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
45232      Branch: perl
45233            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45234            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45235 ____________________________________________________________________________
45236 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
45237         Log: Explain in more detail why -pipe and -fno-common are good.
45238      Branch: perl
45239            ! hints/darwin.sh
45240 ____________________________________________________________________________
45241 [ 11506] By: nick                                  on 2001/07/30  14:32:23
45242         Log: Integrate mainline
45243      Branch: perlio
45244           !> INSTALL Makefile.SH doio.c hints/darwin.sh
45245 ____________________________________________________________________________
45246 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
45247         Log: Perl hasn't been putting man pages into $prefix/lib for
45248              a long time now; pointed out by Andy Dougherty. 
45249      Branch: perl
45250            ! hints/darwin.sh
45251 ____________________________________________________________________________
45252 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
45253         Log: Document the extras Configure option.
45254      Branch: perl
45255            ! INSTALL
45256 ____________________________________________________________________________
45257 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
45258         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
45259              everywhere.
45260      Branch: perl
45261           !> doio.c
45262 ____________________________________________________________________________
45263 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
45264         Log: Doubly guard against invoking CPAN if no extras defined,
45265              pointed out by H. Merijn Brand.
45266      Branch: perl
45267            ! Makefile.SH
45268 ____________________________________________________________________________
45269 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
45270         Log: Fix O_RDONLY check to check for O_RDONLY.
45271      Branch: maint-5.6/macperl
45272            ! doio.c
45273 ____________________________________________________________________________
45274 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
45275         Log: Integrate miscellaneous changes from maint-5.6/perl.
45276      Branch: maint-5.6/macperl
45277           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
45278 ____________________________________________________________________________
45279 [ 11499] By: nick                                  on 2001/07/30  06:52:42
45280         Log: Integrate mainline
45281      Branch: perlio
45282           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
45283           +> win32/sync_ext.pl
45284            - win32/sncfnmcs.pl
45285           !> (integrate 71 files)
45286 ____________________________________________________________________________
45287 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
45288         Log: Update Changes.
45289      Branch: perl
45290            ! Changes patchlevel.h
45291 ____________________________________________________________________________
45292 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
45293         Log: Now Configure -Dextras=Foo::Bar and "make install" will
45294              fetch and install Foo::Bar.
45295      Branch: perl
45296            ! Makefile.SH
45297 ____________________________________________________________________________
45298 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
45299         Log: Metaconfig unit change for #11495.
45300      Branch: metaconfig/U/perl
45301            ! Extras.U
45302 ____________________________________________________________________________
45303 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
45304         Log: extras.make, extras.test, and extras.install make targets.
45305      Branch: perl
45306            ! Configure Makefile.SH
45307 ____________________________________________________________________________
45308 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
45309         Log: Metaconfig unit change for #11493.
45310      Branch: metaconfig/U/perl
45311            ! Extras.U
45312 ____________________________________________________________________________
45313 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
45314         Log: Better to have the list of extras in $extras than 'define'.
45315      Branch: perl
45316            ! Configure
45317 ____________________________________________________________________________
45318 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
45319         Log: The metaconfig unit change for #11490.
45320      Branch: metaconfig/U/perl
45321            + Extras.U
45322 ____________________________________________________________________________
45323 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
45324         Log: Missed from #11490 (the required dependency).
45325      Branch: perl
45326            ! Makefile.SH
45327 ____________________________________________________________________________
45328 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
45329         Log: Add the support of asking for extra modules or bundles of modules
45330              to be fetched from the CPAN and installed as a part of the Perl
45331              build process.  None of this installation is yet really done;
45332              only the list is asked, and saved away in extras.lst for
45333              the build and installation process to worry about later.
45334      Branch: perl
45335            ! Configure
45336 ____________________________________________________________________________
45337 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
45338         Log: Beginnings of better Inf and NaN support.
45339              At least toke.c and sv.c still need quite a bit of work.
45340      Branch: perl
45341            ! numeric.c perl.h
45342 ____________________________________________________________________________
45343 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
45344         Log: Top-level Makefile didn't honour OPTIMIZE.
45345      Branch: perl
45346            ! Makefile.SH
45347 ____________________________________________________________________________
45348 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
45349         Log: Update Changes.
45350      Branch: perl
45351            ! Changes patchlevel.h
45352 ____________________________________________________________________________
45353 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
45354         Log: Use Search::Dict 1.02 interface for charinfo().
45355      Branch: perl
45356            ! lib/UnicodeCD.pm
45357 ____________________________________________________________________________
45358 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
45359         Log: Now also allow transforming the read lines before comparing them.
45360              (This will help UnicodeCD.) 
45361      Branch: perl
45362            ! lib/Search/Dict.pm
45363 ____________________________________________________________________________
45364 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
45365         Log: Remove tiehandle code.
45366      Branch: perl
45367            ! lib/UnicodeCD.pm
45368 ____________________________________________________________________________
45369 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
45370         Log: Allow specifying a comparison function for Search::Dict::look().
45371      Branch: perl
45372            ! lib/Search/Dict.pm
45373 ____________________________________________________________________________
45374 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
45375         Log: Small UnicodeCD tweaks.
45376      Branch: perl
45377            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45378 ____________________________________________________________________________
45379 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
45380         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
45381              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45382              Date: Tue, 24 Jul 2001 01:51:32 +0900
45383              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
45384      Branch: perl
45385            ! lib/UnicodeCD.pm lib/UnicodeCD.t
45386 ____________________________________________________________________________
45387 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
45388         Log: Subject: [PATCH] installperl
45389              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45390              Date: Fri, 27 Jul 2001 19:05:04 -0700
45391              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
45392      Branch: perl
45393            ! installperl
45394 ____________________________________________________________________________
45395 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
45396         Log: Subject: [PATCH] Set proper compatibility versions in core
45397              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45398              Date: Fri, 27 Jul 2001 20:01:49 -0700
45399              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
45400      Branch: perl
45401            ! Makefile.SH
45402 ____________________________________________________________________________
45403 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
45404         Log: Metaconfig unit change for #11477.
45405      Branch: metaconfig/U/perl
45406            ! dlsrc.U
45407 ____________________________________________________________________________
45408 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
45409         Log: Subject: [PATCH] Darwin: -fpic not so good
45410              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45411              Date: Fri, 27 Jul 2001 18:57:38 -0700
45412              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
45413      Branch: perl
45414            ! Configure
45415 ____________________________________________________________________________
45416 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
45417         Log: Subject: [PATCH] Clean up Darwin hints
45418              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45419              Date: Fri, 27 Jul 2001 19:13:15 -0700
45420              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
45421      Branch: perl
45422            ! hints/darwin.sh
45423 ____________________________________________________________________________
45424 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
45425         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
45426              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45427              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
45428              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
45429      Branch: perl
45430            ! pod/perlfunc.pod pp.c t/op/split.t
45431 ____________________________________________________________________________
45432 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
45433         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
45434              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45435              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
45436              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
45437      Branch: perl
45438            ! pod/perlvar.pod
45439 ____________________________________________________________________________
45440 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
45441         Log: Subject: [PATCH] fixes to constant.pm documentation
45442              From: Ilmari Karonen <iltzu@sci.fi>
45443              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
45444              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
45445      Branch: perl
45446            ! lib/constant.pm
45447 ____________________________________________________________________________
45448 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
45449         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
45450              From: "Philip Newton" <Philip.Newton@gmx.net>
45451              Date: Fri, 27 Jul 2001 07:51:10 +0200
45452              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
45453      Branch: perl
45454            ! pod/perlport.pod
45455 ____________________________________________________________________________
45456 [ 11471] By: nick                                  on 2001/07/26  06:23:32
45457         Log: Subject:  [PATCH] Doc fix for perlguts / threading
45458              From:  Arthur Bergman <arthur@contiller.se>
45459              Date:  Wed, 25 Jul 2001 11:28:23 +0200
45460              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
45461      Branch: perl
45462            ! pod/perlguts.pod
45463 ____________________________________________________________________________
45464 [ 11470] By: nick                                  on 2001/07/26  06:21:06
45465         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
45466              From:  Philip Newton <Philip.Newton@gmx.net>
45467              Date:  Wed, 25 Jul 2001 08:19:47 +0200
45468              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
45469      Branch: perl
45470            ! INSTALL
45471 ____________________________________________________________________________
45472 [ 11469] By: nick                                  on 2001/07/26  06:20:25
45473         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
45474              From:  Philip Newton <Philip.Newton@gmx.net>
45475              Date:  Wed, 25 Jul 2001 08:12:48 +0200
45476              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
45477      Branch: perl
45478            ! INSTALL
45479 ____________________________________________________________________________
45480 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
45481         Log: More +x.
45482      Branch: perl
45483            ! Porting/makerel
45484 ____________________________________________________________________________
45485 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
45486         Log: Update Changes.
45487      Branch: perl
45488            ! Changes patchlevel.h
45489 ____________________________________________________________________________
45490 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
45491         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
45492              From: "Philip Newton" <Philip.Newton@gmx.net>
45493              Date: Tue, 24 Jul 2001 06:45:55 +0200
45494              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
45495      Branch: perl
45496            ! os2/perlrexx.c
45497 ____________________________________________________________________________
45498 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
45499         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
45500              From: Peter Prymmer <pvhp@forte.com>
45501              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
45502              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
45503      Branch: perl
45504            ! pod/perlport.pod t/io/fs.t vms/test.com
45505 ____________________________________________________________________________
45506 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
45507         Log: Workaround on Cwd bootstrap problem.
45508      Branch: perl
45509            ! lib/ExtUtils/MakeMaker.pm
45510 ____________________________________________________________________________
45511 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
45512         Log: When in Rome, quote like the Romans do.
45513      Branch: perl
45514            ! cflags.SH
45515 ____________________________________________________________________________
45516 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
45517         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
45518              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45519              Date: Mon, 23 Jul 2001 19:29:49 -0400
45520              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
45521      Branch: perl
45522            + os2/perlrexx.c
45523            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
45524            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
45525            ! t/op/write.t
45526 ____________________________________________________________________________
45527 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
45528         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
45529              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45530              Date: Mon, 23 Jul 2001 18:43:42 -0400
45531              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
45532      Branch: perl
45533            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
45534 ____________________________________________________________________________
45535 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
45536         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
45537              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45538              Date: Mon, 23 Jul 2001 18:33:16 -0400
45539              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
45540      Branch: perl
45541            ! lib/ExtUtils/MakeMaker.pm
45542 ____________________________________________________________________________
45543 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
45544         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
45545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45546              Date: Mon, 23 Jul 2001 18:20:35 -0400
45547              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
45548      Branch: perl
45549            ! Makefile.SH cflags.SH
45550 ____________________________________________________________________________
45551 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
45552         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
45553              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
45554              Date: Mon, 23 Jul 2001 11:32:17 -0500
45555              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
45556      Branch: perl
45557            ! lib/ExtUtils/MakeMaker.pm
45558 ____________________________________________________________________________
45559 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
45560         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
45561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45562              Date: Mon, 23 Jul 2001 18:13:20 -0400
45563              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
45564      Branch: perl
45565            ! lib/perl5db.pl
45566 ____________________________________________________________________________
45567 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
45568         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
45569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45570              Date: Mon, 23 Jul 2001 18:07:40 -0400
45571              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
45572      Branch: perl
45573            ! op.c
45574 ____________________________________________________________________________
45575 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
45576         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
45577              From: "Craig A. Berry" <craigberry@mac.com>
45578              Date: Mon, 23 Jul 2001 15:35:06 -0500
45579              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
45580      Branch: perl
45581            ! util.c
45582 ____________________________________________________________________________
45583 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
45584         Log: Subject: [PATCH perlfaq9.pod typo]
45585              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
45586              Date: Mon, 23 Jul 2001 07:49:05 -0700
45587              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
45588      Branch: perl
45589            ! pod/perlfaq9.pod
45590 ____________________________________________________________________________
45591 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
45592         Log: Subject: win32\sncfnmcs.pl corrections
45593              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45594              Date: Mon, 23 Jul 2001 12:56:54 +0200
45595              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
45596              
45597              Rename the script a little bit more sensibly.
45598      Branch: perl
45599            + win32/sync_ext.pl
45600            - win32/sncfnmcs.pl
45601            ! MANIFEST README.win32
45602 ____________________________________________________________________________
45603 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
45604         Log: Test tweak.
45605      Branch: perl
45606            ! ext/B/Deparse.t
45607 ____________________________________________________________________________
45608 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
45609         Log: Metaconfig unit tweak for #11450.
45610      Branch: metaconfig/U/perl
45611            ! Mksymlinks.U
45612 ____________________________________________________________________________
45613 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
45614         Log: Too volatile failsafe check.
45615      Branch: perl
45616            ! Configure
45617 ____________________________________________________________________________
45618 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
45619         Log: Further doc tweaks.
45620      Branch: perl
45621            ! lib/UnicodeCD.pm
45622 ____________________________________________________________________________
45623 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
45624         Log: Doc tweaks.
45625      Branch: perl
45626            ! lib/UnicodeCD.pm
45627 ____________________________________________________________________________
45628 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
45629         Log: Doc tweakery from Abhijit.
45630      Branch: perl
45631            ! Porting/repository.pod
45632 ____________________________________________________________________________
45633 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
45634         Log: An accidental empty line.
45635      Branch: perl
45636            ! MANIFEST
45637 ____________________________________________________________________________
45638 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
45639         Log: Missing MANIFESTations.
45640      Branch: perl
45641            ! MANIFEST
45642 ____________________________________________________________________________
45643 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
45644         Log: Update Changes.
45645      Branch: perl
45646            ! Changes patchlevel.h
45647 ____________________________________________________________________________
45648 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
45649         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
45650              From: Mike Guy <mjtg@cam.ac.uk>
45651              Date: Fri, 20 Jul 2001 16:12:49 +0100
45652              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
45653      Branch: perl
45654            ! Porting/pumpkin.pod
45655 ____________________________________________________________________________
45656 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
45657         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45658              From: Peter Prymmer <pvhp@forte.com>
45659              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
45660              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
45661      Branch: perl
45662            ! pod/perlhack.pod
45663 ____________________________________________________________________________
45664 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
45665         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
45666              From: Michael G Schwern <schwern@pobox.com>
45667              Date: Fri, 20 Jul 2001 20:22:35 -0400
45668              Message-ID: <20010720202235.O4498@blackrider>
45669      Branch: perl
45670            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
45671            ! lib/Test/t/todo.t
45672 ____________________________________________________________________________
45673 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
45674         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
45675              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45676              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
45677              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
45678      Branch: perl
45679            ! ext/POSIX/POSIX.pod
45680 ____________________________________________________________________________
45681 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
45682         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
45683              From: Mark-Jason Dominus <mjd@plover.com>
45684              Date: Fri, 20 Jul 2001 23:16:54 -0400
45685              Message-ID: <20010721031654.21877.qmail@plover.com>
45686      Branch: perl
45687            ! ext/POSIX/POSIX.pod
45688 ____________________________________________________________________________
45689 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
45690         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
45691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45692              Date: Sun, 22 Jul 2001 14:56:09 +0200
45693              Message-ID: <20010722145609.A766@rafael>
45694      Branch: perl
45695            ! ext/B/O.pm
45696 ____________________________________________________________________________
45697 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
45698         Log: Subject: regexec.c #define cleanup
45699              From: Mark-Jason Dominus <mjd@plover.com>
45700              Date: Sat, 21 Jul 2001 18:33:25 -0400
45701              Message-ID: <20010721223325.3069.qmail@plover.com>
45702      Branch: perl
45703            ! regexec.c
45704 ____________________________________________________________________________
45705 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
45706         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
45707              From: Prymmer/Kahn <pvhp@best.com>
45708              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
45709              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
45710      Branch: perl
45711            ! t/io/fs.t
45712 ____________________________________________________________________________
45713 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
45714         Log: Typo in #11432.
45715      Branch: perl
45716            ! ext/POSIX/POSIX.t
45717 ____________________________________________________________________________
45718 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
45719         Log: Integrate (manually) change #11424 from macperl.
45720      Branch: perl
45721            ! ext/Filter/t/call.t
45722 ____________________________________________________________________________
45723 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
45724         Log: Integrate change #11408 from macperl.
45725      Branch: perl
45726           !> README.macos pod/perlport.pod
45727 ____________________________________________________________________________
45728 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
45729         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
45730      Branch: perl
45731           +> macos/MacPerlTests.cmd macos/xsubpp.patch
45732            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
45733            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
45734            ! ext/POSIX/POSIX.t
45735 ____________________________________________________________________________
45736 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
45737         Log: pod/*.t tests not picked up by t/TEST either
45738      Branch: maint-5.6/perl
45739            ! t/TEST
45740 ____________________________________________________________________________
45741 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
45742         Log: better tweak for change#11429 (windows has both / and \ separated
45743              paths in @INC at that point)
45744      Branch: maint-5.6/perl
45745            ! t/pod/testp2pt.pl
45746 ____________________________________________________________________________
45747 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
45748         Log: MacOS pod test tweak needs \Escape
45749      Branch: maint-5.6/perl
45750            ! t/pod/testp2pt.pl
45751 ____________________________________________________________________________
45752 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
45753         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
45754              resulting duplicate output, but t/harness isn't)
45755      Branch: maint-5.6/perl
45756            ! t/run/runenv.t
45757 ____________________________________________________________________________
45758 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
45759         Log: t/harness wasn't picking up all the tests
45760      Branch: maint-5.6/perl
45761            ! t/harness
45762 ____________________________________________________________________________
45763 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
45764         Log: update MANIFEST for new file
45765      Branch: maint-5.6/perl
45766            ! MANIFEST
45767 ____________________________________________________________________________
45768 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
45769         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
45770              the exception of the macperl/macos/... tree
45771      Branch: maint-5.6/perl
45772           +> t/lib/filefind-taint.t
45773           !> (integrate 72 files)
45774 ____________________________________________________________________________
45775 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
45776         Log: Fix test.
45777      Branch: maint-5.6/macperl
45778            ! macos/bundled_ext/Filter/t/call.t
45779 ____________________________________________________________________________
45780 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
45781         Log: Make perl fork()-safe (in a slightly limited way) even on
45782              platforms that don't have pthread_atfork() (extension of
45783              the fix in change#11151).
45784              
45785              Note that this will not help extensions that call fork()
45786              directly in C, or that link to libraries that call fork()
45787              directly.  Such cases must be fixed to either call
45788              PerlProc_fork(), or call atfork_lock() in parent before the
45789              calling the function that forks and call atfork_unlock()
45790              in both parent and child immediately after the fork().
45791              (There are no worries if C code calls exec() in the child
45792              immediately after a fork().  Only cases where the child
45793              calls perl's API functions (including New()) after the
45794              fork() are problematic.)
45795              
45796              This change also eliminates the use of vfork() from perl,
45797              since all such uses were violating the severe restrictions
45798              on modifying the state of the process between the vfork()
45799              and the exec().
45800              
45801              This is a modified version of patches suggested by Abhijit
45802              Menon-Sen and Richard Soderberg.
45803      Branch: perl
45804            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
45805            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
45806 ____________________________________________________________________________
45807 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
45808         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
45809              Switch, and Text::Balanced.
45810      Branch: maint-5.6/macperl
45811            + macos/bundled_ext/Filter/Util/Call/Call.pm
45812            + macos/bundled_ext/Filter/Util/Call/Call.xs
45813            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
45814            + macos/bundled_ext/Filter/t/MyFilter.pm
45815            + macos/bundled_ext/Filter/t/call.t
45816            + macos/bundled_ext/Filter/t/filter-util.pl
45817            + macos/bundled_lib/blib/lib/Class/ISA.pm
45818            + macos/bundled_lib/blib/lib/Digest.pm
45819            + macos/bundled_lib/blib/lib/Filter/Simple.pm
45820            + macos/bundled_lib/blib/lib/Switch.pm
45821            + macos/bundled_lib/blib/lib/Text/Balanced.pm
45822            + macos/bundled_lib/blib/lib/Text/Balanced.pod
45823            + macos/bundled_lib/t/Class/ISA/test.pl
45824            + macos/bundled_lib/t/Digest/Digest.t
45825            + macos/bundled_lib/t/Filter/Simple/test.pl
45826            + macos/bundled_lib/t/Switch/test.pl
45827            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
45828            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
45829            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
45830            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
45831            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
45832            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
45833            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
45834            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
45835 ____________________________________________________________________________
45836 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
45837         Log: Add Filter::Util::Call to config/make files; edit utils
45838              to recognize the module (it was descended too far down).
45839              Bump version to 5.6.1a4.
45840      Branch: maint-5.6/macperl
45841            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
45842            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
45843            ! macos/macperl/Makefile.mk macos/xsubpp.patch
45844 ____________________________________________________________________________
45845 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
45846         Log: Make DB_File the default for MLDBM on MacOS.
45847      Branch: maint-5.6/macperl
45848            ! macos/bundled_lib/blib/lib/MLDBM.pm
45849 ____________________________________________________________________________
45850 [ 11419] By: nick                                  on 2001/07/20  14:51:03
45851         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
45852              From:  Simon Cozens <simon@netthink.co.uk>
45853              Date:  Fri, 20 Jul 2001 11:42:35 -0400
45854              Message-Id:  <20010720114235.A5235@netthink.co.uk>
45855      Branch: perl
45856            ! lib/UnicodeCD.pm
45857 ____________________________________________________________________________
45858 [ 11418] By: nick                                  on 2001/07/20  14:48:12
45859         Log: Subject:  [PATCH regcomp.h] adds a comment
45860              From:  Abhijit Menon-Sen <ams@wiw.org>
45861              Date:  Fri, 20 Jul 2001 21:05:37 +0530
45862              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
45863      Branch: perl
45864            ! regcomp.h
45865 ____________________________________________________________________________
45866 [ 11417] By: nick                                  on 2001/07/20  14:16:38
45867         Log: Subject:  [PATCH 5.7.2] INSTALL updates
45868              From:  Andy Dougherty <doughera@lafayette.edu>
45869              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
45870              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
45871      Branch: perl
45872            ! INSTALL
45873 ____________________________________________________________________________
45874 [ 11416] By: nick                                  on 2001/07/20  06:44:44
45875         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45876              From:  Russ Allbery <rra@stanford.edu>
45877              Date:  19 Jul 2001 15:52:37 -0700
45878              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
45879      Branch: perl
45880            ! lib/Pod/Man.pm
45881 ____________________________________________________________________________
45882 [ 11415] By: nick                                  on 2001/07/20  06:35:11
45883         Log: Subject:  [PATCH] defer op_seq allocation
45884              From:  Abhijit Menon-Sen <ams@wiw.org>
45885              Date:  Thu, 19 Jul 2001 22:12:24 +0530
45886              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
45887      Branch: perl
45888            ! op.c
45889 ____________________________________________________________________________
45890 [ 11414] By: nick                                  on 2001/07/20  06:23:36
45891         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
45892              From:  Abhijit Menon-Sen <ams@wiw.org>
45893              Date:  Fri, 20 Jul 2001 01:18:50 +0530
45894              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
45895              (Private e-mail)
45896      Branch: perl
45897            ! ext/Time/HiRes/HiRes.xs
45898 ____________________________________________________________________________
45899 [ 11413] By: nick                                  on 2001/07/20  06:18:53
45900         Log: Integrate mainline
45901      Branch: perlio
45902           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
45903            - t/base/commonsense.t
45904           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
45905           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
45906           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
45907           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
45908           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
45909           !> win32/win32.c
45910 ____________________________________________________________________________
45911 [ 11412] By: nick                                  on 2001/07/19  06:44:27
45912         Log: Integrate win32/perlhost.h from maintenance branch.
45913              (Rest of $ENV{PATH} / system() fix.)
45914      Branch: perl
45915           !> win32/perlhost.h
45916 ____________________________________________________________________________
45917 [ 11411] By: nick                                  on 2001/07/19  06:41:34
45918         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
45919              From:  Philip Newton <Philip.Newton@gmx.net>
45920              Date:  Wed, 18 Jul 2001 21:43:57 +0200
45921              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
45922      Branch: perl
45923            ! pod/perlhack.pod
45924 ____________________________________________________________________________
45925 [ 11410] By: nick                                  on 2001/07/19  06:39:35
45926         Log: Subject:  Security hole in taint checking in open()
45927              From:  deekoo@tentacle.net
45928              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
45929              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
45930      Branch: perl
45931            ! doio.c
45932 ____________________________________________________________________________
45933 [ 11409] By: nick                                  on 2001/07/19  06:28:08
45934         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
45935              From:  Abhijit Menon-Sen <ams@wiw.org>
45936              Date:  Thu, 19 Jul 2001 04:30:43 +0530
45937              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
45938      Branch: perl
45939            ! ext/Time/HiRes/HiRes.xs
45940 ____________________________________________________________________________
45941 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
45942         Log: Update docs with latest implementation information and new URLs.
45943      Branch: maint-5.6/macperl
45944            ! README.macos pod/perlport.pod
45945 ____________________________________________________________________________
45946 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
45947         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
45948              Fix BuildRules to accept optimization variables.
45949      Branch: maint-5.6/macperl
45950            + macos/bundled_ext/Digest/MD5/Makefile.mk
45951            ! macos/BuildRules.mk macos/Makefile.mk
45952            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
45953            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
45954 ____________________________________________________________________________
45955 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
45956         Log: Integrate changes 11399,11401
45957      Branch: maint-5.6/macperl
45958           !> win32/perlhost.h win32/win32.c
45959 ____________________________________________________________________________
45960 [ 11405] By: nick                                  on 2001/07/18  06:50:33
45961         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
45962              from perl5.6*
45963      Branch: perl
45964           !> win32/perlhost.h win32/win32.c
45965 ____________________________________________________________________________
45966 [ 11404] By: nick                                  on 2001/07/18  06:43:59
45967         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
45968              From:  hv@crypt0.demon.co.uk
45969              Date:  Wed, 18 Jul 2001 05:58:46 +0100
45970              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
45971      Branch: perl
45972            ! ext/POSIX/POSIX.t
45973 ____________________________________________________________________________
45974 [ 11403] By: nick                                  on 2001/07/18  06:38:57
45975         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
45976              From:  hv@crypt0.demon.co.uk
45977              Date:  Wed, 18 Jul 2001 05:21:54 +0100
45978              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
45979      Branch: perl
45980            ! numeric.c t/op/arith.t
45981 ____________________________________________________________________________
45982 [ 11402] By: nick                                  on 2001/07/18  06:19:17
45983         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
45984              From:  mjd@plover.com
45985              Date:  17 Jul 2001 17:59:20 -0000
45986              Message-Id:  <20010717175920.8177.qmail@plover.com>
45987      Branch: perl
45988            ! pod/perlre.pod
45989 ____________________________________________________________________________
45990 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
45991         Log: thinko in change#11400 (duh)
45992      Branch: maint-5.6/perl
45993            ! win32/perlhost.h
45994 ____________________________________________________________________________
45995 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
45996         Log: change#11399 revealed another unrelated bug; this is just a temporary
45997              bandaid
45998      Branch: maint-5.6/perl
45999            ! win32/perlhost.h
46000 ____________________________________________________________________________
46001 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
46002         Log: fix bugs in handling of the virtualized environment under windows;
46003              there were bugs in propagating any changes to %ENV down to the real
46004              environment when such changes happened in the toplevel process
46005              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
46006              problem identification, and for a part of the fix)
46007      Branch: maint-5.6/perl
46008            ! win32/perlhost.h win32/win32.c
46009 ____________________________________________________________________________
46010 [ 11398] By: nick                                  on 2001/07/17  08:26:35
46011         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
46012              From: Peter Prymmer <pvhp@forte.com>
46013              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
46014              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
46015              
46016              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
46017              should not depend on existance of Config.pm
46018      Branch: perl
46019           +> t/lib/commonsense.t
46020            - t/base/commonsense.t
46021            ! MANIFEST t/README
46022 ____________________________________________________________________________
46023 [ 11397] By: nick                                  on 2001/07/17  08:09:58
46024         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
46025              From:  Michael G Schwern <schwern@pobox.com>
46026              Date:  Mon, 16 Jul 2001 18:20:31 -0400
46027              Message-Id:  <20010716182031.A1128@blackrider>
46028      Branch: perl
46029            ! pod/perlhack.pod
46030 ____________________________________________________________________________
46031 [ 11396] By: nick                                  on 2001/07/17  08:04:11
46032         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
46033              From:  Gwyn Judd <b.judd@xtra.co.nz>
46034              Date:  Tue, 17 Jul 2001 20:55:58 +1200
46035              Message-Id:  <20010717205558.A3107@thislove>
46036      Branch: perl
46037            ! pod/perlfunc.pod
46038 ____________________________________________________________________________
46039 [ 11395] By: nick                                  on 2001/07/17  08:02:22
46040         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
46041              From:  Peter Prymmer <pvhp@forte.com>
46042              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
46043              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
46044      Branch: perl
46045            ! t/op/sprintf.t
46046 ____________________________________________________________________________
46047 [ 11394] By: nick                                  on 2001/07/17  07:57:06
46048         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
46049              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
46050              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
46051              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
46052      Branch: perl
46053            ! gv.c
46054 ____________________________________________________________________________
46055 [ 11392] By: nick                                  on 2001/07/17  07:50:12
46056         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
46057              From:  Coral <coral@moonlight.crystalflame.net>
46058              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
46059              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
46060      Branch: perl
46061            ! pp_sys.c thread.h
46062 ____________________________________________________________________________
46063 [ 11391] By: nick                                  on 2001/07/17  07:34:28
46064         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
46065              From:  Jonathan Stowe <gellyfish@gellyfish.com>
46066              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
46067              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
46068      Branch: perl
46069            ! utils/h2xs.PL
46070 ____________________________________________________________________________
46071 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
46072         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
46073              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
46074              and Mac::Apps::Launch, which don't work, and Time::HiRes and
46075              Time::Piece, which don't yet work.
46076      Branch: maint-5.6/macperl
46077            + (add 154 files)
46078 ____________________________________________________________________________
46079 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
46080         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
46081              Also add hack to get around missing setenv for PERL5DB.
46082      Branch: maint-5.6/macperl
46083            ! macos/macish.c macos/macish.h
46084 ____________________________________________________________________________
46085 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
46086         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
46087      Branch: maint-5.6/macperl
46088            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
46089            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
46090 ____________________________________________________________________________
46091 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
46092         Log: Fix up some configuration and make options, add extra
46093              extensions.
46094      Branch: maint-5.6/macperl
46095            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
46096            ! macos/macperl/Makefile.mk
46097 ____________________________________________________________________________
46098 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
46099         Log: From Change 11374 in maintperl.
46100      Branch: maint-5.6/macperl
46101           !> utils/h2ph.PL
46102 ____________________________________________________________________________
46103 [ 11385] By: nick                                  on 2001/07/16  14:12:58
46104         Log: Back out change to h2xs till it passes its test.
46105      Branch: perl
46106            ! utils/h2xs.PL
46107 ____________________________________________________________________________
46108 [ 11384] By: nick                                  on 2001/07/16  14:00:10
46109         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
46110              From:  Jonathan Stowe <gellyfish@gellyfish.com>
46111              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
46112              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
46113      Branch: perl
46114            ! utils/h2xs.PL
46115 ____________________________________________________________________________
46116 [ 11383] By: nick                                  on 2001/07/16  13:53:12
46117         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
46118              From:  Robin Houston <robin@kitsite.com>
46119              Date:  Sun, 15 Jul 2001 18:22:31 +0100
46120              Message-Id:  <20010715182230.A11174@robin>
46121      Branch: perl
46122            ! hints/darwin.sh
46123 ____________________________________________________________________________
46124 [ 11382] By: nick                                  on 2001/07/16  13:52:49
46125         Log: Subject:  [PATCH perl@11372] re_dup
46126              From:  Radu Greab <radu@netsoft.ro>
46127              Date:  Sun, 15 Jul 2001 04:50:06 +0300
46128              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
46129      Branch: perl
46130            ! sv.c
46131 ____________________________________________________________________________
46132 [ 11379] By: nick                                  on 2001/07/16  13:35:39
46133         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
46134              From:  Robin Houston <robin@kitsite.com>
46135              Date:  Sat, 14 Jul 2001 14:28:50 +0100
46136              Message-Id:  <20010714142850.A10205@robin>
46137      Branch: perl
46138            ! ext/B/B/Deparse.pm
46139 ____________________________________________________________________________
46140 [ 11378] By: nick                                  on 2001/07/16  13:30:36
46141         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
46142              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
46143              Date:  Sat, 14 Jul 2001 22:17:42 +0900
46144              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
46145      Branch: perl
46146            + ext/Encode/Encode/euc-jp-0212.enc
46147            ! ext/Encode/Encode/Tcl.pm
46148 ____________________________________________________________________________
46149 [ 11377] By: nick                                  on 2001/07/16  13:17:28
46150         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
46151              From:  Andy Dougherty <doughera@lafayette.edu>
46152              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
46153              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
46154      Branch: perl
46155            ! hints/darwin.sh hints/rhapsody.sh
46156 ____________________________________________________________________________
46157 [ 11376] By: nick                                  on 2001/07/16  09:05:00
46158         Log: Integrate mainline
46159      Branch: perlio
46160           +> ext/Encode/Encode/7bit-greek.enc
46161           +> ext/Encode/Encode/7bit-latin1.enc
46162           +> ext/Encode/Encode/cns11643-1.enc
46163           +> ext/Encode/Encode/cns11643-2.enc
46164           +> ext/Encode/Encode/iso2022-cn.enc
46165           +> ext/Encode/Encode/iso2022-jp1.enc
46166           +> ext/Encode/Encode/iso2022-jp2.enc
46167           !> Changes Configure MANIFEST Makefile.SH
46168           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
46169           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
46170           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
46171           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
46172           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
46173 ____________________________________________________________________________
46174 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
46175         Log: integrate change#11374 from maint-5.6
46176              
46177              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
46178      Branch: perl
46179           !> utils/h2ph.PL
46180 ____________________________________________________________________________
46181 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
46182         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
46183      Branch: maint-5.6/perl
46184            ! utils/h2ph.PL
46185 ____________________________________________________________________________
46186 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
46187         Log: Update Changes.
46188      Branch: perl
46189            ! Changes patchlevel.h
46190 ____________________________________________________________________________
46191 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
46192         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
46193              From: Jonathan Stowe <gellyfish@gellyfish.com>
46194              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
46195              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
46196      Branch: perl
46197            ! utils/h2xs.PL
46198 ____________________________________________________________________________
46199 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
46200         Log: Subject: patch to add DEL to [:cntrl:]
46201              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46202              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
46203              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
46204      Branch: perl
46205            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
46206 ____________________________________________________________________________
46207 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
46208         Log: Metaconfig unit change for #11369; plus a dependency nit.
46209      Branch: metaconfig
46210            ! U/compline/nblock_io.U
46211      Branch: metaconfig/U/perl
46212            ! Extensions.U
46213 ____________________________________________________________________________
46214 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
46215         Log: #include <stdlib.h> so that exit() is prototyped,
46216              noticed by Hugo.
46217      Branch: perl
46218            ! Configure
46219 ____________________________________________________________________________
46220 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
46221         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
46222              From: Peter Prymmer <pvhp@forte.com>
46223              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
46224              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
46225      Branch: perl
46226            ! t/op/sprintf.t
46227 ____________________________________________________________________________
46228 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
46229         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
46230              From: Peter Prymmer <pvhp@forte.com>
46231              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
46232              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
46233      Branch: perl
46234            ! ext/Encode/Encode/Tcl.t
46235 ____________________________________________________________________________
46236 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
46237         Log: Add information about gcc 3.0 basic block profiling.
46238      Branch: perl
46239            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
46240 ____________________________________________________________________________
46241 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
46242         Log: Subject: Error in lib/PerlIO/Via.pm ?
46243              From: Mark-Jason Dominus <mjd@plover.com>
46244              Date: Fri, 13 Jul 2001 15:55:41 -0400
46245              Message-ID: <20010713195541.26751.qmail@plover.com>
46246      Branch: perl
46247            ! ext/PerlIO/Via/Via.pm
46248 ____________________________________________________________________________
46249 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
46250         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
46251              section from the Compiler section.
46252      Branch: perl
46253            ! myconfig.SH
46254 ____________________________________________________________________________
46255 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
46256         Log: Handle glibc style of constant definitions using enum
46257              with intervening #defines; from Brendan O'Dea.
46258      Branch: perl
46259            ! utils/h2ph.PL
46260 ____________________________________________________________________________
46261 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
46262         Log: Add LC_MESSAGES to the locale_h export tag (it already is
46263              in the Makefile.PL and thusly eligible for an XS constant)
46264              (see also maintperl #10543)
46265      Branch: perl
46266            ! ext/POSIX/POSIX.pm
46267 ____________________________________________________________________________
46268 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
46269         Log: Subject: Re: [patch] re_dup
46270              From: Abhijit Menon-Sen <ams@wiw.org>
46271              Date: Fri, 13 Jul 2001 21:41:09 +0530
46272              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
46273      Branch: perl
46274            ! sv.c
46275 ____________________________________________________________________________
46276 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
46277         Log: Subject: [patch] re_dup
46278              From: Doug MacEachern <dougm@covalent.net>
46279              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
46280              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
46281      Branch: perl
46282            ! sv.c
46283 ____________________________________________________________________________
46284 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
46285         Log: Update Changes.
46286      Branch: perl
46287            ! Changes patchlevel.h
46288 ____________________________________________________________________________
46289 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
46290         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
46291              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
46292              Date: Sat, 14 Jul 2001 00:06:30 +0900
46293              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
46294      Branch: perl
46295            + ext/Encode/Encode/7bit-greek.enc
46296            + ext/Encode/Encode/7bit-latin1.enc
46297            + ext/Encode/Encode/cns11643-1.enc
46298            + ext/Encode/Encode/cns11643-2.enc
46299            + ext/Encode/Encode/iso2022-cn.enc
46300            + ext/Encode/Encode/iso2022-jp1.enc
46301            + ext/Encode/Encode/iso2022-jp2.enc
46302            ! MANIFEST ext/Encode/Encode/Tcl.pm
46303            ! ext/Encode/Encode/iso2022-kr.enc
46304 ____________________________________________________________________________
46305 [ 11357] By: nick                                  on 2001/07/13  14:24:06
46306         Log: Blind integrate mainline (as of 5.7.2?)
46307      Branch: perlio
46308           !> AUTHORS Changes Porting/config.sh Porting/config_H
46309           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
46310           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
46311           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
46312           !> win32/makefile.mk
46313 ____________________________________________________________________________
46314 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
46315         Log: Snip away the devel patchlevel.
46316      Branch: perl
46317            ! patchlevel.h
46318 ____________________________________________________________________________
46319 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
46320         Log: Bump the version to 5.7.2.
46321      Branch: perl
46322            ! Porting/config.sh Porting/config_H patchlevel.h
46323            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
46324            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46325            ! win32/makefile.mk
46326 ____________________________________________________________________________
46327 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
46328         Log: Update Changes.
46329      Branch: perl
46330            ! Changes
46331 ____________________________________________________________________________
46332 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
46333         Log: Reword.
46334      Branch: perl
46335            ! AUTHORS
46336 ____________________________________________________________________________
46337 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
46338         Log: AUTHORS update.
46339      Branch: perl
46340            ! AUTHORS
46341 ____________________________________________________________________________
46342 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
46343         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
46344              unless ithreads.
46345      Branch: perl
46346            ! makedef.pl
46347 ____________________________________________________________________________
46348 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
46349         Log: Integrate perlio:
46350              
46351              [ 11346]
46352              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46353              to avoid /unicode vs /Unicode issues.
46354      Branch: perl
46355           !> win32/distclean.bat
46356 ____________________________________________________________________________
46357 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
46358         Log: Test the encoding transform only iff we have PerlIO,
46359              noticed by H. Merijn Brand.
46360      Branch: perl
46361            ! ext/PerlIO/t/encoding.t
46362 ____________________________________________________________________________
46363 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
46364         Log: README.netware tweaks from Ananth Kesari.
46365      Branch: perl
46366            ! README.netware
46367 ____________________________________________________________________________
46368 [ 11346] By: nick                                  on 2001/07/13  09:18:51
46369         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
46370              to avoid /unicode vs /Unicode issues.
46371      Branch: perlio
46372            ! win32/distclean.bat
46373 ____________________________________________________________________________
46374 [ 11345] By: nick                                  on 2001/07/13  06:24:18
46375         Log: Integrate mainline
46376      Branch: perlio
46377           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
46378            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
46379           !> (integrate 63 files)
46380 ____________________________________________________________________________
46381 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
46382         Log: Add d_bincompat5005 information to perl -V.
46383      Branch: perl
46384            ! myconfig.SH
46385 ____________________________________________________________________________
46386 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
46387         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
46388              From: Abhijit Menon-Sen <ams@wiw.org>
46389              Date: Fri, 13 Jul 2001 07:12:36 +0530
46390              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
46391      Branch: perl
46392            ! sv.c
46393 ____________________________________________________________________________
46394 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
46395         Log: Remove unicode::distinct, as per Inaba Hiroto.
46396      Branch: perl
46397            - lib/unicode/distinct.pm
46398            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
46399            ! t/lib/1_compile.t
46400 ____________________________________________________________________________
46401 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
46402         Log: Paging for Dr Octothorpe.
46403      Branch: perl
46404            ! pod/perlfaq4.pod
46405 ____________________________________________________________________________
46406 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
46407         Log: cut-n-paste error noticed by mjd.
46408      Branch: perl
46409            ! pod/perlfaq4.pod
46410 ____________________________________________________________________________
46411 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
46412         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
46413              From: Peter Prymmer <pvhp@forte.com>
46414              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
46415              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
46416      Branch: perl
46417            ! pod/perlfaq4.pod
46418 ____________________________________________________________________________
46419 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
46420         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
46421              From: Randall Gellens <randy@qualcomm.com>
46422              Date: Thu, 12 Jul 2001 16:56:23 -0700
46423              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
46424      Branch: perl
46425            ! Porting/repository.pod
46426 ____________________________________________________________________________
46427 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
46428         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
46429      Branch: perl
46430            ! thread.h
46431 ____________________________________________________________________________
46432 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
46433         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
46434              From: coral <coral@moonlight.crystalflame.net>
46435              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
46436              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
46437      Branch: perl
46438            ! thread.h
46439 ____________________________________________________________________________
46440 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
46441         Log: Metaconfig unit change for #11134.
46442      Branch: metaconfig
46443            + U/threads/d_pthread_atfork.U
46444 ____________________________________________________________________________
46445 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
46446         Log: Add HAS_PTHREAD_ATFORK.
46447      Branch: perl
46448            ! Configure NetWare/config.wc NetWare/config_H.wc
46449            ! Porting/Glossary Porting/config.sh Porting/config_H
46450            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
46451            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
46452            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46453            ! win32/config.gc win32/config.vc win32/config_H.bc
46454            ! win32/config_H.gc win32/config_H.vc
46455 ____________________________________________________________________________
46456 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
46457         Log: Subject: [PATCH] File::Copy fails on tied handles
46458              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
46459              Date: Thu, 12 Jul 2001 15:18:51 -0700
46460              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
46461      Branch: perl
46462            ! lib/File/Copy.pm
46463 ____________________________________________________________________________
46464 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
46465         Log: Subject: [PATCH] Langinfo.t
46466              From: Nicholas Clark <nick@ccl4.org>
46467              Date: Thu, 12 Jul 2001 23:55:38 +0100
46468              Message-ID: <20010712235538.M5827@plum.flirble.org>
46469      Branch: perl
46470            ! ext/I18N/Langinfo/Langinfo.t
46471 ____________________________________________________________________________
46472 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
46473         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
46474              From: Peter Prymmer <pvhp@forte.com>
46475              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
46476              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
46477      Branch: perl
46478            ! pod/perl572delta.pod
46479 ____________________________________________________________________________
46480 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
46481         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
46482              From: Abhijit Menon-Sen <ams@wiw.org>
46483              Date: Fri, 13 Jul 2001 05:21:16 +0530
46484              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
46485      Branch: perl
46486            ! sv.c
46487 ____________________________________________________________________________
46488 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
46489         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
46490              From: Abhijit Menon-Sen <ams@wiw.org>
46491              Date: Fri, 13 Jul 2001 03:04:25 +0530
46492              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
46493      Branch: perl
46494            ! av.c
46495 ____________________________________________________________________________
46496 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
46497         Log: s/^M$//g
46498      Branch: perl
46499            ! win32/Makefile win32/makefile.mk
46500 ____________________________________________________________________________
46501 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
46502         Log: Update Changes.
46503      Branch: perl
46504            ! Changes patchlevel.h
46505 ____________________________________________________________________________
46506 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
46507         Log: Typo spotted by Philip Newton.
46508      Branch: perl
46509            ! pod/perl572delta.pod
46510 ____________________________________________________________________________
46511 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
46512         Log: Subject: [PATCH] fixes perl_clone of perl_clone
46513              From: Artur Bergman <artur@contiller.se>
46514              Date: Thu, 12 Jul 2001 20:57:09 +0200
46515              Message-ID: <B773BFA4.236B%artur@contiller.se>
46516      Branch: perl
46517            ! sv.c
46518 ____________________________________________________________________________
46519 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
46520         Log: Add README.uts from Hal Morris.
46521      Branch: perl
46522            + README.uts
46523            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
46524            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46525 ____________________________________________________________________________
46526 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
46527         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
46528              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46529              Date: Thu, 12 Jul 2001 20:32:37 +0200
46530              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
46531      Branch: perl
46532            ! hints/aix.sh
46533 ____________________________________________________________________________
46534 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
46535         Log: Subject: Patch: document reg_data.what member
46536              From: Mark-Jason Dominus <mjd@plover.com>
46537              Message-ID: <20010712182532.14821.qmail@plover.com>
46538              Date: Thu, 12 Jul 2001 14:25:32 -0400
46539      Branch: perl
46540            ! regcomp.c regcomp.h
46541 ____________________________________________________________________________
46542 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
46543         Log: Subject: [PATCH] Perl_re_dup()
46544              From: Abhijit Menon-Sen <ams@wiw.org>
46545              Date: Thu, 12 Jul 2001 23:54:32 +0530
46546              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
46547      Branch: perl
46548            ! embed.h embed.pl perlapi.c proto.h sv.c
46549 ____________________________________________________________________________
46550 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
46551         Log: Regen Configure, modlib, toc.
46552      Branch: perl
46553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46554            ! pod/perlmodlib.pod pod/perltoc.pod
46555 ____________________________________________________________________________
46556 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
46557         Log: The problem seems to be in PerlIO::Layer::->find() not
46558              accepting the ":encoding(blurflur)" arguments.
46559      Branch: perl
46560            ! lib/PerlIO.pm lib/open.pm
46561 ____________________________________________________________________________
46562 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
46563         Log: AIX doc update.
46564      Branch: perl
46565            ! README.aix pod/perl572delta.pod
46566 ____________________________________________________________________________
46567 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
46568         Log: Subject: AIX README update
46569              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46570              Date: Thu, 12 Jul 2001 19:28:30 +0200
46571              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
46572      Branch: perl
46573            ! README.aix
46574 ____________________________________________________________________________
46575 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
46576         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
46577              From: Norton Allen <allen@huarp.harvard.edu>
46578              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
46579              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
46580      Branch: perl
46581            ! ext/IO/lib/IO/t/io_unix.t
46582 ____________________________________________________________________________
46583 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
46584         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46585              From: Norton Allen <allen@huarp.harvard.edu>
46586              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
46587              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
46588      Branch: perl
46589            ! README.qnx hints/qnx.sh
46590 ____________________________________________________________________________
46591 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
46592         Log: Subject: [patch] faster PM_GETRE
46593              From: Doug MacEachern <dougm@covalent.net>
46594              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
46595              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
46596      Branch: perl
46597            ! op.h
46598 ____________________________________________________________________________
46599 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
46600         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
46601              From: Doug MacEachern <dougm@covalent.net>
46602              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
46603              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
46604      Branch: perl
46605            ! op.c
46606 ____________________________________________________________________________
46607 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
46608         Log: Tell where the nice Estonian database is.
46609      Branch: perl
46610            ! lib/open.pm
46611 ____________________________________________________________________________
46612 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
46613         Log: Retract #11309 since #11310 is a better fix.
46614      Branch: perl
46615            ! t/lib/1_compile.t
46616 ____________________________________________________________________________
46617 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
46618         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
46619              change#11300 needs to return the status of failed win32_spawnvp())
46620              
46621              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
46622              splitting correctly; remove unused variables; 'require' at run time
46623              rather than 'use' at compile time for I18N::Langinfo, since it
46624              isn't everyware
46625      Branch: perl
46626            ! lib/open.pm win32/win32.c
46627 ____________________________________________________________________________
46628 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
46629         Log: Temporary workaround.
46630      Branch: perl
46631            ! t/lib/1_compile.t
46632 ____________________________________________________________________________
46633 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
46634         Log: UCD typo in #11306 and add also more known-to-be-tested
46635              modules to the skip list.
46636      Branch: perl
46637            ! t/lib/1_compile.t
46638 ____________________________________________________________________________
46639 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
46640         Log: Rename Unicode::UCD to UnicodeCD to avoid
46641              messups with case-insensitive filesystems.
46642      Branch: perl
46643            + lib/UnicodeCD.pm lib/UnicodeCD.t
46644            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
46645            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
46646 ____________________________________________________________________________
46647 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
46648         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
46649              From: daniel@biz.bitpusher.com
46650              Date: Wed, 11 Jul 2001 23:25:47 -0700
46651              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
46652      Branch: perl
46653            ! lib/Tie/Array.pm t/op/splice.t
46654 ____________________________________________________________________________
46655 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
46656         Log: Subject: [PATCH] More accurate line numbers in messages
46657              From: Paul Johnson <paul@pjcj.net>
46658              Date: Thu, 12 Jul 2001 04:14:11 +0200
46659              Message-ID: <20010712041411.A3467@pjcj.net>
46660              
46661              (With prototyping and multiplicity tweaks.)
46662      Branch: perl
46663            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
46664 ____________________________________________________________________________
46665 [ 11304] By: nick                                  on 2001/07/12  12:53:40
46666         Log: Integrate mainline
46667      Branch: perlio
46668           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
46669           !> regexec.c thread.h
46670 ____________________________________________________________________________
46671 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
46672         Log: Cut-and-pasto in #11298.
46673      Branch: perl
46674            ! ext/ByteLoader/bytecode.h
46675 ____________________________________________________________________________
46676 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
46677         Log: Update the AIX known problems section.
46678      Branch: perl
46679            ! pod/perl572delta.pod
46680 ____________________________________________________________________________
46681 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
46682         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
46683              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46684              Date: Thu, 12 Jul 2001 12:16:16 +0200
46685              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
46686      Branch: perl
46687            ! hints/aix.sh
46688 ____________________________________________________________________________
46689 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
46690         Log: Integrate perlio:
46691              
46692              [ 11296]
46693              Exclude reentrant_buffer from .def file
46694              
46695              [ 11295]
46696              Honour void-ness of my_exit()
46697      Branch: perl
46698           !> makedef.pl win32/win32.c
46699 ____________________________________________________________________________
46700 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
46701         Log: Subject: [PATCH] fix for PMOP threadness failures
46702              From: Artur Bergman <artur@contiller.se>
46703              Date: Thu, 12 Jul 2001 09:48:06 +0200
46704              Message-ID: <B77322D6.22DD%artur@contiller.se>
46705      Branch: perl
46706            ! regexec.c
46707 ____________________________________________________________________________
46708 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
46709         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
46710              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46711              Date: Thu, 12 Jul 2001 09:09:48 +0200
46712              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
46713              
46714              More parentheses to keep bcc happy.
46715      Branch: perl
46716            ! ext/ByteLoader/bytecode.h
46717 ____________________________________________________________________________
46718 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
46719         Log: Subject: Re: [patch] pthread_atfork bandaid
46720              From: Doug MacEachern <dougm@covalent.net>
46721              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
46722              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
46723      Branch: perl
46724            ! thread.h
46725 ____________________________________________________________________________
46726 [ 11296] By: nick                                  on 2001/07/12  11:55:48
46727         Log: Exclude reentrant_buffer from .def file
46728      Branch: perlio
46729            ! makedef.pl
46730 ____________________________________________________________________________
46731 [ 11295] By: nick                                  on 2001/07/12  11:11:44
46732         Log: Honour void-ness of my_exit()
46733      Branch: perlio
46734            ! win32/win32.c
46735 ____________________________________________________________________________
46736 [ 11294] By: nick                                  on 2001/07/12  07:51:04
46737         Log: Integrate mainline
46738      Branch: perlio
46739           +> uts/sprintf_wrap.c
46740           !> (integrate 35 files)
46741 ____________________________________________________________________________
46742 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
46743         Log: Retract #11289.
46744      Branch: perl
46745            ! embed.h embed.pl perl.c proto.h thread.h
46746 ____________________________________________________________________________
46747 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
46748         Log: Now the :locale pseudolayer *almost* works...
46749      Branch: perl
46750            ! lib/open.pm
46751 ____________________________________________________________________________
46752 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
46753         Log: Locale encoding tweaks.
46754      Branch: perl
46755            ! lib/open.pm
46756 ____________________________________________________________________________
46757 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
46758         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
46759              From: Mark-Jason Dominus <mjd@plover.com>
46760              Date: Thu, 12 Jul 2001 00:59:31 -0400
46761              Message-ID: <20010712045931.8543.qmail@plover.com>
46762              
46763              Remove the chmod/umask leading zero warning.
46764      Branch: perl
46765            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
46766            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46767 ____________________________________________________________________________
46768 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
46769         Log: (Retracted by #11289.)
46770      Branch: perl
46771            ! embed.h embed.pl perl.c proto.h thread.h
46772 ____________________________________________________________________________
46773 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
46774         Log: Needed by #11283.
46775      Branch: perl
46776            ! intrpvar.h
46777 ____________________________________________________________________________
46778 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
46779         Log: Metaconfig unit change for #11286.
46780      Branch: metaconfig/U/perl
46781            ! patchlevel.U
46782 ____________________________________________________________________________
46783 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
46784         Log: Subject: Re: [PATCH Configure] perl -V broken
46785              From: Andy Dougherty <doughera@lafayette.edu>
46786              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
46787              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
46788      Branch: perl
46789            ! Configure myconfig.SH
46790 ____________________________________________________________________________
46791 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
46792         Log: Retract #11166 (and #11237).
46793      Branch: perl
46794            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
46795            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
46796            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46797 ____________________________________________________________________________
46798 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
46799         Log: UTS tweaks for Hal Morris.
46800      Branch: perl
46801            + uts/sprintf_wrap.c
46802            ! MANIFEST hints/uts.sh perl.h
46803 ____________________________________________________________________________
46804 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
46805         Log: Subject: [PATCH] Use reentrant API glibc
46806              From: Artur Bergman <artur@contiller.se>
46807              Date: Thu, 12 Jul 2001 00:58:21 +0200
46808              Message-ID: <B772A6AD.2288%artur@contiller.se>
46809      Branch: perl
46810            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
46811            ! sv.c
46812 ____________________________________________________________________________
46813 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
46814         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
46815              From: barries <barries@slaysys.com>
46816              Date: Wed, 11 Jul 2001 15:11:46 -0400
46817              Message-ID: <20010711151146.G24560@jester.slaysys.com>
46818      Branch: perl
46819            ! pp_sys.c t/lib/warnings/doio win32/win32.c
46820 ____________________________________________________________________________
46821 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
46822         Log: Subject: [patch] pthread_atfork bandaid
46823              From: Doug MacEachern <dougm@covalent.net>
46824              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
46825              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
46826      Branch: perl
46827            ! miniperlmain.c perl.c
46828 ____________________________________________________________________________
46829 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
46830         Log: Subject: [patch] perl_clone leaks
46831              From: Doug MacEachern <dougm@covalent.net>
46832              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
46833              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
46834      Branch: perl
46835            ! sv.c
46836 ____________________________________________________________________________
46837 [ 11279] By: nick                                  on 2001/07/11  15:49:38
46838         Log: Integrate mainline
46839      Branch: perlio
46840           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
46841           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
46842           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
46843           +> lib/Term/ANSIColor/README
46844           !> (integrate 54 files)
46845 ____________________________________________________________________________
46846 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
46847         Log: Update Changes.
46848      Branch: perl
46849            ! Changes patchlevel.h
46850 ____________________________________________________________________________
46851 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
46852         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
46853              From: Peter Prymmer <pvhp@forte.com>
46854              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
46855              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
46856              
46857              Backport of embed.pl to 5.003.
46858      Branch: perl
46859            ! embed.pl
46860 ____________________________________________________________________________
46861 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
46862         Log: Subject: Re: POSIX test #14 on UTS 
46863              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
46864              Date: Wed, 11 Jul 2001 03:02:14 +0100
46865              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
46866      Branch: perl
46867            ! ext/POSIX/POSIX.t
46868 ____________________________________________________________________________
46869 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
46870         Log: Make the I32 an IV to preserve structure alignment and size.
46871      Branch: perl
46872            ! op.h
46873 ____________________________________________________________________________
46874 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
46875         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
46876              From: "Artur Bergman" <artur@contiller.se>
46877              Date: Wed, 11 Jul 2001 14:23:37 +0200
46878              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
46879              
46880              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
46881      Branch: perl
46882            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
46883            ! pod/perlapi.pod sv.c
46884 ____________________________________________________________________________
46885 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
46886         Log: Tweak until Pod::Parser gets updated.
46887      Branch: perl
46888            ! t/pod/special_seqs.xr
46889 ____________________________________________________________________________
46890 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
46891         Log: File::Spec usage tweak.
46892      Branch: perl
46893            ! lib/ExtUtils.t
46894 ____________________________________________________________________________
46895 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
46896         Log: Integrate #11263 from macperl; macos and macosx updates.
46897      Branch: perl
46898           !> pod/perlport.pod
46899 ____________________________________________________________________________
46900 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
46901         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
46902              From: Peter Prymmer <pvhp@forte.com>
46903              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
46904              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
46905      Branch: perl
46906            + ext/Time/HiRes/hints/dynixptx.pl
46907            ! MANIFEST hints/dynixptx.sh
46908 ____________________________________________________________________________
46909 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
46910         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
46911              From: Nicholas Clark <nick@ccl4.org>
46912              Date: Tue, 10 Jul 2001 23:17:43 +0100
46913              Message-ID: <20010710231742.B59620@plum.flirble.org>
46914      Branch: perl
46915            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
46916 ____________________________________________________________________________
46917 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
46918         Log: Subject: [DOC PATCH] Pluggable runops
46919              From: Paul Johnson <paul@pjcj.net>
46920              Date: Tue, 10 Jul 2001 21:53:28 +0200
46921              Message-ID: <20010710215328.B26577@pjcj.net>
46922      Branch: perl
46923            ! pod/perlguts.pod
46924 ____________________________________________________________________________
46925 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
46926         Log: Subject: [PATCH] Authors
46927              From: Artur Bergman <artur@contiller.se>
46928              Date: Tue, 10 Jul 2001 20:39:12 +0200
46929              Message-ID: <B771186F.21CD%artur@contiller.se>
46930      Branch: perl
46931            ! AUTHORS
46932 ____________________________________________________________________________
46933 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
46934         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
46935              From: Doug MacEachern <dougm@covalent.net>
46936              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
46937              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
46938      Branch: perl
46939            ! pp_ctl.c
46940 ____________________________________________________________________________
46941 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
46942         Log: Subject: doc patch; times() in scalar context
46943              From: mjd@plover.com
46944              Date: 10 Jul 2001 18:01:17 -0000
46945              Message-ID: <20010710180117.12477.qmail@plover.com>
46946      Branch: perl
46947            ! pod/perlfunc.pod
46948 ____________________________________________________________________________
46949 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
46950         Log: Subject: [PATCH] Small fix to pp_gmtime
46951              From: Artur Bergman <artur@contiller.se>
46952              Date: Tue, 10 Jul 2001 19:54:52 +0200
46953              Message-ID: <B7710E0B.21C5%artur@contiller.se>
46954      Branch: perl
46955            ! pp_sys.c
46956 ____________________________________________________________________________
46957 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
46958         Log: Integrate changes from mainline perl, add notes about
46959              Mac OS X and Mac OS.
46960      Branch: maint-5.6/macperl
46961            ! pod/perlport.pod
46962 ____________________________________________________________________________
46963 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
46964         Log: A proof of the dangers of package; ?
46965      Branch: perl
46966            ! t/lib/warnings/op
46967 ____________________________________________________________________________
46968 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
46969         Log: Regen toc and modlib.
46970      Branch: perl
46971            ! pod/perlmodlib.pod pod/perltoc.pod
46972 ____________________________________________________________________________
46973 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
46974         Log: Add compexcl(), casefold(), and casespec() interfaces;
46975              and make all interfaces to return hash references instead
46976              of hashes. 
46977      Branch: perl
46978            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46979 ____________________________________________________________________________
46980 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
46981         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
46982              From: "Philip Newton" <Philip.Newton@gmx.net>
46983              Date: Tue, 10 Jul 2001 09:55:59 +0200
46984              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
46985              
46986              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
46987              From: "Philip Newton" <Philip.Newton@gmx.net>
46988              Date: Tue, 10 Jul 2001 09:56:37 +0200
46989              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
46990      Branch: perl
46991            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46992            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
46993 ____________________________________________________________________________
46994 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
46995         Log: Subject: [patch] undef &xsub for 1,2
46996              From: Doug MacEachern <dougm@covalent.net>
46997              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
46998              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
46999              
47000              (This version of the patch with a comment from Gisle.)
47001      Branch: perl
47002            ! op.c
47003 ____________________________________________________________________________
47004 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
47005         Log: Mention package; deprecation and the Win32 problems.
47006      Branch: perl
47007            ! pod/perl572delta.pod
47008 ____________________________________________________________________________
47009 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
47010         Log: Subject: [PATCH] deprecate package with no arguments
47011              From: Robin Houston <robin@kitsite.com>
47012              Date: Tue, 10 Jul 2001 13:33:40 +0100
47013              Message-ID: <20010710133340.A13452@robin.kitsite.com>
47014      Branch: perl
47015            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
47016 ____________________________________________________________________________
47017 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
47018         Log: Upgrade to podlators 1.10.
47019      Branch: perl
47020            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
47021            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
47022            ! pod/pod2man.PL pod/pod2text.PL
47023 ____________________________________________________________________________
47024 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
47025         Log: Upgrade to Term::ANSIColor 1.04.
47026      Branch: perl
47027            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
47028            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
47029 ____________________________________________________________________________
47030 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
47031         Log: Integrate perlio:
47032              
47033              [ 11252]
47034              Fix open(...,"...:layer(xxx)",...)
47035              - use memEQ not strEQ as there is '(' not '\0'
47036              
47037              [ 11063]
47038              Quick for for #ifdef mess
47039      Branch: perl
47040           !> perlio.c
47041 ____________________________________________________________________________
47042 [ 11252] By: nick                                  on 2001/07/10  06:58:14
47043         Log: Fix open(...,"...:layer(xxx)",...)
47044              - use memEQ not strEQ as there is '(' not '\0'
47045      Branch: perlio
47046            ! perlio.c
47047 ____________________________________________________________________________
47048 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
47049         Log: Telling the number of tests helps.
47050      Branch: perl
47051            ! ext/PerlIO/t/encoding.t
47052 ____________________________________________________________________________
47053 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
47054         Log: Require I18N::Langinfo, not use.
47055      Branch: perl
47056            ! lib/open.pm
47057 ____________________________________________________________________________
47058 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
47059         Log: Add a test for for PerlIO ":encoding(...)" layer.
47060      Branch: perl
47061            + ext/PerlIO/t/encoding.t
47062            ! MANIFEST ext/Encode/Encode.pm
47063 ____________________________________________________________________________
47064 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
47065         Log: PerlIO ":encoding(foobar)" temporary fix.
47066              Not really correct, I think, since the change means
47067              that prefixes match.
47068      Branch: perl
47069            ! perlio.c
47070 ____________________________________________________________________________
47071 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
47072         Log: Update to Math::BigInt 1.36.  The biggest news is
47073              the separation of the backend; now the pure Perl
47074              implementation is in Math::BigInt::Calc, but one
47075              can plugin, say, Math::BigInt::BitVect, and get
47076              considerable speedup.
47077      Branch: perl
47078            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
47079            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
47080            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
47081            ! lib/Math/BigInt/t/mbimbf.t
47082 ____________________________________________________________________________
47083 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
47084         Log: Subject: Re: compatibility question
47085              From: Peter Prymmer <pvhp@forte.com>
47086              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
47087              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
47088      Branch: perl
47089            ! lib/ExtUtils/MM_VMS.pm
47090 ____________________________________________________________________________
47091 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
47092         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
47093              From: Norton Allen <allen@huarp.harvard.edu>
47094              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
47095              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
47096      Branch: perl
47097            ! ext/File/Glob/t/basic.t
47098 ____________________________________________________________________________
47099 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
47100         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
47101              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47102              Date: Tue, 10 Jul 2001 00:29:55 +0900
47103              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
47104      Branch: perl
47105            + ext/Encode/Encode/HZ.enc
47106            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
47107            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
47108            ! ext/Encode/Encode/iso2022-jp.enc
47109            ! ext/Encode/Encode/iso2022-kr.enc
47110 ____________________________________________________________________________
47111 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
47112         Log: Add in all them there macos/ files.
47113      Branch: maint-5.6/macperl
47114            + (add 577 files)
47115 ____________________________________________________________________________
47116 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
47117         Log: Add the new modules to the list of having those own tests.
47118      Branch: perl
47119            ! t/lib/1_compile.t
47120 ____________________________________________________________________________
47121 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
47122         Log: Add INOUT to control both ways at the same time.
47123      Branch: perl
47124            ! lib/open.pm
47125 ____________________________________________________________________________
47126 [ 11240] By: nick                                  on 2001/07/09  16:33:50
47127         Log: Integrate mainline
47128      Branch: perlio
47129           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47130           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
47131           !> (integrate 41 files)
47132 ____________________________________________________________________________
47133 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
47134         Log: More encoding mapping magic.
47135      Branch: perl
47136            ! lib/open.pm
47137 ____________________________________________________________________________
47138 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
47139         Log: Update Changes.
47140      Branch: perl
47141            ! Changes patchlevel.h
47142 ____________________________________________________________________________
47143 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
47144         Log: (Retracted by #11285).
47145              
47146              Subject: [PATCH] OPpCONST_OCTAL fixes
47147              From: Abhijit Menon-Sen <ams@wiw.org>
47148              Date: Mon, 9 Jul 2001 07:38:45 +0530
47149              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
47150      Branch: perl
47151            ! op.c
47152 ____________________________________________________________________________
47153 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
47154         Log: Add a pseudolayer ":locale" to the open pragma which
47155              will get the encoding from the locale.  Yet undocumented
47156              because I can't get the PerlIO :encoding(foobar) to work.
47157      Branch: perl
47158            ! ext/Encode/Encode.pm lib/open.pm
47159 ____________________________________________________________________________
47160 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
47161         Log: Add more encoding mappings.
47162      Branch: perl
47163            ! ext/Encode/Encode.pm
47164 ____________________________________________________________________________
47165 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
47166         Log: Document that using :encoding layer requires using Encode.
47167      Branch: perl
47168            ! ext/Encode/Encode.pm lib/PerlIO.pm
47169 ____________________________________________________________________________
47170 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
47171         Log: Netware tweak from Ananth Kesari.
47172      Branch: perl
47173            ! NetWare/netware.h
47174 ____________________________________________________________________________
47175 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
47176         Log: t/harness doesn't know about run/*.t
47177      Branch: perl
47178            ! t/harness
47179 ____________________________________________________________________________
47180 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
47181         Log: run/exit.t busted on windows
47182      Branch: perl
47183            ! t/run/exit.t
47184 ____________________________________________________________________________
47185 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
47186         Log: fix a couple of UCD.t tests that fail due to bad case
47187      Branch: perl
47188            ! lib/Unicode/UCD.t
47189 ____________________________________________________________________________
47190 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
47191         Log: test skip logic was broken
47192      Branch: perl
47193            ! ext/I18N/Langinfo/Langinfo.t
47194 ____________________________________________________________________________
47195 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
47196         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
47197              failure of ExtUtils.t#27 when built in debug mode)
47198      Branch: perl
47199            ! lib/ExtUtils/MM_Win32.pm
47200 ____________________________________________________________________________
47201 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
47202         Log: I18N::Langinfo is not available on windows
47203      Branch: perl
47204            ! win32/FindExt.pm
47205 ____________________________________________________________________________
47206 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
47207         Log: save a dTHX
47208      Branch: perl
47209            ! ext/POSIX/POSIX.xs
47210 ____________________________________________________________________________
47211 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
47212         Log: Update Changes.
47213      Branch: perl
47214            ! Changes patchlevel.h
47215 ____________________________________________________________________________
47216 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
47217         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
47218              as pointed out by Sarathy.
47219      Branch: perl
47220            ! ext/I18N/Langinfo/Langinfo.xs
47221 ____________________________________________________________________________
47222 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
47223         Log: Retract #11212.
47224      Branch: perl
47225            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
47226 ____________________________________________________________________________
47227 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
47228         Log: Bump up the VERSION of Cwd.xs.
47229      Branch: perl
47230            ! ext/Cwd/Makefile.PL
47231 ____________________________________________________________________________
47232 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
47233         Log: Retract #11220, the problem wasn't the missing leading zero.
47234              Here's the problem:
47235              $ ./perl -we 'chmod(oct("755"), ".")'
47236              Non-octal literal mode (493) specified at -e line 1.
47237              (Did you mean 0493 instead?)
47238      Branch: perl
47239            ! lib/ExtUtils/MM_Unix.pm
47240 ____________________________________________________________________________
47241 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
47242         Log: (Retracted by #11221)
47243              Change the PERM_RW and PERM_RWX to 0644 and 0755
47244              (add the leading zero).
47245      Branch: perl
47246            ! lib/ExtUtils/MM_Unix.pm
47247 ____________________________________________________________________________
47248 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
47249         Log: Integrate changes #11193, 11205, 11209 from macperl.
47250              
47251              Fix up AutoLoader to fudge for Mac paths in import().
47252              
47253              Allow symbols in try_symbol() to begin with "_".
47254              
47255              Small portability fix for Mac OS.
47256      Branch: perl
47257           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
47258 ____________________________________________________________________________
47259 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
47260         Log: Metaconfig unit change for #11217.
47261      Branch: metaconfig/U/perl
47262            ! Extensions.U
47263 ____________________________________________________________________________
47264 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
47265         Log: Detypo, problem noticed by Gerrit P. Haase.
47266      Branch: perl
47267            ! Configure config_h.SH
47268 ____________________________________________________________________________
47269 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
47270         Log: Cwd cleanups.
47271      Branch: perl
47272            ! ext/Cwd/Cwd.xs
47273 ____________________________________________________________________________
47274 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
47275         Log: Slight tweaks on #11213.
47276      Branch: perl
47277            ! toke.c
47278 ____________________________________________________________________________
47279 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
47280         Log: A missing dTHX noticed by Gerrit P. Haase.
47281      Branch: perl
47282            ! ext/POSIX/POSIX.xs
47283 ____________________________________________________________________________
47284 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
47285         Log: Subject: [PATCH toke.c] Simplify yytoke()
47286              From: Simon Cozens <simon@netthink.co.uk>
47287              Date: Sun, 8 Jul 2001 13:24:34 +0100
47288              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
47289              
47290              Split out pending_ident().
47291      Branch: perl
47292            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
47293 ____________________________________________________________________________
47294 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
47295         Log: (Retracted by #11223.)
47296              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
47297              Date: Wed, 05 Nov 1997 17:22:34 -0600
47298              From: Graham Barr <gbarr@ti.com>
47299              Message-Id: <3460FFBA.6DA51F46@ti.com>
47300      Branch: perl
47301            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
47302 ____________________________________________________________________________
47303 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
47304         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
47305      Branch: perl
47306            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47307            ! pod/perllocale.pod
47308 ____________________________________________________________________________
47309 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
47310         Log: Really do the test under the C locale.
47311      Branch: perl
47312            ! ext/I18N/Langinfo/Langinfo.t
47313 ____________________________________________________________________________
47314 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
47315         Log: Small portability fix for Mac OS.
47316      Branch: maint-5.6/macperl
47317            ! lib/Cwd.pm
47318 ____________________________________________________________________________
47319 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
47320         Log: Metaconfig unit change for #11207.
47321      Branch: metaconfig/U/perl
47322            ! Extensions.U
47323 ____________________________________________________________________________
47324 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
47325         Log: Add I18N::Langinfo, which is basically a wrapper around
47326              nl_langinfo(), which is an additional way to query locale
47327              specific information.
47328      Branch: perl
47329            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
47330            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
47331            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
47332 ____________________________________________________________________________
47333 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
47334         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
47335              used in File::Find tests; replace with if.t.
47336      Branch: maint-5.6/macperl
47337            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
47338            ! t/pragma/warn/op
47339 ____________________________________________________________________________
47340 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
47341         Log: Allow symbols in try_symbol() to begin with "_".
47342      Branch: maint-5.6/macperl
47343            ! makedef.pl
47344 ____________________________________________________________________________
47345 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
47346         Log: Sync up the File::Find changes from the rewrite by
47347              Thomas Wegner, et al.
47348      Branch: maint-5.6/macperl
47349            + t/lib/filefind-taint.t
47350            ! lib/File/Find.pm t/lib/filefind.t
47351 ____________________________________________________________________________
47352 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
47353         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
47354              From: Thomas Wegner <wegner_thomas@yahoo.com>
47355              Date: Thu, 5 Jul 2001 20:31:25 +0200
47356              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
47357      Branch: maint-5.6/macperl
47358            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
47359 ____________________________________________________________________________
47360 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
47361         Log: Some more test portability fixes.
47362      Branch: maint-5.6/macperl
47363            ! t/lib/filecopy.t t/pragma/warn/pp_sys
47364 ____________________________________________________________________________
47365 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
47366         Log: The #11200 removed wrong (non-existent) target.  Duh.
47367      Branch: perl
47368            ! Makefile.SH
47369 ____________________________________________________________________________
47370 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
47371         Log: Zap the lib/re.pm before creating it.
47372      Branch: perl
47373            ! Makefile.SH
47374 ____________________________________________________________________________
47375 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
47376         Log: Another test.  Please ignore.
47377      Branch: maint-5.6/macperl
47378            ! README.macos
47379 ____________________________________________________________________________
47380 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
47381         Log: Portability fixes for a lot of tests, especially IO-related
47382              tests, and warnings, and the harness script.
47383      Branch: maint-5.6/macperl
47384            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
47385            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
47386            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
47387            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
47388            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
47389            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
47390            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
47391            ! t/pragma/warnings.t
47392 ____________________________________________________________________________
47393 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
47394         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
47395              From: Nicholas Clark <nick@ccl4.org>
47396              Date: Sat, 7 Jul 2001 21:00:17 +0100
47397              Message-ID: <20010707210017.H59620@plum.flirble.org>
47398      Branch: perl
47399            ! lib/h2xs.t
47400 ____________________________________________________________________________
47401 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
47402         Log: The UNICOS/mk SysV IPC problem has been fixed.
47403      Branch: perl
47404            ! pod/perl572delta.pod
47405 ____________________________________________________________________________
47406 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
47407         Log: Slight update tweaks on perlunicode.pod.
47408      Branch: perl
47409            ! pod/perlunicode.pod
47410 ____________________________________________________________________________
47411 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
47412         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
47413              From: Mark-Jason Dominus <mjd@plover.com>
47414              Date: Sat, 07 Jul 2001 13:04:04 -0400
47415              Message-ID: <20010707170404.32694.qmail@plover.com>
47416      Branch: perl
47417            ! ext/DB_File/DB_File.pm
47418 ____________________________________________________________________________
47419 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
47420         Log: Fix up AutoLoader to fudge for Mac paths in import().
47421      Branch: maint-5.6/macperl
47422            ! lib/AutoLoader.pm
47423 ____________________________________________________________________________
47424 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
47425         Log: Try to force the lib/re.pm to be there before entering
47426              the extensions builds, should help for parallel makes.
47427      Branch: perl
47428            ! Makefile.SH
47429 ____________________________________________________________________________
47430 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
47431         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47432              From: Norton Allen <allen@huarp.harvard.edu>
47433              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
47434              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
47435      Branch: perl
47436            ! ext/POSIX/POSIX.xs
47437 ____________________________________________________________________________
47438 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
47439         Log: Subject: [PATCH] Re: op/arith.t
47440              From: Nicholas Clark <nick@ccl4.org>
47441              Date: Sat, 7 Jul 2001 13:04:54 +0100
47442              Message-ID: <20010707130454.D59620@plum.flirble.org>
47443      Branch: perl
47444            ! numeric.c toke.c
47445 ____________________________________________________________________________
47446 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
47447         Log: Subject: [PATCH] h2xs
47448              From: Nicholas Clark <nick@ccl4.org>
47449              Date: Fri, 6 Jul 2001 23:25:14 +0100
47450              Message-ID: <20010706232514.X59620@plum.flirble.org>
47451      Branch: perl
47452            ! utils/h2xs.PL
47453 ____________________________________________________________________________
47454 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
47455         Log: Subject: Re: bleedperl perl_alloc..free leakage
47456              From: Radu Greab <radu@netsoft.ro>
47457              Date: Fri, 6 Jul 2001 19:48:54 +0300
47458              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
47459              
47460              Leak-be-gone.
47461      Branch: perl
47462            ! op.c
47463 ____________________________________________________________________________
47464 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
47465         Log: Test again.  Please ignore.
47466      Branch: maint-5.6/macperl
47467            ! README.macos
47468 ____________________________________________________________________________
47469 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
47470         Log: Test.  Please ignore.
47471      Branch: maint-5.6/macperl
47472            ! README.macos
47473 ____________________________________________________________________________
47474 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
47475         Log: Include changes already sent in separately as patches,
47476              before branch was created.
47477      Branch: maint-5.6/macperl
47478            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
47479            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
47480            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
47481            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
47482            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
47483            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
47484            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
47485            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
47486            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
47487            ! t/pragma/strict.t
47488 ____________________________________________________________________________
47489 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
47490         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47491              From: Norton Allen <allen@huarp.harvard.edu>
47492              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47493              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47494      Branch: perl
47495            ! utf8.h
47496 ____________________________________________________________________________
47497 [ 11183] By: nick                                  on 2001/07/06  16:27:40
47498         Log: Integrate mainline
47499      Branch: perlio
47500           +> (branch 42 files)
47501            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
47502            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
47503            - win32/bin/mdelete.bat
47504           !> (integrate 215 files)
47505 ____________________________________________________________________________
47506 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
47507         Log: The #11166 needed also these updated.
47508      Branch: perl
47509            ! lib/warnings.pm warnings.h
47510 ____________________________________________________________________________
47511 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
47512         Log: Update Changes.
47513      Branch: perl
47514            ! Changes patchlevel.h
47515 ____________________________________________________________________________
47516 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
47517         Log: Regen toc.
47518      Branch: perl
47519            ! pod/perltoc.pod
47520 ____________________________________________________________________________
47521 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
47522         Log: Nit from Abhijit.
47523      Branch: perl
47524            ! lib/CPAN.pm
47525 ____________________________________________________________________________
47526 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
47527         Log: Retract #11172.
47528      Branch: perl
47529            ! t/op/method.t
47530 ____________________________________________________________________________
47531 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
47532         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47533              From: Norton Allen <allen@huarp.harvard.edu>
47534              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47535              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47536      Branch: perl
47537            ! lib/Cwd.pm
47538 ____________________________________________________________________________
47539 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
47540         Log: (Accidentally empty check-in.)
47541      Branch: perl
47542            ! utf8.h
47543 ____________________________________________________________________________
47544 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
47545         Log: Retract #11165 since Sarathy pointed out it'll not
47546              work properly under threads, the problem should be
47547              solved using "the savestack, either via SSNEW() or
47548              using a newSVpv()+SAVEFREESV() combo."
47549      Branch: perl
47550            ! ext/POSIX/POSIX.xs
47551 ____________________________________________________________________________
47552 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
47553         Log: Retract #11125 since NI-S pointed out it'll not work in
47554              cases where the extension has their own handcrafted INC
47555              et alia.
47556      Branch: perl
47557            ! lib/ExtUtils/MM_Unix.pm
47558 ____________________________________________________________________________
47559 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
47560         Log: Subject: RE: [PATCH] -I and MakeMaker again
47561              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47562              Date: Fri, 6 Jul 2001 09:18:29 +0200
47563              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
47564      Branch: perl
47565            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
47566            ! lib/ExtUtils/MM_Win32.pm
47567 ____________________________________________________________________________
47568 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
47569         Log: (Retracted by #11178)
47570              Subject: [PATCH t/op/method.t] SUPER:: strangeness
47571              From: Piers Cawley <pdcawley@iterative-software.com>
47572              Date: 06 Jul 2001 10:49:01 +0100
47573              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
47574      Branch: perl
47575            ! t/op/method.t
47576 ____________________________________________________________________________
47577 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
47578         Log: VOS README update from Paul Green.
47579      Branch: perl
47580            ! README.vos
47581 ____________________________________________________________________________
47582 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
47583         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47584              From: Norton Allen <allen@huarp.harvard.edu>
47585              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
47586              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
47587      Branch: perl
47588            ! README.qnx hints/qnx.sh
47589 ____________________________________________________________________________
47590 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
47591         Log: Subject: [PATCH] Doc patch for Tie::Hash
47592              From: Artur Bergman <artur@contiller.se>
47593              Date: Thu, 05 Jul 2001 22:51:18 +0200
47594              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
47595      Branch: perl
47596            ! lib/Tie/Hash.pm
47597 ____________________________________________________________________________
47598 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
47599         Log: Subject: [PATCH] perlfaq4.pod
47600              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
47601              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
47602              Date: Thu, 5 Jul 2001 18:44:10 +0100 
47603      Branch: perl
47604            ! pod/perlfaq4.pod
47605 ____________________________________________________________________________
47606 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
47607         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
47608              From: Robin Houston <robin@kitsite.com>
47609              Date: Thu, 5 Jul 2001 18:33:21 +0100
47610              Message-ID: <20010705183321.A27345@robin.kitsite.com>
47611      Branch: perl
47612            ! ext/B/B/Deparse.pm
47613 ____________________________________________________________________________
47614 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
47615         Log: (Retracted by #11285.)
47616              
47617              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
47618              From: Abhijit Menon-Sen <ams@wiw.org>
47619              Date: Fri, 6 Jul 2001 01:26:32 +0530
47620              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
47621      Branch: perl
47622            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
47623            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
47624            ! warnings.pl
47625 ____________________________________________________________________________
47626 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
47627         Log: (Retracted by #11175)
47628              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47629              From: Norton Allen <allen@huarp.harvard.edu>
47630              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
47631              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
47632      Branch: perl
47633            ! ext/POSIX/POSIX.xs
47634 ____________________________________________________________________________
47635 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
47636         Log: Unterminated C< (noticed by Richard Hatch), and few other
47637              small Unicode doc tweaks.
47638      Branch: perl
47639            ! pod/perlretut.pod
47640 ____________________________________________________________________________
47641 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
47642         Log: More flexible argument understanding; add charblocks() and
47643              charscripts(); make charblock() and charscript() two-way;
47644              add charinrange(); separate the $Unicode::UCD::VERSION and
47645              the version of the Unicode by adding UnicodeVersion().
47646      Branch: perl
47647            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47648 ____________________________________________________________________________
47649 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
47650         Log: Update Unicode::UCD on \p{In...}.
47651      Branch: perl
47652            ! lib/Unicode/UCD.pm
47653 ____________________________________________________________________________
47654 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
47655         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
47656              From: Norton Allen <allen@huarp.harvard.edu>
47657              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
47658              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
47659      Branch: perl
47660            ! lib/ExtUtils/MM_Unix.pm
47661 ____________________________________________________________________________
47662 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
47663         Log: POSIX-BC tweaks from Thomas Dorner.
47664      Branch: perl
47665            ! hints/posix-bc.sh perlio.h
47666 ____________________________________________________________________________
47667 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
47668         Log: Module updates for the delta.
47669      Branch: perl
47670            ! pod/perl572delta.pod
47671 ____________________________________________________________________________
47672 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
47673         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
47674              From: Norton Allen <allen@huarp.harvard.edu>
47675              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
47676              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
47677      Branch: perl
47678            ! ext/IO/lib/IO/t/io_sock.t
47679 ____________________________________________________________________________
47680 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
47681         Log: Subject: [PATCH perldiag.pod] Quick fixes
47682              From: Simon Cozens <simon@netthink.co.uk>
47683              Date: Wed, 4 Jul 2001 20:22:12 +0100
47684              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
47685      Branch: perl
47686            ! pod/perldiag.pod
47687 ____________________________________________________________________________
47688 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
47689         Log: (retracted by #13533)
47690              
47691              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
47692              From: Radu Greab <radu@netsoft.ro>
47693              Date: Wed, 4 Jul 2001 22:13:31 +0300
47694              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
47695      Branch: perl
47696            ! op.c sv.c t/op/pos.t
47697 ____________________________________________________________________________
47698 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
47699         Log: Subject: [PATCH] -I and MakeMaker again
47700              From: Michael G Schwern <schwern@pobox.com>
47701              Date: Wed, 4 Jul 2001 15:03:07 -0400
47702              Message-ID: <20010704150307.I20340@blackrider>
47703              
47704              (and retract #11145)
47705      Branch: perl
47706            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
47707            ! lib/ExtUtils/MakeMaker.pm
47708 ____________________________________________________________________________
47709 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
47710         Log: Subject: Re: PERFORCE change 11142 for review
47711              From: "Philip Newton" <Philip.Newton@gmx.net>
47712              Date: Wed, 4 Jul 2001 20:46:26 +0200
47713              Message-Id: <200107041841.VAA25380@taas.iki.fi>
47714      Branch: perl
47715            ! lib/ExtUtils/MakeMaker.pm
47716 ____________________________________________________________________________
47717 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
47718         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47719              From: Jonathan Stowe <gellyfish@gellyfish.com>
47720              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
47721              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
47722      Branch: perl
47723            ! utils/pl2pm.PL
47724 ____________________________________________________________________________
47725 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
47726         Log: fix the binary compatibility issue when building with/without
47727              usemymalloc by exporting Perl_malloc() et al as simple wrappers
47728              around the system functions (this allows most extensions built
47729              using one mode to coexist with perls built in the other mode)
47730              
47731              XXX the Perl_mfree() wrapper might need to do return(free()) on
47732              platforms where Free_t isn't "void"
47733      Branch: perl
47734            ! embed.h embed.pl makedef.pl proto.h util.c
47735 ____________________________________________________________________________
47736 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
47737         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
47738              since it doesn't ensure threads other than the one calling fork()
47739              aren't holding any locks; the fix is to use pthread_atfork() to
47740              hold global locks
47741              
47742              building perl with -Dusemymalloc exacerbates the problem since
47743              Perl_malloc() holds a mutex, and perl's exec() calls New()
47744              
47745              XXX the code in win32thread.h may be needed on platforms that have
47746              no pthread_atfork()
47747      Branch: perl
47748            ! perl.c thread.h win32/win32thread.h
47749 ____________________________________________________________________________
47750 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
47751         Log: Integrate #11009 from maintperl.
47752      Branch: maint-5.6/macperl
47753           !> lib/ExtUtils/Manifest.pm
47754 ____________________________________________________________________________
47755 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
47756         Log: Flexing my Perforce muscles.
47757      Branch: maint-5.6/macperl
47758            ! README.macos
47759 ____________________________________________________________________________
47760 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
47761         Log: Update Changes.
47762      Branch: perl
47763            ! Changes patchlevel.h
47764 ____________________________________________________________________________
47765 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
47766         Log: Metaconfig unit change for #11146.
47767      Branch: metaconfig/U/perl
47768            ! d_fcntl_can_lock.U
47769 ____________________________________________________________________________
47770 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
47771         Log: Somehow the #ifdefs of the added code (in #11093) made
47772              HP-UX to fail the fcntl locking test, without the ifdefs
47773              the test seems to be working again.  Reason unknown:
47774              HP-UX cc doesn't complain either way.
47775      Branch: perl
47776            ! Configure
47777 ____________________________________________________________________________
47778 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
47779         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
47780      Branch: perl
47781            ! lib/ExtUtils/MM_Unix.pm
47782 ____________________________________________________________________________
47783 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
47784         Log: gcc -Wall nit.
47785      Branch: perl
47786            ! pp_hot.c
47787 ____________________________________________________________________________
47788 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
47789         Log: When removing tests updating the test count is a good idea, too.
47790      Branch: perl
47791            ! lib/Net/t/require.t
47792 ____________________________________________________________________________
47793 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
47794         Log: Document #11134 and add the new symbols to the list of
47795              of MakeMaker known ones.
47796      Branch: perl
47797            ! lib/ExtUtils/MakeMaker.pm
47798 ____________________________________________________________________________
47799 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
47800         Log: Microperl update.
47801      Branch: perl
47802            ! uconfig.h
47803 ____________________________________________________________________________
47804 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
47805         Log: Update the libnet tests as per #11138.
47806      Branch: perl
47807            - lib/Net/t/ph.t
47808            ! MANIFEST lib/Net/t/require.t
47809 ____________________________________________________________________________
47810 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
47811         Log: Regen toc and modlib.
47812      Branch: perl
47813            ! pod/perlmodlib.pod pod/perltoc.pod
47814 ____________________________________________________________________________
47815 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
47816         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
47817              Graham's request.
47818      Branch: perl
47819            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
47820            ! MANIFEST
47821 ____________________________________________________________________________
47822 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
47823         Log: Add the OS/390 harness results to the delta.
47824      Branch: perl
47825            ! pod/perl572delta.pod
47826 ____________________________________________________________________________
47827 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
47828         Log: Avoid the two study tests in OS/390 until the bug has been solved.
47829      Branch: perl
47830            ! t/op/study.t
47831 ____________________________________________________________________________
47832 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
47833         Log: DOS/DJGPP tweaks from Laszlo Molnar.
47834      Branch: perl
47835            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
47836 ____________________________________________________________________________
47837 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
47838         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
47839              From: Michael G Schwern <schwern@pobox.com>
47840              Date: Wed, 4 Jul 2001 00:01:16 -0400
47841              Message-ID: <20010704000116.C591@blackrider>
47842      Branch: perl
47843            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
47844 ____________________________________________________________________________
47845 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
47846         Log: The #11132 missed singleton characters (not part
47847              of a unilo..unihi range) in Unicode scripts.
47848      Branch: perl
47849            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
47850            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
47851            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
47852            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
47853            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
47854            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
47855            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
47856            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
47857            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
47858            ! lib/unicode/mktables.PL t/op/pat.t
47859 ____________________________________________________________________________
47860 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
47861         Log: Support preferentially the Unicode 'scripts' definition
47862              in the \p{In...} notation since according to Unicode the
47863              scripts concept is more natural for matching than using
47864              the somewhat artificial block names.  The block names are
47865              still available, though, and if there's a name conflict,
47866              the scripts one wins and the blocks one has to do with
47867              'Block' appended to its name.  For more information see
47868              
47869              http://www.unicode.org/unicode/reports/tr24/
47870      Branch: perl
47871            + lib/unicode/In/100.pl lib/unicode/In/101.pl
47872            + lib/unicode/In/102.pl lib/unicode/In/103.pl
47873            + lib/unicode/In/104.pl lib/unicode/In/105.pl
47874            + lib/unicode/In/106.pl lib/unicode/In/107.pl
47875            + lib/unicode/In/108.pl lib/unicode/In/109.pl
47876            + lib/unicode/In/110.pl lib/unicode/In/111.pl
47877            + lib/unicode/In/112.pl lib/unicode/In/113.pl
47878            + lib/unicode/In/114.pl lib/unicode/In/115.pl
47879            + lib/unicode/In/116.pl lib/unicode/In/117.pl
47880            + lib/unicode/In/118.pl lib/unicode/In/119.pl
47881            + lib/unicode/In/120.pl lib/unicode/In/121.pl
47882            + lib/unicode/In/122.pl lib/unicode/In/123.pl
47883            + lib/unicode/In/124.pl lib/unicode/In/125.pl
47884            + lib/unicode/In/126.pl lib/unicode/In/127.pl
47885            + lib/unicode/In/128.pl lib/unicode/In/129.pl
47886            + lib/unicode/In/130.pl lib/unicode/In/131.pl
47887            + lib/unicode/In/132.pl lib/unicode/In/133.pl
47888            + lib/unicode/In/134.pl lib/unicode/In/135.pl
47889            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
47890            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
47891            ! (edit 106 files)
47892 ____________________________________________________________________________
47893 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
47894         Log: Better document the difference between a block and a script.
47895      Branch: perl
47896            ! lib/Unicode/UCD.pm
47897 ____________________________________________________________________________
47898 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
47899         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
47900              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47901              Date: Tue, 3 Jul 2001 15:04:23 -0500
47902              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
47903      Branch: perl
47904            ! lib/CPAN.pm
47905 ____________________________________________________________________________
47906 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
47907         Log: Add tests for charscript().
47908      Branch: perl
47909            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47910 ____________________________________________________________________________
47911 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
47912         Log: Add charscript() to get the UTR#24 script names of characters.
47913      Branch: perl
47914            ! lib/Unicode/UCD.pm
47915 ____________________________________________________________________________
47916 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
47917         Log: Todo updates.
47918      Branch: perl
47919            ! pod/perltodo.pod
47920 ____________________________________________________________________________
47921 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
47922         Log: Unicode::UCD updates.
47923      Branch: perl
47924            ! lib/Unicode/UCD.pm
47925 ____________________________________________________________________________
47926 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
47927         Log: (Retracted by #11174)
47928              Subject: MakeMaker should pass through DEFINE and INC to subdirs
47929              From: Alan Burlison <Alan.Burlison@sun.com>
47930              Date: Tue, 03 Jul 2001 15:20:13 +0100
47931              Message-ID: <3B41D49D.A923D4F9@sun.com>
47932      Branch: perl
47933            ! lib/ExtUtils/MM_Unix.pm
47934 ____________________________________________________________________________
47935 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
47936         Log: Subject: Patch needed for UTS
47937              From: hom00@utsglobal.com (Hal Morris)
47938              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
47939              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
47940              
47941              Replace #11113 with a better version.
47942      Branch: perl
47943            ! perl.h
47944 ____________________________________________________________________________
47945 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
47946         Log: Subject: Re: POINTERRIGOR
47947              From: Andy Dougherty <doughera@lafayette.edu>
47948              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
47949              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
47950      Branch: perl
47951            ! util.c
47952 ____________________________________________________________________________
47953 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
47954         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
47955              From: "Philip Newton" <pnewton@gmx.de>
47956              Date: Tue, 3 Jul 2001 17:03:34 +0200
47957              Message-ID: <3B41FAE6.29564.660E117@localhost>
47958      Branch: perl
47959            ! pp_hot.c
47960 ____________________________________________________________________________
47961 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
47962         Log: Typos.
47963      Branch: perl
47964            ! INSTALL
47965 ____________________________________________________________________________
47966 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
47967         Log: Subject: [PATCH 5.6.1] debugger fixes
47968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47969              Date: Tue, 3 Jul 2001 03:38:18 -0400
47970              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
47971              
47972              The $^S is working again.
47973      Branch: perl
47974            ! lib/perl5db.pl
47975 ____________________________________________________________________________
47976 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
47977         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
47978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47979              Date: Tue, 3 Jul 2001 03:34:06 -0400
47980              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
47981      Branch: perl
47982            ! os2/OS2/Process/Process.pm
47983 ____________________________________________________________________________
47984 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
47985         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
47986              From: "Philip Newton" <Philip.Newton@gmx.net>
47987              Date: Tue, 3 Jul 2001 09:11:27 +0200
47988              Message-Id: <200107030706.KAA04596@taas.iki.fi>
47989      Branch: perl
47990            ! lib/FindBin.pm
47991 ____________________________________________________________________________
47992 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
47993         Log: Delta delta.
47994      Branch: perl
47995            ! pod/perl572delta.pod
47996 ____________________________________________________________________________
47997 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
47998         Log: Metaconfig unit change for 11115.
47999      Branch: metaconfig
48000            ! U/modified/libc.U
48001 ____________________________________________________________________________
48002 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
48003         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
48004              (from Richard Hatch) (this was the cause of pipes() and
48005              times() mysteriously not being found)
48006      Branch: perl
48007            ! Configure
48008 ____________________________________________________________________________
48009 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
48010         Log: Retract #10142, the real culprit found by Richard Hatch,
48011              coming soon to Configure near you.
48012      Branch: perl
48013            ! hints/aix.sh
48014 ____________________________________________________________________________
48015 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
48016         Log: (Replaced by #11124) UTS workaround from Hal Morris.
48017      Branch: perl
48018            ! perl.h
48019 ____________________________________________________________________________
48020 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
48021         Log: Subject: [PATCH] grok not grocking correctly
48022              From: Nicholas Clark <nick@ccl4.org>
48023              Date: Tue, 3 Jul 2001 00:19:08 +0100
48024              Message-ID: <20010703001908.H59620@plum.flirble.org>
48025      Branch: perl
48026            ! numeric.c
48027 ____________________________________________________________________________
48028 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
48029         Log: Subject: [PATCH Deparse.t] test just-posted patches
48030              From: Robin Houston <robin@kitsite.com>
48031              Date: Mon, 2 Jul 2001 23:46:15 +0100
48032              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
48033      Branch: perl
48034            ! ext/B/Deparse.t
48035 ____________________________________________________________________________
48036 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
48037         Log: Subject: [PATCH toke.c] autosplit into @F
48038              From: Robin Houston <robin@kitsite.com>
48039              Date: Mon, 2 Jul 2001 23:18:20 +0100
48040              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
48041      Branch: perl
48042            ! perl.c toke.c
48043 ____________________________________________________________________________
48044 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
48045         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
48046              From: Robin Houston <robin@kitsite.com>
48047              Date: Mon, 2 Jul 2001 23:00:48 +0100
48048              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
48049      Branch: perl
48050            ! ext/B/B/Deparse.pm
48051 ____________________________________________________________________________
48052 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
48053         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
48054              From: "Philip Newton" <Philip.Newton@gmx.net>
48055              Date: Mon, 2 Jul 2001 22:06:22 +0200
48056              (no Message-Id)
48057      Branch: perl
48058            ! ext/NDBM_File/hints/linux.pl
48059 ____________________________________________________________________________
48060 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
48061         Log: Subject: Re: Fixed pack problem - sort of
48062              From: Nicholas Clark <nick@ccl4.org>
48063              Date: Mon, 2 Jul 2001 20:59:20 +0100
48064              Message-ID: <20010702205919.F59620@plum.flirble.org>
48065      Branch: perl
48066            ! pp_pack.c t/op/pack.t
48067 ____________________________________________________________________________
48068 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
48069         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
48070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48071              Date: Mon, 2 Jul 2001 15:45:41 -0400
48072              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
48073      Branch: perl
48074            ! os2/os2.c
48075 ____________________________________________________________________________
48076 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
48077         Log: (Mistaken retraction)
48078      Branch: perl
48079            ! utils/pl2pm.PL
48080 ____________________________________________________________________________
48081 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
48082         Log: Detypo in #11103.
48083      Branch: perl
48084            ! utils/pl2pm.PL
48085 ____________________________________________________________________________
48086 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
48087         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
48088              From: Jonathan Stowe <gellyfish@gellyfish.com>
48089              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
48090              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
48091      Branch: perl
48092            ! utils/pl2pm.PL
48093 ____________________________________________________________________________
48094 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
48095         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
48096              From: "Craig A. Berry" <craigberry@mac.com>
48097              Date: Mon, 02 Jul 2001 14:11:23 -0500
48098              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
48099      Branch: perl
48100            ! lib/Unicode/UCD.pm
48101 ____________________________________________________________________________
48102 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
48103         Log: Subject: [PATCH] Re: op/numconvert.t failures
48104              From: Nicholas Clark <nick@ccl4.org>
48105              Date: Mon, 2 Jul 2001 20:10:48 +0100
48106              Message-ID: <20010702201048.E59620@plum.flirble.org>
48107      Branch: perl
48108            ! t/op/numconvert.t
48109 ____________________________________________________________________________
48110 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
48111         Log: Update Changes.
48112      Branch: perl
48113            ! Changes patchlevel.h
48114 ____________________________________________________________________________
48115 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
48116         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
48117              The real fix must be more involved.  The line of code all the leaky
48118              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
48119              line of Perl_newPMOP().
48120      Branch: perl
48121            ! op.h
48122 ____________________________________________________________________________
48123 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
48124         Log: Based on
48125              
48126              Subject: Re: sizeof(struct sembuf)
48127              From: Nicholas Clark <nick@ccl4.org>
48128              Date: Sun, 1 Jul 2001 22:26:48 +0100
48129              Message-ID: <20010701222648.W59620@plum.flirble.org>
48130              
48131              but do semop() always the slow way.
48132      Branch: perl
48133            ! doio.c
48134 ____________________________________________________________________________
48135 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
48136         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
48137              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48138              Date: Tue, 03 Jul 2001 00:56:30 +0900
48139              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
48140      Branch: perl
48141            ! ext/Encode/Encode/Tcl.t
48142 ____________________________________________________________________________
48143 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
48144         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
48145              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48146              Date: Tue, 03 Jul 2001 00:55:46 +0900
48147              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
48148      Branch: perl
48149            ! ext/Encode/Encode/Tcl.pm
48150 ____________________________________________________________________________
48151 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
48152         Log: Regen api and toc.
48153      Branch: perl
48154            ! pod/perlapi.pod pod/perltoc.pod
48155 ____________________________________________________________________________
48156 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
48157         Log: Metaconfig unit change for #11093.
48158      Branch: metaconfig/U/perl
48159            ! d_fcntl_can_lock.U
48160 ____________________________________________________________________________
48161 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
48162         Log: The fcntl locking test may hang if NFS locking messed up;
48163              break out with alarm(10).
48164      Branch: perl
48165            ! Configure
48166 ____________________________________________________________________________
48167 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
48168         Log: Move the mdelete.bat from win32/bin to win32.
48169      Branch: perl
48170            ! MANIFEST
48171 ____________________________________________________________________________
48172 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
48173         Log: Typo in #11083.
48174      Branch: perl
48175            ! ext/Time/Piece/Piece.t
48176 ____________________________________________________________________________
48177 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
48178         Log: Netware tweaks from Guruprasad.
48179      Branch: perl
48180            - NetWare/perlsdio.h
48181            ! MANIFEST NetWare/Makefile NetWare/interface.c
48182            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
48183            ! perlsdio.h
48184 ____________________________________________________________________________
48185 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
48186         Log: Subject: Re: [PATH] shared -> unique;
48187              From: Abhijit Menon-Sen <ams@wiw.org>
48188              Date: Wed, 27 Jun 2001 03:51:27 +0530
48189              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
48190      Branch: perl
48191            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
48192 ____________________________________________________________________________
48193 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
48194         Log: Subject: Re: AIX / gcc-3.0
48195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48196              Date: Mon, 02 Jul 2001 15:20:21 +0200
48197              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
48198      Branch: perl
48199            ! hints/aix.sh
48200 ____________________________________________________________________________
48201 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
48202         Log: Subject: Re: Bug report: split splits on wrong pattern
48203              From: Abhijit Menon-Sen <ams@wiw.org>
48204              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
48205              Date: Mon, 2 Jul 2001 16:31:33 +0530
48206      Branch: perl
48207            ! pp_ctl.c
48208 ____________________________________________________________________________
48209 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
48210         Log: Subject: [PATCH 5.6.1] test harness
48211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48212              Date: Mon, 2 Jul 2001 06:29:21 -0400
48213              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
48214      Branch: perl
48215            ! lib/Test/Harness.pm
48216 ____________________________________________________________________________
48217 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
48218         Log: Subject: [PATCH 5.6.1] debugger goof
48219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48220              Date: Mon, 2 Jul 2001 06:27:22 -0400
48221              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
48222      Branch: perl
48223            ! lib/perl5db.pl
48224 ____________________________________________________________________________
48225 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
48226         Log: Subject: [PATCH 5.6.1] OS/2 cwd
48227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48228              Date: Mon, 2 Jul 2001 06:21:17 -0400
48229              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
48230      Branch: perl
48231            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
48232 ____________________________________________________________________________
48233 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
48234         Log: Make #11082 more OS/2-specific.
48235      Branch: perl
48236            ! ext/Time/Piece/Piece.t
48237 ____________________________________________________________________________
48238 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
48239         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
48240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48241              Date: Mon, 2 Jul 2001 06:06:34 -0400
48242              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
48243      Branch: perl
48244            ! ext/Time/Piece/Piece.t
48245 ____________________________________________________________________________
48246 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
48247         Log: Subject: [PATCH B::Deparse] version number & changes
48248              From: Robin Houston <robin@kitsite.com>  
48249              Date: Sun, 1 Jul 2001 17:17:29 +0100
48250              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
48251      Branch: perl
48252            ! ext/B/B/Deparse.pm
48253 ____________________________________________________________________________
48254 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
48255         Log: Subject: a small fix.
48256              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
48257              Date: Mon, 2 Jul 2001 12:17:53 +0200
48258              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
48259      Branch: perl
48260            ! ext/Thread/Thread.xs
48261 ____________________________________________________________________________
48262 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
48263         Log: Subject: RE: perl@10907
48264              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
48265              Date: Mon, 2 Jul 2001 12:06:16 +0200
48266              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
48267              
48268              Borland C vs PerlIO.
48269      Branch: perl
48270            ! win32/config.bc win32/config_H.bc
48271 ____________________________________________________________________________
48272 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
48273         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
48274              From: "H.M. Brand" <merijn@l1.procura.nl>
48275              Date: Mon, 02 Jul 2001 11:18:57 +0200
48276              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
48277      Branch: perl
48278            ! t/op/write.t
48279 ____________________________________________________________________________
48280 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
48281         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
48282              From: Michael G Schwern <schwern@pobox.com>
48283              Date: Mon, 2 Jul 2001 00:26:24 -0400
48284              Message-ID: <20010702002624.A18302@blackrider>
48285      Branch: perl
48286            - ext/util/mkbootstrap
48287 ____________________________________________________________________________
48288 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
48289         Log: Subject: [PATCH op.h] v minor comment tweak
48290              From: Robin Houston <robin@puffinry.freeserve.co.uk>
48291              Date: Mon, 2 Jul 2001 00:42:01 +0100
48292              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
48293      Branch: perl
48294            ! op.h
48295 ____________________________________________________________________________
48296 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
48297         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
48298      Branch: perl
48299            ! pod/perlfunc.pod
48300 ____________________________________________________________________________
48301 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
48302         Log: Subject: Re: sizeof(struct sembuf)
48303              From: Nicholas Clark <nick@ccl4.org>
48304              Date: Sun, 1 Jul 2001 19:23:16 +0100
48305              Message-ID: <20010701192316.V59620@plum.flirble.org>
48306              
48307              s/signaling/signalling/
48308      Branch: perl
48309            ! pod/perlfunc.pod
48310 ____________________________________________________________________________
48311 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
48312         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
48313              From: "Philip Newton" <Philip.Newton@gmx.net>
48314              Date: Sun, 1 Jul 2001 09:37:56 +0200
48315              Message-Id: <200107010733.KAA03920@taas.iki.fi>
48316      Branch: perl
48317            ! pod/perlvar.pod
48318 ____________________________________________________________________________
48319 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
48320         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
48321              From: "Philip Newton" <Philip.Newton@gmx.net>
48322              Date: Sun, 1 Jul 2001 09:37:56 +0200
48323              Message-Id: <200107010733.KAA03925@taas.iki.fi>
48324      Branch: perl
48325            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48326 ____________________________________________________________________________
48327 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
48328         Log: Metaconfig unit change for #11070.
48329      Branch: metaconfig
48330            ! U/compline/randfunc.U
48331 ____________________________________________________________________________
48332 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
48333         Log: Subject: [PATCH perlsnap] its --> it's --> its
48334              From: "Philip Newton" <Philip.Newton@gmx.net>
48335              Date: Sun, 1 Jul 2001 09:37:56 +0200
48336              Message-Id: <200107010733.KAA03914@taas.iki.fi>
48337      Branch: perl
48338            ! Porting/config_H
48339 ____________________________________________________________________________
48340 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
48341         Log: Sync with Sarathy; integrate with perlio.
48342      Branch: perl
48343           !> gv.c
48344 ____________________________________________________________________________
48345 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
48346         Log: regenerate win32/config_H.?c files
48347      Branch: perl
48348            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48349 ____________________________________________________________________________
48350 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
48351         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
48352              naming discipline
48353              
48354              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
48355              because of this)
48356              
48357              fix a warning about "fd" being used without being set in Cwd.xs
48358      Branch: perl
48359            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
48360            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
48361            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
48362            ! win32/config.vc
48363 ____________________________________________________________________________
48364 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
48365         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
48366              within macro arguments") and warnings ("unary minus applied to
48367              unsigned type", among others)
48368      Branch: perl
48369            ! gv.c hv.c op.c pp.c sv.c toke.c
48370 ____________________________________________________________________________
48371 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
48372         Log: win32 fixes: more spurious CRs
48373      Branch: perl
48374            ! win32/mdelete.bat
48375 ____________________________________________________________________________
48376 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
48377         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
48378              from win32/bin (or it gets deleted by distclean); don't delete
48379              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
48380              NT (should be made Win9x specific, and added to makefile.mk)
48381      Branch: perl
48382           +> win32/mdelete.bat
48383            - win32/bin/mdelete.bat
48384            ! win32/Makefile win32/makefile.mk
48385 ____________________________________________________________________________
48386 [ 11063] By: nick                                  on 2001/07/01  18:54:09
48387         Log: Quick for for #ifdef mess
48388      Branch: perlio
48389            ! gv.c
48390 ____________________________________________________________________________
48391 [ 11062] By: nick                                  on 2001/07/01  18:47:42
48392         Log: Raw integrate - does not build #if mess in gv.c
48393      Branch: perlio
48394           !> (integrate 29 files)
48395 ____________________________________________________________________________
48396 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
48397         Log: Make 'compile' target a little less broken.
48398              Still very broken, though: -Wall warnings from
48399              the generated code, boot_Foo prototypes missing,
48400              can't autoload Fcntl::SEEK_CUR et alia, ...
48401      Branch: perl
48402            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
48403            ! utils/perlcc.PL x2p/Makefile.SH
48404 ____________________________________________________________________________
48405 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
48406         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
48407      Branch: perl
48408            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48409            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
48410 ____________________________________________________________________________
48411 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
48412         Log: Update Changes.
48413      Branch: perl
48414            ! Changes patchlevel.h
48415 ____________________________________________________________________________
48416 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
48417         Log: Still one typo, regen toc.
48418      Branch: perl
48419            ! lib/Unicode/UCD.pm pod/perltoc.pod
48420 ____________________________________________________________________________
48421 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
48422         Log: Detypos and regen toc.
48423      Branch: perl
48424            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
48425 ____________________________________________________________________________
48426 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
48427         Log: VERSION tweak.
48428      Branch: perl
48429            ! ext/List/Util/lib/List/Util.pm
48430 ____________________________________________________________________________
48431 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
48432         Log: Attempt at plugging the leak under ithreads detected by Doug.
48433      Branch: perl
48434            ! op.h
48435 ____________________________________________________________________________
48436 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
48437         Log: gcc -Wall lint after #11051.
48438      Branch: perl
48439            ! pp_sys.c
48440 ____________________________________________________________________________
48441 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
48442         Log: Integrate perlio:
48443              
48444              [ 11050]
48445              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48446      Branch: perl
48447           !> lib/File/Find/taint.t
48448 ____________________________________________________________________________
48449 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
48450         Log: Don't use the v-strings for module VERSIONs.
48451      Branch: perl
48452            ! lib/Unicode/UCD.pm
48453 ____________________________________________________________________________
48454 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
48455         Log: Code cleanup based on turning off the -woffs in IRIX.
48456              Not all of the gripes cleaned up (hairy code in hv.c and
48457              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
48458              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
48459              to the IRIX hints)
48460      Branch: perl
48461            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
48462            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
48463            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
48464            ! regcomp.c sv.c
48465 ____________________________________________________________________________
48466 [ 11050] By: nick                                  on 2001/06/30  20:46:46
48467         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48468      Branch: perlio
48469            ! lib/File/Find/taint.t
48470 ____________________________________________________________________________
48471 [ 11049] By: nick                                  on 2001/06/30  18:13:33
48472         Log: Integrate mainline
48473      Branch: perlio
48474           +> NetWare/nwstdio.h NetWare/perlsdio.h
48475           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48476           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
48477           +> lib/Unicode/UCD.t t/run/exit.t
48478           !> (integrate 60 files)
48479 ____________________________________________________________________________
48480 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
48481         Log: Delta delta.
48482      Branch: perl
48483            ! pod/perl572delta.pod
48484 ____________________________________________________________________________
48485 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
48486         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
48487              by CPAN.pm, use rather _00.
48488      Branch: perl
48489            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
48490            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
48491            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
48492            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
48493            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
48494            ! lib/ExtUtils/Embed.pm lib/Test.pm
48495 ____________________________________________________________________________
48496 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
48497         Log: Add a simple Unicode character database interface, Unicode::UCD.
48498      Branch: perl
48499            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
48500            ! MANIFEST
48501 ____________________________________________________________________________
48502 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
48503         Log: Subject: [PATCH] op/numconver.t
48504              From: Nicholas Clark <nick@ccl4.org>
48505              Date: Sat, 30 Jun 2001 15:40:10 +0100
48506              Message-ID: <20010630154010.I59620@plum.flirble.org>
48507      Branch: perl
48508            ! t/op/numconvert.t
48509 ____________________________________________________________________________
48510 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
48511         Log: The $^N is now taken (by #11038).
48512      Branch: perl
48513            ! t/base/lex.t
48514 ____________________________________________________________________________
48515 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
48516         Log: The #11040 had slipped to a wrong function...
48517      Branch: perl
48518            ! sv.c
48519 ____________________________________________________________________________
48520 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
48521         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
48522              the Configure library symbol probe mysteriously finds all
48523              symbols but those of pipe() and times().
48524      Branch: perl
48525            ! hints/aix.sh
48526 ____________________________________________________________________________
48527 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
48528         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
48529              From: Nicholas Clark <nick@ccl4.org>
48530              Date: Fri, 29 Jun 2001 23:49:07 +0100
48531              Message-ID: <20010629234907.D59620@plum.flirble.org>
48532      Branch: perl
48533            ! lib/ExtUtils.t
48534 ____________________________________________________________________________
48535 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
48536         Log: Subject: [PATCH] weakref fix 2, not yet there
48537              From: Artur Bergman <artur@contiller.se>
48538              Date: Sat, 30 Jun 2001 01:18:16 +0200
48539              Message-ID: <B762D957.1CC9%artur@contiller.se>
48540      Branch: perl
48541            ! sv.c
48542 ____________________________________________________________________________
48543 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
48544         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
48545              From: Michael G Schwern <schwern@pobox.com>
48546              Date: Fri, 29 Jun 2001 19:39:11 -0400
48547              Message-ID: <20010629193910.D25304@blackrider>
48548      Branch: perl
48549            + t/run/exit.t
48550            ! MANIFEST
48551 ____________________________________________________________________________
48552 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
48553         Log: Add support for $^N, the most-recently closed group.
48554      Branch: perl
48555            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
48556            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
48557            ! thrdvar.h
48558 ____________________________________________________________________________
48559 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
48560         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
48561              From: lvirden@cas.org
48562              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
48563              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
48564              
48565              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
48566              From: lvirden@cas.org
48567              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
48568              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
48569      Branch: perl
48570            ! README.solaris
48571 ____________________________________________________________________________
48572 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
48573         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
48574              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48575              Date: Sat, 30 Jun 2001 07:33:37 +0900
48576              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
48577              
48578              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
48579              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48580              Date: Sat, 30 Jun 2001 21:38:14 +0900
48581              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
48582      Branch: perl
48583            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48584            + ext/Encode/Encode/7bit-kr.enc
48585            ! MANIFEST ext/Encode/Encode/Tcl.pm
48586 ____________________________________________________________________________
48587 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
48588         Log: NetWare tweaks from Guruprasad.
48589      Branch: perl
48590            + NetWare/nwstdio.h NetWare/perlsdio.h
48591            ! MANIFEST NetWare/Makefile NetWare/config.wc
48592            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
48593            ! NetWare/t/Readme.txt
48594 ____________________________________________________________________________
48595 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
48596         Log: More module $VERSION bump-ups.
48597      Branch: perl
48598            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
48599            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
48600            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
48601 ____________________________________________________________________________
48602 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
48603         Log: Doc update due to #11032.
48604      Branch: perl
48605            ! pod/perl572delta.pod
48606 ____________________________________________________________________________
48607 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
48608         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
48609              From: Peter Prymmer <pvhp@forte.com>
48610              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
48611              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
48612      Branch: perl
48613            ! ext/Time/HiRes/HiRes.xs
48614 ____________________________________________________________________________
48615 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
48616         Log: -lpthreads missing in AIX.
48617      Branch: perl
48618            ! hints/aix.sh
48619 ____________________________________________________________________________
48620 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
48621         Log: Subject: [PATCH] CLONE && weakrefs
48622              From: Artur Bergman <artur@contiller.se>
48623              Date: Fri, 29 Jun 2001 17:02:00 +0200
48624              Message-ID: <B7626508.1CA0%artur@contiller.se>
48625      Branch: perl
48626            ! sv.c
48627 ____________________________________________________________________________
48628 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
48629         Log: Subject: Re: Bug report: split splits on wrong pattern
48630              From: Radu Greab <radu@netsoft.ro>
48631              Date: Wed, 27 Jun 2001 21:50:52 +0300
48632              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
48633      Branch: perl
48634            ! pp_ctl.c t/op/split.t
48635 ____________________________________________________________________________
48636 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
48637         Log: Metaconfig unit change for #11027.
48638      Branch: metaconfig/U/perl
48639            ! d_modfl.U
48640 ____________________________________________________________________________
48641 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
48642         Log: I thought this Configure glitch for AIX was just recently fixed?
48643      Branch: perl
48644            ! Configure
48645 ____________________________________________________________________________
48646 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
48647         Log: Update Changes.
48648      Branch: perl
48649            ! Changes patchlevel.h
48650 ____________________________________________________________________________
48651 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
48652         Log: Subject: Re: perl@10967, File::Find, and Cwd
48653              From: Mike Guy <mjtg@cam.ac.uk>
48654              Date: Fri, 29 Jun 2001 14:56:49 +0100
48655              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
48656      Branch: perl
48657            ! lib/File/Find/taint.t
48658 ____________________________________________________________________________
48659 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
48660         Log: Update the sv_pvprintify() spec.
48661      Branch: perl
48662            ! pod/perltodo.pod
48663 ____________________________________________________________________________
48664 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
48665         Log: Known test failures update.
48666      Branch: perl
48667            ! pod/perl572delta.pod
48668 ____________________________________________________________________________
48669 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
48670         Log: Based on
48671              
48672              Subject: [PATCH @11016] More );) fixes
48673              From: Richard Soderberg <rs@crystalflame.net>
48674              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
48675              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
48676      Branch: perl
48677            ! ext/Thread/Thread.xs ext/Thread/typemap
48678 ____________________________________________________________________________
48679 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
48680         Log: Subject: [PATCH @11016] Fixes compile errors in four files
48681              From: Richard Soderberg <rs@crystalflame.net>
48682              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
48683              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
48684      Branch: perl
48685            ! mg.c pp.c pp_hot.c util.c
48686 ____________________________________________________________________________
48687 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
48688         Log: AIX hints tweaking continues, from Merijn Brand.
48689      Branch: perl
48690            ! hints/aix.sh
48691 ____________________________________________________________________________
48692 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
48693         Log: HP-UX needs gccversion sooner, from Merijn Brand.
48694      Branch: perl
48695            ! hints/hpux.sh
48696 ____________________________________________________________________________
48697 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
48698         Log: Subject: [PATCH 5.6.1] OS/2 docs
48699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48700              Date: Fri, 29 Jun 2001 02:34:12 -0400
48701              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
48702      Branch: perl
48703            ! README.os2 os2/Changes
48704 ____________________________________________________________________________
48705 [ 11017] By: nick                                  on 2001/06/29  10:20:30
48706         Log: Integrate mainline
48707      Branch: perlio
48708           +> (branch 37 files)
48709            - ext/ODBM_File/sdbm.t
48710           !> (integrate 211 files)
48711 ____________________________________________________________________________
48712 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
48713         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
48714              the modules found using a script written by Larry Schatzer Jr.
48715      Branch: perl
48716            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
48717            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
48718            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
48719            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
48720            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
48721            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
48722            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
48723            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
48724            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
48725            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
48726            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
48727            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
48728            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
48729            ! lib/constant.pm lib/fields.pm lib/strict.pm
48730 ____________________________________________________________________________
48731 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
48732         Log: The latest JPL from the anoncvs.
48733      Branch: perl
48734            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48735 ____________________________________________________________________________
48736 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
48737         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
48738      Branch: perl
48739            ! t/op/pat.t
48740 ____________________________________________________________________________
48741 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
48742         Log: Worrying about insecure directories now is a bit too late.
48743      Branch: perl
48744            ! lib/File/Find/taint.t
48745 ____________________________________________________________________________
48746 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
48747         Log: Cannot DIE() in a void function,
48748              from Richard Hatch <rhatch@austin.ibm.com>.
48749      Branch: perl
48750            ! ext/IPC/SysV/SysV.xs
48751 ____________________________________________________________________________
48752 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
48753         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
48754              From: Peter Prymmer <pvhp@forte.com>
48755              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
48756              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
48757              
48758              (unfinished: time/hires tests 3, 5, 14 failing, but better
48759              than wholesale failure)
48760      Branch: perl
48761            ! ext/Time/HiRes/HiRes.xs
48762 ____________________________________________________________________________
48763 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
48764         Log: Subject: [PATCH 5.6.1] OS/2 improvements
48765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48766              Date: Thu, 28 Jun 2001 16:03:14 -0400
48767              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
48768      Branch: perl
48769            + os2/os2_base.t
48770            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
48771            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
48772            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
48773            ! os2/os2ish.h
48774 ____________________________________________________________________________
48775 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
48776         Log: Subject: Incrementing Extutils::Manifest's $VERSION
48777              From: Michael G Schwern <schwern@pobox.com>
48778              Date: Thu, 28 Jun 2001 13:13:49 -0400
48779              Message-ID: <20010628131349.A14738@blackrider>
48780      Branch: maint-5.6/perl
48781            ! lib/ExtUtils/Manifest.pm
48782 ____________________________________________________________________________
48783 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
48784         Log: AIX tweak from Merijn Brand.
48785      Branch: perl
48786            ! hints/aix.sh
48787 ____________________________________________________________________________
48788 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
48789         Log: Create the macperl branch.
48790      Branch: maint-5.6/macperl
48791           +> (branch 1728 files)
48792 ____________________________________________________________________________
48793 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
48794         Log: Update Changes.
48795      Branch: perl
48796            ! Changes patchlevel.h
48797 ____________________________________________________________________________
48798 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
48799         Log: More Perforce lore.
48800      Branch: perl
48801            ! Porting/repository.pod
48802 ____________________________________________________________________________
48803 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
48804         Log: Metaconfig unit changes for #11003.
48805      Branch: metaconfig/U/perl
48806            + d_nl_langinfo.U i_langinfo.U
48807 ____________________________________________________________________________
48808 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
48809         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
48810              Expected not to exist in non-UNIX excepting in VMS, where
48811              according to a quick web survey they just might.
48812      Branch: perl
48813            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
48814            ! Porting/config_H config_h.SH configure.com epoc/config.sh
48815            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
48816            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48817            ! win32/config.bc win32/config.gc win32/config.vc
48818 ____________________________________________________________________________
48819 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
48820         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
48821              in AIX is one is doing a 64-bit build.
48822      Branch: perl
48823            ! hints/aix.sh
48824 ____________________________________________________________________________
48825 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
48826         Log: Metaconfig unit changes for #11000.
48827      Branch: metaconfig/U/perl
48828            ! use64bits.U uselfs.U
48829 ____________________________________________________________________________
48830 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
48831         Log: Move use64bitint and use64bitall before uselargefiles.
48832      Branch: perl
48833            ! Configure
48834 ____________________________________________________________________________
48835 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
48836         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
48837              From: Robert Spier <rspier@pobox.com>
48838              Message-ID: <15162.41164.618712.841415@rls.cx>
48839              Date: Wed, 27 Jun 2001 23:13:16 -0400
48840      Branch: perl
48841            ! doio.c
48842 ____________________________________________________________________________
48843 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
48844         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
48845              From: Peter Prymmer <pvhp@forte.com>
48846              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
48847              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
48848      Branch: perl
48849            ! numeric.c
48850 ____________________________________________________________________________
48851 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
48852         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
48853              From: Peter Prymmer <pvhp@forte.com>
48854              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
48855              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
48856      Branch: perl
48857            ! configure.com ext/Digest/MD5/Makefile.PL
48858 ____________________________________________________________________________
48859 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
48860         Log: Update Changes.
48861      Branch: perl
48862            ! Changes patchlevel.h
48863 ____________________________________________________________________________
48864 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
48865         Log: Tiny EPOC updates.
48866      Branch: perl
48867            ! epoc/config.sh
48868 ____________________________________________________________________________
48869 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
48870         Log: The Test::More and Test::Simple tests required help
48871              thanks to our schizophrenic test scheme.
48872      Branch: perl
48873            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48874            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48875            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
48876            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
48877            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
48878 ____________________________________________________________________________
48879 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
48880         Log: Upgrade to Test::Simple 0.09.
48881      Branch: perl
48882            + lib/Test/Simple/Changes
48883            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48884            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48885            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48886            ! lib/Test/Simple/t/plan_is_noplan.t
48887 ____________________________________________________________________________
48888 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
48889         Log: Upgrade to Test::More 0.07.
48890      Branch: perl
48891            + lib/Test/More/Changes
48892            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
48893            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
48894            ! lib/Test/More/t/skipall.t
48895 ____________________________________________________________________________
48896 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
48897         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
48898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48899              Date: Wed, 27 Jun 2001 18:40:04 +0200
48900              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
48901      Branch: perl
48902            ! hints/hpux.sh
48903 ____________________________________________________________________________
48904 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
48905         Log: Subject: [PATCH README.qnx hints/qnx.sh]
48906              From: Norton Allen <allen@huarp.harvard.edu>
48907              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
48908              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
48909      Branch: perl
48910            ! README.qnx hints/qnx.sh
48911 ____________________________________________________________________________
48912 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
48913         Log: Subject: [PATCH] two little documentation nits
48914              From: Abhijit Menon-Sen <ams@wiw.org>
48915              Date: Wed, 27 Jun 2001 20:07:50 +0530
48916              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
48917      Branch: perl
48918            ! sv.c sv.h
48919 ____________________________________________________________________________
48920 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
48921         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
48922              From: Norton Allen <allen@huarp.harvard.edu>
48923              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
48924              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
48925      Branch: perl
48926            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48927 ____________________________________________________________________________
48928 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
48929         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
48930              From: Michael G Schwern <schwern@pobox.com>
48931              Date: Wed, 27 Jun 2001 02:34:58 -0400
48932              Message-ID: <20010627023458.K23874@blackrider>
48933      Branch: perl
48934            ! vms/test.com
48935 ____________________________________________________________________________
48936 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
48937         Log: Add perl_clone_host() for Netware.
48938      Branch: perl
48939            ! NetWare/nw5.c
48940 ____________________________________________________________________________
48941 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
48942         Log: GCC 3.0 hints for HP-UX.
48943      Branch: perl
48944            ! hints/hpux.sh
48945 ____________________________________________________________________________
48946 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
48947         Log: In some Linux distributions the libndbm is broken
48948              (no null key support), therefore link with libgdbm
48949              (if available), since it has a working ndbm emulation,
48950              from Jonathan Stowe.
48951      Branch: perl
48952            + ext/NDBM_File/hints/linux.pl
48953            ! MANIFEST
48954 ____________________________________________________________________________
48955 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
48956         Log: Subject: [PATCH perl@10930] find.t hack for VMS
48957              From: "Craig A. Berry" <craigberry@mac.com>
48958              Date: Tue, 26 Jun 2001 23:40:25 -0500
48959              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
48960      Branch: perl
48961            ! lib/File/Find/find.t
48962 ____________________________________________________________________________
48963 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
48964         Log: AUTHORS updates.
48965      Branch: perl
48966            ! AUTHORS
48967 ____________________________________________________________________________
48968 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
48969         Log: Metaconfig unit change like #10980.
48970      Branch: metaconfig
48971            ! U/compline/d_stdstdio.U
48972 ____________________________________________________________________________
48973 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
48974         Log: "lose the it's", from Abhijit Menon-Sen.
48975              ("It's" not searched, pods not searched.)
48976      Branch: perl
48977            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
48978            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
48979            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
48980            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
48981            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48982            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
48983 ____________________________________________________________________________
48984 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
48985         Log: "lose the looses", from Abhijit Menon-Sen.
48986      Branch: perl
48987            ! ext/B/B/Assembler.pm gv.c
48988 ____________________________________________________________________________
48989 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
48990         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
48991      Branch: perl
48992            ! hints/os390.sh
48993 ____________________________________________________________________________
48994 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
48995         Log: DEC C 5.3 on the VAX simply doesn't seem to like
48996              compiling the MD5 extension, disable it there for now,
48997              from Peter Prymmer.
48998      Branch: perl
48999            ! configure.com
49000 ____________________________________________________________________________
49001 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
49002         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
49003              From: Jonathan Stowe <gellyfish@gellyfish.com>
49004              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
49005              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
49006      Branch: perl
49007            ! pod/perlfaq3.pod
49008 ____________________________________________________________________________
49009 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
49010         Log: Subject: [PATCH 5.6.1] perlxs misprints
49011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49012              Date: Tue, 26 Jun 2001 17:20:00 -0400
49013              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
49014      Branch: perl
49015            ! pod/perlxs.pod
49016 ____________________________________________________________________________
49017 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
49018         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
49019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49020              Date: Tue, 26 Jun 2001 17:27:07 -0400
49021              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
49022      Branch: perl
49023            ! lib/ExtUtils/MM_Unix.pm
49024 ____________________________________________________________________________
49025 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
49026         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
49027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49028              Date: Tue, 26 Jun 2001 17:23:24 -0400
49029              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
49030      Branch: perl
49031            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
49032 ____________________________________________________________________________
49033 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
49034         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
49035              by Olaf Flebbe.
49036      Branch: perl
49037            ! perl.h
49038 ____________________________________________________________________________
49039 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
49040         Log: Detypo.
49041      Branch: perl
49042            ! lib/Memoize/t/tie_sdbm.t
49043 ____________________________________________________________________________
49044 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
49045         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
49046      Branch: perl
49047            ! win32/perllib.c
49048 ____________________________________________________________________________
49049 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
49050         Log: Subject: [patch] perl_clone+CvFILE
49051              From: Doug MacEachern <dougm@covalent.net>
49052              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
49053              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
49054      Branch: perl
49055            ! sv.c
49056 ____________________________________________________________________________
49057 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
49058         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
49059              From: Mark-Jason Dominus <mjd@plover.com>
49060              Date: Tue, 26 Jun 2001 12:33:01 -0400
49061              Message-ID: <20010626163301.31298.qmail@plover.com>
49062      Branch: perl
49063            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49064 ____________________________________________________________________________
49065 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
49066         Log: Update Changes.
49067      Branch: perl
49068            ! Changes patchlevel.h
49069 ____________________________________________________________________________
49070 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
49071         Log: Also catfile() needs now to explicitly exported.
49072      Branch: perl
49073            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49074 ____________________________________________________________________________
49075 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
49076         Log: Regen toc.
49077      Branch: perl
49078            ! pod/perltoc.pod
49079 ____________________________________________________________________________
49080 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
49081         Log: Nonexistent pod command.
49082      Branch: perl
49083            ! pod/perl572delta.pod
49084 ____________________________________________________________________________
49085 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
49086         Log: Be more portable in the quest for tmpdir.
49087      Branch: perl
49088            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
49089 ____________________________________________________________________________
49090 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
49091         Log: Be more portable in finding out the home directory,
49092              and use File::Spec to do the concat.
49093              (Come to think of it, couldn't File::Spec provide
49094              for a ->homedir method?)
49095      Branch: perl
49096            ! lib/Net/Config.pm
49097 ____________________________________________________________________________
49098 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
49099         Log: Doc patch for #10959.
49100      Branch: perl
49101            ! pod/perlfunc.pod
49102 ____________________________________________________________________________
49103 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
49104         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
49105              From: "Philip Newton" <pnewton@gmx.de>
49106              Date: Tue, 26 Jun 2001 16:26:47 +0200
49107              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
49108      Branch: perl
49109            ! pod/perldata.pod
49110 ____________________________________________________________________________
49111 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
49112         Log: Subject: [PATH] shared -> unique;
49113              From: "Artur Bergman" <artur@contiller.se>
49114              Date: Tue, 26 Jun 2001 16:18:40 +0200
49115              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
49116              
49117              Because "shared" isn't: it's read-only.
49118      Branch: perl
49119            ! toke.c xsutils.c
49120 ____________________________________________________________________________
49121 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
49122         Log: Escape multiline croak messages.
49123      Branch: perl
49124            ! t/op/ver.t
49125 ____________________________________________________________________________
49126 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
49127         Log: No more pragma/*.t for minitest.
49128      Branch: perl
49129            ! Makefile.SH
49130 ____________________________________________________________________________
49131 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
49132         Log: AUTHORS updates.
49133      Branch: perl
49134            ! AUTHORS
49135 ____________________________________________________________________________
49136 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
49137         Log: delta updates.
49138      Branch: perl
49139            ! pod/perl572delta.pod
49140 ____________________________________________________________________________
49141 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
49142         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
49143              From: Artur Bergman <artur@contiller.se> 
49144              Date: Tue, 26 Jun 2001 15:32:53 +0200
49145              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
49146      Branch: perl
49147            ! makedef.pl sv.c sv.h win32/perllib.c
49148 ____________________________________________________________________________
49149 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
49150         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
49151              From: Jonathan Stowe <gellyfish@gellyfish.com>
49152              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
49153              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
49154              
49155              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
49156      Branch: perl
49157            + ext/Time/HiRes/hints/sco.pl
49158            ! MANIFEST
49159 ____________________________________________________________________________
49160 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
49161         Log: Subject: [PATCH 5.6.1] static build
49162              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49163              Date: Tue, 26 Jun 2001 04:22:25 -0400
49164              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
49165      Branch: perl
49166            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
49167            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
49168 ____________________________________________________________________________
49169 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
49170         Log: DJGPP patches from Laszlo Molnar.
49171      Branch: perl
49172            ! djgpp/djgpp.c perl.c util.c
49173 ____________________________________________________________________________
49174 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
49175         Log: Netware patches from Ananth Kesari.
49176      Branch: perl
49177            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
49178            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
49179            ! NetWare/nwtinfo.h
49180 ____________________________________________________________________________
49181 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
49182         Log: Detypo.
49183      Branch: perl
49184            ! ext/Errno/Errno_pm.PL
49185 ____________________________________________________________________________
49186 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
49187         Log: There seems to be two ways of spelling the $^O in *STEP.
49188      Branch: perl
49189            ! ext/Errno/Errno_pm.PL
49190 ____________________________________________________________________________
49191 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
49192         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
49193              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
49194      Branch: perl
49195            ! ext/Errno/Errno_pm.PL
49196 ____________________________________________________________________________
49197 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
49198         Log: Known bugs update.
49199      Branch: perl
49200            ! pod/perl572delta.pod
49201 ____________________________________________________________________________
49202 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
49203         Log: The default installation of Cygwin has 500 as root's uid.
49204      Branch: perl
49205            ! lib/User/pwent.t
49206 ____________________________________________________________________________
49207 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
49208         Log: Be even more relaxed (re-allow having only one entry).
49209      Branch: perl
49210            ! t/op/grent.t t/op/pwent.t
49211 ____________________________________________________________________________
49212 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
49213         Log: Test failure updates.
49214      Branch: perl
49215            ! pod/perl572delta.pod
49216 ____________________________________________________________________________
49217 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
49218         Log: MPE/iX test tweaks from Mark Bixby.
49219      Branch: perl
49220            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
49221            ! t/io/fs.t t/op/stat.t
49222 ____________________________________________________________________________
49223 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
49224         Log: Microperl findings.
49225      Branch: perl
49226            ! perl.h pp_sys.c
49227 ____________________________________________________________________________
49228 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
49229         Log: Touch uconfig.h.
49230      Branch: perl
49231            ! uconfig.h
49232 ____________________________________________________________________________
49233 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
49234         Log: Subject: [PATCH] Proposed fix for Pod::Man
49235              From: Rob Napier <rnapier@employees.org>
49236              Date: Mon, 25 Jun 2001 15:49:24 -0400
49237              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
49238              
49239              Cater for Solaris nroff brokenness (shortchanges daisywheel
49240              printers, but hey, we also no more support PDPs.)
49241      Branch: perl
49242            ! lib/Pod/Man.pm
49243 ____________________________________________________________________________
49244 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
49245         Log: Typo in #10937.
49246      Branch: perl
49247            ! ext/POSIX/sigaction.t
49248 ____________________________________________________________________________
49249 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
49250         Log: SIGCONT not trappable in VMS.
49251      Branch: perl
49252            ! ext/POSIX/sigaction.t
49253 ____________________________________________________________________________
49254 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
49255         Log: Subject: [DRAFT] Encode-Tcl.t
49256              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49257              Date: Tue, 26 Jun 2001 03:38:08 +0900
49258              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
49259      Branch: perl
49260            + ext/Encode/Encode/Tcl.t
49261            ! MANIFEST ext/Encode/Encode/Tcl.pm
49262 ____________________________________________________________________________
49263 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
49264         Log: Because of #10932 retract also the perlfunc hunk of #10910.
49265      Branch: perl
49266            ! pod/perlfunc.pod
49267 ____________________________________________________________________________
49268 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
49269         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
49270              by Ilya Zakharevich in
49271              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
49272      Branch: perl
49273            ! XSUB.h
49274 ____________________________________________________________________________
49275 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
49276         Log: Typo in #10889.
49277      Branch: perl
49278            ! hints/uts.sh
49279 ____________________________________________________________________________
49280 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
49281         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49282              From: Abhijit Menon-Sen <ams@wiw.org>
49283              Date: Mon, 25 Jun 2001 23:45:45 +0530
49284              Message-ID: <20010625234545.A5022@lustre.linux.in>
49285      Branch: perl
49286            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
49287 ____________________________________________________________________________
49288 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
49289         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
49290              From: Michael G Schwern <schwern@pobox.com>
49291              Date: Mon, 25 Jun 2001 14:35:51 -0400
49292              Message-ID: <20010625143551.H13819@blackrider>
49293      Branch: perl
49294            ! lib/Test.pm
49295 ____________________________________________________________________________
49296 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
49297         Log: Update Changes.
49298      Branch: perl
49299            ! Changes patchlevel.h
49300 ____________________________________________________________________________
49301 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
49302         Log: Regen toc and modlib.
49303      Branch: perl
49304            ! pod/perlmodlib.pod pod/perltoc.pod
49305 ____________________________________________________________________________
49306 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
49307         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
49308              for the benefit of C++ compilers, as suggested by Guruprasad.
49309      Branch: perl
49310            ! embed.pl proto.h
49311 ____________________________________________________________________________
49312 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
49313         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
49314              From: Jonathan Stowe <gellyfish@gellyfish.com>
49315              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
49316              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
49317      Branch: perl
49318            ! pod/perlfaq5.pod
49319 ____________________________________________________________________________
49320 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
49321         Log: Missed from #10925.
49322      Branch: perl
49323            ! gv.c
49324 ____________________________________________________________________________
49325 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
49326         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
49327              From: Robin Houston <robin@kitsite.com>
49328              Date: Sat, 19 May 2001 16:19:34 +0100
49329              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
49330      Branch: perl
49331            ! cv.h gv.h op.c
49332 ____________________________________________________________________________
49333 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
49334         Log: Netware README tweak.
49335      Branch: perl
49336            ! README.netware
49337 ____________________________________________________________________________
49338 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
49339         Log: Subject: [PATCH] Re: overload.t fails
49340              From: Abhijit Menon-Sen <ams@wiw.org>
49341              Date: Mon, 25 Jun 2001 14:52:20 +0530
49342              Message-ID: <20010625145220.A24114@lustre.linux.in>
49343      Branch: perl
49344            ! lib/overload.t
49345 ____________________________________________________________________________
49346 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
49347         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49348              From: Mike Guy <mjtg@cam.ac.uk>
49349              Date: Mon, 25 Jun 2001 11:43:23 +0100
49350              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
49351      Branch: perl
49352            ! lib/Carp.pm
49353 ____________________________________________________________________________
49354 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
49355         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
49356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49357              Date: Sun, 24 Jun 2001 05:17:05 -0400
49358              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
49359      Branch: perl
49360            ! os2/os2ish.h
49361 ____________________________________________________________________________
49362 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
49363         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
49364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49365              Date: Mon, 25 Jun 2001 05:52:27 -0400
49366              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
49367      Branch: perl
49368            ! hints/os2.sh
49369 ____________________________________________________________________________
49370 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
49371         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
49372              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49373              Date: Mon, 25 Jun 2001 05:23:35 -0400
49374              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
49375      Branch: perl
49376            ! os2/os2.c
49377 ____________________________________________________________________________
49378 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
49379         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
49380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49381              Date: Mon, 25 Jun 2001 05:04:32 -0400
49382              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
49383      Branch: perl
49384            ! os2/OS2/REXX/DLL/DLL.pm
49385 ____________________________________________________________________________
49386 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
49387         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
49388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49389              Date: Mon, 25 Jun 2001 05:02:36 -0400
49390              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
49391      Branch: perl
49392            ! mg.c os2/dl_os2.c os2/os2.c
49393 ____________________________________________________________________________
49394 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
49395         Log: Subject: Re: [PATCH 5.6.1] misprints
49396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49397              Date: Mon, 25 Jun 2001 04:50:50 -0400
49398              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
49399      Branch: perl
49400            ! os2/os2.c pp_sys.c
49401 ____________________________________________________________________________
49402 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
49403         Log: Add Test::More and Test::Simple to the delta.
49404      Branch: perl
49405            ! pod/perl572delta.pod
49406 ____________________________________________________________________________
49407 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
49408         Log: Add Test::More, from Michael G Schwern.
49409      Branch: perl
49410            + lib/Test/More.pm lib/Test/More/t/More.t
49411            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
49412            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
49413            + t/lib/Test/More/Catch.pm
49414            ! MANIFEST
49415 ____________________________________________________________________________
49416 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
49417         Log: Add Test::Simple from Michael G Schwern.
49418      Branch: perl
49419            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
49420            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
49421            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
49422            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
49423            + t/lib/Test/Simple/Catch.pm
49424            + t/lib/Test/Simple/sample_tests/death.plx
49425            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
49426            + t/lib/Test/Simple/sample_tests/extras.plx
49427            + t/lib/Test/Simple/sample_tests/five_fail.plx
49428            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
49429            + t/lib/Test/Simple/sample_tests/one_fail.plx
49430            + t/lib/Test/Simple/sample_tests/require.plx
49431            + t/lib/Test/Simple/sample_tests/success.plx
49432            + t/lib/Test/Simple/sample_tests/too_few.plx
49433            + t/lib/Test/Simple/sample_tests/two_fail.plx
49434            ! MANIFEST
49435 ____________________________________________________________________________
49436 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
49437         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
49438              From: "Craig A. Berry" <craigberry@mac.com>
49439              Date: Sun, 24 Jun 2001 23:41:36 -0500
49440              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
49441      Branch: perl
49442            ! pp_sys.c
49443 ____________________________________________________________________________
49444 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
49445         Log: Upgrade to Attribute::Handlers 0.70.
49446      Branch: perl
49447            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
49448            ! MANIFEST lib/Attribute/Handlers.pm
49449 ____________________________________________________________________________
49450 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
49451         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49452              From: Abhijit Menon-Sen <ams@wiw.org>
49453              Date: Sat, 23 Jun 2001 05:17:44 +0530
49454              Message-ID: <20010623051744.A18583@lustre.linux.in>
49455              
49456              (Can't think of a good place to put tests.)
49457      Branch: perl
49458            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
49459 ____________________________________________________________________________
49460 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
49461         Log: Subject: [PATCH] t/op/pat.t typo fix
49462              From: Richard Soderberg <rs@crystalflame.net>
49463              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
49464              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
49465      Branch: perl
49466            ! t/op/pat.t
49467 ____________________________________________________________________________
49468 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
49469         Log: Move the pack warnings to their own file, as pointed
49470              out by Spider.
49471      Branch: perl
49472            + t/lib/warnings/pp_pack
49473            ! MANIFEST t/lib/warnings/pp
49474 ____________________________________________________________________________
49475 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
49476         Log: Update Changes.
49477      Branch: perl
49478            ! Changes patchlevel.h
49479 ____________________________________________________________________________
49480 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
49481         Log: Partially fix a problem noticed by IRIX compiler:
49482              the initialization of parse_start was bypassed by
49483              several gotos.  Now initialized to zero, which may
49484              not be the best choice.
49485      Branch: perl
49486            ! regcomp.c
49487 ____________________________________________________________________________
49488 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
49489         Log: Relax the group and password tests back to moaning only
49490              if no matches at all are found.  (Even with a small sample
49491              I could find many sites where there are, umm, anomalies in
49492              the said databases.)       
49493      Branch: perl
49494            ! t/op/grent.t t/op/pwent.t
49495 ____________________________________________________________________________
49496 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
49497         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
49498      Branch: perl
49499            ! pp_ctl.c
49500 ____________________________________________________________________________
49501 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
49502         Log: De-cut-and-pasto in #10902.
49503      Branch: perl
49504            ! pp_ctl.c
49505 ____________________________________________________________________________
49506 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
49507         Log: The #10771 didn't take?
49508      Branch: perl
49509            ! pp_ctl.c
49510 ____________________________________________________________________________
49511 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
49512         Log: Undo the filetests part of #10900, under multiplicity
49513              weird errors take place.
49514      Branch: perl
49515            ! pp_sys.c
49516 ____________________________________________________________________________
49517 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
49518         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
49519      Branch: perl
49520            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
49521 ____________________________________________________________________________
49522 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
49523         Log: (Replaced by #10922)
49524              
49525              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49526              From: Tony Bowden <tony@kasei.com>
49527              Date: Sun, 24 Jun 2001 17:32:40 +0100
49528              Message-ID: <20010624173240.A16293@blackstar.co.uk>
49529              
49530              Document (well, mention) shortmess() and longmess()
49531              to rob people of their fun of reinventing the wheel.
49532      Branch: perl
49533            ! lib/Carp.pm
49534 ____________________________________________________________________________
49535 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
49536         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
49537              From: Brian Jepson <bjepson@oreilly.com>
49538              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
49539              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
49540      Branch: perl
49541            ! pp_sys.c
49542 ____________________________________________________________________________
49543 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
49544         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
49545              From: Robin Barker <rmb1@cise.npl.co.uk> 
49546              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
49547              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
49548      Branch: perl
49549            ! lib/CPAN.pm
49550 ____________________________________________________________________________
49551 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
49552         Log: Memoize patch from mjd.
49553      Branch: perl
49554            ! lib/Memoize/t/tie_storable.t
49555 ____________________________________________________________________________
49556 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
49557         Log: Spec the sv_pvprintify() a bit more.
49558      Branch: perl
49559            ! pod/perltodo.pod
49560 ____________________________________________________________________________
49561 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
49562         Log: Upgrade to Memoize 0.65.
49563      Branch: perl
49564            + lib/Memoize/t/array_confusion.t
49565            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49566            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49567            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49568            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
49569            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49570            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49571            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49572            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
49573            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
49574            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
49575            ! lib/Memoize/t/tie_storable.t
49576 ____________________________________________________________________________
49577 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
49578         Log: Metaconfig unit change for #10892.
49579      Branch: metaconfig
49580            ! U/modified/Options.U
49581 ____________________________________________________________________________
49582 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
49583         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
49584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49585              Date: Sun, 24 Jun 2001 05:24:40 -0400
49586              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
49587      Branch: perl
49588            ! Configure hints/os2.sh
49589 ____________________________________________________________________________
49590 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
49591         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
49592              From: Mike Guy <mjtg@cam.ac.uk>
49593              Date: Sun, 24 Jun 2001 15:28:39 +0100
49594              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
49595              
49596              Fix an ancient (5.002) bug.
49597      Branch: perl
49598            ! lib/Carp/Heavy.pm
49599 ____________________________________________________________________________
49600 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
49601         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
49602              variables.
49603      Branch: perl
49604            ! pp_sys.c
49605 ____________________________________________________________________________
49606 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
49607         Log: Make UTS as per #10888.
49608      Branch: perl
49609            ! hints/uts.sh
49610 ____________________________________________________________________________
49611 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
49612         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
49613      Branch: perl
49614            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
49615            ! mpeix/mpeixish.h perl.h unixish.h
49616 ____________________________________________________________________________
49617 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
49618         Log: AUTHORS update.
49619      Branch: perl
49620            ! AUTHORS
49621 ____________________________________________________________________________
49622 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
49623         Log: Subject: Encode::Tcl for multibyte doesnot work
49624              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49625              Date: Sun, 24 Jun 2001 22:48:21 +0900
49626              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
49627      Branch: perl
49628            ! ext/Encode/Encode/Tcl.pm
49629 ____________________________________________________________________________
49630 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
49631         Log: Subject: [PATCH] Remove tautology in error messages
49632              From: Mike Guy <mjtg@cam.ac.uk>
49633              Date: Sun, 24 Jun 2001 13:31:00 +0100
49634              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
49635      Branch: perl
49636            ! pp_sys.c
49637 ____________________________________________________________________________
49638 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
49639         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
49640      Branch: perl
49641            ! hints/darwin.sh
49642 ____________________________________________________________________________
49643 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
49644         Log: Subject: Re: [PATCH 5.6.1] test suite
49645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49646              Date: Sun, 24 Jun 2001 05:47:05 -0400
49647              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
49648              
49649              Test suite fixes.
49650      Branch: perl
49651            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
49652 ____________________________________________________________________________
49653 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
49654         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
49655              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49656              Date: Sun, 24 Jun 2001 05:37:19 -0400
49657              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
49658      Branch: perl
49659            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
49660 ____________________________________________________________________________
49661 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
49662         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
49663              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49664              Date: Sun, 24 Jun 2001 05:34:50 -0400
49665              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
49666              
49667              Pacify compiler warnings.
49668      Branch: perl
49669            ! pp_sys.c
49670 ____________________________________________________________________________
49671 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
49672         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49674              Date: Sun, 24 Jun 2001 05:21:18 -0400
49675              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
49676              
49677              Enable compression of executables during link time.
49678      Branch: perl
49679            ! hints/os2.sh
49680 ____________________________________________________________________________
49681 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
49682         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49684              Date: Sun, 24 Jun 2001 05:15:11 -0400
49685              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
49686              
49687              Add ordinals to the export list for Perl DLL.
49688              (Breaks intra-version DLL compatibility.)
49689      Branch: perl
49690            ! makedef.pl
49691 ____________________________________________________________________________
49692 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
49693         Log: Allow (displaying and) re-editing the Subject in perlbug.
49694              Also abstract the Subject quality control into a function.
49695      Branch: perl
49696            ! utils/perlbug.PL
49697 ____________________________________________________________________________
49698 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
49699         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
49700      Branch: perl
49701            ! utils/perlbug.PL
49702 ____________________________________________________________________________
49703 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
49704         Log: Regen toc and modlib.
49705      Branch: perl
49706            ! pod/perlmodlib.pod pod/perltoc.pod
49707 ____________________________________________________________________________
49708 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
49709         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
49710              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
49711              attribute semantics as much as possible, or 'ntsec' which uses
49712              native NTFS semantics.)  (See also #10877.)
49713      Branch: perl
49714            ! perl.c
49715 ____________________________________________________________________________
49716 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
49717         Log: (Retracted by #11586)
49718              
49719              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
49720      Branch: perl
49721            ! lib/Test/Harness.pm
49722 ____________________________________________________________________________
49723 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
49724         Log: Just zap the -uPerlio.
49725      Branch: perl
49726            ! ext/B/Stash.t
49727 ____________________________________________________________________________
49728 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
49729         Log: Do not test PerlIO if PerlIO not used.
49730      Branch: perl
49731            ! ext/PerlIO/PerlIO.t
49732 ____________________________________________________________________________
49733 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
49734         Log: Regen perlapi.
49735      Branch: perl
49736            ! pod/perlapi.pod
49737 ____________________________________________________________________________
49738 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
49739         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
49740              From: Nicholas Clark <nick@ccl4.org>
49741              Date: Sat, 23 Jun 2001 22:55:47 +0100
49742              Message-ID: <20010623225547.Z98663@plum.flirble.org>
49743      Branch: perl
49744            ! numeric.c
49745 ____________________________________________________________________________
49746 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
49747         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
49748              From: Prymmer/Kahn <pvhp@best.com>
49749              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
49750              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
49751      Branch: perl
49752            ! lib/h2xs.t
49753 ____________________________________________________________________________
49754 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
49755         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
49756              cygwin does not taint cwd, just like win32.
49757      Branch: perl
49758            ! lib/File/Find/taint.t t/op/taint.t
49759 ____________________________________________________________________________
49760 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
49761         Log: Retract #10865, the patch should be unnecessary.
49762              (But seemingly helpful in Cygwin?  Strange.)
49763      Branch: perl
49764            ! lib/Memoize/t/tie_ndbm.t
49765 ____________________________________________________________________________
49766 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
49767         Log: Misplaced test file; plus Cygwin filesystem semantics.
49768      Branch: perl
49769            + ext/SDBM_File/sdbm.t
49770            - ext/ODBM_File/sdbm.t
49771            ! MANIFEST
49772 ____________________________________________________________________________
49773 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
49774         Log: (Retracted by #10867.)
49775      Branch: perl
49776            ! lib/Memoize/t/tie_ndbm.t
49777 ____________________________________________________________________________
49778 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
49779         Log: Metaconfig unit change for #10863.
49780      Branch: metaconfig/U/perl
49781            ! Extensions.U
49782 ____________________________________________________________________________
49783 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
49784         Log: In Cygwin do not build NDBM_File and ODBM_File unless
49785              -lndbm and -ldbm are available.
49786      Branch: perl
49787            ! Configure config_h.SH
49788 ____________________________________________________________________________
49789 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
49790         Log: More Cygwin filesystem semantics.
49791      Branch: perl
49792            ! t/io/fs.t t/op/stat.t
49793 ____________________________________________________________________________
49794 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
49795         Log: More DOSish permission semantics for Cygwin.
49796      Branch: perl
49797            ! lib/AnyDBM_File.t
49798 ____________________________________________________________________________
49799 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
49800         Log: Cygwin too has different permission semantics.
49801      Branch: perl
49802            ! ext/GDBM_File/gdbm.t
49803 ____________________________________________________________________________
49804 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
49805         Log: The group (and assumedly passwd) databases can have
49806              only one entry (this is the case in cygwin).
49807      Branch: perl
49808            ! t/op/grent.t t/op/pwent.t
49809 ____________________________________________________________________________
49810 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
49811         Log: Also in Cygwin use Socket to figure out domainname
49812              (if any) (avoids trying to call external 'domainname',
49813              which doesn't at the moment exist in Cygwin)
49814      Branch: perl
49815            ! lib/Net/Domain.pm
49816 ____________________________________________________________________________
49817 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
49818         Log: Remove also the lib$Foo.def, not just $Foo.def.
49819      Branch: perl
49820            ! lib/ExtUtils/MM_Unix.pm
49821 ____________________________________________________________________________
49822 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
49823         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
49824      Branch: perl
49825            ! unixish.h
49826 ____________________________________________________________________________
49827 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
49828         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
49829              to match the whole isprint(), only the space character.
49830      Branch: perl
49831            ! handy.h pod/perlre.pod t/op/pat.t
49832 ____________________________________________________________________________
49833 [ 10854] By: nick                                  on 2001/06/23  08:09:33
49834         Log: Integrate mainline
49835      Branch: perlio
49836           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
49837           !> lib/ExtUtils.t lib/File/Find/taint.t
49838           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
49839           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
49840           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49841 ____________________________________________________________________________
49842 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
49843         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
49844              with its floats    in os390 and s390 (UTS).
49845      Branch: perl
49846            ! lib/Math/BigInt/t/bigintpm.t
49847 ____________________________________________________________________________
49848 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
49849         Log: Add also UTS (s390) to the non-IEEE float platforms.
49850      Branch: perl
49851            ! t/op/sprintf.t
49852 ____________________________________________________________________________
49853 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
49854         Log: Subject: RFC: what are applicable standards for exponent sizes?
49855              From: Peter Prymmer <pvhp@forte.com>
49856              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
49857              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
49858      Branch: perl
49859            ! t/op/sprintf.t
49860 ____________________________________________________________________________
49861 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
49862         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
49863              From: Peter Prymmer <pvhp@forte.com>
49864              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
49865              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
49866      Branch: perl
49867            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49868 ____________________________________________________________________________
49869 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
49870         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
49871              From: Peter Prymmer <pvhp@forte.com>
49872              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
49873              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
49874      Branch: perl
49875            ! lib/ExtUtils.t
49876 ____________________________________________________________________________
49877 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
49878         Log: Retract #10845.
49879      Branch: perl
49880            ! lib/File/Find/taint.t
49881 ____________________________________________________________________________
49882 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
49883         Log: Yet another error message.
49884      Branch: perl
49885            ! t/op/mkdir.t
49886 ____________________________________________________________________________
49887 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
49888         Log: The croak message for nonexistent socket functions may vary.
49889      Branch: perl
49890            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
49891 ____________________________________________________________________________
49892 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
49893         Log: (Retracted by #10848.)
49894      Branch: perl
49895            ! lib/File/Find/taint.t
49896 ____________________________________________________________________________
49897 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
49898         Log: Integrate perlio:
49899              
49900              [ 10843]
49901              Back out debug in taint.t
49902              
49903              [ 10841]
49904              Skip cwd test on Win32 ???
49905              
49906              [ 10836]
49907              Skip |- based op/write.t on Win32 as well as VMS
49908      Branch: perl
49909           !> lib/File/Find/taint.t t/op/write.t
49910 ____________________________________________________________________________
49911 [ 10843] By: nick                                  on 2001/06/22  21:24:51
49912         Log: Back out debug in taint.t
49913      Branch: perlio
49914            ! lib/File/Find/taint.t
49915 ____________________________________________________________________________
49916 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
49917         Log: setitimer() does not exist in Unicos, despite of what
49918              Configure thinks, from Mark P. Lutz.
49919      Branch: perl
49920            ! hints/unicos.sh
49921 ____________________________________________________________________________
49922 [ 10841] By: nick                                  on 2001/06/22  21:19:36
49923         Log: Skip cwd test on Win32 ???
49924      Branch: perlio
49925            ! lib/File/Find/taint.t
49926 ____________________________________________________________________________
49927 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
49928         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
49929              and Tru64 gcc -Wall happy.
49930      Branch: perl
49931            ! mg.c
49932 ____________________________________________________________________________
49933 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
49934         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
49935      Branch: perl
49936            ! ext/IPC/SysV/Semaphore.pm
49937 ____________________________________________________________________________
49938 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
49939         Log: Metaconfig unit change for #10837.
49940      Branch: metaconfig/U/perl
49941            ! Cross.U
49942 ____________________________________________________________________________
49943 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
49944         Log: Cleanup of the cross-compilation unit.
49945      Branch: perl
49946            ! Configure
49947 ____________________________________________________________________________
49948 [ 10836] By: nick                                  on 2001/06/22  20:45:12
49949         Log: Skip |- based op/write.t on Win32 as well as VMS
49950      Branch: perlio
49951            ! t/op/write.t
49952 ____________________________________________________________________________
49953 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
49954         Log: Integrate perlio:
49955              
49956              [ 10833]
49957              Patcho fix.
49958      Branch: perl
49959           !> util.c
49960 ____________________________________________________________________________
49961 [ 10834] By: nick                                  on 2001/06/22  20:41:54
49962         Log: Integrate mainline
49963      Branch: perlio
49964           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49965           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
49966           !> vos/config.ga.h
49967 ____________________________________________________________________________
49968 [ 10833] By: nick                                  on 2001/06/22  20:22:58
49969         Log: Patcho fix.
49970      Branch: perlio
49971            ! util.c
49972 ____________________________________________________________________________
49973 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
49974         Log: Metaconfig unit changes for #10831.
49975      Branch: metaconfig
49976            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
49977 ____________________________________________________________________________
49978 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
49979         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
49980              From: Andy Dougherty <doughera@lafayette.edu>
49981              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
49982              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
49983      Branch: perl
49984            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49985            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
49986 ____________________________________________________________________________
49987 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
49988         Log: MPE/iX prototype nits from Mark Bixby.
49989      Branch: perl
49990            ! pp_sys.c
49991 ____________________________________________________________________________
49992 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
49993         Log: Detypo.
49994      Branch: perl
49995            ! util.c
49996 ____________________________________________________________________________
49997 [ 10828] By: nick                                  on 2001/06/22  15:33:37
49998         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
49999      Branch: perlio
50000           +> lib/h2xs.t
50001           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
50002           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
50003           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
50004           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
50005           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50006           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
50007           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
50008           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
50009           !> vms/vmsish.h
50010 ____________________________________________________________________________
50011 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
50012         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
50013              Date: Fri, 22 Jun 2001 10:08:35 -0500
50014              From: "Craig A. Berry" <craigberry@mac.com>
50015              Message-Id: <a05101001b75908704194@[192.168.56.145]>
50016      Branch: perl
50017            ! vms/vms.c vms/vmsish.h
50018 ____________________________________________________________________________
50019 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
50020         Log: NetWare scripts tweak from Ananth Kesari.
50021      Branch: perl
50022            ! NetWare/t/NWScripts.pl
50023 ____________________________________________________________________________
50024 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
50025         Log: Update Changes.
50026      Branch: perl
50027            ! Changes patchlevel.h
50028 ____________________________________________________________________________
50029 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
50030         Log: Add .i and .s targets.
50031      Branch: perl
50032            ! Makefile.SH
50033 ____________________________________________________________________________
50034 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
50035         Log: Upgrade to Locale::Maketext 1.03.
50036      Branch: perl
50037            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50038            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
50039 ____________________________________________________________________________
50040 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
50041         Log: Upgrade to I18N::LangTags 0.26.
50042      Branch: perl
50043            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50044            ! lib/I18N/LangTags/test.pl
50045 ____________________________________________________________________________
50046 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
50047         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
50048              Philip Newton.
50049      Branch: perl
50050            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
50051            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50052 ____________________________________________________________________________
50053 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
50054         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
50055              From: Prymmer/Kahn <pvhp@best.com>
50056              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
50057              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
50058      Branch: perl
50059            + lib/h2xs.t
50060            ! MANIFEST utils/h2xs.PL
50061 ____________________________________________________________________________
50062 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
50063         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
50064              From: Prymmer/Kahn <pvhp@best.com>
50065              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
50066              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
50067      Branch: perl
50068            ! lib/ExtUtils.t
50069 ____________________________________________________________________________
50070 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
50071         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
50072              From: Prymmer/Kahn <pvhp@best.com>
50073              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
50074              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
50075      Branch: perl
50076            ! t/pod/plainer.t
50077 ____________________________________________________________________________
50078 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
50079         Log: AUTHORS update.
50080      Branch: perl
50081            ! AUTHORS
50082 ____________________________________________________________________________
50083 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
50084         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
50085              From: "Craig A. Berry" <craigberry@mac.com>
50086              Date: Thu, 21 Jun 2001 18:20:38 -0500
50087              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
50088      Branch: perl
50089            ! ext/POSIX/POSIX.xs
50090 ____________________________________________________________________________
50091 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
50092         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
50093              From: "Craig A. Berry" <craigberry@mac.com>
50094              Date: Thu, 21 Jun 2001 09:58:52 -0500
50095              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
50096      Branch: perl
50097            ! ext/B/Deparse.t t/op/write.t
50098 ____________________________________________________________________________
50099 [ 10814] By: nick                                  on 2001/06/22  08:13:09
50100         Log: Integrate mainline.
50101      Branch: perlio
50102           !> (integrate 46 files)
50103 ____________________________________________________________________________
50104 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
50105         Log: Change the prefixes only if $prefix is unset,
50106              as originally patched by Marcel Grunauer.
50107      Branch: perl
50108            ! hints/darwin.sh hints/rhapsody.sh
50109 ____________________________________________________________________________
50110 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
50111         Log: Subject: Re: Patch for hints/darwin.sh
50112              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
50113              Date: Thu, 21 Jun 2001 11:23:46 -0700
50114              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
50115      Branch: perl
50116            ! hints/darwin.sh hints/rhapsody.sh
50117 ____________________________________________________________________________
50118 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
50119         Log: Add .PHONY targets for non-file targets,
50120              from Wilfredo Sánchez.  Should help saying
50121              "make install" on case-insensitive filesystems.
50122      Branch: perl
50123            ! Makefile.SH
50124 ____________________________________________________________________________
50125 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
50126         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
50127              From: Doug MacEachern <dougm@covalent.net>
50128              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
50129              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
50130              
50131              plus reword the getcwd() comment, plus use getcwd() buffer
50132              size minus one.
50133      Branch: perl
50134            ! util.c
50135 ____________________________________________________________________________
50136 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
50137         Log: More gprofing from Doug MacEachern.
50138      Branch: perl
50139            ! Makefile.SH
50140 ____________________________________________________________________________
50141 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
50142         Log: Metaconfig unit change for #10807.
50143      Branch: metaconfig/U/perl
50144            ! d_sfio.U
50145 ____________________________________________________________________________
50146 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
50147         Log: Tell that you are removing the unneeded -lsfio.
50148      Branch: perl
50149            ! Configure
50150 ____________________________________________________________________________
50151 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
50152         Log: More MPE/iX tweaks from Mark Bixby.
50153      Branch: perl
50154            ! perl.c t/op/magic.t
50155 ____________________________________________________________________________
50156 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
50157         Log: The fchdir() proto is supposed to live in <unistd.h>.
50158      Branch: perl
50159            ! ext/Cwd/Cwd.xs
50160 ____________________________________________________________________________
50161 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
50162         Log: This town is too small for the Cwd extension and me,
50163              it would seem...
50164      Branch: perl
50165            ! ext/Cwd/Cwd.xs
50166 ____________________________________________________________________________
50167 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
50168         Log: Metaconfig unit change for #10802.
50169      Branch: metaconfig/U/perl
50170            ! d_modfl.U
50171 ____________________________________________________________________________
50172 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
50173         Log: More d'ohs.
50174      Branch: perl
50175            ! Configure
50176 ____________________________________________________________________________
50177 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
50178         Log: Off-by-one.  I'm so classic.
50179      Branch: perl
50180            ! util.c
50181 ____________________________________________________________________________
50182 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
50183         Log: Update Changes.
50184      Branch: perl
50185            ! Changes patchlevel.h
50186 ____________________________________________________________________________
50187 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
50188         Log: Subject: Documentation patch for Net::FTP
50189              From: Marcel Grunauer <marcel@codewerk.com>
50190              Date: Wed, 20 Jun 2001 23:03:26 +0200
50191              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
50192      Branch: perl
50193            ! lib/Net/FTP.pm
50194 ____________________________________________________________________________
50195 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
50196         Log: Retract the #10417 mg.c and embed.pl parts because of
50197              strange SEGVs in 64bit x86 FreeBSD observed by
50198              Nicholas Clark.
50199      Branch: perl
50200            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
50201 ____________________________________________________________________________
50202 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
50203         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
50204      Branch: perl
50205            ! Configure NetWare/config.wc NetWare/config_H.wc
50206            ! Porting/Glossary Porting/config.sh Porting/config_H
50207            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50208            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50209            ! vos/config.ga.h win32/config.bc win32/config.gc
50210            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50211            ! win32/config_H.vc
50212 ____________________________________________________________________________
50213 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
50214         Log: Cwd tweak from Doug MacEachern.
50215      Branch: perl
50216            ! ext/Cwd/Cwd.xs
50217 ____________________________________________________________________________
50218 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
50219         Log: Protect the fchdir() and lstat() with ifdefs.
50220              fchdir() needs a Configure probe.
50221      Branch: perl
50222            ! ext/Cwd/Cwd.xs
50223 ____________________________________________________________________________
50224 [ 10794] By: nick                                  on 2001/06/21  17:11:35
50225         Log: Integrate mainline
50226      Branch: perlio
50227           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
50228           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
50229           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
50230           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
50231           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
50232           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
50233           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
50234           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
50235            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
50236            - lib/File/Glob/case.t lib/File/Glob/global.t
50237            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
50238            - lib/File/Temp/posix.t lib/File/Temp/security.t
50239            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
50240            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
50241            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
50242            - lib/Text/Wrap/wrap.t
50243           !> (integrate 41 files)
50244 ____________________________________________________________________________
50245 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
50246         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
50247              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
50248              Date: Thu, 21 Jun 2001 13:04:54 -0500
50249              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
50250      Branch: perl
50251            ! ext/Cwd/Cwd.xs
50252 ____________________________________________________________________________
50253 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
50254         Log: Subject: [PATCH pod] overlong =item
50255              From: Robin Barker <rmb1@cise.npl.co.uk>
50256              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
50257              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
50258      Branch: perl
50259            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
50260            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50261 ____________________________________________________________________________
50262 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
50263         Log: Subject: [PATCH perlio.c] format 
50264              From: Robin Barker <rmb1@cise.npl.co.uk>
50265              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
50266              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
50267      Branch: perl
50268            ! perlio.c
50269 ____________________________________________________________________________
50270 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
50271         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
50272              From: Radu Greab <radu@netsoft.ro>
50273              Date: Thu, 21 Jun 2001 19:06:02 +0300
50274              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
50275      Branch: perl
50276            ! pod/perlapi.pod sv.c
50277 ____________________________________________________________________________
50278 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
50279         Log: The metaconfig unit changes for #10788.
50280      Branch: metaconfig/U/perl
50281            ! Cross.U fflushall.U
50282 ____________________________________________________________________________
50283 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
50284         Log: Cross-configuration changes: make $from to rm the files
50285              before copying them over (this means that he rm can be
50286              removed from the fflushall test), create $targetmkdir      
50287              (not documented in install since it is supposed to internal
50288              use only), make $run to copy over the executable only if
50289              a stamp file .xok doesn't already exist (to avoid unnecessary
50290              copying of the executable)
50291      Branch: perl
50292            ! Configure Makefile.SH
50293 ____________________________________________________________________________
50294 [ 10787] By: nick                                  on 2001/06/21  14:16:18
50295         Log: Integrate mainline
50296      Branch: perlio
50297           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50298           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
50299           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
50300            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
50301           !> (integrate 34 files)
50302 ____________________________________________________________________________
50303 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
50304         Log: Re-add the files as text.
50305      Branch: perl
50306            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
50307 ____________________________________________________________________________
50308 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
50309         Log: Delete the binary files.
50310      Branch: perl
50311            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
50312 ____________________________________________________________________________
50313 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
50314         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
50315              From: Andy Dougherty <doughera@lafayette.edu>
50316              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
50317              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
50318      Branch: perl
50319            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
50320            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
50321            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
50322            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
50323 ____________________________________________________________________________
50324 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
50325         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
50326              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
50327              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
50328              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
50329              
50330              Setting umask to something friendlier.
50331      Branch: perl
50332            ! installman installperl
50333 ____________________________________________________________________________
50334 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
50335         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
50336              Resort MANIFEST with sort -f, looks much better.
50337      Branch: perl
50338            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
50339            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
50340            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
50341            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
50342            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
50343            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
50344            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
50345            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
50346            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
50347            - lib/File/Glob/case.t lib/File/Glob/global.t
50348            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
50349            - lib/File/Temp/posix.t lib/File/Temp/security.t
50350            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
50351            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
50352            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
50353            - lib/Text/Wrap/wrap.t
50354            ! MANIFEST
50355 ____________________________________________________________________________
50356 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
50357         Log: Upgrade to I18N::LangTags 0.25.
50358      Branch: perl
50359            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50360            ! lib/I18N/LangTags/List.pm
50361 ____________________________________________________________________________
50362 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
50363         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
50364              From: Richard Soderberg <rs@crystalflame.net>
50365              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
50366              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
50367      Branch: perl
50368            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
50369            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
50370 ____________________________________________________________________________
50371 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
50372         Log: Test obsoleted by change #10777.
50373      Branch: perl
50374            ! t/op/sub_lval.t
50375 ____________________________________________________________________________
50376 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
50377         Log: Case of confused test numbering.
50378      Branch: perl
50379            ! t/op/pat.t
50380 ____________________________________________________________________________
50381 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
50382         Log: Subject: Re: Opinion on undef lvalue
50383              From: Abhijit Menon-Sen <ams@wiw.org>
50384              Date: Sun, 17 Jun 2001 13:04:46 +0530
50385              Message-ID: <20010617130446.B27925@lustre.linux.in>
50386              
50387              Allow lvalue subs to return undef in array context.
50388      Branch: perl
50389            ! pp_hot.c
50390 ____________________________________________________________________________
50391 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
50392         Log: Just a guess that using the same hack for cygwin as
50393              for win32 might help.
50394      Branch: perl
50395            ! lib/File/Find/find.t
50396 ____________________________________________________________________________
50397 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
50398         Log: NetWare tweaks from Guruprasad.
50399      Branch: perl
50400            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
50401            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
50402            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
50403            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
50404 ____________________________________________________________________________
50405 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
50406         Log: Subject: Re: perl@10722: Bogus warnings on REs 
50407              From: Hugo <hv@crypt.compulink.co.uk>
50408              Date: Thu, 21 Jun 2001 09:51:17 +0100
50409              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
50410              
50411              Unroll to avoid a UTS compiler bug.
50412      Branch: perl
50413            ! regcomp.c
50414 ____________________________________________________________________________
50415 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
50416         Log: Subject: Re: [PATCH] Make /o work under i?threads
50417              From: Artur Bergman <artur@contiller.se>
50418              Date: Thu, 21 Jun 2001 14:38:03 +0200
50419              Message-ID: <B757B74A.184D%artur@contiller.se>
50420      Branch: perl
50421            ! t/op/pat.t
50422 ____________________________________________________________________________
50423 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
50424         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50425              From: Artur Bergman <artur@contiller.se> 
50426              Date: Thu, 21 Jun 2001 14:27:33 +0200
50427              Message-ID: <B757B4D4.1849%artur@contiller.se>
50428              
50429              Plus extra parentheses.
50430      Branch: perl
50431            ! op.h
50432 ____________________________________________________________________________
50433 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
50434         Log: Subject: [PATCH] Make /o work under i?threads
50435              From: Richard Soderberg <rs@crystalflame.net>
50436              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
50437              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
50438      Branch: perl
50439            ! pp_ctl.c
50440 ____________________________________________________________________________
50441 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
50442         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50443              From: Artur Bergman <artur@contiller.se>
50444              Date: Thu, 21 Jun 2001 14:04:54 +0200
50445              Message-ID: <B757AF86.1842%artur@contiller.se>
50446      Branch: perl
50447            ! op.h
50448 ____________________________________________________________________________
50449 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
50450         Log: Subject: Re: perl@10765: sv.c not OK on win32
50451              From: Artur Bergman <artur@contiller.se>
50452              Date: Thu, 21 Jun 2001 10:31:06 +0200
50453              Message-ID: <B7577D69.182C%artur@contiller.se>
50454      Branch: perl
50455            ! sv.c
50456 ____________________________________________________________________________
50457 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
50458         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
50459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50460              Date: Thu, 21 Jun 2001 06:23:56 -0400
50461              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
50462              
50463              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
50464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50465              Date: Thu, 21 Jun 2001 06:32:21 -0400
50466              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
50467      Branch: perl
50468            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
50469 ____________________________________________________________________________
50470 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
50471         Log: Subject: [PATCH] make syslog test more verbose
50472              From: Robert Spier <rspier@pobox.com>
50473              Date: Thu, 21 Jun 2001 00:54:32 -0400
50474              Message-ID: <15153.32264.295807.333073@rls.cx>
50475      Branch: perl
50476            ! ext/Sys/Syslog/syslog.t
50477 ____________________________________________________________________________
50478 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
50479         Log: Subject: op/study.t refinements
50480              From: Hugo <hv@crypt.compulink.co.uk>
50481              Date: Thu, 21 Jun 2001 00:29:07 +0100
50482              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
50483      Branch: perl
50484            ! t/op/study.t
50485 ____________________________________________________________________________
50486 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
50487         Log: Update Changes.
50488      Branch: perl
50489            ! Changes patchlevel.h
50490 ____________________________________________________________________________
50491 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
50492         Log: Subject: Re: [PATCH] djgpp updates
50493              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50494              Date: Wed, 20 Jun 2001 10:05:15 +0200
50495              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
50496      Branch: perl
50497            ! djgpp/config.over
50498 ____________________________________________________________________________
50499 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
50500         Log: Fix for ID 20010619.002 "When building hash, hash keys that
50501              are function calls are not being called", from Abhijit.
50502      Branch: perl
50503            ! t/base/lex.t toke.c
50504 ____________________________________________________________________________
50505 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
50506         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
50507      Branch: perl
50508            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
50509            + lib/Locale/Maketext/test.pl
50510            - lib/Locale/Maketext.t
50511            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50512            ! lib/Locale/Maketext/TPJ13.pod
50513 ____________________________________________________________________________
50514 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
50515         Log: Metaconfig unit change for #10760.
50516      Branch: metaconfig
50517            ! U/modified/Cppsym.U
50518 ____________________________________________________________________________
50519 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
50520         Log: Do not remove the ccsym* Cppsym* files since
50521              they are useful for metaconfig units coming after us.
50522              (This is the Configure nit mentioned in #10752.)
50523      Branch: perl
50524            ! Configure
50525 ____________________________________________________________________________
50526 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
50527         Log: Update to I18N::LangTags 0.24, from Sean Burke.
50528      Branch: perl
50529            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50530            + lib/I18N/LangTags/README
50531            - lib/I18N/LangTags/List.pod
50532            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
50533 ____________________________________________________________________________
50534 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
50535         Log: Regen headers.
50536      Branch: perl
50537            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
50538            ! pod/perlapi.pod proto.h
50539 ____________________________________________________________________________
50540 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
50541         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
50542              From: Artur Bergman <artur@contiller.se>
50543              Date: Wed, 20 Jun 2001 11:31:32 +0200
50544              Message-ID: <B7563A14.17D8%artur@contiller.se>
50545      Branch: perl
50546            ! embed.pl hv.c intrpvar.h sv.c sv.h
50547 ____________________________________________________________________________
50548 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
50549         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
50550              From: Tim Sweetman <tim@aldigital.co.uk> 
50551              Date: Wed, 13 Jun 2001 14:25:17 +0100 
50552              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
50553      Branch: perl
50554            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
50555 ____________________________________________________________________________
50556 [ 10755] By: nick                                  on 2001/06/20  16:12:37
50557         Log: Integrate mainline
50558      Branch: perlio
50559           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
50560           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
50561           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
50562           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
50563           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
50564           !> t/op/study.t util.c
50565 ____________________________________________________________________________
50566 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
50567         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
50568              but not Makefile)
50569      Branch: maint-5.6/perl
50570            ! win32/Makefile
50571 ____________________________________________________________________________
50572 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
50573         Log: Security tweak on readlink().
50574      Branch: perl
50575            ! pp_sys.c
50576 ____________________________________________________________________________
50577 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
50578         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
50579      Branch: perl
50580            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
50581            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
50582            ! mpeix/relink t/op/pwent.t
50583 ____________________________________________________________________________
50584 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
50585         Log: Reinstate #10725 (with probe for alarm()).
50586      Branch: perl
50587            ! t/op/study.t
50588 ____________________________________________________________________________
50589 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
50590         Log: Replace our implementation of realpath() with OpenBSD's
50591              (src/lib/libc/stdlib/realpath.c 1.4).
50592      Branch: perl
50593            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
50594            ! pod/perldiag.pod proto.h util.c
50595 ____________________________________________________________________________
50596 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
50597         Log: Integrate perlio:
50598              
50599              [ 10747]
50600              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50601      Branch: perl
50602           !> perlio.c
50603 ____________________________________________________________________________
50604 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
50605         Log: No point in going into memory-saving contortions
50606              with getcwd() since there's a danger of buffer overflow.
50607              Also make the POSIX extension to use sv_getcwd().
50608              Finally, a missed proto.h fragment.
50609      Branch: perl
50610            ! ext/POSIX/POSIX.xs proto.h util.c
50611 ____________________________________________________________________________
50612 [ 10747] By: nick                                  on 2001/06/20  12:38:26
50613         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50614      Branch: perlio
50615            ! perlio.c
50616 ____________________________________________________________________________
50617 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
50618         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
50619              From: Graham Barr <gbarr@pobox.com>
50620              Date: Wed, 20 Jun 2001 11:05:49 +0100
50621              Message-ID: <20010620110549.I19188@pobox.com>
50622              
50623              reported in        
50624              
50625              Subject: Bug in IO::Socket::INET module (repeat)
50626              From: "Harmon S. Nine" <hnine@netarx.com>
50627              Date: Tue, 19 Jun 2001 09:41:35 -0400
50628              Message-ID: <3B2F568F.8080605@netarx.com>
50629              
50630              The bug was that the IO::Socket::INET constructor
50631              did not allow a 'LocalPort' of 0.
50632      Branch: perl
50633            ! ext/IO/lib/IO/Socket/INET.pm
50634 ____________________________________________________________________________
50635 [ 10745] By: nick                                  on 2001/06/20  08:56:39
50636         Log: Integrate mainline.
50637      Branch: perlio
50638           !> (integrate 37 files)
50639 ____________________________________________________________________________
50640 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
50641         Log: After some reading I don't think we can blindly
50642              use systems' realpath().  Too many security problems,
50643              too many buggy implementations.
50644              
50645              TODO: the realpath() emulation code in util.c doesn't
50646              seem fully operational?  (readlink(), for example?)
50647      Branch: perl
50648            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
50649            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
50650            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
50651            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
50652            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
50653            ! win32/config_H.gc win32/config_H.vc
50654 ____________________________________________________________________________
50655 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
50656         Log: Metaconfig unit change for #10738.
50657      Branch: metaconfig
50658            ! U/compline/d_gconvert.U
50659 ____________________________________________________________________________
50660 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
50661         Log: Integrate change #10739 from maintperl:
50662              
50663              C<eval "/x$\r\n/x"> fails to compile correctly 
50664      Branch: perl
50665           !> t/op/pat.t toke.c
50666 ____________________________________________________________________________
50667 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
50668         Log: Retract #10725 (Hugo asked NOT to apply the patch)
50669      Branch: perl
50670            ! t/op/study.t
50671 ____________________________________________________________________________
50672 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
50673         Log: The test.third results were funnily named because of the
50674              new test scheme.
50675      Branch: perl
50676            ! t/TEST
50677 ____________________________________________________________________________
50678 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
50679         Log: C<eval "/x$\r\n/x"> fails to compile correctly
50680      Branch: maint-5.6/perl
50681            ! t/op/pat.t toke.c
50682 ____________________________________________________________________________
50683 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
50684         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
50685              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50686              Date: Tue, 19 Jun 2001 19:15:40 -0400
50687              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
50688              
50689              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
50690              because "1e+129" being expected but "1.e+129" being returned.
50691              The culprit (at least in Tru64) is the use of gcvt().
50692      Branch: perl
50693            ! Configure
50694 ____________________________________________________________________________
50695 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
50696         Log: Subject: [PATCH perl@10722] test hunting on VMS
50697              From: "Craig A. Berry" <craigberry@mac.com>
50698              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
50699              Date: Tue, 19 Jun 2001 18:59:01 -0500
50700      Branch: perl
50701            ! vms/test.com
50702 ____________________________________________________________________________
50703 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
50704         Log: Subject: [PATCH] s/typos//
50705              From: Abhijit Menon-Sen <ams@wiw.org>
50706              Date: Wed, 20 Jun 2001 02:15:02 +0530
50707              Message-ID: <20010620021502.A14541@lustre.linux.in>
50708              
50709              Without the op.h s/bearword/bareword/ hunk, see
50710              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
50711      Branch: perl
50712            ! util.c
50713 ____________________________________________________________________________
50714 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
50715         Log: Metaconfig unit change for #10732 and #10733.
50716      Branch: metaconfig/U/perl
50717            ! fflushall.U
50718 ____________________________________________________________________________
50719 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
50720         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
50721              From: "Craig A. Berry" <craigberry@mac.com>
50722              Date: Tue, 19 Jun 2001 17:19:48 -0500
50723              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
50724      Branch: perl
50725            ! configure.com vms/descrip_mms.template
50726 ____________________________________________________________________________
50727 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
50728         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
50729              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50730              Date: Tue, 19 Jun 2001 16:48:07 -0400
50731              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
50732              
50733              Further fixes to fflush(NULL) detection.
50734      Branch: perl
50735            ! Configure
50736 ____________________________________________________________________________
50737 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
50738         Log: AIX test -s hangs with non-existent files?
50739              (A genuine logic bug in Configure, but AIX also broken?)
50740      Branch: perl
50741            ! Configure
50742 ____________________________________________________________________________
50743 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
50744         Log: AUTHORS updates.
50745      Branch: perl
50746            ! AUTHORS
50747 ____________________________________________________________________________
50748 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
50749         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
50750              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50751              Date: Tue, 19 Jun 2001 15:33:25 -0400
50752              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
50753      Branch: perl
50754            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
50755            ! t/lib/warnings/pp
50756 ____________________________________________________________________________
50757 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
50758         Log: Integrate perlio:
50759              
50760              [ 10728]
50761              Hack File/Find/find.t to use File::Spec::Unix on Win32.
50762      Branch: perl
50763           !> lib/File/Find/find.t win32/distclean.bat
50764 ____________________________________________________________________________
50765 [ 10728] By: nick                                  on 2001/06/19  18:24:53
50766         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
50767      Branch: perlio
50768            ! lib/File/Find/find.t win32/distclean.bat
50769 ____________________________________________________________________________
50770 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
50771         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
50772              also add information how to find out whether one has PerlIO.
50773      Branch: perl
50774            ! pod/perlfunc.pod
50775 ____________________________________________________________________________
50776 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
50777         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
50778              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50779              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
50780              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
50781      Branch: perl
50782            ! pod/perlfunc.pod
50783 ____________________________________________________________________________
50784 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
50785         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50786              From: Hugo <hv@crypt.compulink.co.uk>
50787              Date: Tue, 19 Jun 2001 12:37:30 +0100
50788              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
50789      Branch: perl
50790            ! t/op/study.t
50791 ____________________________________________________________________________
50792 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
50793         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50794              From: Hugo <hv@crypt.compulink.co.uk>
50795              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
50796              Date: Tue, 19 Jun 2001 13:15:17 +0100
50797      Branch: perl
50798            ! util.c
50799 ____________________________________________________________________________
50800 [ 10723] By: nick                                  on 2001/06/19  14:46:15
50801         Log: Integrate mainline
50802      Branch: perlio
50803           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
50804           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
50805           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
50806           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
50807           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
50808           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50809            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50810            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50811            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50812            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50813            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50814            - ext/Thread/unsync4.t
50815           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
50816           !> djgpp/config.over djgpp/fixpmain
50817           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
50818           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
50819           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
50820 ____________________________________________________________________________
50821 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
50822         Log: Update Changes.
50823      Branch: perl
50824            ! Changes patchlevel.h
50825 ____________________________________________________________________________
50826 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
50827         Log: The existence shall be MANIFESted.
50828      Branch: perl
50829            ! MANIFEST
50830 ____________________________________________________________________________
50831 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
50832         Log: The old libnet.cfg is first searched from the current directory,
50833              only then from the module path.
50834      Branch: perl
50835            ! utils/libnetcfg.PL
50836 ____________________________________________________________________________
50837 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
50838         Log: NetWare tweaks from Guruprasad.
50839      Branch: perl
50840            ! NetWare/Makefile NetWare/config.wc
50841 ____________________________________________________________________________
50842 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
50843         Log: Subject: [PATCH] djgpp updates
50844              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50845              Date: Tue, 19 Jun 2001 10:59:06 +0200
50846              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
50847      Branch: perl
50848            ! djgpp/config.over djgpp/fixpmain
50849 ____________________________________________________________________________
50850 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
50851         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
50852              From: Prymmer/Kahn <pvhp@best.com>
50853              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
50854              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
50855      Branch: perl
50856            ! win32/Makefile
50857 ____________________________________________________________________________
50858 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
50859         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
50860              to happen right after the inclusion of <inttypes.h>,
50861              from Edward Moy.
50862      Branch: perl
50863            ! handy.h perl.h
50864 ____________________________________________________________________________
50865 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
50866         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
50867              From: Doug MacEachern <dougm@covalent.net>
50868              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
50869              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
50870      Branch: perl
50871            ! ext/DynaLoader/DynaLoader_pm.PL
50872 ____________________________________________________________________________
50873 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
50874         Log: Revert #10656 for performance reasons but leave in the
50875              use of Hv*() macros -- in comments, so that grepping the
50876              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
50877              suggested by Sarathy, also by Abhijit.)
50878      Branch: perl
50879            ! hv.c
50880 ____________________________________________________________________________
50881 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
50882         Log: Subject: [patch] .s MakeMaker suffix
50883              From: Doug MacEachern <dougm@covalent.net>
50884              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
50885              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
50886      Branch: perl
50887            ! lib/ExtUtils/MM_Unix.pm
50888 ____________________________________________________________________________
50889 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
50890         Log: One test lost in the big shuffle restored.
50891      Branch: perl
50892            + ext/IPC/SysV/ipcsysv.t
50893            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50894 ____________________________________________________________________________
50895 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
50896         Log: Rename the old non-standard threads tests so that
50897              they won't be invoked.
50898      Branch: perl
50899            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
50900            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
50901            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
50902            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
50903            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
50904            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50905            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50906            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50907            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50908            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50909            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50910            - ext/Thread/unsync4.t
50911            ! MANIFEST
50912 ____________________________________________________________________________
50913 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
50914         Log: Integrate perlio:
50915              
50916              [ 10708]
50917              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50918              
50919              [ 10678]
50920              Integrate mainline (part2 - the deletes)
50921      Branch: perl
50922           !> win32/config_sh.PL
50923 ____________________________________________________________________________
50924 [ 10709] By: nick                                  on 2001/06/19  08:18:18
50925         Log: Integrate mainline
50926      Branch: perlio
50927           +> (branch 40 files)
50928            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50929            - lib/strict/subs lib/strict/vars lib/warnings/1global
50930            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50931            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50932            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50933            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50934            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50935            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50936            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50937            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50938            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50939            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50940            - lib/warnings/utf8 lib/warnings/util
50941           !> (integrate 57 files)
50942 ____________________________________________________________________________
50943 [ 10708] By: nick                                  on 2001/06/19  07:57:10
50944         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50945      Branch: perlio
50946            ! win32/config_sh.PL
50947 ____________________________________________________________________________
50948 [ 10707] By: nick                                  on 2001/06/19  07:05:07
50949         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
50950      Branch: perl
50951            ! perly.c perly.y perly_c.diff vms/perly_c.vms
50952 ____________________________________________________________________________
50953 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
50954         Log: More perl572delta tweaks.
50955      Branch: perl
50956            ! pod/perl572delta.pod
50957 ____________________________________________________________________________
50958 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
50959         Log: Update perl572delta.
50960      Branch: perl
50961            ! pod/perl572delta.pod
50962 ____________________________________________________________________________
50963 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
50964         Log: VOS updates from Paul Green.
50965      Branch: perl
50966            ! vos/Changes vos/build.cm vos/perl.bind
50967 ____________________________________________________________________________
50968 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
50969         Log: Update the vos/config.*.* files.
50970      Branch: perl
50971            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50972            ! vos/config.ga.h
50973 ____________________________________________________________________________
50974 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
50975         Log: Add a makefile for more painless adding of symbols to the
50976              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
50977              takes care of the adding)
50978      Branch: perl
50979            + vos/Makefile
50980 ____________________________________________________________________________
50981 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
50982         Log: Make libnetcfg by default display the libnet configuration,
50983              -c to change, add -i for old config, document all options,
50984              regen toc.
50985      Branch: perl
50986            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
50987 ____________________________________________________________________________
50988 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
50989         Log: gcc -Wall sweep.
50990      Branch: perl
50991            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
50992 ____________________________________________________________________________
50993 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
50994         Log: So there.
50995      Branch: perl
50996            ! universal.c
50997 ____________________________________________________________________________
50998 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
50999         Log: Document the need for sv_printify().
51000              
51001              Document that 'use utf8' has been considered.
51002              
51003              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
51004      Branch: perl
51005            ! pod/perltodo.pod universal.c
51006 ____________________________________________________________________________
51007 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
51008         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
51009              From: Nicholas Clark <nick@ccl4.org>
51010              Date: Mon, 18 Jun 2001 23:29:23 +0100
51011              Message-ID: <20010618232923.I98663@plum.flirble.org>
51012      Branch: perl
51013            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
51014            ! ext/Sys/Syslog/Makefile.PL
51015 ____________________________________________________________________________
51016 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
51017         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
51018              From: Scott.L.Miller@Compaq.com
51019              Date: Mon, 18 Jun 2001 10:12:27 -0500
51020              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
51021      Branch: perl
51022            ! lib/perl5db.pl pod/perldebug.pod
51023 ____________________________________________________________________________
51024 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
51025         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
51026              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
51027              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
51028              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
51029      Branch: perl
51030            ! lib/Carp/Heavy.pm
51031 ____________________________________________________________________________
51032 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
51033         Log: Subject: [PATCH] Documentation changes for CLONE
51034              From: Artur Bergman <artur@contiller.se>
51035              Date: Mon, 18 Jun 2001 22:06:37 +0200
51036              Message-ID: <B7542BEC.1719%artur@contiller.se>
51037      Branch: perl
51038            ! pod/perlmod.pod pod/perlsub.pod
51039 ____________________________________________________________________________
51040 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
51041         Log: Subject: Re: configure.com
51042              From: "Craig A. Berry" <craigberry@mac.com>
51043              Date: Mon, 18 Jun 2001 16:04:38 -0500
51044              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
51045      Branch: perl
51046            ! configure.com
51047 ____________________________________________________________________________
51048 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
51049         Log: Subject: PL_nullstash + perl_clone()
51050              From: Doug MacEachern <dougm@covalent.net>
51051              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
51052              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
51053      Branch: perl
51054            ! sv.c
51055 ____________________________________________________________________________
51056 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
51057         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
51058              From: davem@fdgroup.co.uk
51059              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
51060              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
51061      Branch: perl
51062            ! embed.pl pod/perlapi.pod
51063 ____________________________________________________________________________
51064 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
51065         Log: More cross-compilation defaults gleaned from -Dcc
51066              if it is CPU-OS-gcc.
51067      Branch: metaconfig
51068            ! U/modified/libc.U
51069      Branch: metaconfig/U/perl
51070            ! Cross.U
51071      Branch: perl
51072            ! Configure INSTALL
51073 ____________________________________________________________________________
51074 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
51075         Log: Update Changes.
51076      Branch: perl
51077            ! Changes patchlevel.h
51078 ____________________________________________________________________________
51079 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
51080         Log: Subject: [PATCH 5.7.1] sv.c documentation
51081              From: davem@fdgroup.co.uk
51082              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
51083              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
51084      Branch: perl
51085            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
51086            ! sv.c sv.h
51087 ____________________________________________________________________________
51088 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
51089         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
51090              From: "Jon Gunnip" <jongunnip@hotmail.com>
51091              Date: Sun, 17 Jun 2001 18:24:29 -0400
51092              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
51093      Branch: perl
51094            ! pod/perlvar.pod
51095 ____________________________________________________________________________
51096 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
51097         Log: Move the locale/strict/warnings helper files back
51098              under the t/lib; this way the amount of non-installabled
51099              stuff under lib/ stays smaller.
51100      Branch: perl
51101            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
51102            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
51103            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
51104            + t/lib/warnings/5nolint t/lib/warnings/6default
51105            + t/lib/warnings/7fatal t/lib/warnings/8signal
51106            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
51107            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
51108            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
51109            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
51110            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
51111            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
51112            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
51113            + t/lib/warnings/taint t/lib/warnings/toke
51114            + t/lib/warnings/universal t/lib/warnings/utf8
51115            + t/lib/warnings/util
51116            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
51117            - lib/strict/subs lib/strict/vars lib/warnings/1global
51118            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
51119            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
51120            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
51121            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
51122            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
51123            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
51124            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
51125            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
51126            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
51127            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
51128            - lib/warnings/utf8 lib/warnings/util
51129            ! MANIFEST installperl lib/locale.t lib/strict.t
51130 ____________________________________________________________________________
51131 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
51132         Log: Split off the pack/unpack code, from Nicholas Clark.
51133      Branch: perl
51134            + pp_pack.c
51135            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
51136            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
51137            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
51138 ____________________________________________________________________________
51139 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
51140         Log: Guard the SysV IPC tests against being invoked in
51141              SysV-IPC-less places.
51142      Branch: perl
51143            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
51144 ____________________________________________________________________________
51145 [ 10683] By: nick                                  on 2001/06/18  12:24:42
51146         Log: Integrate mainline (new test scheme now ok on Linux).
51147      Branch: perlio
51148           +> lib/warnings.t
51149           !> dump.c sv.c
51150 ____________________________________________________________________________
51151 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
51152         Log: Add the locale.c and numeric.c to the microperl sources.
51153      Branch: perl
51154            ! Makefile.micro win32/Makefile
51155 ____________________________________________________________________________
51156 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
51157         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
51158              From: Abhijit Menon-Sen <ams@wiw.org>
51159              Date: Mon, 18 Jun 2001 14:23:44 +0530
51160              Message-ID: <20010618142344.A13136@lustre.linux.in>
51161      Branch: perl
51162            ! dump.c
51163 ____________________________________________________________________________
51164 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
51165         Log: Subject: Re: [PATCH] more anonymous stash cleanups
51166              From: Abhijit Menon-Sen <ams@wiw.org>
51167              Date: Mon, 18 Jun 2001 15:50:32 +0530
51168              Message-ID: <20010618155032.A13223@lustre.linux.in>
51169              
51170              Plus the comment left in as suggested by NI-S.
51171      Branch: perl
51172            ! sv.c
51173 ____________________________________________________________________________
51174 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
51175         Log: One missed file.
51176      Branch: perl
51177            + lib/warnings.t
51178 ____________________________________________________________________________
51179 [ 10678] By: nick                                  on 2001/06/18  08:05:29
51180         Log: Integrate mainline (part2 - the deletes)
51181      Branch: perlio
51182            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
51183            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
51184            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
51185            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
51186            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
51187            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
51188            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
51189            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
51190            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
51191            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
51192            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
51193 ____________________________________________________________________________
51194 [ 10677] By: nick                                  on 2001/06/18  08:04:44
51195         Log: Integrate mainline (part1)
51196      Branch: perlio
51197           +> (branch 376 files)
51198            - (delete 219 files)
51199           !> (integrate 151 files)
51200 ____________________________________________________________________________
51201 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
51202         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
51203              No doubt I made some mistakes like missed some files or
51204              misnamed some files.  The naming rules were more or less:
51205              (1) if the module is from CPAN, follows its ways, be it
51206              t/*.t or test.pl.
51207              (2) otherwise if there are multiple tests for a module
51208              put them in a t/
51209              (3) otherwise if there's only one test put it in Module.t
51210              (4) helper files go to module/ (locale, strict, warnings)
51211              (5) use longer filenames now that we can (but e.g. the
51212              compat-0.6.t and the Text::Balanced test files still
51213              were renamed to be more civil against the 8.3 people)
51214              installperl was updated appropriately not to install the
51215              *.t files or the help files from under lib.
51216              
51217              TODO: some helper files still remain under t/ that could
51218              follow their 'masters'.  UPDATE: On second thoughts, why
51219              should they.  They can continue to live under t/lib, and
51220              in fact the locale/strict/warnings helpers that were moved
51221              could be moved back.  This way the amount of non-installable
51222              stuff under lib/ stays smaller.
51223      Branch: perl
51224            + (add 253 files)
51225            - (delete 254 files)
51226            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
51227 ____________________________________________________________________________
51228 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
51229         Log: The warning no more comes from util.c, it comes from numeric.c.
51230      Branch: perl
51231            ! README.tru64
51232 ____________________________________________________________________________
51233 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
51234         Log: Subject: Re: anyone good at casting spells?
51235              From: Spider Boardman <spider@Orb.Nashua.NH.US>
51236              Date: Sun, 17 Jun 2001 21:21:04 -0400
51237              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
51238      Branch: perl
51239            ! ext/POSIX/POSIX.xs hv.h
51240 ____________________________________________________________________________
51241 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
51242         Log: Protect the (original) thread tests against testing if no 5.005
51243              threads have been configured.
51244      Branch: perl
51245            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
51246            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
51247            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
51248            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
51249            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
51250            ! ext/Thread/unsync4.t
51251 ____________________________________________________________________________
51252 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
51253         Log: Try the new test scanning scheme on Text::Abbrev.
51254      Branch: perl
51255            + lib/Text/Abbrev.t
51256            - lib/Text/Abbrev/t/abbrev.t
51257            ! MANIFEST
51258 ____________________________________________________________________________
51259 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
51260         Log: Change the scan policy of the *.t and test.pl files,
51261              now the *.t do not need to live in a t/ directory.
51262      Branch: perl
51263            ! t/TEST t/harness
51264 ____________________________________________________________________________
51265 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
51266         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
51267              From: Ilmari Karonen <iltzu@sci.fi>
51268              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
51269              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
51270      Branch: perl
51271            ! pod/perlfaq7.pod
51272 ____________________________________________________________________________
51273 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
51274         Log: Quench the warnings from Tru64; the HP-UX is still
51275              broken because it really, REALLY, doesn't like the
51276              HvARRAY() being lvalue:
51277              
51278              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
51279              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
51280      Branch: perl
51281            ! hv.c
51282 ____________________________________________________________________________
51283 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
51284         Log: Integrate change #10667 from maintperl:
51285              
51286              change#10449 broke the special-case that makes lexicals inside the
51287              eval"" within DB::DB() visible
51288      Branch: perl
51289           !> op.c
51290 ____________________________________________________________________________
51291 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
51292         Log: change#10449 broke the special-case that makes lexicals inside the
51293              eval"" within DB::DB() visible
51294      Branch: maint-5.6/perl
51295            ! op.c
51296 ____________________________________________________________________________
51297 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
51298         Log: Still spurious output; indent the code a bit.
51299              
51300              TODO1: separate the utility functions like MkDir
51301              into a helper script?
51302              
51303              TODO2: I see a lot of repetition in the filepath()
51304              and dirpath() calls.
51305      Branch: perl
51306            ! t/lib/filefind.t t/lib/findtaint.t
51307 ____________________________________________________________________________
51308 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
51309         Log: Regen modlib, toc.
51310      Branch: perl
51311            ! pod/perlmodlib.pod pod/perltoc.pod
51312 ____________________________________________________________________________
51313 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
51314         Log: Add libnetcfg to perlutil.
51315      Branch: perl
51316            ! pod/perlutil.pod
51317 ____________________________________________________________________________
51318 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
51319         Log: Initial integration of libnet-1.0703.
51320              The Configure script renamed as libnetcfg, will be
51321              installed along other utilities.
51322      Branch: perl
51323            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
51324            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
51325            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
51326            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
51327            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
51328            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
51329            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
51330            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
51331            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
51332            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
51333            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
51334            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
51335            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
51336            + utils/libnetcfg.PL
51337            ! MANIFEST utils.lst utils/Makefile
51338 ____________________________________________________________________________
51339 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
51340         Log: Less potentially test-harness-confusing output.
51341      Branch: perl
51342            ! lib/Memoize/t/expire_module_t.t
51343 ____________________________________________________________________________
51344 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
51345         Log: The final print annoys make test.
51346      Branch: perl
51347            ! t/lib/filefind.t t/lib/findtaint.t
51348 ____________________________________________________________________________
51349 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
51350         Log: Add an option for handling dangling symbolic links.
51351      Branch: perl
51352            ! lib/File/Find.pm t/lib/filefind.t
51353 ____________________________________________________________________________
51354 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
51355         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
51356              From: Thomas Wegner <wegner_thomas@yahoo.com>
51357              Date: Sun, 17 Jun 2001 14:43:11 +0200
51358              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
51359      Branch: perl
51360            + t/lib/findtaint.t
51361            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
51362 ____________________________________________________________________________
51363 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
51364         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
51365              From: Jonathan Stowe <gellyfish@gellyfish.com>
51366              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
51367              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
51368      Branch: perl
51369            ! lib/ExtUtils/MM_Unix.pm
51370 ____________________________________________________________________________
51371 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
51372         Log: Subject: [PATCH] more anonymous stash cleanups
51373              From: Abhijit Menon-Sen <ams@wiw.org>
51374              Date: Sun, 17 Jun 2001 11:44:06 +0530
51375              Message-ID: <20010617114406.A25203@lustre.linux.in>
51376      Branch: perl
51377            ! op.c
51378 ____________________________________________________________________________
51379 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
51380         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
51381              From: Abhijit Menon-Sen <ams@wiw.org>
51382              Date: Sun, 17 Jun 2001 08:02:59 +0530
51383              Message-ID: <20010617080259.A28776@lustre.linux.in>
51384              
51385              Subject: [PATCH #2/7] xhv_eiter
51386              From: Abhijit Menon-Sen <ams@wiw.org>
51387              Date: Sun, 17 Jun 2001 08:13:18 +0530
51388              Message-ID: <20010617081318.B28776@lustre.linux.in>
51389              
51390              Subject: [PATCH #3/7] xhv_fill
51391              From: Abhijit Menon-Sen <ams@wiw.org>
51392              Date: Sun, 17 Jun 2001 08:25:16 +0530
51393              Message-ID: <20010617082516.C28776@lustre.linux.in>
51394              
51395              Subject: [PATCH #4/7] xhv_keys
51396              From: Abhijit Menon-Sen <ams@wiw.org>
51397              Date: Sun, 17 Jun 2001 08:36:17 +0530
51398              Message-ID: <20010617083617.D28776@lustre.linux.in>
51399              
51400              Subject: [PATCH #5/7] xhv_max
51401              From: Abhijit Menon-Sen <ams@wiw.org>
51402              Date: Sun, 17 Jun 2001 08:39:48 +0530
51403              Message-ID: <20010617083948.E28776@lustre.linux.in>
51404              
51405              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
51406              From: Abhijit Menon-Sen <ams@wiw.org>
51407              Date: Sun, 17 Jun 2001 08:51:11 +0530
51408              Message-ID: <20010617085111.F28776@lustre.linux.in>
51409      Branch: perl
51410            ! hv.c
51411 ____________________________________________________________________________
51412 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
51413         Log: Update Changes.
51414      Branch: perl
51415            ! Changes patchlevel.h
51416 ____________________________________________________________________________
51417 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
51418         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
51419              From: Abhijit Menon-Sen <ams@wiw.org>
51420              Date: Sat, 16 Jun 2001 07:41:19 +0530
51421              Message-ID: <20010616074119.A24720@lustre.linux.in>
51422      Branch: perl
51423            ! hv.c perl.c vms/vmsish.h win32/win32.h
51424 ____________________________________________________________________________
51425 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
51426         Log: Document tests failing when threaded, since we now have more.
51427      Branch: perl
51428            ! pod/perl572delta.pod
51429 ____________________________________________________________________________
51430 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
51431         Log: -Wall cleanup.
51432      Branch: perl
51433            ! ext/Thread/Thread.xs
51434 ____________________________________________________________________________
51435 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
51436         Log: pthread_attr_setstacksize() isn't absolutely necessary
51437              to call, only iff THREAD_CREATE_NEEDS_STACK.
51438      Branch: perl
51439            ! ext/Thread/Thread.xs
51440 ____________________________________________________________________________
51441 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
51442         Log: -Wall strays.
51443      Branch: perl
51444            ! perl.c util.c
51445 ____________________________________________________________________________
51446 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
51447         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
51448              (and INT64_MIN) brokenness.
51449      Branch: perl
51450            ! hints/darwin.sh perl.h
51451 ____________________________________________________________________________
51452 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
51453         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
51454              From: Nicholas Clark <nick@ccl4.org>
51455              Date: Sun, 17 Jun 2001 00:16:05 +0100
51456              Message-ID: <20010617001605.V98663@plum.flirble.org>
51457      Branch: perl
51458            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
51459            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
51460            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51461 ____________________________________________________________________________
51462 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
51463         Log: Add perlnetware to docs; regen toc; supply skeleton
51464              docs for some Memoize submodules.
51465      Branch: perl
51466            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
51467            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51468            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
51469            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
51470            ! win32/Makefile win32/makefile.mk
51471 ____________________________________________________________________________
51472 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
51473         Log: pod cleanup.
51474      Branch: perl
51475            ! README.netware
51476 ____________________________________________________________________________
51477 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
51478         Log: Integrate Memoize 0.64.  Few tweaks were required in
51479              the test scripts.  Note that the speed and expire*
51480              tests take several dozen seconds to run.
51481      Branch: perl
51482            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
51483            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
51484            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51485            + lib/Memoize/README lib/Memoize/SDBM_File.pm
51486            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
51487            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
51488            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
51489            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
51490            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
51491            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
51492            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
51493            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
51494            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
51495            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
51496            ! MANIFEST t/lib/1_compile.t
51497 ____________________________________________________________________________
51498 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
51499         Log: Document the cross-compilation options.
51500      Branch: perl
51501            ! Cross/README INSTALL
51502 ____________________________________________________________________________
51503 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
51504         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
51505      Branch: perl
51506            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
51507            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
51508            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
51509            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
51510            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
51511            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
51512            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
51513            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
51514            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
51515            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
51516            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
51517            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
51518            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
51519            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
51520            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
51521            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
51522            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
51523            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
51524            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
51525            + lib/ExtUtils/MM_NW5.pm
51526            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
51527            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
51528            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51529            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
51530            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
51531            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
51532            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
51533            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
51534            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
51535            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
51536            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
51537            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
51538            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
51539            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
51540            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
51541            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
51542            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
51543            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
51544            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
51545            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
51546            ! util.h x2p/a2py.c
51547 ____________________________________________________________________________
51548 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
51549         Log: Resort MANIFEST.
51550      Branch: perl
51551            ! MANIFEST
51552 ____________________________________________________________________________
51553 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
51554         Log: Integrate perlio:
51555              
51556              [ 10640]
51557              Disable :win32 layer as default till I get it working
51558              
51559              [ 10632]
51560              Work-in-progress win32 layer semi-functional, checking 
51561              for UNIX breakage.
51562              
51563              [ 10627]
51564              Work in progress UNIX-side edit of win32 PerLIO layer
51565      Branch: perl
51566           +> win32/win32io.c
51567           !> MANIFEST perlio.c perliol.h win32/makefile.mk
51568 ____________________________________________________________________________
51569 [ 10640] By: nick                                  on 2001/06/16  18:38:31
51570         Log: Disable :win32 layer as default till I get it working
51571      Branch: perlio
51572            ! MANIFEST perlio.c
51573 ____________________________________________________________________________
51574 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
51575         Log: Try the new scheme by moving the Text::Abbrev test
51576              to a new place under lib.
51577      Branch: perl
51578            + lib/Text/Abbrev/t/abbrev.t
51579            - t/lib/abbrev.t
51580            ! MANIFEST
51581 ____________________________________________________________________________
51582 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
51583         Log: Make the code even more dynamical so that testname
51584              suffix length can change.
51585      Branch: perl
51586            ! lib/Test/Harness.pm t/TEST
51587 ____________________________________________________________________________
51588 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
51589         Log: Allow for deeper t/ and also a single test.pl.
51590      Branch: perl
51591            ! t/TEST t/harness
51592 ____________________________________________________________________________
51593 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
51594         Log: #define fix from Nicholas Clark.
51595      Branch: perl
51596            ! ext/POSIX/POSIX.xs
51597 ____________________________________________________________________________
51598 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
51599         Log: Initialization is nice.
51600      Branch: perl
51601            ! lib/Test/Harness.pm
51602 ____________________________________________________________________________
51603 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
51604         Log: Make t/TEST and t/harness to test also the t/ tests
51605              under the main lib/ and ext/ directories.  Fix Test::Harness
51606              to dynamically change the width of its "foo/bar....ok" output.
51607      Branch: perl
51608            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
51609 ____________________________________________________________________________
51610 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
51611         Log: Subject: [PATCH] Re: perl@10611 
51612              From: Nicholas Clark <nick@ccl4.org>
51613              Date: Sat, 16 Jun 2001 16:52:47 +0100
51614              Message-ID: <20010616165247.O98663@plum.flirble.org>
51615              
51616              The .xs parts, too.
51617      Branch: perl
51618            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
51619            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
51620 ____________________________________________________________________________
51621 [ 10632] By: nick                                  on 2001/06/16  16:44:35
51622         Log: Work-in-progress win32 layer semi-functional, checking 
51623              for UNIX breakage.
51624      Branch: perlio
51625            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
51626 ____________________________________________________________________________
51627 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
51628         Log: Subject: [PATCH] Re: perl@10611 
51629              From: Nicholas Clark <nick@ccl4.org>
51630              Date: Sat, 16 Jun 2001 16:52:47 +0100
51631              Message-ID: <20010616165247.O98663@plum.flirble.org>
51632      Branch: perl
51633            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
51634            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
51635            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
51636            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
51637            ! lib/ExtUtils/Constant.pm
51638 ____________________________________________________________________________
51639 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
51640         Log: Metaconfig unit change for #10629.
51641      Branch: metaconfig
51642            ! U/modified/Finish.U
51643 ____________________________________________________________________________
51644 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
51645         Log: The extraction changed directories.
51646      Branch: perl
51647            ! Configure
51648 ____________________________________________________________________________
51649 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
51650         Log: Math::BigInt 1.35 from Tels.
51651      Branch: perl
51652            + t/lib/mbimbf.t
51653            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51654            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51655 ____________________________________________________________________________
51656 [ 10627] By: nick                                  on 2001/06/16  14:54:52
51657         Log: Work in progress UNIX-side edit of win32 PerLIO layer
51658      Branch: perlio
51659            + win32/win32io.c
51660            ! perlio.c win32/makefile.mk
51661 ____________________________________________________________________________
51662 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
51663         Log: Subject: [PATCH 5.6.1] os2/diff-configure
51664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51665              Date: Fri, 15 Jun 2001 01:19:36 -0400
51666              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
51667              
51668              Empty all of it because I think #10624 made even the
51669              last patch hunk unnecessary.
51670      Branch: perl
51671            ! os2/diff.configure
51672 ____________________________________________________________________________
51673 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
51674         Log: Metaconfig unit change for 10624.
51675      Branch: metaconfig
51676            ! U/modified/libc.U
51677      Branch: perl
51678            ! config_h.SH
51679 ____________________________________________________________________________
51680 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
51681         Log: Move the initialization of libnames to the beginning so
51682              that can one 'seed' it (as OS/2 does.)
51683      Branch: perl
51684            ! Configure
51685 ____________________________________________________________________________
51686 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
51687         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
51688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51689              Date: Fri, 15 Jun 2001 19:10:57 -0400
51690              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
51691      Branch: perl
51692            ! os2/OS2/REXX/DLL/DLL.pm
51693 ____________________________________________________________________________
51694 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
51695         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
51696              From: "Craig A. Berry" <craigberry@mac.com>
51697              Date: Fri, 15 Jun 2001 17:00:03 -0500
51698              Message-Id: <a05101007b750342599be@[172.16.52.1]>
51699      Branch: perl
51700            ! vms/descrip_mms.template
51701 ____________________________________________________________________________
51702 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
51703         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
51704              From: "Craig A. Berry" <craigberry@mac.com>
51705              Date: Fri, 15 Jun 2001 18:39:42 -0500
51706              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
51707      Branch: perl
51708            ! lib/File/Spec/VMS.pm t/lib/extutils.t
51709 ____________________________________________________________________________
51710 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
51711         Log: Integrate perlio:
51712              
51713              [ 10619]
51714              Generated files
51715              
51716              [ 10618]
51717              Fix open.pm to work via XS-implemented method calls rather
51718              than *open::layers variables which caused all the HV/AV hassle.
51719      Branch: perl
51720           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
51721           !> t/io/utf8.t t/lib/io_scalar.t
51722 ____________________________________________________________________________
51723 [ 10619] By: nick                                  on 2001/06/15  21:05:19
51724         Log: Generated files
51725      Branch: perlio
51726            ! embed.h proto.h
51727 ____________________________________________________________________________
51728 [ 10618] By: nick                                  on 2001/06/15  20:27:42
51729         Log: Fix open.pm to work via XS-implemented method calls rather
51730              than *open::layers variables which caused all the HV/AV hassle.
51731      Branch: perlio
51732            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
51733            ! t/lib/io_scalar.t
51734 ____________________________________________________________________________
51735 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
51736         Log: Integrate perlio:
51737              
51738              [ 10616]
51739              pTHX_ / aTHX_ for ExtUtils/Constant.pm
51740      Branch: perl
51741           !> lib/ExtUtils/Constant.pm
51742 ____________________________________________________________________________
51743 [ 10616] By: nick                                  on 2001/06/15  18:46:47
51744         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
51745      Branch: perlio
51746            ! lib/ExtUtils/Constant.pm
51747 ____________________________________________________________________________
51748 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
51749         Log: Integrate perlio:
51750              
51751              [ 10614]
51752              MULTIPLICITY fix for Socket.xs
51753      Branch: perl
51754           !> ext/Socket/Socket.xs
51755 ____________________________________________________________________________
51756 [ 10614] By: nick                                  on 2001/06/15  18:33:37
51757         Log: MULTIPLICITY fix for Socket.xs
51758      Branch: perlio
51759            ! ext/Socket/Socket.xs
51760 ____________________________________________________________________________
51761 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
51762         Log: Subject: Re: perl@10611
51763              From: Doug MacEachern <dougm@covalent.net>
51764              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
51765              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
51766      Branch: perl
51767            ! ext/Socket/Socket.xs
51768 ____________________________________________________________________________
51769 [ 10612] By: nick                                  on 2001/06/15  16:14:38
51770         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
51771      Branch: perlio
51772           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51773           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
51774           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
51775           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
51776           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
51777           !> utils/h2ph.PL
51778 ____________________________________________________________________________
51779 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
51780         Log: Update Changes.
51781      Branch: perl
51782            ! Changes patchlevel.h
51783 ____________________________________________________________________________
51784 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
51785         Log: Upping the test count.
51786      Branch: perl
51787            ! t/lib/filefind.t
51788 ____________________________________________________________________________
51789 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
51790         Log: Integrate perlio:
51791              
51792              [ 10606]
51793              regen_config_h for Win32.
51794      Branch: perl
51795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51796 ____________________________________________________________________________
51797 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
51798         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51799              From: andreas.koenig@anima.de (Andreas J. Koenig)
51800              Date: 15 Jun 2001 13:30:39 +0200
51801              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
51802              
51803              Record the grim history.
51804      Branch: perl
51805            ! lib/File/Find.pm
51806 ____________________________________________________________________________
51807 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
51808         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51809              From: Brian McCauley <nobull@mail.com>
51810              Date: 15 Jun 2001 07:51:26 +0100
51811              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
51812      Branch: perl
51813            ! lib/File/Find.pm t/lib/filefind.t
51814 ____________________________________________________________________________
51815 [ 10606] By: nick                                  on 2001/06/15  14:00:08
51816         Log: regen_config_h for Win32.
51817      Branch: perlio
51818            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51819 ____________________________________________________________________________
51820 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
51821         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
51822              From: Peter Prymmer <pvhp@forte.com>
51823              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
51824              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
51825      Branch: perl
51826            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
51827 ____________________________________________________________________________
51828 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
51829         Log: Some filesystems require writability for rename/unlink.
51830      Branch: perl
51831            ! opcode.pl
51832 ____________________________________________________________________________
51833 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
51834         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
51835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51836              Date: Fri, 15 Jun 2001 12:08:53 +0200
51837              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
51838      Branch: perl
51839            ! perlio.c
51840 ____________________________________________________________________________
51841 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
51842         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
51843              From: Mike Guy <mjtg@cam.ac.uk>
51844              Date: Fri, 15 Jun 2001 14:11:49 +0100
51845              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
51846      Branch: perl
51847            ! opcode.pl
51848 ____________________________________________________________________________
51849 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
51850         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
51851              From: Nicholas Clark <nick@ccl4.org>
51852              Date: Thu, 14 Jun 2001 23:52:56 +0100
51853              Message-ID: <20010614235256.G98663@plum.flirble.org>
51854      Branch: perl
51855            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
51856            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51857 ____________________________________________________________________________
51858 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
51859         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51860              From: Russ Allbery <rra@stanford.edu>
51861              Date: 14 Jun 2001 13:24:43 -0700
51862              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
51863      Branch: perl
51864            ! ext/GDBM_File/GDBM_File.pm
51865 ____________________________________________________________________________
51866 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
51867         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51868              From: Nicholas Clark <nick@ccl4.org>
51869              Date: Thu, 14 Jun 2001 20:37:47 +0100
51870              Message-ID: <20010614203747.F98663@plum.flirble.org>
51871      Branch: perl
51872            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51873            ! t/lib/gdbm.t
51874 ____________________________________________________________________________
51875 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
51876         Log: Integrate perlio:
51877              
51878              [ 10597]
51879              Check that HVs with HvNAME() != NULL are really stashes before
51880              treating them as such. Also be more defensive on the GvCV.
51881              Win32 fork and dprof now working again. 
51882              
51883              [ 10595]
51884              Skip Perl_my_bcopy in .def file as we do not provide it.
51885              - Win32 (VC++) now builds but fails:
51886              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51887              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51888              write.t    - open(...,"|-") not implemented on Win32 
51889      Branch: perl
51890           !> makedef.pl sv.c
51891 ____________________________________________________________________________
51892 [ 10597] By: nick                                  on 2001/06/15  11:08:13
51893         Log: Check that HVs with HvNAME() != NULL are really stashes before
51894              treating them as such. Also be more defensive on the GvCV.
51895              Win32 fork and dprof now working again. 
51896      Branch: perlio
51897            ! sv.c
51898 ____________________________________________________________________________
51899 [ 10596] By: nick                                  on 2001/06/15  10:11:20
51900         Log: Integrate mainline.
51901      Branch: perlio
51902           +> Cross/README
51903           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
51904           !> Porting/config_H config_h.SH configure.com epoc/config.sh
51905           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
51906           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51907           !> vos/config.ga.h win32/config.bc win32/config.gc
51908           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51909           !> win32/config_H.vc
51910 ____________________________________________________________________________
51911 [ 10595] By: nick                                  on 2001/06/15  09:37:17
51912         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
51913              - Win32 (VC++) now builds but fails:
51914              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51915              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51916              write.t    - open(...,"|-") not implemented on Win32 
51917      Branch: perlio
51918            ! makedef.pl
51919 ____________________________________________________________________________
51920 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
51921         Log: Integrate perlio:
51922              
51923              [ 10591]
51924              Steps along the road toward Win32 building again.
51925      Branch: perl
51926           !> perlio.c win32/makefile.mk
51927 ____________________________________________________________________________
51928 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
51929         Log: Metaconfig unit changes for #10592.
51930      Branch: metaconfig
51931            + U/modified/i_varhdr.U U/modified/startsh.U
51932            - U/a_dvisory/crosscompile.U U/target/Target.U
51933            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
51934            ! U/compline/bitpbyte.U U/compline/byteorder.U
51935            ! U/compline/ccflags.U U/compline/charsize.U
51936            ! U/compline/d_casti32.U U/compline/d_castneg.U
51937            ! U/compline/d_closedir.U U/compline/d_fd_set.U
51938            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
51939            ! U/compline/d_keepsig.U U/compline/d_open3.U
51940            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
51941            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
51942            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
51943            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
51944            ! U/compline/doublesize.U U/compline/floatsize.U
51945            ! U/compline/nblock_io.U U/compline/orderlib.U
51946            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
51947            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
51948            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
51949            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
51950            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
51951            ! U/modified/spitshell.U U/threads/archname.U
51952            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
51953            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
51954            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
51955            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
51956            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
51957      Branch: metaconfig/U/perl
51958            + Cross.U
51959            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
51960            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
51961            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
51962            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
51963            ! stdio_streams.U uselfs.U
51964 ____________________________________________________________________________
51965 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
51966         Log: The first steps towards cross-compilation.
51967              
51968              Abstract execution of compiled test executables with $run,
51969              and abstract transfer of files with $to and $from.
51970              
51971              Under cross-compilation the $run, $to, and $from will point
51972              to appropriate wrapper scripts, by default ssh and scp,
51973              but also rsh, rcp, and cp are supported.  If not
51974              cross-compiling, they will be set to '', ':', and ':',
51975              respectively.
51976              
51977              With these patches I was able to get Configure for
51978              iPAQ ARM Linux on an Intel Linux about 95% right
51979              (only a few tests failed to execute or they produced
51980              incorrect results), and I was able to compile
51981              a functional miniperl.
51982              
51983              The symbol crosscompile renamed to be usecrosscompile,
51984              the corresponding C symbol from CROSSCOMPILE to
51985              USE_CROSS_COMPILE.
51986      Branch: perl
51987            ! Configure Cross/README Makefile.SH Porting/Glossary
51988            ! Porting/config.sh Porting/config_H config_h.SH configure.com
51989            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
51990            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51991            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51992            ! win32/config.gc win32/config.vc win32/config_H.bc
51993            ! win32/config_H.gc win32/config_H.vc
51994 ____________________________________________________________________________
51995 [ 10591] By: nick                                  on 2001/06/14  20:00:12
51996         Log: Steps along the road toward Win32 building again.
51997      Branch: perlio
51998            ! perlio.c win32/makefile.mk
51999 ____________________________________________________________________________
52000 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
52001         Log: Integrate perlio:
52002              
52003              [ 10589]
52004              Routine regen_config_h for Win32
52005      Branch: perl
52006           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
52007 ____________________________________________________________________________
52008 [ 10589] By: nick                                  on 2001/06/14  13:54:07
52009         Log: Routine regen_config_h for Win32
52010      Branch: perlio
52011            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52012 ____________________________________________________________________________
52013 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
52014         Log: Integrate perlio:
52015              
52016              [ 10586]
52017              Add new step to run_byacc which:
52018              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
52019              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
52020              
52021              [ 10584]
52022              Hack to remove insecure directories from PATH so test will run.
52023      Branch: perl
52024           +> perlyline.pl
52025           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
52026 ____________________________________________________________________________
52027 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
52028         Log: A placeholder.
52029      Branch: perl
52030            + Cross/README
52031 ____________________________________________________________________________
52032 [ 10586] By: nick                                  on 2001/06/14  08:25:07
52033         Log: Add new step to run_byacc which:
52034              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
52035              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
52036      Branch: perlio
52037            + perlyline.pl
52038            ! MANIFEST Makefile.SH perly.c
52039 ____________________________________________________________________________
52040 [ 10585] By: nick                                  on 2001/06/14  08:22:29
52041         Log: Integrate mainline
52042      Branch: perlio
52043           +> locale.c numeric.c
52044           !> Changes cygwin/Makefile.SHs embed.h embed.pl
52045           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
52046           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
52047           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
52048           !> x2p/Makefile.SH
52049 ____________________________________________________________________________
52050 [ 10584] By: nick                                  on 2001/06/14  08:05:53
52051         Log: Hack to remove insecure directories from PATH so test will run.
52052      Branch: perlio
52053            ! t/lib/filefind.t
52054 ____________________________________________________________________________
52055 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
52056         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
52057      Branch: perl
52058            - t/lib/mbimbf.t
52059            ! MANIFEST
52060 ____________________________________________________________________________
52061 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
52062         Log: Detypo.
52063      Branch: perl
52064            ! x2p/Makefile.SH
52065 ____________________________________________________________________________
52066 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
52067         Log: de-$CONFIG continues.
52068      Branch: perl
52069            ! cygwin/Makefile.SHs x2p/Makefile.SH
52070 ____________________________________________________________________________
52071 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
52072         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
52073              From: Nicholas Clark <nick@ccl4.org>
52074              Date: Wed, 13 Jun 2001 21:20:13 +0100
52075              Message-ID: <20010613212013.D98663@plum.flirble.org>
52076      Branch: perl
52077            ! opcode.pl
52078 ____________________________________________________________________________
52079 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
52080         Log: Subject: splitting util.c
52081              From: Hugo <hv@crypt.compulink.co.uk>
52082              Date: Thu, 14 Jun 2001 00:41:08 +0100
52083              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
52084      Branch: perl
52085            + locale.c numeric.c
52086            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
52087            ! pod/perlapi.pod proto.h util.c
52088 ____________________________________________________________________________
52089 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
52090         Log: Upgrade to Math::BigInt 1.34 from Tels.
52091      Branch: perl
52092            + t/lib/mbimbf.t
52093            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
52094            ! t/lib/bigfltpm.t t/lib/bigintpm.t
52095 ____________________________________________________________________________
52096 [ 10577] By: nick                                  on 2001/06/13  19:02:48
52097         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
52098      Branch: perlio
52099           !> (integrate 125 files)
52100 ____________________________________________________________________________
52101 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
52102         Log: Update Changes.
52103      Branch: perl
52104            ! Changes patchlevel.h
52105 ____________________________________________________________________________
52106 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
52107         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
52108              From: "Craig A. Berry" <craigberry@mac.com>
52109              Date: Wed, 13 Jun 2001 13:24:28 -0500
52110              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
52111      Branch: perl
52112            ! ext/re/Makefile.PL
52113 ____________________________________________________________________________
52114 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
52115         Log: Mc.u.c. for #10573.
52116      Branch: metaconfig
52117            ! U/threads/usethreads.U
52118 ____________________________________________________________________________
52119 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
52120         Log: It would be also be good if I could type.
52121      Branch: perl
52122            ! Configure
52123 ____________________________________________________________________________
52124 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
52125         Log: Metaconfig unit change for #10571.
52126      Branch: metaconfig
52127            ! U/threads/usethreads.U
52128 ____________________________________________________________________________
52129 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
52130         Log: A non-empty default is a good thing.
52131      Branch: perl
52132            ! Configure
52133 ____________________________________________________________________________
52134 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
52135         Log: Metaconfig unit change for #10569.
52136      Branch: metaconfig
52137            ! U/threads/usethreads.U
52138 ____________________________________________________________________________
52139 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
52140         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
52141              extremely experimental, not even prompted for.
52142      Branch: perl
52143            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52144            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
52145            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52146            ! win32/config.bc win32/config.gc win32/config.vc
52147 ____________________________________________________________________________
52148 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
52149         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
52150      Branch: perl
52151            ! pod/perlfaq6.pod
52152 ____________________________________________________________________________
52153 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
52154         Log: Integrate perlio:
52155              
52156              [ 10564]
52157              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
52158              and using that instead (name lookups are sequential search for now).
52159      Branch: perl
52160           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
52161           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
52162 ____________________________________________________________________________
52163 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
52164         Log: Subject: Re: ext/ + -Wall
52165              From: Doug MacEachern <dougm@covalent.net>
52166              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
52167              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
52168      Branch: perl
52169            ! XSUB.h lib/ExtUtils/xsubpp perl.h
52170 ____________________________________________________________________________
52171 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
52172         Log: Similar logic as DB_File.xs, using the modern macros and
52173              defines them to older ones for older Perls where PERL_VERSION
52174              is not defined, from Doug MacEachern.
52175      Branch: perl
52176            ! ext/Storable/Storable.xs
52177 ____________________________________________________________________________
52178 [ 10564] By: nick                                  on 2001/06/13  15:22:01
52179         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
52180              and using that instead (name lookups are sequential search for now).
52181      Branch: perlio
52182            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
52183            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
52184 ____________________________________________________________________________
52185 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
52186         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
52187              From: "Richard Soderberg" <rs@crystalflame.net>
52188              Date: Sat, 26 May 2001 06:44:20 -0700
52189              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
52190      Branch: perl
52191            ! sv.c t/op/glob.t
52192 ____________________________________________________________________________
52193 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
52194         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
52195              From: "Craig A. Berry" <craigberry@mac.com>
52196              Date: Tue, 12 Jun 2001 23:55:26 -0500
52197              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
52198      Branch: perl
52199            ! ext/re/Makefile.PL ext/re/re.xs
52200 ____________________________________________________________________________
52201 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
52202         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
52203              suggested by NI-S.
52204      Branch: perl
52205            ! XSUB.h malloc.c perl.h
52206 ____________________________________________________________________________
52207 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
52208         Log: Regen toc.
52209      Branch: perl
52210            ! pod/perltoc.pod
52211 ____________________________________________________________________________
52212 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
52213         Log: Subject: [patch] perl.gprof control
52214              From: Doug MacEachern <dougm@covalent.net>
52215              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
52216              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
52217      Branch: perl
52218            ! miniperlmain.c perl.h
52219 ____________________________________________________________________________
52220 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
52221         Log: Subject: Re: ext/ + -Wall
52222              From: Doug MacEachern <dougm@covalent.net>
52223              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
52224              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
52225              
52226              Document ax and break up dXSARGS.
52227      Branch: perl
52228            ! XSUB.h pod/perlapi.pod
52229 ____________________________________________________________________________
52230 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
52231         Log: More AIX tweakage from Merijn.
52232      Branch: perl
52233            ! hints/aix.sh
52234 ____________________________________________________________________________
52235 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
52236         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
52237              From: "Craig A. Berry" <craigberry@mac.com>
52238              Date: Tue, 12 Jun 2001 22:57:45 -0500
52239              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
52240      Branch: perl
52241            ! vms/descrip_mms.template
52242 ____________________________________________________________________________
52243 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
52244         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
52245              From: "Craig A. Berry" <craigberry@mac.com>
52246              Date: Tue, 12 Jun 2001 22:21:39 -0500
52247              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
52248      Branch: perl
52249            ! configure.com util.c
52250 ____________________________________________________________________________
52251 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
52252         Log: New AIX dynaloading code from Jens-Uwe Mager.
52253              Does break binary compatibility.
52254      Branch: perl
52255            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
52256 ____________________________________________________________________________
52257 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
52258         Log: VMS DEC C compiler found nits by Peter Prymmer.
52259      Branch: perl
52260            ! util.c
52261 ____________________________________________________________________________
52262 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
52263         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
52264              From: Peter Prymmer <pvhp@forte.com>
52265              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
52266              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
52267      Branch: perl
52268            ! t/lib/filecomp.t
52269 ____________________________________________________________________________
52270 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
52271         Log: I wonder how many $CONFIGs still lurk in the shadows.
52272      Branch: perl
52273            ! pod/Makefile.SH x2p/cflags.SH
52274 ____________________________________________________________________________
52275 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
52276         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
52277      Branch: perl
52278            ! pod/checkpods.PL
52279 ____________________________________________________________________________
52280 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
52281         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
52282      Branch: perl
52283            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
52284 ____________________________________________________________________________
52285 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
52286         Log: Subject: [patch] rid local_patches warnings
52287              From: Doug MacEachern <dougm@covalent.net>
52288              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
52289              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
52290      Branch: perl
52291            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
52292 ____________________________________________________________________________
52293 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
52294         Log: Subject: Re: ext/ + -Wall
52295              From: Doug MacEachern <dougm@covalent.net>
52296              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
52297              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
52298      Branch: perl
52299            ! ext/attrs/attrs.xs
52300 ____________________________________________________________________________
52301 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
52302         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
52303              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
52304              Date: Tue, 12 Jun 2001 14:36:20 -0400
52305              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
52306      Branch: perl
52307            ! pod/perlretut.pod
52308 ____________________________________________________________________________
52309 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
52310         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52311              From: Mike Guy <mjtg@cam.ac.uk>
52312              Date: Tue, 12 Jun 2001 19:10:31 +0100
52313              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
52314              
52315              Subject: Re: [ID 20010612.001] out of memory during regex compilation
52316              From: Mike Guy <mjtg@cam.ac.uk>
52317              Date: Tue, 12 Jun 2001 19:21:01 +0100
52318              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
52319      Branch: perl
52320            ! pod/perlop.pod
52321 ____________________________________________________________________________
52322 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
52323         Log: AIX tweaks from Merijn H. Brand.
52324      Branch: perl
52325            ! hints/aix.sh
52326 ____________________________________________________________________________
52327 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
52328         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
52329              From: "Brendan O'Dea" <bod@compusol.com.au>
52330              Date: Wed, 13 Jun 2001 05:16:47 +1000
52331              Message-ID: <20010613051647.A8945@compusol.com.au>
52332      Branch: maint-5.6/perl
52333            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52334 ____________________________________________________________________________
52335 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
52336         Log: Subject: Small bcopy cleanup
52337              From: Andy Dougherty <doughera@lafayette.edu>
52338              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
52339              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
52340      Branch: perl
52341            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
52342 ____________________________________________________________________________
52343 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
52344         Log: Subject: [PATCH] Re: ext/ + -Wall
52345              From: Nicholas Clark <nick@ccl4.org>
52346              Date: Wed, 13 Jun 2001 00:04:30 +0100
52347              Message-ID: <20010613000430.M5901@plum.flirble.org>
52348      Branch: perl
52349            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52350 ____________________________________________________________________________
52351 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
52352         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
52353              From: Nicholas Clark <nick@ccl4.org>
52354              Date: Tue, 12 Jun 2001 23:53:07 +0100
52355              Message-ID: <20010612235307.L5901@plum.flirble.org>
52356      Branch: perl
52357            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52358 ____________________________________________________________________________
52359 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
52360         Log: MPE/iX tweaks from Mark Bixby.
52361      Branch: perl
52362            ! hints/mpeix.sh mpeix/mpeixish.h util.c
52363 ____________________________________________________________________________
52364 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
52365         Log: Update Changes.
52366      Branch: perl
52367            ! Changes patchlevel.h
52368 ____________________________________________________________________________
52369 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
52370         Log: One less -Wall whine (found under DEBUGGING).
52371      Branch: perl
52372            ! x2p/Makefile.SH x2p/a2p.c
52373 ____________________________________________________________________________
52374 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
52375         Log: s/case-independent/case-insensitive/g
52376      Branch: perl
52377            ! pod/perldebug.pod
52378 ____________________________________________________________________________
52379 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
52380         Log: As suggested in    
52381              
52382              Subject: Re: ext/ + -Wall
52383              From: Gurusamy Sarathy <gsar@ActiveState.com>
52384              Date: Mon, 11 Jun 2001 23:34:31 -0700
52385              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
52386      Branch: perl
52387            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
52388            ! perl.h
52389 ____________________________________________________________________________
52390 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
52391         Log: Subject: ext/ + -Wall
52392              From: Doug MacEachern <dougm@covalent.net>
52393              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
52394              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
52395      Branch: perl
52396            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
52397            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
52398            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
52399            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
52400            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
52401            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
52402            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52403            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
52404            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
52405            ! lib/ExtUtils/xsubpp
52406 ____________________________________________________________________________
52407 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
52408         Log: Subject: [PATCH] anonymous stashes
52409              From: Abhijit Menon-Sen <ams@wiw.org>
52410              Date: Tue, 12 Jun 2001 12:47:04 +0530
52411              Message-ID: <20010612124704.A29029@lustre.linux.in>
52412      Branch: perl
52413            ! dump.c gv.c sv.c xsutils.c
52414 ____________________________________________________________________________
52415 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
52416         Log: One more test for $^S.
52417      Branch: perl
52418            ! t/op/magic.t
52419 ____________________________________________________________________________
52420 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
52421         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
52422              From: Abhijit Menon-Sen <ams@wiw.org>
52423              Date: Tue, 12 Jun 2001 17:35:55 +0530
52424              Message-ID: <20010612173555.A32426@lustre.linux.in>
52425      Branch: perl
52426            ! mg.c t/op/magic.t
52427 ____________________________________________________________________________
52428 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
52429         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52430              From: Mike Guy <mjtg@cam.ac.uk>
52431              Date: Tue, 12 Jun 2001 13:14:15 +0100
52432              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
52433      Branch: perl
52434            ! pod/perlop.pod
52435 ____________________________________________________________________________
52436 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
52437         Log: AUTHORS updates.
52438      Branch: perl
52439            ! AUTHORS
52440 ____________________________________________________________________________
52441 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
52442         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
52443              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
52444              Content-Transfer-Encoding: 7bit
52445              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
52446      Branch: perl
52447            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
52448 ____________________________________________________________________________
52449 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
52450         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
52451              From: "Philip Newton" <Philip.Newton@gmx.net>
52452              Date: Mon, 11 Jun 2001 07:08:03 +0200
52453              Message-Id: <200106120802.LAA08992@taas.iki.fi>
52454      Branch: perl
52455            ! t/base/term.t
52456 ____________________________________________________________________________
52457 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
52458         Log: Cleanup the a2p.c for -Wall.
52459      Branch: perl
52460            ! x2p/Makefile.SH x2p/a2p.c
52461 ____________________________________________________________________________
52462 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
52463         Log: File::Find update for MacOS from Chris Nandor.
52464      Branch: perl
52465            ! lib/File/Find.pm t/lib/filefind.t
52466 ____________________________________________________________________________
52467 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
52468         Log: gcc -Wall nits picked out by a non-UNIX system
52469              (courtesy of Mark Bixby)
52470      Branch: perl
52471            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
52472            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
52473            ! pp_sys.c util.c
52474 ____________________________________________________________________________
52475 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
52476         Log: Metaconfig unit change for #10522.  (The d_modfl changes
52477              placate metalint.)
52478      Branch: metaconfig/U/perl
52479            ! d_modfl.U d_u32align.U
52480 ____________________________________________________________________________
52481 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
52482         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
52483              be "./try 2>&1 >/dev/null".
52484      Branch: perl
52485            ! Configure
52486 ____________________________________________________________________________
52487 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
52488         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
52489              From: "Craig A. Berry" <craigberry@mac.com>
52490              Date: Mon, 11 Jun 2001 14:00:32 -0500
52491              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
52492      Branch: perl
52493            ! configure.com
52494 ____________________________________________________________________________
52495 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
52496         Log: Move the full \p\P lists to perlunicode.
52497      Branch: perl
52498            ! pod/perlretut.pod pod/perlunicode.pod
52499 ____________________________________________________________________________
52500 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
52501         Log: VOS build tweak for 5.6.1 from Paul Green.
52502      Branch: maint-5.6/perl
52503            ! vos/build.cm
52504 ____________________________________________________________________________
52505 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
52506         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
52507              From: "Craig A. Berry" <craigberry@mac.com>
52508              Date: Fri, 8 Jun 2001 18:08:18 -0500
52509              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
52510      Branch: perl
52511            ! vms/vms.c
52512 ____________________________________________________________________________
52513 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
52514         Log: Update Changes.
52515      Branch: perl
52516            ! Changes patchlevel.h
52517 ____________________________________________________________________________
52518 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
52519         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
52520      Branch: perl
52521            ! vos/config.alpha.h vos/config.ga.h
52522 ____________________________________________________________________________
52523 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
52524         Log: VOS updates from Paul Green for @10476.
52525      Branch: perl
52526            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
52527            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52528            ! vos/config.ga.h vos/configure_perl.cm
52529 ____________________________________________________________________________
52530 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
52531         Log: Subject: [PATCH] Not many people know this ...
52532              From: Mike Guy <mjtg@cam.ac.uk>
52533              Date: Mon, 11 Jun 2001 14:55:15 +0100
52534              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
52535      Branch: perl
52536            ! pod/perldebug.pod
52537 ____________________________________________________________________________
52538 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
52539         Log: Add final commas to lists as suggested by Philip Newton.
52540      Branch: perl
52541            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52542 ____________________________________________________________________________
52543 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
52544         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
52545              Date: Sun, 10 Jun 2001 23:35:38 -0400
52546              From: Chris Nandor <pudge@pobox.com>
52547              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
52548      Branch: perl
52549            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
52550            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
52551            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
52552            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
52553            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
52554            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
52555            ! t/op/write.t t/pragma/strict.t
52556 ____________________________________________________________________________
52557 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
52558         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
52559              From: Chris Nandor <pudge@pobox.com>
52560              Date: Mon, 11 Jun 2001 08:24:28 -0400
52561              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
52562      Branch: perl
52563            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
52564            ! t/lib/io_dir.t
52565 ____________________________________________________________________________
52566 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
52567         Log: One more run_byacc (a hand-tweaked version had slipped in).
52568      Branch: perl
52569            ! perly.c vms/perly_c.vms
52570 ____________________________________________________________________________
52571 [ 10509] By: nick                                  on 2001/06/11  07:49:15
52572         Log: Integrate mainline
52573      Branch: perlio
52574           !> Makefile.SH embed.h embed.pl global.sym
52575           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
52576           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
52577           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
52578           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
52579 ____________________________________________________________________________
52580 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
52581         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
52582              From: Mike Guy <mjtg@cam.ac.uk>
52583              Reply-To: mjtg@cam.ac.uk
52584              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
52585      Branch: perl
52586            ! lib/ExtUtils/Manifest.pm
52587 ____________________________________________________________________________
52588 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
52589         Log: Subject: [PATCH] ExtUtils::Constant
52590              From: Nicholas Clark <nick@ccl4.org>
52591              Date: Sun, 10 Jun 2001 23:25:41 +0100
52592              Message-ID: <20010610232540.C76396@plum.flirble.org>
52593      Branch: perl
52594            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52595 ____________________________________________________________________________
52596 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
52597         Log: Integrate perlio:
52598              
52599              [ 10504]
52600              Fix (valid) -Wall warnings in perlio.c
52601      Branch: perl
52602           !> iperlsys.h
52603 ____________________________________________________________________________
52604 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
52605         Log: Move the grok_number and its lieutenant grok_numeric_radix
52606              from sv.c statics to util.c and public.
52607      Branch: perl
52608            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
52609            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
52610 ____________________________________________________________________________
52611 [ 10504] By: nick                                  on 2001/06/10  17:47:06
52612         Log: Fix (valid) -Wall warnings in perlio.c
52613      Branch: perlio
52614            ! iperlsys.h
52615 ____________________________________________________________________________
52616 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
52617         Log: Update perly_c.diff, update perly.fixer to edit away
52618              some of the -Wall noise.
52619      Branch: perl
52620            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
52621 ____________________________________________________________________________
52622 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
52623         Log: Check the version of byacc.
52624      Branch: perl
52625            ! Makefile.SH
52626 ____________________________________________________________________________
52627 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
52628         Log: Subject: [PATCH] perly.y overhaul
52629              From: Simon Cozens <simon@netthink.co.uk>
52630              Date: Sun, 10 Jun 2001 16:56:54 +0100
52631              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52632              
52633              Plus make run_byacc.
52634      Branch: perl
52635            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
52636 ____________________________________________________________________________
52637 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
52638         Log: Integrate perlio:
52639              
52640              [ 10497]
52641              Paper over a crack or two with USE_SFIO
52642      Branch: perl
52643           !> perlio.c perlsfio.h
52644 ____________________________________________________________________________
52645 [ 10499] By: nick                                  on 2001/06/10  15:01:08
52646         Log: Integrate mainline
52647      Branch: perlio
52648           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
52649           !> t/pragma/locale.t util.c
52650 ____________________________________________________________________________
52651 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
52652         Log: Put some meat on the perl572delta bones.  The list of
52653              selected bug fixes needs more work, as does still the
52654              whole document.
52655      Branch: perl
52656            ! pod/perl572delta.pod
52657 ____________________________________________________________________________
52658 [ 10497] By: nick                                  on 2001/06/10  12:27:51
52659         Log: Paper over a crack or two with USE_SFIO
52660      Branch: perlio
52661            ! perlio.c perlsfio.h
52662 ____________________________________________________________________________
52663 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
52664         Log: Update Changes.
52665      Branch: perl
52666            ! Changes patchlevel.h
52667 ____________________________________________________________________________
52668 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
52669         Log: Subject: Re: pragma/locale.t #107
52670              From: Hugo <hv@crypt.compulink.co.uk>
52671              Date: Sun, 10 Jun 2001 11:23:30 +0100
52672              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
52673              
52674              Encapsulate the scan of the decimal radix separator.
52675      Branch: perl
52676            ! embed.h embed.pl proto.h sv.c
52677 ____________________________________________________________________________
52678 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
52679         Log: Try to grok numbers both with the locale specific separator
52680              and with the usual "." (if different from the lss); add a test
52681              to locale.t to do also a little bit of math in addition to just
52682              equalness testing; remove extraneous logic as suggested in
52683              
52684              Subject: Re: pragma/locale.t #107
52685              From: Nicholas Clark <nick@ccl4.org>
52686              Date: Sat, 9 Jun 2001 22:37:36 +0100
52687              Message-ID: <20010609223735.Y76396@plum.flirble.org>
52688      Branch: perl
52689            ! sv.c t/pragma/locale.t
52690 ____________________________________________________________________________
52691 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
52692         Log: Metaconfig unit change for #10492.
52693      Branch: metaconfig/U/perl
52694            ! Extensions.U
52695 ____________________________________________________________________________
52696 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
52697         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
52698              From: Artur Bergman <artur@contiller.se> 
52699              Date: Sat, 09 Jun 2001 21:03:51 +0200
52700              Message-ID: <B7483FB6.1398%artur@contiller.se>
52701      Branch: perl
52702            ! Configure
52703 ____________________________________________________________________________
52704 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
52705         Log: Integrate perlio:
52706              
52707              [ 10489]
52708              Make XS/Typemap compile (but fail) with sfio
52709      Branch: perl
52710           !> perlsfio.h
52711 ____________________________________________________________________________
52712 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
52713         Log: Do locale specific separator if only in locale.
52714      Branch: perl
52715            ! util.c
52716 ____________________________________________________________________________
52717 [ 10489] By: nick                                  on 2001/06/09  19:13:25
52718         Log: Make XS/Typemap compile (but fail) with sfio
52719      Branch: perlio
52720            ! perlsfio.h
52721 ____________________________________________________________________________
52722 [ 10488] By: nick                                  on 2001/06/09  19:12:51
52723         Log: Re-integrate mainline
52724      Branch: perlio
52725           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
52726           !> proto.h sv.c util.c
52727 ____________________________________________________________________________
52728 [ 10487] By: nick                                  on 2001/06/09  16:26:29
52729         Log: Integrate mainline
52730      Branch: perlio
52731           !> (integrate 31 files)
52732 ____________________________________________________________________________
52733 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
52734         Log: Subject: [PATCH] New attempt to clone callack
52735              From: Artur Bergman <artur@contiller.se> 
52736              Date: Thu, 07 Jun 2001 11:52:16 +0200
52737              Message-ID: <B7451B6F.12B7%artur@contiller.se>
52738      Branch: perl
52739            ! embedvar.h intrpvar.h perlapi.h sv.c
52740 ____________________________________________________________________________
52741 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
52742         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
52743      Branch: perl
52744            ! embed.h embed.pl perl.h proto.h sv.c util.c
52745 ____________________________________________________________________________
52746 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
52747         Log: Subject: Re: pragma/locale.t #107
52748              From: Nicholas Clark <nick@ccl4.org>
52749              Date: Sat, 9 Jun 2001 16:26:10 +0100
52750              Message-ID: <20010609162609.V76396@plum.flirble.org>
52751              
52752              A missing NVification.
52753      Branch: perl
52754            ! sv.c
52755 ____________________________________________________________________________
52756 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
52757         Log: Redo the #10482, there already was a test script for formats.
52758      Branch: perl
52759            - t/io/format.t
52760            ! MANIFEST t/op/write.t
52761 ____________________________________________________________________________
52762 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
52763         Log: Twisted format testing, from Merijn.
52764      Branch: perl
52765            + t/io/format.t
52766            ! MANIFEST
52767 ____________________________________________________________________________
52768 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
52769         Log: More \p{In...} testing, combined with \N{...}.
52770      Branch: perl
52771            ! lib/utf8_heavy.pl t/op/pat.t
52772 ____________________________________________________________________________
52773 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
52774         Log: Metaconfig changes for #10479.
52775      Branch: metaconfig
52776            ! U/Glossary.patch
52777      Branch: metaconfig/U/perl
52778            ! d_modfl.U
52779 ____________________________________________________________________________
52780 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
52781         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
52782      Branch: perl
52783            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52784            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
52785            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52786            ! win32/config.bc win32/config.gc win32/config.vc
52787 ____________________________________________________________________________
52788 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
52789         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
52790              From: "Craig A. Berry" <craigberry@mac.com>
52791              Date: Thu, 7 Jun 2001 14:27:20 -0500
52792              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
52793      Branch: perl
52794            ! vms/perlvms.pod
52795 ____________________________________________________________________________
52796 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
52797         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
52798              From: Gisle Aas <gisle@ActiveState.com>
52799              Date: 07 Jun 2001 17:04:29 -0700
52800              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
52801      Branch: perl
52802            ! ext/re/re.xs
52803 ____________________________________________________________________________
52804 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
52805         Log: Update Changes.
52806      Branch: perl
52807            ! Changes patchlevel.h
52808 ____________________________________________________________________________
52809 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
52810         Log: Regen Glossary et alia.
52811      Branch: perl
52812            ! Porting/Glossary Porting/config.sh Porting/config_H
52813 ____________________________________________________________________________
52814 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
52815         Log: Metaconfig unit changes for #10473.
52816      Branch: metaconfig/U/perl
52817            ! d_modfl.U
52818 ____________________________________________________________________________
52819 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
52820         Log: Harumph, also AIX will spill its guts (i.e. dump core)
52821              if an executable contains modfl() but it hasn't been
52822              compiled right (in the case of AIX, with cc -qlongdouble).
52823      Branch: perl
52824            ! Configure
52825 ____________________________________________________________________________
52826 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
52827         Log: integrate change#10471 from mainline
52828              
52829              in change#10451, check that CvOUTSIDE is a CV before looking in
52830              (it can apparently be SVt_NULL during global destruction)
52831      Branch: maint-5.6/perl
52832           !> op.c
52833 ____________________________________________________________________________
52834 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
52835         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
52836              (it can apparently be SVt_NULL during global destruction)
52837      Branch: perl
52838            ! op.c
52839 ____________________________________________________________________________
52840 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
52841         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
52842              From: Robin Barker <rmb1@cise.npl.co.uk>
52843              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
52844              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
52845      Branch: perl
52846            ! lib/diagnostics.pm pod/perldiag.pod
52847 ____________________________________________________________________________
52848 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
52849         Log: Subject: [PATCH perl@10439] long =item
52850              From: Robin Barker <rmb1@cise.npl.co.uk>
52851              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
52852              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
52853      Branch: perl
52854            ! README.amiga lib/Attribute/Handlers.pm
52855            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
52856 ____________________________________________________________________________
52857 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
52858         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
52859              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
52860              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
52861              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
52862      Branch: perl
52863            ! pod/perlguts.pod
52864 ____________________________________________________________________________
52865 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
52866         Log: Integrate perlio:
52867              
52868              [ 10466]
52869              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52870              whitespace tweaks.
52871              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52872      Branch: perl
52873           !> sv.c
52874 ____________________________________________________________________________
52875 [ 10466] By: nick                                  on 2001/06/07  10:25:40
52876         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52877              whitespace tweaks.
52878              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52879      Branch: perlio
52880            ! sv.c
52881 ____________________________________________________________________________
52882 [ 10465] By: nick                                  on 2001/06/07  08:41:58
52883         Log: Raw integrate of mainline for S_grok_number debug
52884              (sv.c has MULTIPLICITY issues as well as whatever else ...)
52885      Branch: perlio
52886            - plan9/perlplan9.doc plan9/perlplan9.pod
52887           !> (integrate 46 files)
52888 ____________________________________________________________________________
52889 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
52890         Log: The proper prototyping for #10463.
52891      Branch: perl
52892            ! embed.h embed.pl proto.h sv.c
52893 ____________________________________________________________________________
52894 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
52895         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
52896              From: Nicholas Clark <nick@ccl4.org>
52897              Date: Thu, 7 Jun 2001 00:29:59 +0100
52898              Message-ID: <20010607002959.Z76396@plum.flirble.org>
52899      Branch: perl
52900            ! sv.c
52901 ____________________________________________________________________________
52902 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
52903         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
52904              From: "Craig A. Berry" <craigberry@mac.com>
52905              Date: Wed, 06 Jun 2001 17:54:30 -0500
52906              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
52907      Branch: perl
52908            ! vms/perlvms.pod
52909 ____________________________________________________________________________
52910 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
52911         Log: Podify the remaining README.platform files;
52912              merge README.plan9 and plan9/perlplan9.pod;
52913              delete plan9/perlplan9.* (the perlplan.doc needs to
52914              be regenerated in Plan 9); make the =head1 and =head2
52915              in the README.platform to be a little more verbose
52916              (skipped README.os2 not to anger Ilya) so that they
52917              look better in the toc; regen toc.
52918      Branch: perl
52919            - plan9/perlplan9.doc plan9/perlplan9.pod
52920            ! MANIFEST README.aix README.amiga README.apollo README.beos
52921            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
52922            ! README.hpux README.hurd README.machten README.macos
52923            ! README.micro README.mint README.mpeix README.os390
52924            ! README.plan9 README.qnx README.solaris README.threads
52925            ! README.tru64 README.vmesa README.vms README.vos README.win32
52926            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52927            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52928 ____________________________________________________________________________
52929 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
52930         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
52931              From: Mike Guy <mjtg@cam.ac.uk>
52932              Reply-To: mjtg@cam.ac.uk
52933              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
52934      Branch: perl
52935            ! pod/perlguts.pod
52936 ____________________________________________________________________________
52937 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
52938         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
52939              From: Mike Guy <mjtg@cam.ac.uk>
52940              Reply-To: mjtg@cam.ac.uk
52941              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
52942      Branch: perl
52943            ! pod/perlsec.pod
52944 ____________________________________________________________________________
52945 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
52946         Log: Disable long doubles from pre-5.0 Tru64s.
52947      Branch: perl
52948            ! README.tru64 hints/dec_osf.sh
52949 ____________________________________________________________________________
52950 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
52951         Log: The #10455 exposed that modfl() is fundamentally busted
52952              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
52953              testing it.
52954      Branch: perl
52955            ! hints/dec_osf.sh
52956 ____________________________________________________________________________
52957 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
52958         Log: Metaconfig unit change for #10455.
52959      Branch: metaconfig/U/perl
52960            ! d_modfl.U
52961 ____________________________________________________________________________
52962 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
52963         Log: Configure check for geborken modfl(), inspired by
52964              
52965              Subject: Re: [20010118.017] op/int.t failure 
52966              From: Hugo <hv@crypt.compulink.co.uk>
52967              Date: Tue, 05 Jun 2001 13:43:27 +0100
52968              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
52969      Branch: perl
52970            ! Configure
52971 ____________________________________________________________________________
52972 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
52973         Log: Integrate changes #10450 and #10451 from maintperl:
52974              
52975              optimize change#10448 slightly (don't repeat search in eval""s lexical
52976              scope, since that has already been searched)
52977              
52978              change#9108 needs subtler treatment for case of closures created
52979              within eval""
52980      Branch: perl
52981           !> op.c t/op/misc.t
52982 ____________________________________________________________________________
52983 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
52984         Log: MakeMaker magic to compile (when no dynamic loading)
52985              List/Util.xsc as (ListUtil.c and) ListUtil.o since
52986              POSIX-BC (BS2000) linker has an evil limitation of
52987              being unable to include in the same executable several
52988              object files with the same name - case-insensitively -
52989              because otherwise we conflict with util.c.
52990              Strictly speaking currently required only in POSIX-BC
52991              but probably will do no harm elsewhere where static
52992              linking is required.
52993      Branch: perl
52994            ! ext/List/Util/Makefile.PL
52995 ____________________________________________________________________________
52996 [ 10452] By: nick                                  on 2001/06/06  08:59:51
52997         Log: Integrate mainline.
52998      Branch: perlio
52999           +> lib/Attribute/Handlers/demo/Demo.pm
53000           +> lib/Attribute/Handlers/demo/Descriptions.pm
53001           +> lib/Attribute/Handlers/demo/MyClass.pm
53002           +> lib/Attribute/Handlers/demo/demo.pl
53003           +> lib/Attribute/Handlers/demo/demo2.pl
53004           +> lib/Attribute/Handlers/demo/demo3.pl
53005           +> lib/Attribute/Handlers/demo/demo4.pl
53006           +> lib/Attribute/Handlers/demo/demo_call.pl
53007           +> lib/Attribute/Handlers/demo/demo_chain.pl
53008           +> lib/Attribute/Handlers/demo/demo_cycle.pl
53009           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
53010           +> lib/Attribute/Handlers/demo/demo_phases.pl
53011           +> lib/Attribute/Handlers/demo/demo_range.pl
53012           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
53013           +> uts/strtol_wrap.c
53014           !> (integrate 91 files)
53015 ____________________________________________________________________________
53016 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
53017         Log: change#9108 needs subtler treatment for case of closures created
53018              within eval""
53019      Branch: maint-5.6/perl
53020            ! op.c t/op/misc.t
53021 ____________________________________________________________________________
53022 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
53023         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
53024              scope, since that has already been searched)
53025      Branch: maint-5.6/perl
53026            ! op.c
53027 ____________________________________________________________________________
53028 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
53029         Log: Integrate change #10448 from maintperl; lexicals
53030              outside an eval"" weren't resolved correctly inside a subroutine
53031              definition inside the eval"" if they were not already referenced
53032              in the toplevel of the eval""-ed code
53033      Branch: perl
53034           !> cop.h op.c pp_ctl.c t/op/misc.t
53035 ____________________________________________________________________________
53036 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
53037         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
53038              outside an eval"" weren't resolved correctly inside a subroutine
53039              definition inside the eval"" if they were not already referenced
53040              in the toplevel of the eval""-ed code
53041      Branch: maint-5.6/perl
53042            ! cop.h op.c pp_ctl.c t/op/misc.t
53043 ____________________________________________________________________________
53044 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
53045         Log: Subject: [PATCH] perl570delta.pod
53046              From: Peter Scott <Peter@PSDT.com> 
53047              Date: Tue, 05 Jun 2001 18:51:02 -0700
53048              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
53049      Branch: perl
53050            ! pod/perl570delta.pod
53051 ____________________________________________________________________________
53052 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
53053         Log: The fudge factor is no more needed.  I hope.
53054      Branch: perl
53055            ! t/lib/posix.t
53056 ____________________________________________________________________________
53057 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
53058         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
53059              From: Hugo <hv@crypt.compulink.co.uk>
53060              Date: Tue, 05 Jun 2001 12:58:19 +0100
53061              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
53062      Branch: perl
53063            ! util.c
53064 ____________________________________________________________________________
53065 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
53066         Log: Make up prototypes only for those who have the functions
53067              but not the prototypes.
53068      Branch: perl
53069            ! perl.h
53070 ____________________________________________________________________________
53071 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
53072         Log: Subject: Re: Not OK: perl@10439 on win32 
53073              From: Prymmer/Kahn <pvhp@best.com> 
53074              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
53075              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
53076      Branch: perl
53077            ! perl.h util.c
53078 ____________________________________________________________________________
53079 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
53080         Log: The metaconfig units changes for #10441.
53081      Branch: metaconfig
53082            ! U/modified/Extract.U U/modified/Extractall.U
53083            ! U/modified/Finish.U
53084 ____________________________________________________________________________
53085 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
53086         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
53087      Branch: perl
53088            ! Configure
53089 ____________________________________________________________________________
53090 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
53091         Log: Unnecessary fuzziness undone, noted by Mike Guy.
53092      Branch: perl
53093            ! t/op/tr.t
53094 ____________________________________________________________________________
53095 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
53096         Log: Update Changes.
53097      Branch: perl
53098            ! Changes patchlevel.h
53099 ____________________________________________________________________________
53100 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
53101         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
53102              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
53103              leakage patch.
53104      Branch: perl
53105            ! t/op/misc.t
53106 ____________________________________________________________________________
53107 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
53108         Log: Test case for #10433/#10424.
53109      Branch: perl
53110            ! t/op/misc.t
53111 ____________________________________________________________________________
53112 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
53113         Log: Subject: One fix for strtoul not setting errno
53114              From: hom00@utsglobal.com (Hal Morris)
53115              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
53116              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
53117      Branch: perl
53118            + uts/strtol_wrap.c
53119            ! MANIFEST hints/uts.sh
53120 ____________________________________________________________________________
53121 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
53122         Log: Metaconfig units changes for #10434.
53123      Branch: metaconfig
53124            ! U/modified/Cppsym.U
53125      Branch: metaconfig/U/perl
53126            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
53127            + d_syscallproto.U d_usleepproto.U
53128            ! longdblfio.U quadfio.U
53129 ____________________________________________________________________________
53130 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
53131         Log: Configure tweaks; add prototype probes, make the cpp symbols
53132              probe to cast, not whine; test for %Ld and %Lf before %lld and
53133              %llf because the L is the ANSI way.
53134      Branch: perl
53135            ! Configure config_h.SH configure.com epoc/config.sh
53136            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
53137            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
53138            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
53139 ____________________________________________________________________________
53140 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
53141         Log: Sigh.  This is what #10424 was supposed to check in.
53142      Branch: perl
53143            ! op.c sv.c sv.h
53144 ____________________________________________________________________________
53145 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
53146         Log: More verbose failure.
53147      Branch: perl
53148            ! t/op/ver.t
53149 ____________________________________________________________________________
53150 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
53151         Log: The .pm changes to go with #10428.
53152      Branch: perl
53153            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
53154            ! ext/Sys/Syslog/Syslog.pm
53155 ____________________________________________________________________________
53156 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
53157         Log: On second thoughts show to utf8 skippage message only
53158              on failures, it's too confusing otherwise,
53159      Branch: perl
53160            ! t/pragma/locale.t
53161 ____________________________________________________________________________
53162 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
53163         Log: Do not import anything from Encode.
53164      Branch: perl
53165            ! ext/MIME/Base64/QuotedPrint.pm
53166 ____________________________________________________________________________
53167 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
53168         Log: The #10402 didn't take.  Weird.
53169      Branch: perl
53170            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
53171            ! ext/Sys/Syslog/Syslog.xs
53172 ____________________________________________________________________________
53173 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
53174         Log: Eradicate traces of 'asciirange' re subpragma.
53175      Branch: perl
53176            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
53177            ! pod/perldiag.pod
53178 ____________________________________________________________________________
53179 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
53180         Log: use is a compile-time thing.
53181      Branch: perl
53182            ! ext/MIME/Base64/QuotedPrint.pm
53183 ____________________________________________________________________________
53184 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
53185         Log: Subject: [PATCH perl@10419] -Wall casting patch
53186              From: Robin Barker <rmb1@cise.npl.co.uk>
53187              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
53188              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
53189      Branch: perl
53190            ! ext/Devel/DProf/DProf.xs mg.c
53191 ____________________________________________________________________________
53192 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
53193         Log: Subject: [PATCH #2] introducing SVpad_TYPED
53194              From: Abhijit Menon-Sen <ams@wiw.org>
53195              Date: Mon, 4 Jun 2001 12:26:02 +0530
53196              Message-ID: <20010604122602.A5775@lustre.linux.in>
53197      Branch: perl
53198            ! op.c sv.c sv.h
53199 ____________________________________________________________________________
53200 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
53201         Log: testsuite for change#10192 (from Gisle Aas)
53202      Branch: perl
53203            + t/op/override.t
53204            ! MANIFEST
53205 ____________________________________________________________________________
53206 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
53207         Log: integrate changes#10414-10416 from mainline
53208              
53209              Potential buffer overrun if the radix separator is more than
53210              one byte.  Also, under locales, prefer the locale-specific
53211              separator over the old boring ".".
53212              
53213              "10.", that is, decimal numbers can have no decimal part at all.
53214              
53215              The non-locale places need love, too.
53216      Branch: maint-5.6/perl
53217           !> perl.h sv.c
53218 ____________________________________________________________________________
53219 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
53220         Log: Missed from #10420.
53221      Branch: perl
53222            ! epoc/config.sh
53223 ____________________________________________________________________________
53224 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
53225         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
53226              often this prototype goes with HAS_SETRESUID_PROTO.
53227      Branch: perl
53228            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53229            ! config_h.SH configure.com perl.h uconfig.h
53230 ____________________________________________________________________________
53231 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
53232         Log: Update Changes.
53233      Branch: perl
53234            ! Changes patchlevel.h
53235 ____________________________________________________________________________
53236 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
53237         Log: -Wall "subscript has type `char'" cleanup.
53238      Branch: perl
53239            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
53240 ____________________________________________________________________________
53241 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
53242         Log: Various "cast to pointer from integer of different size"
53243              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
53244              wide but I32 (int) only 32 bits wide).
53245              
53246              WARNING: the classnum and tagnum changes in Storable.xs
53247              may not be wise, they may be breaking binary compatibility
53248              (in 64-bit platforms), asked Raphael Manfredi about the changes.
53249      Branch: perl
53250            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
53251            ! mg.c proto.h
53252 ____________________________________________________________________________
53253 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
53254         Log: The non-locale places need love, too.
53255      Branch: perl
53256            ! perl.h
53257 ____________________________________________________________________________
53258 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
53259         Log: "10.", that is, decimal numbers can have no decimal part at all.
53260      Branch: perl
53261            ! perl.h
53262 ____________________________________________________________________________
53263 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
53264         Log: Potential buffer overrun if the radix separator is more than
53265              one byte.  Also, under locales, prefer the locale-specific
53266              separator over the old boring ".".
53267      Branch: perl
53268            ! perl.h sv.c
53269 ____________________________________________________________________________
53270 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
53271         Log: Integrate change #10412 from maintperl; locale is now
53272              per-cop, not per-op; plus retweak the locale.t to always
53273              list the skipped utf8 locales.
53274      Branch: perl
53275            ! t/pragma/locale.t
53276           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
53277           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
53278 ____________________________________________________________________________
53279 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
53280         Log: rationalize locale handling to fix the bugs uncovered by change#10394
53281              
53282              the major issue was that the runtime was looking at PL_hints rather
53283              than op_private to notice whether locale was enabled
53284              
53285              the secondary issue was that many locale-sensitive numeric ops didn't
53286              have HINT_LOCALE propagated into their op_private
53287              
53288              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
53289              instead of per-op, just like HINT_BYTE and the hints for lexical
53290              warnings (this makes the hint available to every op via PL_curcop)
53291              
53292              pragma/locale.t may need to be reworked with these fixes in mind
53293              (it currently passes its tests)
53294      Branch: maint-5.6/perl
53295            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
53296            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
53297 ____________________________________________________________________________
53298 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
53299         Log: More verbose debugging.
53300      Branch: perl
53301            ! t/pragma/locale.t
53302 ____________________________________________________________________________
53303 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
53304         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53305              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
53306              Date: Sat, 2 Jun 2001 22:53:33 +0100
53307              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
53308      Branch: perl
53309            ! regcomp.c t/pragma/warn/regcomp
53310 ____________________________________________________________________________
53311 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
53312         Log: Mention that lexicalizing $a or $b is a bad idea if one
53313              wants to use sort().
53314      Branch: perl
53315            ! pod/perlvar.pod
53316 ____________________________________________________________________________
53317 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
53318         Log: Tweak the test to be happy if the accuracy is 'good enough'.
53319      Branch: perl
53320            ! t/lib/posix.t
53321 ____________________________________________________________________________
53322 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
53323         Log: Upgrade to Attribute::Handlers 0.70.
53324              
53325              NOTE: this unearthed the "too late for CHECK block" bug,
53326              that's why the 1_compile.t change.
53327      Branch: perl
53328            + lib/Attribute/Handlers/demo/Demo.pm
53329            + lib/Attribute/Handlers/demo/Descriptions.pm
53330            + lib/Attribute/Handlers/demo/MyClass.pm
53331            + lib/Attribute/Handlers/demo/demo.pl
53332            + lib/Attribute/Handlers/demo/demo2.pl
53333            + lib/Attribute/Handlers/demo/demo3.pl
53334            + lib/Attribute/Handlers/demo/demo4.pl
53335            + lib/Attribute/Handlers/demo/demo_call.pl
53336            + lib/Attribute/Handlers/demo/demo_chain.pl
53337            + lib/Attribute/Handlers/demo/demo_cycle.pl
53338            + lib/Attribute/Handlers/demo/demo_hashdir.pl
53339            + lib/Attribute/Handlers/demo/demo_phases.pl
53340            + lib/Attribute/Handlers/demo/demo_range.pl
53341            + lib/Attribute/Handlers/demo/demo_rawdata.pl
53342            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
53343            ! t/lib/attrhand.t
53344 ____________________________________________________________________________
53345 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
53346         Log: One less -Wall whine.
53347      Branch: perl
53348            ! regcomp.c
53349 ____________________________________________________________________________
53350 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
53351         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
53352      Branch: perl
53353           !> t/op/eval.t
53354 ____________________________________________________________________________
53355 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
53356         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
53357              aren't "normally" visible inside eval""s contained in subs unless
53358              a cloned reference to them already exists)
53359              
53360              strangely enough, t/harness didn't show this up as a failure
53361              (harness needs fixing?)
53362      Branch: maint-5.6/perl
53363            ! t/op/eval.t
53364 ____________________________________________________________________________
53365 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
53366         Log: Update to Text::Balanced 1.85.
53367      Branch: perl
53368            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
53369 ____________________________________________________________________________
53370 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
53371         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
53372              From: Nicholas Clark <nick@ccl4.org>
53373              Date: Sun, 3 Jun 2001 17:54:36 +0100
53374              Message-ID: <20010603175436.E76396@plum.flirble.org> 
53375      Branch: perl
53376            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
53377            ! ext/Sys/Syslog/Syslog.xs
53378 ____________________________________________________________________________
53379 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
53380         Log: Unused variables.
53381      Branch: perl
53382            ! util.c
53383 ____________________________________________________________________________
53384 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
53385         Log: Subject: [PATCH] APIfy op_clear 
53386              From: Simon Cozens <simon@netthink.co.uk>
53387              Date: Sun, 3 Jun 2001 13:51:46 +0100
53388              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
53389              
53390              (despite the subject line, op_null is APIfied by the patch)
53391      Branch: perl
53392            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
53393 ____________________________________________________________________________
53394 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
53395         Log: Subject: [PATCH] t/lib/extutils.t
53396              From: Nicholas Clark <nick@ccl4.org>
53397              Date: Sat, 2 Jun 2001 23:57:05 +0100
53398              Message-ID: <20010602235705.Q12698@plum.flirble.org>
53399      Branch: perl
53400            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
53401 ____________________________________________________________________________
53402 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
53403         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
53404              From: Prymmer/Kahn <pvhp@best.com>
53405              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
53406              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
53407      Branch: perl
53408            ! win32/Makefile win32/makefile.mk
53409 ____________________________________________________________________________
53410 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
53411         Log: Subject: Re: 'decimal digits' macro? 
53412              From: Hugo <hv@crypt.compulink.co.uk>
53413              Date: Sun, 03 Jun 2001 04:26:36 +0100
53414              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
53415      Branch: perl
53416            ! handy.h t/lib/posix.t t/op/tr.t
53417 ____________________________________________________________________________
53418 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
53419         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53420              From: Hugo <hv@crypt.compulink.co.uk>
53421              Date: Sun, 03 Jun 2001 14:56:30 +0100
53422              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
53423      Branch: perl
53424            ! util.c
53425 ____________________________________________________________________________
53426 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
53427         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
53428      Branch: perl
53429           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
53430           !> vms/perly_c.vms
53431 ____________________________________________________________________________
53432 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
53433         Log: fix leakage of lexicals at file scope into subroutines that were
53434              declared before them; this appears to be a longstanding bug that
53435              meant that lexicals at file scope were never "deintroduced", meaning
53436              their scope range was never properly closed, and their visibility
53437              extended to all subsequent eval""s or requires
53438              
53439              added a test case
53440              
53441              seems to also fix a case of bogus duplicate warnings
53442      Branch: maint-5.6/perl
53443            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
53444            ! vms/perly_c.vms
53445 ____________________________________________________________________________
53446 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
53447         Log: More VMS tweaks from Craig A. Berry.
53448      Branch: perl
53449            ! configure.com t/lib/extutils.t
53450 ____________________________________________________________________________
53451 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
53452         Log: -Wall cleanup continues.
53453      Branch: perl
53454            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
53455            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
53456            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
53457            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
53458            ! run.c toke.c util.c
53459 ____________________________________________________________________________
53460 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
53461         Log: The metaconfig unit change for #10390.
53462      Branch: metaconfig/U/perl
53463            ! gccvers.U
53464 ____________________________________________________________________________
53465 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
53466         Log: Drop the -ansi from the default gcc flags.
53467              
53468              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
53469              that struct cannot be compared with a flat integer, such as STRLEN.
53470              The -ansi will also cause a lot of noise in Solaris because of:
53471              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
53472      Branch: perl
53473            ! Configure
53474 ____________________________________________________________________________
53475 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
53476         Log: Integrate perlio:
53477              
53478              [ 10387]
53479              Tweak util.c's atof2 for MULTIPLICITY
53480      Branch: perl
53481           !> pod/perlapi.pod util.c
53482 ____________________________________________________________________________
53483 [ 10388] By: nick                                  on 2001/06/02  08:01:12
53484         Log: Integrate mainline
53485      Branch: perlio
53486           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
53487           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
53488           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
53489           !> t/lib/1_compile.t t/lib/mimeqp.t
53490 ____________________________________________________________________________
53491 [ 10387] By: nick                                  on 2001/06/02  07:39:17
53492         Log: Tweak util.c's atof2 for MULTIPLICITY
53493      Branch: perlio
53494            ! util.c
53495 ____________________________________________________________________________
53496 [ 10386] By: nick                                  on 2001/06/02  07:38:33
53497         Log: Integrate mainline
53498      Branch: perlio
53499           !> (integrate 41 files)
53500 ____________________________________________________________________________
53501 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
53502         Log: Add Attribute::Handlers 0.61 from Damian Conway.
53503      Branch: perl
53504            + lib/Attribute/Handlers.pm t/lib/attrhand.t
53505            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
53506 ____________________________________________________________________________
53507 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
53508         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
53509              From: Peter Prymmer <pvhp@forte.com>
53510              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
53511              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
53512      Branch: perl
53513            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
53514 ____________________________________________________________________________
53515 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
53516         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
53517              From: Jeff Pinyan <jeffp@crusoe.net>
53518              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
53519              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
53520      Branch: perl
53521            ! lib/File/Find.pm
53522 ____________________________________________________________________________
53523 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
53524         Log: Subject: [PATCH perl@10381] configure.com tweaks
53525              From: "Craig A. Berry" <craigberry@mac.com>
53526              Date: Fri, 1 Jun 2001 13:55:43 -0500
53527              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
53528      Branch: perl
53529            ! configure.com
53530 ____________________________________________________________________________
53531 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
53532         Log: Update Changes.
53533      Branch: perl
53534            ! Changes patchlevel.h
53535 ____________________________________________________________________________
53536 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
53537         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
53538              From: Mike Guy <mjtg@cam.ac.uk>
53539              Date: Fri, 01 Jun 2001 18:17:02 +0100
53540              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
53541      Branch: perl
53542            ! lib/perl5db.pl
53543 ____________________________________________________________________________
53544 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
53545         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53546              From: Hugo <hv@crypt.compulink.co.uk>
53547              Date: Thu, 31 May 2001 20:49:48 +0100
53548              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
53549      Branch: perl
53550            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
53551            ! util.c
53552 ____________________________________________________________________________
53553 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
53554         Log: Zero() is not available in x2p (or, rather, some of its
53555              implementations like memzero() might not be available.)
53556      Branch: perl
53557            ! x2p/hash.c
53558 ____________________________________________________________________________
53559 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
53560         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
53561              From: Michael G Schwern <schwern@pobox.com>
53562              Date: Fri, 1 Jun 2001 12:00:29 +0100
53563              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
53564              
53565              (But use Zero() instead of memset.)
53566      Branch: perl
53567            ! x2p/hash.c
53568 ____________________________________________________________________________
53569 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
53570         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53571              From: Jeff Pinyan <jeffp@crusoe.net>
53572              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
53573              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
53574      Branch: perl
53575            ! pod/perldiag.pod regcomp.c t/op/pat.t
53576 ____________________________________________________________________________
53577 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
53578         Log: Retract #10324 and #10333; not needed.
53579      Branch: perl
53580            ! hints/irix_6.sh hints/linux.sh
53581 ____________________________________________________________________________
53582 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
53583         Log: The #10370 wasn't quite right.
53584      Branch: perl
53585            ! ext/XS/Typemap/Typemap.xs
53586 ____________________________________________________________________________
53587 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
53588         Log: The metaconfig units changes for #10372.
53589      Branch: metaconfig/U/perl
53590            + d_realpath.U d_sresgproto.U d_sresuproto.U
53591            ! gccvers.U i_db.U
53592 ____________________________________________________________________________
53593 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
53594         Log: Configure tweaks; record the Berkeley DB version,
53595              probe for realpath(), for setresuid() and setresgid()
53596              prototypes; use realpath() (try to be paranoid enough),
53597              use the setres[ug]id prototypes because glibc has the functions
53598              but not their prototypes; add -Wall -ansi to gcc ccflags;
53599              regen toc.
53600      Branch: perl
53601            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53602            ! config_h.SH configure.com epoc/config.sh
53603            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
53604            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
53605            ! vos/config.ga.def win32/config.bc win32/config.gc
53606            ! win32/config.vc
53607 ____________________________________________________________________________
53608 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
53609         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
53610              From: Michael G Schwern <schwern@pobox.com>
53611              Date: Fri, 1 Jun 2001 11:28:14 +0100
53612              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
53613      Branch: perl
53614            ! lib/attributes.pm xsutils.c
53615 ____________________________________________________________________________
53616 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
53617         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
53618              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53619              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
53620              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
53621      Branch: perl
53622            ! ext/XS/Typemap/Typemap.xs
53623 ____________________________________________________________________________
53624 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
53625         Log: Subject: [patch] Cwd.xs optimizations/abstraction
53626              From: Doug MacEachern <dougm@covalent.net>
53627              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
53628              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
53629      Branch: perl
53630            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
53631            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
53632 ____________________________________________________________________________
53633 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
53634         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!])
53635              From: Nicholas Clark <nick@ccl4.org>
53636              Date: Thu, 31 May 2001 23:56:40 +0100
53637              Message-ID: <20010531235640.F12698@plum.flirble.org>
53638              
53639              Make the test work also under only static extensions
53640              (sh Configure -Uusedl fakes this nicely)
53641      Branch: perl
53642            ! t/lib/extutils.t
53643 ____________________________________________________________________________
53644 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
53645         Log: Subject: [PATCH hv.c] Eliminating trigraph
53646              From: Michael G Schwern <schwern@pobox.com>
53647              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
53648              Date: Fri, 1 Jun 2001 11:49:56 +0100
53649      Branch: perl
53650            ! hv.c
53651 ____________________________________________________________________________
53652 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
53653         Log: Subject: Re: [PATCH] Tests for File::Compare 
53654              From: "Philip Newton" <Philip.Newton@gmx.net>
53655              Date: Thu, 31 May 2001 19:44:05 +0200
53656              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
53657              
53658              Unnecessary "quotation marks".
53659      Branch: perl
53660            ! t/lib/filecomp.t
53661 ____________________________________________________________________________
53662 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
53663         Log: Integrate perlio:
53664              
53665              [ 10364]
53666              Cleanup dll.base and dll.exp created by GCC builds.
53667              
53668              [ 10363]
53669              Make filecomp test work on CRLF platforms by adding binmode.
53670      Branch: perl
53671           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
53672 ____________________________________________________________________________
53673 [ 10364] By: nick                                  on 2001/06/01  10:13:31
53674         Log: Cleanup dll.base and dll.exp created by GCC builds.
53675      Branch: perlio
53676            ! lib/ExtUtils/MM_Win32.pm
53677 ____________________________________________________________________________
53678 [ 10363] By: nick                                  on 2001/06/01  10:02:17
53679         Log: Make filecomp test work on CRLF platforms by adding binmode.
53680      Branch: perlio
53681            ! t/lib/filecomp.t
53682 ____________________________________________________________________________
53683 [ 10362] By: nick                                  on 2001/06/01  08:37:17
53684         Log: Integrate mainline
53685      Branch: perlio
53686           !> Changes Configure patchlevel.h perlio.c
53687 ____________________________________________________________________________
53688 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
53689         Log: panic:claustrophobia.
53690      Branch: perl
53691            ! perlio.c
53692 ____________________________________________________________________________
53693 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
53694         Log: Update Changes.
53695      Branch: perl
53696            ! Changes patchlevel.h
53697 ____________________________________________________________________________
53698 [ 10359] By: nick                                  on 2001/05/31  12:35:50
53699         Log: Integrate mainline.
53700      Branch: perlio
53701           +> t/lib/filecomp.t
53702           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
53703           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
53704 ____________________________________________________________________________
53705 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
53706         Log: Integrate perlio:
53707              
53708              [ 10350]
53709              win32 - dmake regen_config_h
53710              
53711              [ 10348]
53712              Tolerate Win32 numerics
53713      Branch: perl
53714           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
53715           !> win32/config_H.vc
53716 ____________________________________________________________________________
53717 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
53718         Log: Metaconfig unit change for #10356.
53719      Branch: metaconfig
53720            ! U/installdirs/inc_version_list.U
53721 ____________________________________________________________________________
53722 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
53723         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
53724              (idea from Sarathy; implementation from Andy)
53725      Branch: perl
53726            ! Configure
53727 ____________________________________________________________________________
53728 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
53729         Log: More AUTHORS.
53730      Branch: perl
53731            ! AUTHORS
53732 ____________________________________________________________________________
53733 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
53734         Log: Subject: Re: [PATCH] Tests for File::Compare
53735              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
53736              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
53737              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
53738      Branch: perl
53739            + t/lib/filecomp.t
53740            ! MANIFEST t/lib/1_compile.t
53741 ____________________________________________________________________________
53742 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
53743         Log: Subject: [PATCH] DEBUG_* macro cleanups
53744              From: Abhijit Menon-Sen <ams@wiw.org>
53745              Date: Thu, 31 May 2001 12:16:22 +0530
53746              Message-ID: <20010531121622.B4829@lustre.linux.in>
53747              
53748              Subject: Re: [PATCH] DEBUG_* macro cleanups
53749              From: Abhijit Menon-Sen <ams@wiw.org>
53750              Date: Thu, 31 May 2001 13:57:01 +0530
53751              Message-ID: <20010531135701.A21775@lustre.linux.in>
53752              
53753              (The DEBUG_ definitions in perl.h changed to use the
53754              STMT_START and STMT_END.)
53755      Branch: perl
53756            ! perl.h pp_ctl.c sv.c toke.c
53757 ____________________________________________________________________________
53758 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
53759         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
53760              From: Abhijit Menon-Sen <ams@wiw.org>
53761              Date: Thu, 31 May 2001 08:27:55 +0530
53762              Message-ID: <20010531082755.A10018@lustre.linux.in>
53763      Branch: perl
53764            ! ext/Storable/Storable.xs gv.c perl.c
53765 ____________________________________________________________________________
53766 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
53767         Log: Subject: [PATCH] AUTHORS
53768              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53769              Date: Thu, 31 May 2001 01:27:59 -0500
53770              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
53771              
53772              Subject: Re: [PATCH] AUTHORS
53773              From: "Philip Newton" <Philip.Newton@gmx.net>
53774              Date: Thu, 31 May 2001 10:08:06 +0200
53775              (Message-Id missing?)
53776      Branch: perl
53777            ! AUTHORS
53778 ____________________________________________________________________________
53779 [ 10350] By: nick                                  on 2001/05/31  11:40:43
53780         Log: win32 - dmake regen_config_h
53781      Branch: perlio
53782            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53783 ____________________________________________________________________________
53784 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
53785         Log: Subject: Re: [PATCH util.c] More warning cleanups.
53786              From: "Philip Newton" <Philip.Newton@gmx.net>
53787              Date: Thu, 31 May 2001 07:41:36 +0200
53788              Message-Id: <200105310538.IAA25458@taku.hut.fi>
53789              
53790              Undo C++-ism that snekt in.
53791      Branch: perl
53792            ! util.c
53793 ____________________________________________________________________________
53794 [ 10348] By: nick                                  on 2001/05/31  11:36:46
53795         Log: Tolerate Win32 numerics
53796      Branch: perlio
53797            ! t/pragma/warn/toke
53798 ____________________________________________________________________________
53799 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
53800         Log: Integrate perlio:
53801              
53802              [ 10346]
53803              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53804              perlio.c change 10255.
53805              
53806              [ 10345]
53807              Conditionally put back some "unused" dTHX which are used
53808              with PERL_IMPLICIT_SYS
53809              
53810              [ 10344]
53811              Fix Win32 for new spelling IN_BYTES 
53812              
53813              [ 10343]
53814              perlio.c -Wall cleaner under MULTIPLICITY
53815              - still minor noise with linux stdio
53816      Branch: perl
53817           !> perlio.c win32/win32.h
53818 ____________________________________________________________________________
53819 [ 10346] By: nick                                  on 2001/05/31  10:54:55
53820         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53821              perlio.c change 10255.
53822      Branch: perlio
53823            ! perlio.c
53824 ____________________________________________________________________________
53825 [ 10345] By: nick                                  on 2001/05/31  10:01:57
53826         Log: Conditionally put back some "unused" dTHX which are used
53827              with PERL_IMPLICIT_SYS
53828      Branch: perlio
53829            ! perlio.c
53830 ____________________________________________________________________________
53831 [ 10344] By: nick                                  on 2001/05/31  10:00:59
53832         Log: Fix Win32 for new spelling IN_BYTES 
53833      Branch: perlio
53834            ! win32/win32.h
53835 ____________________________________________________________________________
53836 [ 10343] By: nick                                  on 2001/05/31  08:01:32
53837         Log: perlio.c -Wall cleaner under MULTIPLICITY
53838              - still minor noise with linux stdio
53839      Branch: perlio
53840            ! perlio.c
53841 ____________________________________________________________________________
53842 [ 10342] By: nick                                  on 2001/05/31  07:52:23
53843         Log: Integrate mainline.
53844      Branch: perlio
53845           !> (integrate 42 files)
53846 ____________________________________________________________________________
53847 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
53848         Log: AUTHORS updates.
53849      Branch: perl
53850            ! AUTHORS
53851 ____________________________________________________________________________
53852 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
53853         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
53854              From: Peter Prymmer <pvhp@forte.com>
53855              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
53856              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
53857      Branch: perl
53858            ! t/lib/md5-file.t
53859 ____________________________________________________________________________
53860 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
53861         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
53862              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
53863              to match the pragma name; various robustness cleanups.
53864      Branch: perl
53865            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
53866            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
53867 ____________________________________________________________________________
53868 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
53869         Log: More -Wall sweeping.
53870      Branch: perl
53871            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
53872            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
53873            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
53874            ! regcomp.c sv.c toke.c utf8.c
53875 ____________________________________________________________________________
53876 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
53877         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
53878              From: Nicholas Clark <nick@ccl4.org>
53879              Date: Wed, 30 May 2001 22:34:41 +0100
53880              Message-ID: <20010530223441.Y86445@plum.flirble.org>
53881      Branch: perl
53882            ! t/op/cmp.t
53883 ____________________________________________________________________________
53884 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
53885         Log: It's is not, it isn't ain't, and it's it's, not its,
53886              if you mean it is. If you don't, it's its. Then too,
53887              it's hers. It isn't her's. It isn't our's either.
53888              It's ours, and likewise yours and theirs.
53889              -- Oxford University Press, Edpress News
53890      Branch: perl
53891            ! lib/autouse.pm
53892 ____________________________________________________________________________
53893 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
53894         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
53895      Branch: perl
53896            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
53897            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
53898            ! x2p/str.c x2p/walk.c xsutils.c
53899 ____________________________________________________________________________
53900 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
53901         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53902              From: Michael G Schwern <schwern@pobox.com>
53903              Date: Wed, 30 May 2001 17:10:38 +0100
53904              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
53905              
53906              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53907              From: Abhijit Menon-Sen <ams@wiw.org>
53908              Date: Wed, 30 May 2001 23:16:13 +0530
53909              Message-ID: <20010530231613.A31933@lustre.linux.in>
53910      Branch: perl
53911            ! perl.c t/run/runenv.t
53912 ____________________________________________________________________________
53913 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
53914         Log: (Retracted by #10375.)
53915              
53916              IRIX hints patch from Merijn Broeren.
53917              
53918              TODO: (this and the earlier Linux hints patch) should be solved
53919              at Configure level.  Merijn: -ldb should not be used on any platform
53920              for perl, just when linking DBFile itself. Trying to be helpful here
53921              is counterproductive.
53922      Branch: perl
53923            ! hints/irix_6.sh
53924 ____________________________________________________________________________
53925 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
53926         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
53927              From: Nicholas Clark <nick@ccl4.org>
53928              Date: Wed, 30 May 2001 23:20:58 +0100
53929              Message-ID: <20010530232058.B86445@plum.flirble.org>
53930      Branch: perl
53931            ! doop.c
53932 ____________________________________________________________________________
53933 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
53934         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53935              From: Michael G Schwern <schwern@pobox.com> 
53936              Date: Wed, 30 May 2001 15:24:20 +0100
53937              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
53938      Branch: perl
53939            ! t/pragma/autouse.t
53940 ____________________________________________________________________________
53941 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
53942         Log: The regex trick wasn't a good idea.
53943      Branch: perl
53944            ! pod/perlfaq4.pod
53945 ____________________________________________________________________________
53946 [ 10329] By: nick                                  on 2001/05/30  18:34:35
53947         Log: Integrate mainline
53948      Branch: perlio
53949           !> (integrate 40 files)
53950 ____________________________________________________________________________
53951 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
53952         Log: Update Changes.
53953      Branch: perl
53954            ! Changes patchlevel.h
53955 ____________________________________________________________________________
53956 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
53957         Log: The metaconfig unit change for #10325.
53958      Branch: metaconfig
53959            + U/modified/afs.U
53960 ____________________________________________________________________________
53961 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
53962         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
53963              is now wrong.
53964      Branch: perl
53965            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
53966 ____________________________________________________________________________
53967 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
53968         Log: Introduce $Config{afsroot}.
53969      Branch: perl
53970            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53971            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
53972            ! win32/config.gc win32/config.vc
53973 ____________________________________________________________________________
53974 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
53975         Log: (Retracted by #10375.)
53976              
53977              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
53978      Branch: perl
53979            ! hints/linux.sh
53980 ____________________________________________________________________________
53981 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
53982         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
53983              (Also Configure tweaks needed; coming up soon.)
53984      Branch: perl
53985            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
53986 ____________________________________________________________________________
53987 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
53988         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
53989              From: Michael G Schwern <schwern@pobox.com>
53990              Date: Sun, 27 May 2001 10:29:43 +0100
53991              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
53992      Branch: perl
53993            ! lib/perl5db.pl
53994 ____________________________________________________________________________
53995 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
53996         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
53997              and Abhijit Menon-Sen.
53998      Branch: perl
53999            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
54000            ! perl.c pp_sys.c regcomp.c
54001 ____________________________________________________________________________
54002 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
54003         Log: Fix the BOOT section to call myU2time properly.
54004      Branch: perl
54005            ! ext/Time/HiRes/HiRes.xs
54006 ____________________________________________________________________________
54007 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
54008         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
54009              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
54010              Date: Wed, 30 May 2001 09:44:29 -0400
54011              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
54012              
54013              Detypo; plus add one more trick.
54014      Branch: perl
54015            ! pod/perlfaq4.pod
54016 ____________________________________________________________________________
54017 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
54018         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)
54019              From: Michael G Schwern <schwern@pobox.com>
54020              Date: Wed, 30 May 2001 14:39:06 +0100
54021              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
54022      Branch: perl
54023            ! lib/autouse.pm t/pragma/autouse.t
54024 ____________________________________________________________________________
54025 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
54026         Log: Subject: Re: AIX and gcc (moving targets)
54027              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54028              Date: Wed, 30 May 2001 15:25:08 +0200
54029              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
54030      Branch: perl
54031            ! ext/Time/HiRes/HiRes.xs
54032 ____________________________________________________________________________
54033 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
54034         Log: Subject: [PATCH t/TEST] sorting tests
54035              From: Michael G Schwern <schwern@pobox.com>
54036              Date: Wed, 30 May 2001 10:24:02 +0100
54037              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
54038      Branch: perl
54039            ! t/TEST
54040 ____________________________________________________________________________
54041 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
54042         Log: Subject: [ID 20010529.002] typos in man page perlre
54043              From: bart@cg681574-a.adubn1.nj.home.com 
54044              Date: Tue, 29 May 2001 13:58:59 -0500
54045              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
54046      Branch: perl
54047            ! pod/perlre.pod
54048 ____________________________________________________________________________
54049 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
54050         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
54051              From: "Craig A. Berry" <craigberry@mac.com>
54052              Date: Tue, 29 May 2001 23:23:45 -0500
54053              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
54054      Branch: perl
54055            ! t/lib/extutils.t t/pragma/autouse.t
54056 ____________________________________________________________________________
54057 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
54058         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)
54059              From: David Dyck <dcd@tc.fluke.com>
54060              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
54061              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
54062      Branch: perl
54063            ! t/lib/filefind.t
54064 ____________________________________________________________________________
54065 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
54066         Log: AIX hints update for gcc from Merijn H. Brand.
54067      Branch: perl
54068            ! hints/aix.sh
54069 ____________________________________________________________________________
54070 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
54071         Log: Retract #10295 and #10296: a more generic solution
54072              is needed (there's something funny with gcc on AIX).
54073      Branch: perl
54074            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
54075 ____________________________________________________________________________
54076 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
54077         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
54078              From: Hugo <hv@crypt.compulink.co.uk>
54079              Date: Wed, 30 May 2001 11:59:19 +0100
54080              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
54081              
54082              localizing $@ has unfortunate semantics - if you die past
54083              a local $@, the die message is lost.
54084      Branch: perl
54085            ! lib/utf8_heavy.pl
54086 ____________________________________________________________________________
54087 [ 10309] By: nick                                  on 2001/05/30  08:23:02
54088         Log: Integrate mainline (autouse works again.)
54089      Branch: perlio
54090           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
54091           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
54092           !> pod/perlvar.pod t/op/cmp.t
54093 ____________________________________________________________________________
54094 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
54095         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
54096              From: David Dyck <dcd@tc.fluke.com>
54097              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
54098              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
54099      Branch: perl
54100            ! lib/File/Find.pm
54101 ____________________________________________________________________________
54102 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
54103         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
54104              From: Nicholas Clark <nick@ccl4.org>
54105              Date: Tue, 29 May 2001 23:16:09 +0100
54106              Message-ID: <20010529231609.U86445@plum.flirble.org>
54107              
54108              Make the test output slightly clearer by distinguishing
54109              between '' and undef.
54110      Branch: perl
54111            ! t/op/cmp.t
54112 ____________________________________________________________________________
54113 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
54114         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
54115              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54116              Date: Tue, 29 May 2001 19:15:19 -0400
54117              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
54118      Branch: perl
54119            ! hints/os2.sh
54120 ____________________________________________________________________________
54121 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
54122         Log: Subject: perlvar.pod addition
54123              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
54124              Date: Fri, 25 May 2001 20:23:12 +0200
54125              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
54126              
54127              Subject: Re: perlvar.pod addition
54128              From: "Abigail" <abigail@foad.org> 
54129              Date: Fri, 25 May 2001 22:00:39 +0200
54130              Message-ID: <20010525200039.28029.qmail@foad.org>
54131              
54132              Mention $a and $b in perlvar.
54133      Branch: perl
54134            ! pod/perlvar.pod
54135 ____________________________________________________________________________
54136 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
54137         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
54138              From: Jeff Pinyan <jeffp@crusoe.net>
54139              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
54140              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
54141      Branch: perl
54142            ! pod/perlvar.pod
54143 ____________________________________________________________________________
54144 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
54145         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
54146              From: Jeff Pinyan <jeffp@crusoe.net>
54147              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
54148              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
54149      Branch: perl
54150            ! pod/perlfaq6.pod
54151 ____________________________________________________________________________
54152 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
54153         Log: Mention Time::localtime and Time::gmtime.
54154      Branch: perl
54155            ! ext/Time/Piece/Piece.pm
54156 ____________________________________________________________________________
54157 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
54158         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
54159              From: Michael G Schwern <schwern@pobox.com>
54160              Date: Tue, 29 May 2001 18:51:32 +0100
54161              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
54162      Branch: perl
54163            ! pod/perlfaq4.pod
54164 ____________________________________________________________________________
54165 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
54166         Log: Retract #10243.
54167      Branch: perl
54168            ! lib/autouse.pm
54169 ____________________________________________________________________________
54170 [ 10299] By: nick                                  on 2001/05/29  18:41:19
54171         Log: Post weekend integrate mainline (fails one test pragma/autouse).
54172      Branch: perlio
54173           +> (branch 29 files)
54174           !> (integrate 91 files)
54175 ____________________________________________________________________________
54176 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
54177         Log: Update Changes.
54178      Branch: perl
54179            ! Changes patchlevel.h
54180 ____________________________________________________________________________
54181 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
54182         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
54183              before Perl_load_module/Perl_call_method and restore the value
54184              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
54185      Branch: perl
54186            ! utf8.c
54187 ____________________________________________________________________________
54188 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
54189         Log: Subject: Re: AIX and gcc (moving targets)
54190              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54191              Date: Tue, 29 May 2001 17:59:40 +0200
54192              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
54193      Branch: perl
54194            ! ext/Storable/Makefile.PL
54195 ____________________________________________________________________________
54196 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
54197         Log: Subject: Re: AIX and gcc (moving targets)
54198              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54199              Date: Tue, 29 May 2001 12:32:57 +0200
54200              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
54201      Branch: perl
54202            ! ext/POSIX/Makefile.PL
54203 ____________________________________________________________________________
54204 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
54205         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
54206              From: Michael G Schwern <schwern@pobox.com>
54207              Date: Tue, 29 May 2001 09:53:29 +0100
54208              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
54209              
54210              (#10280 retracted)
54211      Branch: perl
54212            ! lib/Test/Harness.pm t/lib/test-harness.t
54213 ____________________________________________________________________________
54214 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
54215         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
54216              From: Michael G Schwern <schwern@pobox.com>
54217              Date: Tue, 29 May 2001 09:19:52 +0100
54218              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
54219      Branch: perl
54220            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
54221            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
54222            + t/lib/Test/todo.t
54223            ! MANIFEST lib/Test.pm t/TEST
54224 ____________________________________________________________________________
54225 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
54226         Log: From: Michael G Schwern <schwern@pobox.com>
54227              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
54228              Date: Tue, 29 May 2001 08:26:09 +0100
54229              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
54230      Branch: perl
54231            ! t/TEST
54232 ____________________________________________________________________________
54233 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
54234         Log: Add tests for Time::gmtime and Time::localtime.
54235      Branch: perl
54236            + t/lib/time-gmtime.t t/lib/time-localtime.t
54237            ! MANIFEST t/lib/1_compile.t
54238 ____________________________________________________________________________
54239 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
54240         Log: Add test for File::stat.
54241      Branch: perl
54242            + t/lib/filestat.t
54243            ! MANIFEST t/lib/1_compile.t
54244 ____________________________________________________________________________
54245 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
54246         Log: Add test for Net::servent.
54247      Branch: perl
54248            + t/lib/net-sent.t
54249            ! MANIFEST t/lib/1_compile.t
54250 ____________________________________________________________________________
54251 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
54252         Log: Add test for Net::protoent.
54253      Branch: perl
54254            + t/lib/net-pent.t
54255            ! MANIFEST t/lib/1_compile.t
54256 ____________________________________________________________________________
54257 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
54258         Log: Add test for Net::netent.
54259      Branch: perl
54260            + t/lib/net-nent.t
54261            ! MANIFEST t/lib/1_compile.t
54262 ____________________________________________________________________________
54263 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
54264         Log: Add test for User::grent.  Portability doubtful.
54265      Branch: perl
54266            + t/lib/user-grent.t
54267            ! MANIFEST t/lib/1_compile.t
54268 ____________________________________________________________________________
54269 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
54270         Log: Add test for User::pwent.
54271              Probably will fall down somewhere for portability reasons.
54272      Branch: perl
54273            + t/lib/user-pwent.t
54274            ! MANIFEST t/lib/1_compile.t
54275 ____________________________________________________________________________
54276 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
54277         Log: Metaconfig units changes for #10283.
54278      Branch: metaconfig
54279            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
54280            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
54281            ! U/installdirs/sitescript.U U/modified/Signal.U
54282 ____________________________________________________________________________
54283 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
54284         Log: Subject: [PATCH 5.6.1] signal names in Configure
54285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54286              Date: Tue, 29 May 2001 03:52:25 -0400
54287              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
54288              
54289              Subject: [PATCH 5.6.1] older perl in Configure
54290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54291              Date: Tue, 29 May 2001 03:55:40 -0400
54292              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
54293              
54294              Subject: [PATCH 5.6.1] goofs in Configure
54295              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54296              Date: Tue, 29 May 2001 04:13:07 -0400
54297              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
54298              
54299              Configure portability tweaks.
54300      Branch: perl
54301            ! Configure
54302 ____________________________________________________________________________
54303 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
54304         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
54305              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54306              Date: Tue, 29 May 2001 04:07:06 -0400
54307              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
54308      Branch: perl
54309            ! os2/os2.c
54310 ____________________________________________________________________________
54311 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
54312         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
54313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54314              Date: Tue, 29 May 2001 04:01:38 -0400
54315              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
54316      Branch: perl
54317            ! hints/os2.sh os2/Makefile.SHs
54318 ____________________________________________________________________________
54319 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
54320         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
54321              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54322              Date: Tue, 29 May 2001 03:50:18 -0400
54323              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
54324      Branch: perl
54325            ! lib/Test/Harness.pm
54326 ____________________________________________________________________________
54327 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
54328         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
54329      Branch: perl
54330            ! lib/utf8_heavy.pl
54331 ____________________________________________________________________________
54332 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
54333         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
54334              From: Hugo <hv@crypt.compulink.co.uk>
54335              Date: Tue, 29 May 2001 03:03:45 +0100
54336              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
54337              
54338              Explanation why the $@ always gets the UTF8 flag when under use utf8--
54339              because we told it to have the flag when under use utf8.
54340      Branch: perl
54341            ! pp_ctl.c
54342 ____________________________________________________________________________
54343 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
54344         Log: At least a partial fix for 20010528.004.
54345      Branch: perl
54346            ! lib/utf8_heavy.pl
54347 ____________________________________________________________________________
54348 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
54349         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
54350              From: Nicholas Clark <nick@ccl4.org> 
54351              Date: Mon, 28 May 2001 23:39:38 +0100
54352              Message-ID: <20010528233938.M86445@plum.flirble.org>
54353              
54354              More portable non-zero UV.
54355      Branch: perl
54356            ! t/lib/extutils.t
54357 ____________________________________________________________________________
54358 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
54359         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
54360              From: Nicholas Clark <nick@ccl4.org>
54361              Date: Mon, 28 May 2001 22:46:09 +0100
54362              Message-ID: <20010528224608.L86445@plum.flirble.org>
54363              
54364              Test also "make clean".
54365      Branch: perl
54366            ! t/lib/extutils.t
54367 ____________________________________________________________________________
54368 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
54369         Log: Subject: Re: Would -Wno-unused -Wall be better?
54370              From: Michael G Schwern <schwern@pobox.com>
54371              Date: Tue, 29 May 2001 00:55:54 +0100
54372              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
54373      Branch: perl
54374            ! pp.h
54375 ____________________________________________________________________________
54376 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
54377         Log: Add a test for 20010528.007, fixed in #10272.
54378      Branch: perl
54379            ! t/op/misc.t toke.c
54380 ____________________________________________________________________________
54381 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
54382         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
54383              From: Hugo <hv@crypt.compulink.co.uk>
54384              Date: Tue, 29 May 2001 00:23:23 +0100
54385              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
54386      Branch: perl
54387            ! toke.c
54388 ____________________________________________________________________________
54389 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
54390         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54391              From: Michael G Schwern <schwern@pobox.com>
54392              Date: Tue, 29 May 2001 00:42:59 +0100
54393              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
54394      Branch: perl
54395            ! t/pragma/autouse.t
54396 ____________________________________________________________________________
54397 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
54398         Log: Some shells seemingly arrange the signal handlers differently
54399              (bug id 20010521.004).
54400      Branch: perl
54401            ! t/lib/sigaction.t
54402 ____________________________________________________________________________
54403 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
54404         Log: Regen perlmodlib.
54405      Branch: perl
54406            ! pod/perlmodlib.pod
54407 ____________________________________________________________________________
54408 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
54409         Log: Update Changes.
54410      Branch: perl
54411            ! Changes patchlevel.h
54412 ____________________________________________________________________________
54413 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
54414         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
54415              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54416              Date: Mon, 28 May 2001 14:56:35 -0500
54417              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
54418      Branch: perl
54419            ! pod/perlnewmod.pod
54420 ____________________________________________________________________________
54421 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
54422         Log: Regen toc.
54423      Branch: perl
54424            ! pod/perltoc.pod
54425 ____________________________________________________________________________
54426 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
54427         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
54428              From: "Richard Soderberg" <rs@crystalflame.net>
54429              Date: Mon, 28 May 2001 12:31:23 -0700
54430              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
54431      Branch: perl
54432            ! t/op/splice.t
54433 ____________________________________________________________________________
54434 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
54435         Log: The #10260 was too bold: locales and utf8 still do not mix.
54436      Branch: perl
54437            ! t/pragma/locale.t
54438 ____________________________________________________________________________
54439 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
54440         Log: Subject: [PATCH] Pod nitpicks
54441              From: "Richard Soderberg" <rs@crystalflame.net>
54442              Date: Mon, 28 May 2001 10:08:58 -0700
54443              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
54444      Branch: perl
54445            ! pod/perl571delta.pod pod/perlapi.pod sv.h
54446 ____________________________________________________________________________
54447 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
54448         Log: Upgrade to I18N::LangTags 0.22.
54449      Branch: perl
54450            + lib/I18N/LangTags/List.pod
54451            ! MANIFEST lib/I18N/LangTags.pm
54452 ____________________________________________________________________________
54453 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
54454         Log: A slightly more serious bug found by -Mutf8; op/misc and
54455              lib/complex dumped core.
54456      Branch: perl
54457            ! regexec.c
54458 ____________________________________________________________________________
54459 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
54460         Log: Various buglets shaken out by -Mutf8.
54461      Branch: perl
54462            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
54463            ! t/pragma/locale.t
54464 ____________________________________________________________________________
54465 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
54466         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
54467      Branch: perl
54468            ! t/lib/carp.t
54469 ____________________________________________________________________________
54470 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
54471         Log: Subject: [PATCH] todo patch
54472              From: Artur Bergman <artur@contiller.se> 
54473              Date: Mon, 28 May 2001 17:03:51 +0200
54474              Message-ID: <B7383577.F34%artur@contiller.se>
54475      Branch: perl
54476            ! pod/perltodo.pod
54477 ____________________________________________________________________________
54478 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
54479         Log: Subject: typo in perlguts.pod
54480              From: "John P. Linderman" <jpl@research.att.com>
54481              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
54482              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
54483      Branch: perl
54484            ! pod/perlguts.pod
54485 ____________________________________________________________________________
54486 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
54487         Log: Subject: AIX and gcc (moving targets)
54488              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54489              Date: Mon, 28 May 2001 12:54:04 +0200
54490              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
54491      Branch: perl
54492            ! hints/aix.sh
54493 ____________________________________________________________________________
54494 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
54495         Log: Subject: Re: perlio + multiple perl_alloc..destruct
54496              From: Doug MacEachern <dougm@covalent.net>
54497              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
54498              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
54499      Branch: perl
54500            ! perlio.c
54501 ____________________________________________________________________________
54502 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
54503         Log: The #10251 wasn't quite up-to-the-code.
54504      Branch: perl
54505            ! t/op/misc.t
54506 ____________________________________________________________________________
54507 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
54508         Log: Test case for bug 20010526.004, fixed in #10252.
54509      Branch: perl
54510            ! t/op/taint.t
54511 ____________________________________________________________________________
54512 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
54513         Log: Subject: Re: [ID 20010526.004] Taint looses value
54514              From: Hugo <hv@crypt.compulink.co.uk>
54515              Date: Sun, 27 May 2001 20:39:32 +0100
54516              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
54517      Branch: perl
54518            ! sv.c
54519 ____________________________________________________________________________
54520 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
54521         Log: Test case for 20010422.005, fixed by #10250.
54522      Branch: perl
54523            ! t/op/misc.t
54524 ____________________________________________________________________________
54525 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
54526         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
54527              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54528              Date: Mon, 28 May 2001 06:39:12 -0400
54529              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
54530      Branch: perl
54531            ! toke.c
54532 ____________________________________________________________________________
54533 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
54534         Log: Linerewrapping.
54535      Branch: perl
54536            ! lib/open.pm
54537 ____________________________________________________________________________
54538 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
54539         Log: Updates on the modules list.
54540      Branch: perl
54541            ! t/lib/1_compile.t
54542 ____________________________________________________________________________
54543 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
54544         Log: Add a test for PerlIO.
54545              
54546              (I probably got the crlf/raw thing wrong for clrfy platforms...)
54547      Branch: perl
54548            + t/lib/perlio.t
54549            ! MANIFEST lib/PerlIO.pm
54550 ____________________________________________________________________________
54551 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
54552         Log: Add a test for carp et alia.
54553      Branch: perl
54554            + t/lib/carp.t
54555            ! MANIFEST
54556 ____________________________________________________________________________
54557 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
54558         Log: Adding the new test would be swell.
54559      Branch: perl
54560            + t/pragma/autouse.t
54561 ____________________________________________________________________________
54562 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
54563         Log: Add a test for the autouse pragma.
54564      Branch: perl
54565            ! MANIFEST
54566 ____________________________________________________________________________
54567 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
54568         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54569              From: dLux <dlux@spam.sch.bme.hu>
54570              Date: Sun, 27 May 2001 16:14:26 +0200
54571              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
54572      Branch: perl
54573            ! lib/autouse.pm
54574 ____________________________________________________________________________
54575 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
54576         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
54577              From: "Richard Soderberg" <rs@crystalflame.net>
54578              Date: Mon, 28 May 2001 03:56:36 -0700
54579              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
54580      Branch: perl
54581            ! utils/dprofpp.PL
54582 ____________________________________________________________________________
54583 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
54584         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
54585              From: "Stephen P. Potter" <spp@spotter.yi.org>
54586              Date: Tue, 22 May 2001 11:40:25 -0400
54587              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
54588              
54589              Subject: Re: [ID 20010522.003] Time::Local module bug
54590              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
54591              Date: Tue, 22 May 2001 11:50:19 -0400
54592              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
54593      Branch: perl
54594            ! lib/Time/Local.pm
54595 ____________________________________________________________________________
54596 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
54597         Log: The PERL_DL_NONLAZY can have whitespace in front.
54598      Branch: perl
54599            ! t/lib/extutils.t
54600 ____________________________________________________________________________
54601 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
54602         Log: Document strftime() and strptime().
54603      Branch: perl
54604            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
54605 ____________________________________________________________________________
54606 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
54607         Log: Make Time::Piece::strptime() to be a function, not a method.
54608      Branch: perl
54609            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
54610 ____________________________________________________________________________
54611 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
54612         Log: Tweak the test to be more portable.
54613      Branch: perl
54614            ! t/lib/extutils.t
54615 ____________________________________________________________________________
54616 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
54617         Log: Subject: PATCH: Re: Re: Attributes that tie
54618              From: Leon Brocard <acme@astray.com>
54619              Date: Sun, 27 May 2001 12:37:29 +0100
54620              Message-ID: <20010527123729.A22663@ns0.astray.com>
54621              
54622              Document that variable attributes are not currently usable
54623              for tieing.  (An ugly limitation that should be fixed.)
54624      Branch: perl
54625            ! lib/attributes.pm
54626 ____________________________________________________________________________
54627 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
54628         Log: Microperl tweaks.
54629      Branch: perl
54630            ! Makefile.micro uconfig.h uconfig.sh
54631 ____________________________________________________________________________
54632 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
54633         Log: Add make target for microperl (kind of silly, but convenient).
54634      Branch: perl
54635            ! Makefile.SH
54636 ____________________________________________________________________________
54637 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
54638         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
54639              for microperl.)
54640      Branch: perl
54641            ! doio.c
54642 ____________________________________________________________________________
54643 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
54644         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
54645              From: rspier@pobox.com (Robert Spier)
54646              Date: Sat, 26 May 2001 20:05:23 -0400
54647              Message-ID: <15120.17603.148648.12430@rls.cx>
54648              
54649              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
54650              From: rspier@pobox.com (Robert Spier)
54651              Date: Sun, 27 May 2001 00:23:12 -0400
54652              Message-ID: <15120.33072.511966.767230@rls.cx>
54653      Branch: perl
54654            ! doio.c pod/perlfunc.pod
54655 ____________________________________________________________________________
54656 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
54657         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
54658      Branch: perl
54659            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54660 ____________________________________________________________________________
54661 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
54662         Log: Add README.tru64.
54663      Branch: perl
54664            + README.tru64
54665 ____________________________________________________________________________
54666 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
54667         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
54668      Branch: perl
54669            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
54670            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
54671            ! MANIFEST
54672 ____________________________________________________________________________
54673 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
54674         Log: Integrate I18N::LangTags from Sean Burke.
54675              
54676              TODO: the language list from RFC 3066 needs to be integrated
54677              and made available somehow.  The list is included in the
54678              I18N-LangTags 0.21 distribution, but it is undocumented
54679              and unconnected to the module.
54680      Branch: perl
54681            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
54682            ! MANIFEST
54683 ____________________________________________________________________________
54684 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
54685         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
54686              envisioned by Sarathy.
54687      Branch: perl
54688            ! t/op/ver.t toke.c
54689 ____________________________________________________________________________
54690 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
54691         Log: Subject: [ID 20010525.001] Pod typo nits fixed
54692              From: lvirden@cas.org
54693              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
54694              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
54695              
54696              minus the perlsolaris decimation plus the
54697              
54698              Subject: Re: [ID 20010525.001] Pod typo nits fixed
54699              From: "Philip Newton" <Philip.Newton@gmx.net>
54700              Date: Fri, 25 May 2001 18:05:55 +0200
54701              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
54702      Branch: perl
54703            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
54704            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
54705            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
54706            ! pod/perlutil.pod pod/perlxstut.pod
54707 ____________________________________________________________________________
54708 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
54709         Log: return clauses are nice.
54710      Branch: perl
54711            ! sv.c
54712 ____________________________________________________________________________
54713 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
54714         Log: Subject: change 10199 backwards?
54715              From: Doug MacEachern <dougm@covalent.net>
54716              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
54717              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
54718      Branch: perl
54719            ! sv.c
54720 ____________________________________________________________________________
54721 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
54722         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
54723              From: Hugo <hv@crypt.compulink.co.uk>
54724              Date: Sat, 26 May 2001 17:05:12 +0100
54725              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
54726      Branch: perl
54727            + t/op/gmagic.t
54728            ! MANIFEST doop.c embed.h embed.pl global.sym
54729            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
54730            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
54731 ____________________________________________________________________________
54732 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
54733         Log: Regen headers for #10221.
54734      Branch: perl
54735            ! global.sym objXSUB.h perlapi.c
54736 ____________________________________________________________________________
54737 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
54738         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
54739              From: Juha Laiho <juha.laiho@Elma.Net>
54740              Date: Thu, 3 May 2001 09:51:30 +0300
54741              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
54742      Branch: perl
54743            ! embed.pl
54744 ____________________________________________________________________________
54745 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
54746         Log: Subject: Re: [PATCH] Re: stability of sort()?
54747              From: "John P. Linderman" <jpl@research.att.com>
54748              Date: Sat, 26 May 2001 13:27:19 -0400
54749              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
54750      Branch: perl
54751            ! pod/perlfunc.pod
54752 ____________________________________________________________________________
54753 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
54754         Log: Integrate perlio:
54755              
54756              [ 10212]
54757              Change perlguts docs to not suggest PUSHi etc. for multiple results,
54758              add a few more notes there on use of mortals on the stack.
54759      Branch: perl
54760           !> pod/perlguts.pod
54761 ____________________________________________________________________________
54762 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
54763         Log: Subject: [PATCH perl@10210] PerlIO for VMS
54764              From: "Craig A. Berry" <craigberry@mac.com>
54765              Date: Sat, 26 May 2001 09:34:11 -0500
54766              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
54767      Branch: perl
54768            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
54769            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
54770            ! vms/vmsish.h
54771 ____________________________________________________________________________
54772 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
54773         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
54774              From: David Dyck <dcd@tc.fluke.com>
54775              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
54776              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
54777      Branch: perl
54778            ! lib/perl5db.pl
54779 ____________________________________________________________________________
54780 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
54781         Log: Subject: utf8 regexp tests
54782              From: Hugo <hv@crypt.compulink.co.uk>
54783              Date: Fri, 25 May 2001 22:35:01 +0100
54784              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
54785      Branch: perl
54786            ! t/op/regexp.t
54787 ____________________________________________________________________________
54788 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
54789         Log: Subject: [PATCH] Re: stability of sort()?
54790              From: Nicholas Clark <nick@ccl4.org>
54791              Date: Fri, 25 May 2001 22:40:19 +0100
54792              Message-ID: <20010525224019.B86445@plum.flirble.org>
54793      Branch: perl
54794            ! pod/perlfunc.pod
54795 ____________________________________________________________________________
54796 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
54797         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
54798              From: John Peacock <jpeacock@rowman.com>
54799              Date: Thu, 24 May 2001 22:14:01 -0400
54800              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
54801      Branch: perl
54802            ! mg.c scope.c sv.c
54803 ____________________________________________________________________________
54804 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
54805         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54806              From: Nicholas Clark <nick@ccl4.org>
54807              Date: Sun, 20 May 2001 19:24:13 +0100
54808              Message-ID: <20010520192413.G83222@plum.flirble.org>
54809      Branch: perl
54810            + lib/ExtUtils/Constant.pm t/lib/extutils.t
54811            ! MANIFEST utils/h2xs.PL
54812 ____________________________________________________________________________
54813 [ 10212] By: nick                                  on 2001/05/26  09:49:28
54814         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
54815              add a few more notes there on use of mortals on the stack.
54816      Branch: perlio
54817            ! pod/perlguts.pod
54818 ____________________________________________________________________________
54819 [ 10211] By: nick                                  on 2001/05/26  09:05:36
54820         Log: Integrate mainline
54821      Branch: perlio
54822           +> t/lib/fcntl.t t/pragma/vars.t
54823           !> (integrate 49 files)
54824 ____________________________________________________________________________
54825 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
54826         Log: Update Changes.
54827      Branch: perl
54828            ! Changes patchlevel.h
54829 ____________________________________________________________________________
54830 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
54831         Log: Based on
54832              
54833              Subject: [PATCH pp.c] Wrapping pack("C",256)
54834              From: Simon Cozens <simon@netthink.co.uk>
54835              Date: Sat, 12 May 2001 17:58:41 +0100
54836              Message-ID: <20010512175841.A6132@netthink.co.uk>
54837      Branch: perl
54838            ! pod/perldiag.pod pp.c t/pragma/warn/pp
54839 ____________________________________________________________________________
54840 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
54841         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
54842              From: "Brendan O'Dea" <bod@compusol.com.au>
54843              Date: Fri, 25 May 2001 11:18:29 +1000
54844              Message-ID: <20010525111829.A28411@compusol.com.au>
54845              
54846              (Slightly modified.)
54847      Branch: perl
54848            ! lib/Term/Cap.pm
54849 ____________________________________________________________________________
54850 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
54851         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
54852              From: Hugo <hv@crypt.compulink.co.uk>
54853              Date: Fri, 25 May 2001 02:13:25 +0100
54854              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
54855      Branch: perl
54856            ! t/op/misc.t
54857 ____________________________________________________________________________
54858 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
54859         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
54860              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
54861              Date: Fri, 25 May 2001 10:25:36 +0900
54862              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
54863      Branch: perl
54864            ! regcomp.c regexec.c
54865 ____________________________________________________________________________
54866 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
54867         Log: Subject: [PATCH #2] stash autovivification and method call error messages
54868              From: Ilmari Karonen <iltzu@sci.fi>
54869              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
54870              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
54871      Branch: perl
54872            ! gv.c pp_hot.c t/op/method.t
54873 ____________________________________________________________________________
54874 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
54875         Log: Add make target and documentation for gprof profiling.
54876      Branch: perl
54877            ! Makefile.SH pod/perlhack.pod
54878 ____________________________________________________________________________
54879 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
54880         Log: Subject: Don't think about UTF8 
54881              From: Mike Guy <mjtg@cam.ac.uk> 
54882              Date: Tue, 22 May 2001 14:35:39 +0100
54883              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
54884      Branch: perl
54885            ! sv.h
54886 ____________________________________________________________________________
54887 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
54888         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
54889              From: Geraint A Edwards <gedge@serf.org> 
54890              Date: Thu, 24 May 2001 22:51:24 +0100
54891              Message-Id: <20010524225124.A34981@cymru.serf.org>
54892      Branch: perl
54893            ! x2p/find2perl.PL
54894 ____________________________________________________________________________
54895 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
54896         Log: DB_File has its own attribute story.
54897      Branch: perl
54898            ! ext/DB_File/DB_File.xs
54899 ____________________________________________________________________________
54900 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
54901         Log: Subject: Re: Making perl with -Wall
54902              From: Andy Dougherty <doughera@lafayette.edu>
54903              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
54904              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
54905      Branch: perl
54906            ! perl.h
54907 ____________________________________________________________________________
54908 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
54909         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
54910              From: "Richard Soderberg" <rs@crystalflame.net>
54911              Date: Thu, 24 May 2001 08:58:16 -0700
54912              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
54913      Branch: perl
54914            ! sv.c
54915 ____________________________________________________________________________
54916 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
54917         Log: IV/UV casting fixes from Nicholas Clark.
54918      Branch: perl
54919            ! perl.h pp_sys.c util.c
54920 ____________________________________________________________________________
54921 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
54922         Log: Subject: Re: Making perl with -Wall
54923              From: Michael G Schwern <schwern@pobox.com>
54924              Date: Thu, 24 May 2001 15:40:28 +0100
54925              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
54926      Branch: perl
54927            ! malloc.c perl.h
54928 ____________________________________________________________________________
54929 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
54930         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
54931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54932              Date: Tue, 22 May 2001 11:49:37 +0200
54933              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
54934      Branch: metaconfig
54935            ! U/modified/Oldsym.U
54936      Branch: metaconfig/U/perl
54937            ! patchlevel.U
54938      Branch: perl
54939            ! Configure config_h.SH myconfig.SH
54940 ____________________________________________________________________________
54941 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
54942         Log: Under versiononly install also the scripts with the version suffix.
54943              (e.g. .../bin/h2xs5.7.1)
54944      Branch: perl
54945            ! installperl
54946 ____________________________________________________________________________
54947 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
54948         Log: Subject: [PATCH] Stop segfault in mg.c:636
54949              From: "Richard Soderberg" <rs@crystalflame.net>
54950              Date: Thu, 24 May 2001 05:51:52 -0700
54951              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
54952      Branch: perl
54953            ! mg.c
54954 ____________________________________________________________________________
54955 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
54956         Log: Iteration continues; hopefully convergently.
54957      Branch: perl
54958            ! t/lib/b-stash.t
54959 ____________________________________________________________________________
54960 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
54961         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
54962              From: Gisle Aas <gisle@ActiveState.com>
54963              Date: 23 May 2001 16:13:10 -0700
54964              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
54965      Branch: perl
54966            ! op.c toke.c
54967 ____________________________________________________________________________
54968 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
54969         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
54970              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54971              Date: Thu, 24 May 2001 05:05:22 -0500
54972              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
54973      Branch: perl
54974            ! lib/dumpvar.pl lib/perl5db.pl
54975 ____________________________________________________________________________
54976 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
54977         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
54978              From: David Dyck <dcd@tc.fluke.com>
54979              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
54980              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
54981      Branch: perl
54982            ! lib/perl5db.pl
54983 ____________________________________________________________________________
54984 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
54985         Log: Tiny pod nits on READMEs, mostly whitespace issues.
54986      Branch: perl
54987            ! README.amiga README.dos README.macos README.mpeix README.vmesa
54988            ! README.win32
54989 ____________________________________________________________________________
54990 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
54991         Log: The DG/UX part of the 20010521.005.
54992      Branch: perl
54993            ! README.dgux
54994 ____________________________________________________________________________
54995 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
54996         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
54997              From: Hugo <hv@crypt.compulink.co.uk>
54998              Date: Mon, 21 May 2001 16:32:02 +0100
54999              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
55000      Branch: perl
55001            ! regcomp.c t/op/misc.t
55002 ____________________________________________________________________________
55003 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
55004         Log: Subject: [PATCH] Extra UNIVERSAL tests
55005              From: Mike Guy <mjtg@cam.ac.uk>
55006              Date: Wed, 23 May 2001 12:29:20 +0100
55007              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
55008      Branch: perl
55009            ! t/op/universal.t
55010 ____________________________________________________________________________
55011 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
55012         Log: Subject: [PATCH] Remove EQ keyword
55013              From: Mike Guy <mjtg@cam.ac.uk>
55014              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
55015              Date: Wed, 23 May 2001 11:17:29 +0100
55016      Branch: perl
55017            ! keywords.h keywords.pl
55018 ____________________________________________________________________________
55019 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
55020         Log: Subject: [PATCH] lib/perl5db.pl
55021              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55022              Date: Wed, 23 May 2001 02:18:03 -0500
55023              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
55024      Branch: perl
55025            ! lib/perl5db.pl
55026 ____________________________________________________________________________
55027 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
55028         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
55029              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
55030              Date: Tue, 22 May 2001 23:34:41 -0500
55031              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
55032      Branch: perl
55033            ! lib/Term/Cap.pm
55034 ____________________________________________________________________________
55035 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
55036         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
55037              From: davem@fdgroup.co.uk
55038              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
55039              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
55040      Branch: perl
55041            ! emacs/e2ctags.pl
55042 ____________________________________________________________________________
55043 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
55044         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
55045              From: Michael G Schwern <schwern@pobox.com>
55046              Date: Tue, 22 May 2001 14:15:09 +0100
55047              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
55048      Branch: perl
55049            ! lib/vars.pm
55050 ____________________________________________________________________________
55051 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
55052         Log: Subject: [PATCH lib/vars.pm] Odd code nit
55053              From: Michael G Schwern <schwern@pobox.com>
55054              Date: Tue, 22 May 2001 14:14:28 +0100
55055              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
55056      Branch: perl
55057            ! lib/vars.pm
55058 ____________________________________________________________________________
55059 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
55060         Log: Use the new use vars feature.
55061      Branch: perl
55062            ! t/lib/b-stash.t
55063 ____________________________________________________________________________
55064 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
55065         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
55066              From: Mike Guy <mjtg@cam.ac.uk>
55067              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55068              Date: Tue, 22 May 2001 13:11:39 +0100
55069      Branch: perl
55070            + t/pragma/vars.t
55071            ! MANIFEST lib/vars.pm t/lib/1_compile.t
55072 ____________________________________________________________________________
55073 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
55074         Log: -qlongdouble considered harmful by Merijn.
55075      Branch: perl
55076            ! hints/aix.sh
55077 ____________________________________________________________________________
55078 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
55079         Log: Update Changes.
55080      Branch: perl
55081            ! Changes patchlevel.h
55082 ____________________________________________________________________________
55083 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
55084         Log: Add a test of its very own for Fcntl.  Hopefully portable.
55085      Branch: perl
55086            + t/lib/fcntl.t
55087            ! MANIFEST
55088 ____________________________________________________________________________
55089 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
55090         Log: Must be trickier for 'minitest' not to die.
55091      Branch: perl
55092            ! t/op/taint.t
55093 ____________________________________________________________________________
55094 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
55095         Log: Can't declare other people's variables.
55096      Branch: perl
55097            ! t/lib/b-stash.t
55098 ____________________________________________________________________________
55099 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
55100         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
55101      Branch: perl
55102            ! doio.c t/op/taint.t
55103 ____________________________________________________________________________
55104 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
55105         Log: The OS/2 variable needs to be declared.
55106      Branch: perl
55107            ! t/lib/b-stash.t
55108 ____________________________________________________________________________
55109 [ 10170] By: nick                                  on 2001/05/20  16:48:29
55110         Log: Integrate mainline
55111      Branch: perlio
55112           !> (integrate 41 files)
55113 ____________________________________________________________________________
55114 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
55115         Log: Small perlsec updates: clarify the taintedness of filename
55116              globbing; suggest using Scalar::Util::tainted().
55117      Branch: perl
55118            ! pod/perlsec.pod
55119 ____________________________________________________________________________
55120 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
55121         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
55122              From: Dave Mitchell <davem@fdgroup.co.uk>
55123              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
55124              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
55125      Branch: perl
55126            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
55127            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
55128            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
55129            ! xsutils.c
55130 ____________________________________________________________________________
55131 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
55132         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
55133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55134              Date: Sat, 19 May 2001 04:08:46 -0400
55135              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
55136      Branch: perl
55137            ! lib/ExtUtils/Mksymlists.pm makedef.pl
55138 ____________________________________________________________________________
55139 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
55140         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
55141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55142              Date: Sat, 19 May 2001 04:30:45 -0400
55143              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
55144      Branch: perl
55145            ! os2/os2.c
55146 ____________________________________________________________________________
55147 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
55148         Log: Subject: [PATCH 5.6.1] build bugs OS/2
55149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55150              Date: Sat, 19 May 2001 04:35:28 -0400
55151              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
55152      Branch: perl
55153            ! os2/Makefile.SHs os2/os2.c
55154 ____________________________________________________________________________
55155 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
55156         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
55157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55158              Date: Sat, 19 May 2001 04:04:23 -0400
55159              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
55160              
55161              (In bleadperl patched b-stash.t instead of b.t)
55162      Branch: perl
55163            ! t/lib/b-stash.t t/lib/bigfltpm.t
55164 ____________________________________________________________________________
55165 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
55166         Log: Subject: [PATCH 5.6.1] perl5db
55167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55168              Date: Sat, 19 May 2001 03:49:09 -0400
55169              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
55170      Branch: perl
55171            ! lib/perl5db.pl
55172 ____________________________________________________________________________
55173 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
55174         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
55175              From: Gisle Aas <gisle@ActiveState.com>
55176              Date: 18 May 2001 14:24:51 -0700
55177              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
55178      Branch: perl
55179            ! pp_ctl.c
55180 ____________________________________________________________________________
55181 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
55182         Log: Subject: [PATCH] Chomp should not always stringify
55183              From: Gisle Aas <gisle@ActiveState.com>
55184              Date: 18 May 2001 07:55:25 -0700
55185              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
55186      Branch: perl
55187            ! doop.c t/op/chop.t
55188 ____________________________________________________________________________
55189 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
55190         Log: Integrate perlio:
55191              
55192              [ 10159]
55193              Document some more of open's features.
55194      Branch: perl
55195           !> pod/perlfunc.pod
55196 ____________________________________________________________________________
55197 [ 10159] By: nick                                  on 2001/05/20  09:39:46
55198         Log: Document some more of open's features.
55199      Branch: perlio
55200            ! pod/perlfunc.pod
55201 ____________________________________________________________________________
55202 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
55203         Log: back out change#10153 (it has compatibility issues such as the
55204              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
55205              benefit for 5.6.x doesn't seem worth the risk)
55206      Branch: maint-5.6/perl
55207            ! toke.c
55208 ____________________________________________________________________________
55209 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
55210         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
55211      Branch: perl
55212            ! x2p/s2p.PL
55213 ____________________________________________________________________________
55214 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
55215         Log: Update Changes.
55216      Branch: perl
55217            ! Changes patchlevel.h
55218 ____________________________________________________________________________
55219 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
55220         Log: Integrate change #10144 from maintperl.
55221              
55222              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
55223      Branch: perl
55224           !> win32/config.bc win32/config.gc win32/config.vc
55225           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55226 ____________________________________________________________________________
55227 [ 10154] By: nick                                  on 2001/05/18  07:23:03
55228         Log: Integrate mainline.
55229      Branch: perlio
55230           +> README.dgux t/lib/i18n-collate.t utils.lst
55231           !> (integrate 49 files)
55232 ____________________________________________________________________________
55233 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
55234         Log: Integrate change #7224 from mainline into maintperl.
55235              
55236              Allow @+ and @- to be doublequoted, from Simon Cozens. 
55237              (Approved by Larry, see Tom's comment in 20000830.005.)
55238      Branch: maint-5.6/perl
55239           !> toke.c
55240 ____________________________________________________________________________
55241 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
55242         Log: Subject: [PATCH bleadperl] small lookbehind fix
55243              From: Hugo <hv@crypt.compulink.co.uk>
55244              Date: Fri, 18 May 2001 00:07:19 +0100
55245              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
55246      Branch: perl
55247            ! regexec.c
55248 ____________________________________________________________________________
55249 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
55250         Log: Detypos.
55251      Branch: perl
55252            ! installman utils.lst
55253 ____________________________________________________________________________
55254 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
55255         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
55256              in 20001222.001.
55257      Branch: perl
55258            ! t/lib/glob-basic.t
55259 ____________________________________________________________________________
55260 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
55261         Log: Subject: [PATCH] Test for bug 20010515.004
55262              From: Benjamin Sugars <bsugars@canoe.ca>
55263              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
55264              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
55265      Branch: perl
55266            ! t/op/misc.t
55267 ____________________________________________________________________________
55268 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
55269         Log: Integrate #10145 from maintperl.
55270              
55271              fix for ID 20010515.004 (needs test)
55272      Branch: perl
55273           !> pp_hot.c
55274 ____________________________________________________________________________
55275 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
55276         Log: Thinko noticed by Doug MacEachern.
55277      Branch: perl
55278            ! thread.h
55279 ____________________________________________________________________________
55280 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
55281         Log: Subject: Re: [PATCH] HERE mark in regex
55282              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55283              Date: Thu, 17 May 2001 12:20:33 -0400
55284              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
55285      Branch: perl
55286            ! t/op/re_tests
55287 ____________________________________________________________________________
55288 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
55289         Log: fix for ID 20010515.004 (needs test)
55290      Branch: maint-5.6/perl
55291            ! pp_hot.c
55292 ____________________________________________________________________________
55293 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
55294         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
55295      Branch: maint-5.6/perl
55296            ! win32/config.bc win32/config.gc win32/config.vc
55297            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55298 ____________________________________________________________________________
55299 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
55300         Log: Macrofy the getspecific (and use it also in util.c)
55301      Branch: perl
55302            ! thread.h util.c
55303 ____________________________________________________________________________
55304 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
55305         Log: Use the unchecked thread-specific key fetch also in Tru64.
55306      Branch: perl
55307            ! thread.h
55308 ____________________________________________________________________________
55309 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
55310         Log: Subject: [PATCH 5.6.1]Quick thread speedup
55311              From: Dan Sugalski <dan@sidhe.org> 
55312              Date: Wed, 16 May 2001 18:05:19 -0400
55313              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
55314      Branch: perl
55315            ! thread.h util.c
55316 ____________________________________________________________________________
55317 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
55318         Log: I think this is quite enough testing for a deprecated feature.
55319      Branch: perl
55320            + t/lib/i18n-collate.t
55321            ! MANIFEST t/lib/1_compile.t
55322 ____________________________________________________________________________
55323 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
55324         Log: More HP-UX lore from Jeff Okamoto.
55325      Branch: perl
55326            ! README.hpux
55327 ____________________________________________________________________________
55328 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
55329         Log: Sort utils.lst for easier maintenance.
55330      Branch: perl
55331            ! utils.lst
55332 ____________________________________________________________________________
55333 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
55334         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55335              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55336              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
55337              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
55338              
55339              Add pod2latex to utils.lst.
55340      Branch: perl
55341            ! MANIFEST utils.lst
55342 ____________________________________________________________________________
55343 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
55344         Log: Subject: Re: [PATCH] HERE mark in regex
55345              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55346              Date: Wed, 16 May 2001 13:04:43 -0400
55347              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
55348      Branch: perl
55349            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
55350            ! t/op/regmesg.t t/pragma/warn/regcomp
55351 ____________________________________________________________________________
55352 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
55353         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55354              From: Simon Cozens <simon@netthink.co.uk>
55355              Date: Wed, 16 May 2001 18:02:08 +0100
55356              Message-ID: <20010516180208.A6458@netthink.co.uk>
55357      Branch: perl
55358            ! installman utils.lst
55359 ____________________________________________________________________________
55360 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
55361         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
55362              From: "Philip Newton" <pnewton@gmx.de>
55363              Date: Tue, 15 May 2001 15:09:30 +0200
55364              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
55365              
55366              Test case for #10128.
55367      Branch: perl
55368            ! t/pragma/warn/pp_hot
55369 ____________________________________________________________________________
55370 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
55371         Log: Update Changes.
55372      Branch: perl
55373            ! Changes patchlevel.h
55374 ____________________________________________________________________________
55375 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
55376         Log: Deprecate pseudo-hashes.
55377      Branch: perl
55378            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
55379 ____________________________________________________________________________
55380 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
55381         Log: HP-UX hints update from Merijn.
55382      Branch: perl
55383            ! hints/hpux.sh
55384 ____________________________________________________________________________
55385 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
55386         Log: README.hpux update from Merijn.
55387      Branch: perl
55388            ! README.hpux
55389 ____________________________________________________________________________
55390 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
55391         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
55392              From: Simon Cozens <simon@netthink.co.uk>
55393              Date: Wed, 16 May 2001 15:57:55 +0100
55394              Message-ID: <20010516155755.A4728@netthink.co.uk>
55395      Branch: perl
55396            + utils.lst
55397            ! MANIFEST installman installperl
55398 ____________________________________________________________________________
55399 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
55400         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
55401              From: "Philip Newton" <pnewton@gmx.de>
55402              Date: Tue, 15 May 2001 16:31:05 +0200
55403              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
55404              
55405              Fix PERL_Y2KWARN test to check before rather than after appending.
55406      Branch: perl
55407            ! pp_hot.c
55408 ____________________________________________________________________________
55409 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
55410         Log: Regen Porting stuff.
55411      Branch: perl
55412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55413            ! config_h.SH
55414 ____________________________________________________________________________
55415 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
55416         Log: Metaconfig unit change for #10125.
55417      Branch: metaconfig
55418            ! U/modified/Oldconfig.U
55419 ____________________________________________________________________________
55420 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
55421         Log: Use OSVERS.
55422      Branch: perl
55423            ! Configure config_h.SH perl.c
55424 ____________________________________________________________________________
55425 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
55426         Log: Regen toc.
55427      Branch: perl
55428            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55429 ____________________________________________________________________________
55430 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
55431         Log: Adding the README.dgux to the MANIFEST would be a good idea.
55432      Branch: perl
55433            ! MANIFEST
55434 ____________________________________________________________________________
55435 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
55436         Log: Move the stack desire definition to thread.h.
55437      Branch: perl
55438            ! ext/Thread/Thread.xs thread.h
55439 ____________________________________________________________________________
55440 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
55441         Log: DG-UX threading patches, including a README.dgux,
55442              from Takis Psarogiannakopoulos.
55443      Branch: perl
55444            + README.dgux
55445            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
55446 ____________________________________________________________________________
55447 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
55448         Log: Subject: [PATCH B::Deparse] More on /x regexes
55449              From: Robin Houston <robin@kitsite.com>
55450              Date: Tue, 15 May 2001 19:09:35 +0100
55451              Message-ID: <20010515190935.A27268@penderel>
55452      Branch: perl
55453            ! ext/B/B/Deparse.pm
55454 ____________________________________________________________________________
55455 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
55456         Log: Document that the core time() may be rounding rather
55457              than truncating, would have saved at least my confusion.
55458      Branch: perl
55459            ! ext/Time/HiRes/HiRes.pm
55460 ____________________________________________________________________________
55461 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
55462         Log: Subject: perl-current/t/time-hires.t
55463              From: John Peacock <jpeacock@rowman.com>
55464              Date: Fri, 11 May 2001 14:09:41 -0400
55465              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
55466      Branch: perl
55467            ! t/lib/time-hires.t
55468 ____________________________________________________________________________
55469 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
55470         Log: Subject: [PATCH dump.c] Op private flags
55471              From: Simon Cozens <simon@netthink.co.uk>
55472              Date: Sun, 13 May 2001 20:20:36 +0100
55473              Message-ID: <20010513202036.A21896@netthink.co.uk>
55474      Branch: perl
55475            ! dump.c
55476 ____________________________________________________________________________
55477 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
55478         Log: Upgrade to Switch 2.03.
55479      Branch: perl
55480            ! lib/Switch.pm
55481 ____________________________________________________________________________
55482 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
55483         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
55484              to PERL_CONFIG_SH and use it consistently.
55485      Branch: maint-5.6/perl
55486           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55487           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55488           !> myconfig.SH writemain.SH
55489 ____________________________________________________________________________
55490 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
55491         Log: Metaconfig units changes for #10113.
55492      Branch: metaconfig
55493            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
55494 ____________________________________________________________________________
55495 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
55496         Log: The problem described in 20010514.031 still wasn't
55497              fully cured, there were remnants of $CONFIG when
55498              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
55499              to avoid future conflicts.
55500      Branch: perl
55501            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55502            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55503            ! myconfig.SH writemain.SH
55504 ____________________________________________________________________________
55505 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
55506         Log: Half of #10107 got lost.
55507      Branch: perl
55508            ! ext/B/B/Deparse.pm
55509 ____________________________________________________________________________
55510 [ 10111] By: nick                                  on 2001/05/15  08:39:14
55511         Log: Integrate mainline.
55512      Branch: perlio
55513           +> ext/POSIX/hints/uts.pl
55514            - Todo Todo-5.6 t/camel-III/vstring.t
55515           !> (integrate 48 files)
55516 ____________________________________________________________________________
55517 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
55518         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
55519              From: Robin Houston <robin@kitsite.com>
55520              Date: Mon, 14 May 2001 22:27:08 +0100
55521              Message-ID: <20010514222708.A22963@penderel>
55522      Branch: perl
55523            ! t/TestInit.pm
55524 ____________________________________________________________________________
55525 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
55526         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
55527              From: Robin Houston <robin@kitsite.com>
55528              Date: Mon, 14 May 2001 22:16:43 +0100
55529              Message-ID: <20010514221643.A22437@penderel>
55530      Branch: perl
55531            ! ext/B/B/Deparse.pm
55532 ____________________________________________________________________________
55533 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
55534         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
55535              From: Robin Houston <robin@kitsite.com>
55536              Date: Mon, 14 May 2001 22:03:44 +0100
55537              Message-ID: <20010514220344.A20643@penderel>
55538      Branch: perl
55539            ! ext/B/B/Deparse.pm
55540 ____________________________________________________________________________
55541 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
55542         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
55543              From: Robin Houston <robin@kitsite.com>
55544              Date: Mon, 14 May 2001 22:10:07 +0100
55545              Message-ID: <20010514221007.A21118@penderel>
55546      Branch: perl
55547            ! ext/B/B/Deparse.pm
55548 ____________________________________________________________________________
55549 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
55550         Log: Fix for 20010514.037; substr() didn't invalidate the locale
55551              collation magic.
55552      Branch: perl
55553            ! pp.c
55554 ____________________________________________________________________________
55555 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
55556         Log: Update Changes.
55557      Branch: perl
55558            ! Changes patchlevel.h
55559 ____________________________________________________________________________
55560 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
55561         Log: Retract #10094.
55562      Branch: perl
55563            ! lib/Pod/Text.pm
55564 ____________________________________________________________________________
55565 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
55566         Log: Integrate change #10100 from maintperl.
55567              
55568              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55569              bug ID 20010514.027)
55570      Branch: perl
55571           !> mg.c pp_ctl.c
55572 ____________________________________________________________________________
55573 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
55574         Log: Document the deprecatedness of suidperl.
55575      Branch: perl
55576            ! INSTALL pod/perlfaq1.pod
55577 ____________________________________________________________________________
55578 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
55579         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
55580              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55581              Date: Mon, 14 May 2001 09:38:59 -0400
55582              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
55583      Branch: perl
55584            ! lib/ExtUtils/MM_Unix.pm
55585 ____________________________________________________________________________
55586 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
55587         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55588              bug ID 20010514.027)
55589              
55590              TODO: this needs a testsuite addition
55591      Branch: maint-5.6/perl
55592            ! mg.c pp_ctl.c
55593 ____________________________________________________________________________
55594 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
55595         Log: More DWIMminess for Class::Struct: calling the array or hash
55596              accessors only with one argument, an array or a hash reference,
55597              sets the underlying array or hash.  This mirrors nicely also
55598              the usage in the constructor.
55599              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
55600      Branch: perl
55601            ! lib/Class/Struct.pm t/lib/class-struct.t
55602 ____________________________________________________________________________
55603 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
55604         Log: Reference cmp'ing should go through the whole stringification
55605              process shebang, as pointed out by Sarathy in #10091.
55606      Branch: perl
55607            ! pp.c
55608 ____________________________________________________________________________
55609 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
55610         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
55611              From: Simon Cozens <simon@netthink.co.uk>
55612              Date: Sat, 12 May 2001 16:36:27 +0100
55613              Message-ID: <20010512163627.A5522@netthink.co.uk>
55614              
55615              with some additions salvaged from Todo and Todo-5.6 before
55616              retiring them.
55617      Branch: perl
55618            - Todo Todo-5.6
55619            ! MANIFEST pod/perltodo.pod
55620 ____________________________________________________________________________
55621 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
55622         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
55623              From: "Golubev I. N." <gin@mo.msk.ru>
55624              Date: Mon, 07 May 2001 14:33:34 (GMT)
55625              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
55626      Branch: perl
55627            ! perl.h
55628 ____________________________________________________________________________
55629 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
55630         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
55631              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55632              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
55633              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
55634      Branch: perl
55635            ! lib/ExtUtils/MM_Unix.pm
55636 ____________________________________________________________________________
55637 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
55638         Log: (Retracted by #10104.)
55639              
55640              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
55641              From: barries <barries@slaysys.com>
55642              Date: Sat, 12 May 2001 01:28:10 -0400
55643              Message-ID: <20010512012810.B26358@jester.slaysys.com>
55644      Branch: perl
55645            ! lib/Pod/Text.pm
55646 ____________________________________________________________________________
55647 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
55648         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
55649              From: Mike Guy <mjtg@cam.ac.uk>
55650              Date: Sat, 12 May 2001 19:24:33 +0100
55651              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
55652      Branch: perl
55653            ! lib/AutoSplit.pm
55654 ____________________________________________________________________________
55655 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
55656         Log: Yet another HP-UX hints tweak from Merijn.
55657      Branch: perl
55658            ! hints/hpux.sh
55659 ____________________________________________________________________________
55660 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
55661         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
55662              isn't defined (changes#9366,9368,9370 from mainline without the
55663              pp_scmp() change)
55664      Branch: maint-5.6/perl
55665            ! pp.c pp.h pp_hot.c
55666 ____________________________________________________________________________
55667 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
55668         Log: The sorting seems to happen now automatically.
55669      Branch: perl
55670            ! t/lib/glob-basic.t
55671 ____________________________________________________________________________
55672 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
55673         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55674              From: Benjamin Sugars <bsugars@canoe.ca>
55675              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
55676              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
55677      Branch: perl
55678            ! pod/perlfunc.pod
55679 ____________________________________________________________________________
55680 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
55681         Log: Subject: Re: undef(&foo) does not work for XS functions
55682              From: Doug MacEachern <dougm@covalent.net>
55683              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
55684              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
55685      Branch: perl
55686            ! op.c
55687 ____________________________________________________________________________
55688 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
55689         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
55690              From: Peter Prymmer <pvhp@forte.com>
55691              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
55692              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
55693      Branch: perl
55694            ! t/op/append.t
55695 ____________________________________________________________________________
55696 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
55697         Log: Update Changes.
55698      Branch: perl
55699            ! Changes patchlevel.h
55700 ____________________________________________________________________________
55701 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
55702         Log: Remove the 'asciir' re subpragma.  Should instead implement
55703              the 'physical vs logical' range scheme:
55704              
55705              \xAA-\xCC is a native physical range, you want that range of
55706              codepoints in your native encoding.  In EBCDIC the codepoints
55707              in the gaps (between i-j and r-s) should be included.
55708              
55709              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
55710              codepoints in Unicode.
55711              
55712              a-z is a logical range, you want that range of 'logical' codepoints
55713              in your native encoding.  In EBCDIC the codepoints in the gaps
55714              (between i-j and r-s) should not be included.
55715              
55716              Mixed cases (a-\xAA, etc) should either be errors, or maybe
55717              the 'logical' endpoints should be converted to native/Unicode
55718              codepoints, and the range handled as a physical range.
55719              
55720              'Logical endpoints' are to be recognized only in the A-Z, a-z,
55721              and 0-9 ranges.  Probably a warning should be given for mixed
55722              cases like A-z or a-9 (since such expressions are encoding
55723              dependent), with a recommendation to use physical ranges.
55724      Branch: perl
55725            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
55726            ! t/op/regexp.t
55727 ____________________________________________________________________________
55728 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
55729         Log: Make the test to cleanup the test directory tree
55730              both before and after the testing so that we always
55731              have a clean slate to work with.
55732      Branch: perl
55733            ! t/lib/filefind.t
55734 ____________________________________________________________________________
55735 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
55736         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55737              From: Jon Eveland <jweveland@yahoo.com>
55738              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
55739              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
55740      Branch: perl
55741            ! pod/perlfunc.pod
55742 ____________________________________________________________________________
55743 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
55744         Log: Merge the camel-III/vstring.t with op/ver.t.
55745      Branch: perl
55746            - t/camel-III/vstring.t
55747            ! MANIFEST t/TEST t/harness t/op/ver.t
55748 ____________________________________________________________________________
55749 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
55750         Log: Add test.deparse make target.
55751      Branch: perl
55752            ! Makefile.SH
55753 ____________________________________________________________________________
55754 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
55755         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
55756              From: Robin Houston <robin@kitsite.com>
55757              Date: Fri, 11 May 2001 12:02:22 +0100
55758              Message-ID: <20010511120222.A11529@penderel>
55759      Branch: perl
55760            ! ext/B/B/Deparse.pm t/op/method.t
55761 ____________________________________________________________________________
55762 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
55763         Log: A nicely working combination for UTS from Hal Morris.
55764      Branch: perl
55765            + ext/POSIX/hints/uts.pl
55766            ! MANIFEST hints/uts.sh
55767 ____________________________________________________________________________
55768 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
55769         Log: i_ieeefp=undef for UTS.
55770      Branch: perl
55771            ! hints/uts.sh
55772 ____________________________________________________________________________
55773 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
55774         Log: Subject: RE: rand(0) is rand(1)
55775              From: Larry Shatzer <lshatzer@islanddata.com>
55776              Date: Thu, 10 May 2001 11:09:27 -0700
55777              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
55778      Branch: perl
55779            ! pod/perlfunc.pod
55780 ____________________________________________________________________________
55781 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
55782         Log: Subject: [patch] make op_{clear,null} public
55783              From: Doug MacEachern <dougm@covalent.net>
55784              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
55785              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
55786      Branch: perl
55787            ! embed.h embed.pl op.c proto.h
55788 ____________________________________________________________________________
55789 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
55790         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
55791              From: Robin Houston <robin@kitsite.com>
55792              Date: Thu, 10 May 2001 18:54:59 +0100
55793              Message-ID: <20010510185459.A5995@penderel>
55794      Branch: perl
55795            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
55796 ____________________________________________________________________________
55797 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
55798         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
55799              From: Robin Houston <robin@kitsite.com>
55800              Date: Thu, 10 May 2001 12:56:39 +0100
55801              Message-ID: <20010510125639.A2119@penderel>
55802      Branch: perl
55803            ! ext/B/B/Deparse.pm
55804 ____________________________________________________________________________
55805 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
55806         Log: Retract #10070, not ready yet.
55807      Branch: perl
55808            ! ext/B/B/Deparse.pm
55809 ____________________________________________________________________________
55810 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
55811         Log: The metaconfig unit change for #10071.
55812      Branch: metaconfig
55813            ! U/modified/mallocsrc.U
55814 ____________________________________________________________________________
55815 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
55816         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
55817      Branch: perl
55818            ! Configure
55819 ____________________________________________________________________________
55820 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
55821         Log: (Retracted by #10073)
55822              
55823              Subject: Re: [PATCH t/TEST] B::Deparse tester 
55824              From: Hugo <hv@crypt.compulink.co.uk>
55825              Date: Thu, 10 May 2001 05:48:09 +0100
55826              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
55827      Branch: perl
55828            ! ext/B/B/Deparse.pm
55829 ____________________________________________________________________________
55830 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
55831         Log: Add a for(func()) test.
55832      Branch: perl
55833            ! t/cmd/for.t
55834 ____________________________________________________________________________
55835 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
55836         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
55837              From: Robin Houston <robin@kitsite.com>
55838              Date: Thu, 10 May 2001 13:50:08 +0100
55839              Message-ID: <20010510135008.A2454@penderel>
55840      Branch: perl
55841            ! ext/B/B/Deparse.pm
55842 ____________________________________________________________________________
55843 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
55844         Log: A thinko in #10065.
55845      Branch: perl
55846            ! hv.c
55847 ____________________________________________________________________________
55848 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
55849         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
55850              From: Robin Houston <robin@kitsite.com>
55851              Date: Thu, 10 May 2001 02:10:34 +0100
55852              Message-ID: <20010510021034.A19421@penderel>
55853      Branch: perl
55854            ! ext/B/B.xs ext/B/B/Deparse.pm
55855 ____________________________________________________________________________
55856 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
55857         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
55858              From: Doug MacEachern <dougm@covalent.net>
55859              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
55860              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
55861      Branch: perl
55862            ! hv.c
55863 ____________________________________________________________________________
55864 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
55865         Log: One more workaround for the UTS compiler from Hal Morris.
55866      Branch: perl
55867            ! perl.h
55868 ____________________________________________________________________________
55869 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
55870         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
55871              From: Robin Houston <robin@kitsite.com>
55872              Date: Thu, 10 May 2001 01:02:08 +0100
55873              Message-ID: <20010510010208.A18200@penderel>
55874      Branch: perl
55875            ! ext/B/B/Debug.pm
55876 ____________________________________________________________________________
55877 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
55878         Log: Subject: [PATCH] Simplify deb_curcv() a bit
55879              From: Benjamin Sugars <bsugars@canoe.ca>
55880              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
55881              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
55882      Branch: perl
55883            ! run.c
55884 ____________________________________________________________________________
55885 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
55886         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
55887              From: Benjamin Sugars <bsugars@canoe.ca>
55888              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
55889              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
55890      Branch: perl
55891            ! t/lib/io_scalar.t
55892 ____________________________________________________________________________
55893 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
55894         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
55895              From: Peter Prymmer <pvhp@forte.com>
55896              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
55897              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
55898      Branch: perl
55899            ! t/lib/md5-file.t
55900 ____________________________________________________________________________
55901 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
55902         Log: Subject: [PATCH t/TEST] B::Deparse tester
55903              From: Robin Houston <robin@kitsite.com>
55904              Date: Wed, 9 May 2001 19:17:50 +0100
55905              Message-ID: <20010509191750.A16940@penderel>
55906      Branch: perl
55907            ! ext/B/O.pm t/TEST
55908 ____________________________________________________________________________
55909 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
55910         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
55911              From: Jeff Pinyan <jeffp@crusoe.net>
55912              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
55913              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
55914      Branch: perl
55915            ! lib/Pod/Html.pm
55916 ____________________________________________________________________________
55917 [ 10057] By: nick                                  on 2001/05/09  18:37:56
55918         Log: Integrate mainline.
55919      Branch: perlio
55920           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
55921           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
55922 ____________________________________________________________________________
55923 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
55924         Log: Update Changes.
55925      Branch: perl
55926            ! Changes patchlevel.h
55927 ____________________________________________________________________________
55928 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
55929         Log: Integrate perlio:
55930              
55931              [ 10050]
55932              win32, regen_config_h
55933      Branch: perl
55934           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55935 ____________________________________________________________________________
55936 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
55937         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
55938              From: Benjamin Sugars <bsugars@canoe.ca>
55939              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
55940              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
55941      Branch: perl
55942            ! perlio.c
55943 ____________________________________________________________________________
55944 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
55945         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
55946              From: Benjamin Sugars <bsugars@canoe.ca>
55947              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
55948              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
55949      Branch: perl
55950            ! ext/PerlIO/Scalar/Scalar.xs
55951 ____________________________________________________________________________
55952 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
55953         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
55954              From: Jeff Pinyan <jeffp@crusoe.net>
55955              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
55956              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
55957      Branch: perl
55958            ! lib/Pod/Html.pm
55959 ____________________________________________________________________________
55960 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
55961         Log: EPOC tweak from Olaf Flebbe.
55962      Branch: perl
55963            ! epoc/epocish.h
55964 ____________________________________________________________________________
55965 [ 10050] By: nick                                  on 2001/05/09  14:37:57
55966         Log: win32, regen_config_h
55967      Branch: perlio
55968            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55969 ____________________________________________________________________________
55970 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
55971         Log: Integrate perlio:
55972              
55973              [ 10048]
55974              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55975              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55976      Branch: perl
55977           !> pp_sys.c
55978 ____________________________________________________________________________
55979 [ 10048] By: nick                                  on 2001/05/09  11:59:50
55980         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55981              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55982      Branch: perlio
55983            ! pp_sys.c
55984 ____________________________________________________________________________
55985 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
55986         Log: Integrate perlio:
55987              
55988              [ 10045]
55989              MULTIPLICITY/DEBUGGING build fix.
55990      Branch: perl
55991           !> run.c
55992 ____________________________________________________________________________
55993 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
55994         Log: Subject: Re: Less warnings during configure
55995              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55996              Date: Wed, 09 May 2001 13:12:49 +0200
55997              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
55998      Branch: perl
55999            ! hints/hpux.sh
56000 ____________________________________________________________________________
56001 [ 10045] By: nick                                  on 2001/05/09  09:56:59
56002         Log: MULTIPLICITY/DEBUGGING build fix.
56003      Branch: perlio
56004            ! run.c
56005 ____________________________________________________________________________
56006 [ 10044] By: nick                                  on 2001/05/09  09:46:37
56007         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
56008      Branch: perlio
56009           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
56010            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56011           !> (integrate 65 files)
56012 ____________________________________________________________________________
56013 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
56014         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56015              From: Robin Houston <robin@kitsite.com>
56016              Date: Tue, 8 May 2001 19:38:00 +0100
56017              Message-ID: <20010508193800.A4389@penderel>
56018              
56019              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56020              From: Robin Houston <robin@kitsite.com>
56021              Date: Tue, 8 May 2001 20:03:57 +0100
56022              Message-ID: <20010508200357.A4614@penderel>
56023              
56024              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
56025              From: Robin Houston <robin@kitsite.com>
56026              Date: Wed, 9 May 2001 00:12:05 +0100
56027              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
56028      Branch: perl
56029            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
56030 ____________________________________________________________________________
56031 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
56032         Log: Retract #10031.
56033      Branch: perl
56034            ! pod/perlfunc.pod
56035 ____________________________________________________________________________
56036 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
56037         Log: The metaconfig unit changes for #10040.
56038      Branch: metaconfig/U/perl
56039            ! Checkcc.U d_dlsymun.U dlsrc.U
56040 ____________________________________________________________________________
56041 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
56042         Log: The Configure half of
56043              
56044              Subject: Less warnings during configure
56045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56046              Date: Tue, 08 May 2001 08:44:02 +0200
56047              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
56048      Branch: perl
56049            ! Configure
56050 ____________________________________________________________________________
56051 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
56052         Log: Subject: Less warnings during configure
56053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56054              Date: Tue, 08 May 2001 08:44:02 +0200
56055              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
56056      Branch: perl
56057            ! hints/hpux.sh
56058 ____________________________________________________________________________
56059 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
56060         Log: Don't forget to whine about \d__\d.
56061      Branch: perl
56062            ! t/pragma/warn/toke toke.c
56063 ____________________________________________________________________________
56064 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
56065         Log: Allow underscores also in the exponent part.
56066      Branch: perl
56067            ! t/pragma/warn/toke toke.c
56068 ____________________________________________________________________________
56069 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
56070         Log: CodeMagicCD doesn't look like an *I*DE.
56071      Branch: perl
56072            ! pod/perlfaq3.pod
56073 ____________________________________________________________________________
56074 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
56075         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
56076              to be consistently down).
56077      Branch: perl
56078            ! pod/perlfaq3.pod
56079 ____________________________________________________________________________
56080 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
56081         Log: Upgrade to Text::Balanced 1.84.
56082      Branch: perl
56083            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
56084 ____________________________________________________________________________
56085 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
56086         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
56087              From: Benjamin Sugars <bsugars@canoe.ca>
56088              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
56089              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
56090      Branch: perl
56091            ! run.c
56092 ____________________________________________________________________________
56093 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
56094         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
56095              From: Peter Prymmer <pvhp@forte.com>
56096              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
56097              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
56098      Branch: perl
56099            ! t/pod/plainer.t
56100 ____________________________________________________________________________
56101 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
56102         Log: (Retracted by #10042)
56103              
56104              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
56105              From: "Philip Newton" <pnewton@gmx.de>
56106              Date: Tue, 8 May 2001 09:18:10 +0200
56107              Message-ID: <3AF7B9D2.28861.603732@localhost>
56108      Branch: perl
56109            ! pod/perlfunc.pod
56110 ____________________________________________________________________________
56111 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
56112         Log: Subject: [PATCH B::Deparse] Document known bugs
56113              From: Robin Houston <robin@kitsite.com>
56114              Date: Tue, 8 May 2001 01:53:34 +0100
56115              Message-ID: <20010508015334.A32394@penderel>
56116      Branch: perl
56117            ! ext/B/B/Deparse.pm
56118 ____________________________________________________________________________
56119 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
56120         Log: Subject: Re: Perl book, magazine and website updates.
56121              From: "Philip Newton" <pnewton@gmx.de>
56122              Date: Mon, 7 May 2001 17:03:58 +0200
56123              Message-ID: <3AF6D57E.5387.1E29930@localhost>
56124      Branch: perl
56125            ! pod/perlfaq2.pod
56126 ____________________________________________________________________________
56127 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
56128         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
56129              From: Peter Prymmer <pvhp@forte.com>
56130              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
56131              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
56132      Branch: perl
56133            ! t/io/fflush.t
56134 ____________________________________________________________________________
56135 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
56136         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
56137              From: Robin Houston <robin@kitsite.com>
56138              Date: Tue, 8 May 2001 01:14:55 +0100
56139              Message-ID: <20010508011455.A32162@penderel>
56140      Branch: perl
56141            ! ext/B/B/Deparse.pm
56142 ____________________________________________________________________________
56143 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
56144         Log: Typo in #10025.
56145      Branch: perl
56146            ! hints/uts.sh
56147 ____________________________________________________________________________
56148 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
56149         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
56150      Branch: perl
56151            ! hints/uts.sh
56152 ____________________________________________________________________________
56153 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
56154         Log: Subject: Re: [ID 20010506.045] question about hash syntax
56155              From: Peter Scott <Peter@PSDT.com>
56156              Date: Sun, 06 May 2001 13:10:40 -0700
56157              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
56158      Branch: perl
56159            ! pod/perl56delta.pod
56160 ____________________________________________________________________________
56161 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
56162         Log: Configure should figure out the list of dynamic extensions
56163              just fine in UTS-- and in fact it does, as reported by Hal Morris.
56164      Branch: perl
56165            ! hints/uts.sh
56166 ____________________________________________________________________________
56167 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
56168         Log: Update Changes.
56169      Branch: perl
56170            ! Changes patchlevel.h
56171 ____________________________________________________________________________
56172 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
56173         Log: Subject: [PATCH regcomp.c] Insecure regexes
56174              From: Robin Houston <robin@kitsite.com>
56175              Date: Mon, 7 May 2001 21:56:12 +0100
56176              Message-ID: <20010507215612.A31114@penderel>
56177      Branch: perl
56178            ! regcomp.c
56179 ____________________________________________________________________________
56180 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
56181         Log: Drop the foobar.perl.com references for now until Simon
56182              gets them sorted out.
56183      Branch: perl
56184            ! pod/perlfaq2.pod
56185 ____________________________________________________________________________
56186 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
56187         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
56188              From: Prymmer/Kahn <pvhp@best.com>
56189              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
56190              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
56191      Branch: perl
56192            ! lib/Devel/SelfStubber.pm
56193 ____________________________________________________________________________
56194 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
56195         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
56196              From: Prymmer/Kahn <pvhp@best.com>
56197              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
56198              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
56199      Branch: perl
56200            ! win32/Makefile
56201 ____________________________________________________________________________
56202 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
56203         Log: s/WebTechnique's/WebTechniques/
56204      Branch: perl
56205            ! pod/perlfaq2.pod
56206 ____________________________________________________________________________
56207 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
56208         Log: Llama 3 updates from Randal.
56209      Branch: perl
56210            ! pod/perlfaq2.pod
56211 ____________________________________________________________________________
56212 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
56213         Log: Subject: [PATCH] Help -Dt show correct pad variables
56214              From: Benjamin Sugars <ben.sugars@home.com>
56215              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
56216              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
56217      Branch: perl
56218            ! embed.h embed.pl proto.h run.c
56219 ____________________________________________________________________________
56220 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
56221         Log: Subject: [PATCH] Document C<our $foo : shared>
56222              From: Benjamin Sugars <ben.sugars@home.com>
56223              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
56224              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
56225      Branch: perl
56226            ! pod/perlfunc.pod
56227 ____________________________________________________________________________
56228 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
56229         Log: Subject: [PATCH B::Deparse] undefined folded constants
56230              From: Robin Houston <robin@kitsite.com>
56231              Date: Sun, 6 May 2001 17:19:09 +0100
56232              Message-ID: <20010506171909.A7046@penderel>
56233      Branch: perl
56234            ! ext/B/B/Deparse.pm
56235 ____________________________________________________________________________
56236 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
56237         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
56238              From: Robin Houston <robin@kitsite.com>
56239              Message-ID: <20010506164654.A6848@penderel>
56240              Date: Sun, 6 May 2001 16:46:54 +0100
56241      Branch: perl
56242            ! ext/B/B/Deparse.pm
56243 ____________________________________________________________________________
56244 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
56245         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
56246              From: Robin Houston <robin@kitsite.com>
56247              Date: Sun, 6 May 2001 14:47:02 +0100
56248              Message-ID: <20010506144702.A6308@penderel>
56249      Branch: perl
56250            ! t/op/my_stash.t
56251 ____________________________________________________________________________
56252 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
56253         Log: Subject: Perl book, magazine and website updates.
56254              From: Simon Cozens <simon@netthink.co.uk>
56255              Date: Sun, 6 May 2001 16:55:36 +0100
56256              Message-ID: <20010506165536.A1795@netthink.co.uk>
56257      Branch: perl
56258            ! pod/perlbook.pod pod/perlfaq2.pod
56259 ____________________________________________________________________________
56260 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
56261         Log: Tweaks on the Tru64 prof options.
56262      Branch: perl
56263            ! pod/perlhack.pod
56264 ____________________________________________________________________________
56265 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
56266         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
56267              From: Robin Houston <robin@kitsite.com>
56268              Date: Sun, 6 May 2001 14:40:51 +0100
56269              Message-ID: <20010506144051.A6279@penderel>
56270      Branch: perl
56271            ! t/pod/testp2pt.pl
56272 ____________________________________________________________________________
56273 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
56274         Log: Subject: [PATCH B::Deparse] scoping
56275              From: Robin Houston <robin@kitsite.com>
56276              Date: Sun, 6 May 2001 14:36:56 +0100
56277              Message-ID: <20010506143656.A4006@penderel>
56278      Branch: perl
56279            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
56280 ____________________________________________________________________________
56281 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
56282         Log: Document the undefinedness of bitshifting out of range.
56283      Branch: perl
56284            ! pod/perlop.pod
56285 ____________________________________________________________________________
56286 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
56287         Log: Retract #10003 and update the IDE descriptions a bit.
56288      Branch: perl
56289            ! pod/perlfaq3.pod
56290 ____________________________________________________________________________
56291 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
56292         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
56293              From: Prymmer/Kahn <pvhp@best.com>
56294              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
56295              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
56296      Branch: perl
56297            ! win32/Makefile win32/buildext.pl win32/config.bc
56298            ! win32/config.gc win32/config.vc
56299 ____________________________________________________________________________
56300 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
56301         Log: (Retracted by #10005.)
56302      Branch: perl
56303            ! pod/perlfaq3.pod
56304 ____________________________________________________________________________
56305 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
56306         Log: It's "psed", not "sed".
56307      Branch: perl
56308            ! x2p/s2p.PL
56309 ____________________________________________________________________________
56310 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
56311         Log: Update Changes.
56312      Branch: perl
56313            ! Changes patchlevel.h
56314 ____________________________________________________________________________
56315 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
56316         Log: Subject: Re: bleadperl make install fails due to "psed"
56317              From: andreas.koenig@anima.de (Andreas J. Koenig)
56318              Date: 05 May 2001 18:23:28 +0200
56319              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
56320      Branch: perl
56321            ! x2p/Makefile.SH x2p/s2p.PL
56322 ____________________________________________________________________________
56323 [  9999] By: jhi                                   on 2001/05/05  18:28:09
56324         Log: AUTHORS updates.
56325      Branch: perl
56326            ! AUTHORS
56327 ____________________________________________________________________________
56328 [  9998] By: jhi                                   on 2001/05/05  18:16:00
56329         Log: Updates on the pods related to the modules included since 5.6.
56330              
56331              TODO: perltodo really could use major updating.
56332      Branch: perl
56333            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
56334            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
56335            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
56336            ! pod/perlsyn.pod pod/perltodo.pod
56337 ____________________________________________________________________________
56338 [  9997] By: jhi                                   on 2001/05/05  17:35:17
56339         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
56340              from Kurt Skauen.
56341      Branch: perl
56342            + hints/atheos.sh
56343            ! MANIFEST
56344 ____________________________________________________________________________
56345 [  9996] By: jhi                                   on 2001/05/05  17:25:00
56346         Log: Add preemptive #undefs for some of the shorter and more prone
56347              to collision regcomp.h #defines.  (Background: the MASK collided
56348              with a system header #define in Rhapsody.)
56349      Branch: perl
56350            ! regcomp.h
56351 ____________________________________________________________________________
56352 [  9995] By: jhi                                   on 2001/05/05  13:24:21
56353         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
56354              From: Nicholas Clark <nick@ccl4.org>
56355              Date: Sat, 5 May 2001 14:46:39 +0100
56356              Message-ID: <20010505144639.O53513@plum.flirble.org>
56357              
56358              Add a test for the constants (if any) being processed correctly.
56359      Branch: perl
56360            ! utils/h2xs.PL
56361 ____________________________________________________________________________
56362 [  9994] By: jhi                                   on 2001/05/05  02:11:03
56363         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
56364              From: Peter Prymmer <pvhp@forte.com>
56365              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
56366              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
56367      Branch: perl
56368            ! t/lib/b-stash.t
56369 ____________________________________________________________________________
56370 [  9993] By: jhi                                   on 2001/05/05  02:03:49
56371         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
56372              From: Peter Prymmer <pvhp@forte.com>
56373              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
56374              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
56375      Branch: perl
56376            ! perlio.c vms/vmsish.h
56377 ____________________________________________________________________________
56378 [  9992] By: jhi                                   on 2001/05/04  17:21:12
56379         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
56380              From: Robin Barker <rmb1@cise.npl.co.uk>
56381              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
56382              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
56383      Branch: perl
56384            + t/pod/plainer.t
56385            ! MANIFEST
56386 ____________________________________________________________________________
56387 [  9991] By: jhi                                   on 2001/05/04  16:47:45
56388         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
56389              From: Robin Barker <rmb1@cise.npl.co.uk>
56390              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
56391              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
56392      Branch: perl
56393            ! regcomp.c
56394 ____________________________________________________________________________
56395 [  9990] By: jhi                                   on 2001/05/04  14:37:20
56396         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
56397              From: Prymmer/Kahn <pvhp@best.com>
56398              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
56399              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
56400      Branch: perl
56401            ! t/lib/b-stash.t
56402 ____________________________________________________________________________
56403 [  9989] By: jhi                                   on 2001/05/04  14:03:58
56404         Log: Introduce perl572delta, update Todo, add the missing
56405              mention about signal safety since 5.7.1 (though this
56406              requires verification and more details.)
56407      Branch: perl
56408            + pod/perl572delta.pod
56409            ! MANIFEST Todo pod/perl571delta.pod
56410 ____________________________________________________________________________
56411 [  9988] By: jhi                                   on 2001/05/04  12:41:51
56412         Log: Subject: [PATCH perl@9944] long =item
56413              From: Robin Barker <rmb1@cise.npl.co.uk>
56414              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
56415              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
56416      Branch: perl
56417            ! ext/Time/HiRes/HiRes.pm
56418 ____________________________________________________________________________
56419 [  9987] By: jhi                                   on 2001/05/04  12:39:19
56420         Log: The #9901 had removed one line essential for EBCDIC.
56421      Branch: perl
56422            ! regcomp.c
56423 ____________________________________________________________________________
56424 [  9986] By: jhi                                   on 2001/05/04  12:30:23
56425         Log: Subject: cygwin/Makefile.SHs INSTALL patch
56426              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
56427              Date: Mon, 08 Jan 2001 04:59:21 +0200
56428              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
56429      Branch: perl
56430            ! cygwin/Makefile.SHs
56431 ____________________________________________________________________________
56432 [  9985] By: jhi                                   on 2001/05/04  03:51:39
56433         Log: Encode/IO doc tweaks.
56434      Branch: perl
56435            ! ext/Encode/Encode.pm
56436 ____________________________________________________________________________
56437 [  9984] By: jhi                                   on 2001/05/04  03:29:34
56438         Log: Remove GDBM_File from the dynamic extensions for UTS,
56439              GDBM is not a standard feature.
56440      Branch: perl
56441            ! hints/uts.sh
56442 ____________________________________________________________________________
56443 [  9983] By: jhi                                   on 2001/05/04  03:22:59
56444         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
56445      Branch: perl
56446            ! pod/perlretut.pod
56447 ____________________________________________________________________________
56448 [  9982] By: jhi                                   on 2001/05/03  23:21:03
56449         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
56450              From: Benjamin Sugars <bsugars@canoe.ca>
56451              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
56452              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
56453      Branch: perl
56454            ! dump.c
56455 ____________________________________________________________________________
56456 [  9981] By: jhi                                   on 2001/05/03  23:20:05
56457         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
56458              From: Benjamin Sugars <bsugars@canoe.ca>
56459              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
56460              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
56461      Branch: perl
56462            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56463 ____________________________________________________________________________
56464 [  9980] By: jhi                                   on 2001/05/03  23:15:29
56465         Log: Integrate perlio:
56466              
56467              [  9976]
56468              Allow $answer = encode($object,$text); like it says in docs.
56469              
56470              [  9975]
56471              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56472              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56473      Branch: perl
56474           !> ext/Encode/Encode.pm
56475 ____________________________________________________________________________
56476 [  9979] By: jhi                                   on 2001/05/03  16:54:59
56477         Log: Install psed man page.
56478      Branch: perl
56479            ! installman
56480 ____________________________________________________________________________
56481 [  9978] By: jhi                                   on 2001/05/03  16:45:58
56482         Log: Remove unused files; noted by Sarathy.
56483      Branch: perl
56484            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56485            ! MANIFEST
56486 ____________________________________________________________________________
56487 [  9977] By: jhi                                   on 2001/05/03  16:42:30
56488         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
56489              From: Andy Dougherty <doughera@lafayette.edu>
56490              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
56491              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
56492      Branch: perl
56493            ! INSTALL
56494 ____________________________________________________________________________
56495 [  9976] By: nick                                  on 2001/05/03  16:40:42
56496         Log: Allow $answer = encode($object,$text); like it says in docs.
56497      Branch: perlio
56498            ! ext/Encode/Encode.pm
56499 ____________________________________________________________________________
56500 [  9975] By: nick                                  on 2001/05/03  16:22:30
56501         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56502              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56503      Branch: perlio
56504            ! ext/Encode/Encode.pm
56505 ____________________________________________________________________________
56506 [  9974] By: nick                                  on 2001/05/03  15:48:17
56507         Log: Integrate mainline.
56508      Branch: perlio
56509           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
56510           +> t/lib/filter-simple.t t/lib/next.t
56511           !> (integrate 70 files)
56512 ____________________________________________________________________________
56513 [  9973] By: jhi                                   on 2001/05/03  13:09:09
56514         Log: Update Changes.
56515      Branch: perl
56516            ! Changes patchlevel.h
56517 ____________________________________________________________________________
56518 [  9972] By: jhi                                   on 2001/05/03  12:58:33
56519         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
56520              From: Prymmer/Kahn <pvhp@best.com>
56521              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
56522              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
56523      Branch: perl
56524            ! t/io/fflush.t
56525 ____________________________________________________________________________
56526 [  9971] By: jhi                                   on 2001/05/03  12:57:26
56527         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
56528              From: Prymmer/Kahn <pvhp@best.com>
56529              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
56530              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
56531      Branch: perl
56532            ! win32/FindExt.pm
56533 ____________________________________________________________________________
56534 [  9970] By: jhi                                   on 2001/05/03  02:42:46
56535         Log: Can't croak sans thread context, from Doug MacEachern.
56536      Branch: perl
56537            ! toke.c
56538 ____________________________________________________________________________
56539 [  9969] By: jhi                                   on 2001/05/03  01:23:48
56540         Log: Subject: Random input test and Perl
56541              From: Ilya Zakharevich <ilya@math.berkeley.edu>
56542              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
56543              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
56544      Branch: perl
56545            ! toke.c
56546 ____________________________________________________________________________
56547 [  9968] By: jhi                                   on 2001/05/02  22:17:21
56548         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
56549              From: Peter Prymmer <pvhp@forte.com>
56550              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
56551              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
56552      Branch: perl
56553            ! pod/perlfunc.pod pod/perlport.pod
56554 ____________________________________________________________________________
56555 [  9967] By: jhi                                   on 2001/05/02  20:12:45
56556         Log: Workaround for UTS compiler casting bug from Hal Morris.
56557      Branch: perl
56558            ! perl.h
56559 ____________________________________________________________________________
56560 [  9966] By: jhi                                   on 2001/05/02  18:31:37
56561         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
56562              From: Dan Sugalski <dan@sidhe.org>
56563              Date: Wed, 02 May 2001 15:23:22 -0400
56564              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
56565      Branch: perl
56566            ! perl.c vms/vms.c
56567 ____________________________________________________________________________
56568 [  9965] By: jhi                                   on 2001/05/02  18:21:29
56569         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
56570      Branch: perl
56571            ! pod/perlfunc.pod
56572 ____________________________________________________________________________
56573 [  9964] By: jhi                                   on 2001/05/02  18:15:01
56574         Log: Document large files in INSTALL, document also the %x
56575              limitation if not use64bitint, closes bug 20010326.007.
56576      Branch: perl
56577            ! INSTALL
56578 ____________________________________________________________________________
56579 [  9963] By: jhi                                   on 2001/05/02  17:24:47
56580         Log: perlmodlib tweaks; regen pods.
56581      Branch: perl
56582            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
56583            ! pod/perltoc.pod
56584 ____________________________________________________________________________
56585 [  9962] By: jhi                                   on 2001/05/02  17:14:00
56586         Log: Fix for a segfault, from Marc Lehmann.
56587      Branch: perl
56588            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
56589 ____________________________________________________________________________
56590 [  9961] By: jhi                                   on 2001/05/02  15:55:53
56591         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
56592              From: "Philip Newton" <pnewton@gmx.de>
56593              Date: Wed, 2 May 2001 18:39:03 +0200
56594              Message-ID: <3AF05447.15525.173B588@localhost>
56595      Branch: perl
56596            ! pod/perlop.pod
56597 ____________________________________________________________________________
56598 [  9960] By: jhi                                   on 2001/05/02  15:35:37
56599         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
56600              From: Dan Sugalski <dan@sidhe.org>
56601              Date: Wed, 02 May 2001 11:37:27 -0400
56602              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
56603      Branch: perl
56604            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
56605            ! thread.h vms/vms.c vms/vmsish.h
56606 ____________________________________________________________________________
56607 [  9959] By: jhi                                   on 2001/05/02  15:21:08
56608         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
56609              From: Benjamin Sugars <bsugars@canoe.ca>
56610              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
56611              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
56612      Branch: perl
56613            ! ext/PerlIO/Scalar/Scalar.xs
56614 ____________________________________________________________________________
56615 [  9958] By: jhi                                   on 2001/05/02  15:15:53
56616         Log: Bug in #9915, spotted by Mike Guy.
56617      Branch: perl
56618            ! installperl
56619 ____________________________________________________________________________
56620 [  9957] By: jhi                                   on 2001/05/02  13:26:01
56621         Log: Add a test for not griping about references as array
56622              indices if the reference has magic in it (overloaded
56623              methods).
56624      Branch: perl
56625            ! pod/perldiag.pod t/pragma/warn/pp_hot
56626 ____________________________________________________________________________
56627 [  9956] By: jhi                                   on 2001/05/02  13:07:01
56628         Log: Retracted a bit too much in #9952.
56629      Branch: perl
56630            ! t/pragma/sub_lval.t
56631 ____________________________________________________________________________
56632 [  9955] By: jhi                                   on 2001/05/02  13:05:38
56633         Log: Test for #9952.
56634      Branch: perl
56635            ! t/op/tie.t
56636 ____________________________________________________________________________
56637 [  9954] By: jhi                                   on 2001/05/02  11:48:18
56638         Log: Additional note on the encoding example: one cannot
56639              convert string constants in-place.
56640      Branch: perl
56641            ! ext/Encode/Encode.pm
56642 ____________________________________________________________________________
56643 [  9953] By: jhi                                   on 2001/05/02  11:43:51
56644         Log: Note that if you have recent enough Perl you already
56645              have Filter::Util::Call.
56646      Branch: perl
56647            ! lib/Filter/Simple.pm
56648 ____________________________________________________________________________
56649 [  9952] By: jhi                                   on 2001/05/02  11:31:53
56650         Log: Retract changes #8254 and #8255, causes coredump in
56651              'tie FH, "main"', reported by Abigail, culprit found by
56652              Benjamin Sugars.  Mirrors maintperl change #9950.
56653      Branch: perl
56654            ! op.c t/pragma/sub_lval.t
56655 ____________________________________________________________________________
56656 [  9951] By: jhi                                   on 2001/05/02  11:14:29
56657         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
56658      Branch: perl
56659            + t/lib/MyFilter.pm
56660 ____________________________________________________________________________
56661 [  9950] By: gsar                                  on 2001/05/02  03:17:11
56662         Log: revert integration of changes#8254,8255 in change#8620 (causes
56663              a coredump in C<tie FH, 'foo'>; the idea itself may need better
56664              rationalization)
56665      Branch: maint-5.6/perl
56666            ! op.c t/pragma/sub_lval.t
56667 ____________________________________________________________________________
56668 [  9949] By: gsar                                  on 2001/05/02  02:56:32
56669         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
56670              
56671              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56672              
56673              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56674      Branch: maint-5.6/perl
56675           !> hints/svr5.sh
56676 ____________________________________________________________________________
56677 [  9948] By: gsar                                  on 2001/05/02  02:49:15
56678         Log: pod/find.t breaks on VMS (from Craig Berry)
56679      Branch: maint-5.6/perl
56680            ! t/pod/find.t
56681 ____________________________________________________________________________
56682 [  9947] By: jhi                                   on 2001/05/02  02:43:09
56683         Log: Add an encoding conversion example.
56684      Branch: perl
56685            ! ext/Encode/Encode.pm
56686 ____________________________________________________________________________
56687 [  9946] By: jhi                                   on 2001/05/02  01:34:22
56688         Log: Another coat of paint but still nowhere finished.
56689              Need to decide on the semantics of strptime(): should
56690              strptime() be a function instead of a method?  To do
56691              the week/monthname-strptiming the i18n/l10n bullet needs
56692              to be bitten with gusto.
56693      Branch: perl
56694            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
56695 ____________________________________________________________________________
56696 [  9945] By: jhi                                   on 2001/05/01  23:40:52
56697         Log: Update Changes.
56698      Branch: perl
56699            ! Changes patchlevel.h
56700 ____________________________________________________________________________
56701 [  9944] By: jhi                                   on 2001/05/01  23:33:37
56702         Log: Add known-to-be-tested modules to the list-to-be-skipped.
56703      Branch: perl
56704            ! t/lib/1_compile.t
56705 ____________________________________________________________________________
56706 [  9943] By: jhi                                   on 2001/05/01  23:24:40
56707         Log: Subject: BorlandC++ fix
56708              From: "Vadim Konovalov" <watman@inbox.ru>
56709              Date: Mon, 30 Apr 2001 20:12:26 -0700
56710              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
56711      Branch: perl
56712            ! win32/makefile.mk
56713 ____________________________________________________________________________
56714 [  9942] By: jhi                                   on 2001/05/01  23:18:02
56715         Log: Update to Filter::Simple 0.60, create a test for it.
56716      Branch: perl
56717            + t/lib/filter-simple.t
56718            ! MANIFEST lib/Filter/Simple.pm
56719 ____________________________________________________________________________
56720 [  9941] By: jhi                                   on 2001/05/01  19:47:24
56721         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
56722              From: Hugo <hv@crypt.compulink.co.uk>
56723              Date: Tue, 01 May 2001 20:12:20 +0100
56724              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
56725      Branch: perl
56726            ! pp_hot.c t/op/re_tests
56727 ____________________________________________________________________________
56728 [  9940] By: jhi                                   on 2001/05/01  19:42:16
56729         Log: Integrate perlio:
56730              
56731              [  9936]
56732              Fix for base.pm clobbering $VERSION
56733              
56734              [  9935]
56735              Test for base.pm clobbering $VERSION.
56736      Branch: perl
56737           !> lib/base.pm t/lib/fields.t
56738 ____________________________________________________________________________
56739 [  9939] By: jhi                                   on 2001/05/01  19:39:51
56740         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
56741              From: Benjamin Sugars <bsugars@canoe.ca>
56742              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
56743              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
56744      Branch: perl
56745            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56746 ____________________________________________________________________________
56747 [  9938] By: jhi                                   on 2001/05/01  19:34:09
56748         Log: Add NEXT, a pseudo-class for method redispatching.
56749              <Damian>NEXT.pm probably offers more bang-for-buck
56750              than anything else I've ever written.</Damian>
56751      Branch: perl
56752            + lib/NEXT.pm t/lib/next.t
56753            ! MANIFEST
56754 ____________________________________________________________________________
56755 [  9937] By: jhi                                   on 2001/05/01  19:21:41
56756         Log: Update to Switch 2.02.
56757      Branch: perl
56758            ! lib/Switch.pm t/lib/switch.t
56759 ____________________________________________________________________________
56760 [  9936] By: nick                                  on 2001/05/01  19:09:21
56761         Log: Fix for base.pm clobbering $VERSION
56762      Branch: perlio
56763            ! lib/base.pm
56764 ____________________________________________________________________________
56765 [  9935] By: nick                                  on 2001/05/01  18:54:38
56766         Log: Test for base.pm clobbering $VERSION.
56767      Branch: perlio
56768            ! t/lib/fields.t
56769 ____________________________________________________________________________
56770 [  9934] By: jhi                                   on 2001/05/01  18:39:10
56771         Log: Add information about Scalar::Util::blessed.
56772      Branch: perl
56773            ! pod/perlobj.pod
56774 ____________________________________________________________________________
56775 [  9933] By: jhi                                   on 2001/05/01  18:33:51
56776         Log: Subject: Extra UNIVERSAL documentation
56777              From: Mike Guy <mjtg@cam.ac.uk>
56778              Date: Tue, 01 May 2001 20:12:11 +0100
56779              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
56780      Branch: perl
56781            ! pod/perlobj.pod
56782 ____________________________________________________________________________
56783 [  9932] By: jhi                                   on 2001/05/01  18:26:54
56784         Log: Subject: Autoflush in tests as appropriate
56785              From: Mike Guy <mjtg@cam.ac.uk>
56786              Date: Tue, 01 May 2001 20:05:31 +0100
56787              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
56788      Branch: perl
56789            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
56790            ! t/op/taint.t
56791 ____________________________________________________________________________
56792 [  9931] By: jhi                                   on 2001/05/01  18:02:29
56793         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
56794              From: Benjamin Sugars <bsugars@canoe.ca>
56795              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
56796              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
56797      Branch: perl
56798            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56799 ____________________________________________________________________________
56800 [  9930] By: jhi                                   on 2001/05/01  15:12:26
56801         Log: Subject: Re: Finally got a round tuit
56802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56803              Date: Tue, 01 May 2001 14:14:10 +0200
56804              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
56805              
56806              The -DP part, slightly modified.
56807      Branch: perl
56808            ! perl.c
56809 ____________________________________________________________________________
56810 [  9929] By: jhi                                   on 2001/05/01  14:17:15
56811         Log: Subject: Re: Finally got a round tuit
56812              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56813              Date: Tue, 01 May 2001 16:34:06 +0200
56814              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
56815              
56816              cpp and optimization tweaks for HP-UX.
56817      Branch: perl
56818            ! hints/hpux.sh
56819 ____________________________________________________________________________
56820 [  9928] By: jhi                                   on 2001/05/01  13:24:20
56821         Log: Tune the scan_num() comments to reality.
56822      Branch: perl
56823            ! toke.c
56824 ____________________________________________________________________________
56825 [  9927] By: jhi                                   on 2001/05/01  13:14:01
56826         Log: Subject: [PATCH B::Deparse] optimised sort
56827              From: Robin Houston <robin@kitsite.com>
56828              Date: Tue, 1 May 2001 14:07:12 +0100
56829              Message-ID: <20010501140712.A4266@penderel>
56830      Branch: perl
56831            ! ext/B/B/Deparse.pm
56832 ____________________________________________________________________________
56833 [  9926] By: jhi                                   on 2001/05/01  13:10:53
56834         Log: Subject: [PATCH t/lib/b-deparse.t] 
56835              From: Robin Houston <robin@kitsite.com>
56836              Date: Tue, 1 May 2001 13:37:42 +0100
56837              Message-ID: <20010501133742.A4082@penderel>
56838      Branch: perl
56839            ! t/lib/b-deparse.t
56840 ____________________________________________________________________________
56841 [  9925] By: jhi                                   on 2001/05/01  13:10:13
56842         Log: Subject: [PATCH B::Deparse] for(;;), sort
56843              From: Robin Houston <robin@kitsite.com>
56844              Date: Tue, 1 May 2001 13:35:00 +0100
56845              Message-ID: <20010501133500.A4061@penderel>
56846      Branch: perl
56847            ! ext/B/B/Deparse.pm
56848 ____________________________________________________________________________
56849 [  9924] By: jhi                                   on 2001/05/01  13:09:22
56850         Log: Subject: [PATCH B::Deparse] do, warn, use
56851              From: Robin Houston <robin@kitsite.com>
56852              Date: Tue, 1 May 2001 13:31:03 +0100
56853              Message-ID: <20010501133103.A4041@penderel>
56854      Branch: perl
56855            ! ext/B/B/Deparse.pm
56856 ____________________________________________________________________________
56857 [  9923] By: jhi                                   on 2001/05/01  11:45:36
56858         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
56859              From: Benjamin Sugars <ben.sugars@home.com>
56860              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
56861              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
56862      Branch: perl
56863            + t/io/fflush.t
56864            ! MANIFEST
56865 ____________________________________________________________________________
56866 [  9922] By: jhi                                   on 2001/05/01  11:35:42
56867         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
56868              From: Peter Prymmer <pvhp@forte.com>
56869              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
56870              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
56871      Branch: perl
56872            ! t/lib/selfstubber.t
56873 ____________________________________________________________________________
56874 [  9921] By: jhi                                   on 2001/04/30  16:34:33
56875         Log: Subject: [PATCH B::Concise] suppress warning
56876              From: Robin Houston <robin@kitsite.com>
56877              Date: Mon, 30 Apr 2001 16:09:49 +0100
56878              Message-ID: <20010430160949.A25086@penderel>
56879      Branch: perl
56880            ! ext/B/B/Concise.pm
56881 ____________________________________________________________________________
56882 [  9920] By: jhi                                   on 2001/04/30  13:56:04
56883         Log: Strip the *markers* from #9919.
56884      Branch: perl
56885            ! pod/perlfaq.pod pod/perlfaq5.pod
56886 ____________________________________________________________________________
56887 [  9919] By: jhi                                   on 2001/04/30  13:54:04
56888         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
56889              From: Gwyn Judd <b.judd@xtra.co.nz>
56890              Date: Sun, 29 Apr 2001 01:47:49 +1200
56891              Message-ID: <20010429014749.A4418@thislove>
56892      Branch: perl
56893            ! pod/perlfaq.pod pod/perlfaq5.pod
56894 ____________________________________________________________________________
56895 [  9918] By: jhi                                   on 2001/04/30  13:13:54
56896         Log: More_tweakage.
56897      Branch: perl
56898            ! pod/perldata.pod pod/perldiag.pod
56899 ____________________________________________________________________________
56900 [  9917] By: jhi                                   on 2001/04/30  13:01:27
56901         Log: Update Changes.
56902      Branch: perl
56903            ! Changes patchlevel.h
56904 ____________________________________________________________________________
56905 [  9916] By: jhi                                   on 2001/04/30  12:57:03
56906         Log: T_w_e_a_k_a_g_e.
56907      Branch: perl
56908            ! pod/perldata.pod pod/perldiag.pod
56909 ____________________________________________________________________________
56910 [  9915] By: jhi                                   on 2001/04/30  12:39:29
56911         Log: Install s2p also as psed.
56912              
56913              TODO: psed documentation?
56914      Branch: perl
56915            ! installperl
56916 ____________________________________________________________________________
56917 [  9914] By: jhi                                   on 2001/04/30  12:29:21
56918         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
56919              From: Jens Hamisch <jens@Strawberry.COM>
56920              Date: Fri, 27 Apr 2001 17:00:36 +0200
56921              Message-ID: <20010427170036.K1372@Strawberry.COM>
56922              
56923              SOCKS5_VERSION_NAME is the right symbol to detect
56924              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
56925              function called socks5_init() is available, and even that is
56926              not universal, most SOCKS5 installations use SOCKSinit()).
56927      Branch: perl
56928            ! perlio.c
56929 ____________________________________________________________________________
56930 [  9913] By: jhi                                   on 2001/04/30  12:22:15
56931         Log: Allow a zero timeout on IO::Socket accept and connect--
56932              though one really shouldn't do that.  Based on
56933              
56934              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
56935              From: "John Holdsworth" <coldwave@bigfoot.com>
56936              Date: Sun, 4 Feb 2001 12:48:18 +0100
56937              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
56938      Branch: perl
56939            ! ext/IO/lib/IO/Socket.pm
56940 ____________________________________________________________________________
56941 [  9912] By: jhi                                   on 2001/04/30  11:27:27
56942         Log: Save the spot of regprev (see #9911) for binary compatibility;
56943              regen API.
56944      Branch: perl
56945            ! embedvar.h perlapi.h thrdvar.h
56946 ____________________________________________________________________________
56947 [  9911] By: jhi                                   on 2001/04/30  11:22:03
56948         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
56949              From: Hugo <hv@crypt.compulink.co.uk>
56950              Date: Sun, 29 Apr 2001 17:09:30 +0100
56951              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
56952      Branch: perl
56953            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
56954 ____________________________________________________________________________
56955 [  9910] By: jhi                                   on 2001/04/30  11:15:12
56956         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
56957              a dummy for PL_numeric_radix); no pressing reason to break
56958              binary compatibility; regen API.
56959      Branch: perl
56960            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
56961            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
56962 ____________________________________________________________________________
56963 [  9909] By: jhi                                   on 2001/04/30  10:56:08
56964         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
56965              From: Walt Mankowski <waltman@netaxs.com>
56966              Date: Sun, 29 Apr 2001 21:53:48 -0400
56967              Message-ID: <20010429215348.A3971@netaxs.com>
56968      Branch: perl
56969            ! pod/perlfunc.pod
56970 ____________________________________________________________________________
56971 [  9908] By: jhi                                   on 2001/04/30  10:49:40
56972         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
56973      Branch: perl
56974            ! t/lib/selfstubber.t
56975 ____________________________________________________________________________
56976 [  9907] By: nick                                  on 2001/04/30  09:26:50
56977         Log: Integrate mainline.
56978      Branch: perlio
56979           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56980 ____________________________________________________________________________
56981 [  9906] By: jhi                                   on 2001/04/29  23:24:20
56982         Log: Abigail spotted a thinko in #9905.
56983      Branch: perl
56984            ! pod/perldiag.pod
56985 ____________________________________________________________________________
56986 [  9905] By: jhi                                   on 2001/04/29  15:55:39
56987         Log: Changed the underscore/undebar syntax in numeric constants;
56988              now any grouping will do, as long as the underscores are not
56989              consecutive (so "zero-grouping" is out), and they do not begin
56990              or end the integer or fractional parts.
56991      Branch: perl
56992            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56993 ____________________________________________________________________________
56994 [  9904] By: nick                                  on 2001/04/29  15:43:22
56995         Log: Integrate mainline.
56996      Branch: perlio
56997           +> (branch 98 files)
56998            - lib/unicode/Block.pl
56999            - lib/unicode/In/AlphabeticPresentationForms.pl
57000            - lib/unicode/In/Arabic.pl
57001            - lib/unicode/In/ArabicPresentationForms-A.pl
57002            - lib/unicode/In/ArabicPresentationForms-B.pl
57003            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
57004            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
57005            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
57006            - lib/unicode/In/BopomofoExtended.pl
57007            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
57008            - lib/unicode/In/CJKCompatibility.pl
57009            - lib/unicode/In/CJKCompatibilityForms.pl
57010            - lib/unicode/In/CJKCompatibilityIdeographs.pl
57011            - lib/unicode/In/CJKRadicalsSupplement.pl
57012            - lib/unicode/In/CJKSymbolsandPunctuation.pl
57013            - lib/unicode/In/CJKUnifiedIdeographs.pl
57014            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
57015            - lib/unicode/In/Cherokee.pl
57016            - lib/unicode/In/CombiningDiacriticalMarks.pl
57017            - lib/unicode/In/CombiningHalfMarks.pl
57018            - lib/unicode/In/CombiningMarksforSymbols.pl
57019            - lib/unicode/In/ControlPictures.pl
57020            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
57021            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
57022            - lib/unicode/In/EnclosedAlphanumerics.pl
57023            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
57024            - lib/unicode/In/Ethiopic.pl
57025            - lib/unicode/In/GeneralPunctuation.pl
57026            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
57027            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
57028            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
57029            - lib/unicode/In/HalfwidthandFullwidthForms.pl
57030            - lib/unicode/In/HangulCompatibilityJamo.pl
57031            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
57032            - lib/unicode/In/Hebrew.pl
57033            - lib/unicode/In/HighPrivateUseSurrogates.pl
57034            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
57035            - lib/unicode/In/IPAExtensions.pl
57036            - lib/unicode/In/IdeographicDescriptionCharacters.pl
57037            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
57038            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
57039            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
57040            - lib/unicode/In/Latin-1Supplement.pl
57041            - lib/unicode/In/LatinExtended-A.pl
57042            - lib/unicode/In/LatinExtended-B.pl
57043            - lib/unicode/In/LatinExtendedAdditional.pl
57044            - lib/unicode/In/LetterlikeSymbols.pl
57045            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
57046            - lib/unicode/In/MathematicalOperators.pl
57047            - lib/unicode/In/MiscellaneousSymbols.pl
57048            - lib/unicode/In/MiscellaneousTechnical.pl
57049            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
57050            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
57051            - lib/unicode/In/OpticalCharacterRecognition.pl
57052            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
57053            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
57054            - lib/unicode/In/SmallFormVariants.pl
57055            - lib/unicode/In/SpacingModifierLetters.pl
57056            - lib/unicode/In/Specials.pl
57057            - lib/unicode/In/SuperscriptsandSubscripts.pl
57058            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
57059            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
57060            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
57061            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
57062            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
57063           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
57064           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
57065           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
57066           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
57067           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
57068           !> utf8.c win32/Makefile
57069 ____________________________________________________________________________
57070 [  9903] By: jhi                                   on 2001/04/29  14:30:53
57071         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
57072              From: Prymmer/Kahn <pvhp@best.com>
57073              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
57074              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
57075      Branch: perl
57076            ! win32/Makefile
57077 ____________________________________________________________________________
57078 [  9902] By: jhi                                   on 2001/04/29  02:52:44
57079         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
57080              From: "Abigail" <abigail@foad.org>
57081              Date: Sun, 29 Apr 2001 03:14:25 +0200
57082              Message-ID: <20010429011425.24503.qmail@foad.org>
57083      Branch: perl
57084            ! ext/IO/lib/IO/Seekable.pm
57085 ____________________________________________________________________________
57086 [  9901] By: jhi                                   on 2001/04/29  02:04:46
57087         Log: In character classes one couldn't have 0x80..0xff characters
57088              at the left hand side if there were 0x100.. characters in the
57089              character class.
57090      Branch: perl
57091            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
57092            ! t/op/pat.t utf8.c
57093 ____________________________________________________________________________
57094 [  9900] By: jhi                                   on 2001/04/28  22:55:04
57095         Log: Forgot the latest mktables.PL from #9899.
57096      Branch: perl
57097            ! lib/unicode/mktables.PL
57098 ____________________________________________________________________________
57099 [  9899] By: jhi                                   on 2001/04/28  22:53:28
57100         Log: Explain the \p{} and \P{} error message better and
57101              have prettier prettyprint in In.pl.
57102      Branch: perl
57103            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
57104            ! pod/perldiag.pod
57105 ____________________________________________________________________________
57106 [  9898] By: jhi                                   on 2001/04/28  21:03:34
57107         Log: Add one possible explanation for the "Invalid [] range" error.
57108      Branch: perl
57109            ! pod/perldiag.pod
57110 ____________________________________________________________________________
57111 [  9897] By: jhi                                   on 2001/04/28  17:18:26
57112         Log: Add a level of indirection to the implementation of \p{InFoo}
57113              so that we don't have to have long filenames.  (Nothing changes
57114              in the user interface.)   The indirection is defined in
57115              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
57116              Also rename some the character classes by removing '-' from
57117              the classnames, and finally renamed Block.pl as Blocks.pl.
57118      Branch: perl
57119            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
57120            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
57121            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
57122            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
57123            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
57124            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
57125            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
57126            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
57127            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
57128            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
57129            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
57130            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
57131            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
57132            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
57133            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
57134            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
57135            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
57136            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
57137            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
57138            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
57139            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
57140            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
57141            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
57142            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
57143            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
57144            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
57145            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
57146            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
57147            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
57148            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
57149            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
57150            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
57151            + lib/unicode/In/94.pl lib/unicode/In/95.pl
57152            - lib/unicode/Block.pl
57153            - lib/unicode/In/AlphabeticPresentationForms.pl
57154            - lib/unicode/In/Arabic.pl
57155            - lib/unicode/In/ArabicPresentationForms-A.pl
57156            - lib/unicode/In/ArabicPresentationForms-B.pl
57157            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
57158            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
57159            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
57160            - lib/unicode/In/BopomofoExtended.pl
57161            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
57162            - lib/unicode/In/CJKCompatibility.pl
57163            - lib/unicode/In/CJKCompatibilityForms.pl
57164            - lib/unicode/In/CJKCompatibilityIdeographs.pl
57165            - lib/unicode/In/CJKRadicalsSupplement.pl
57166            - lib/unicode/In/CJKSymbolsandPunctuation.pl
57167            - lib/unicode/In/CJKUnifiedIdeographs.pl
57168            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
57169            - lib/unicode/In/Cherokee.pl
57170            - lib/unicode/In/CombiningDiacriticalMarks.pl
57171            - lib/unicode/In/CombiningHalfMarks.pl
57172            - lib/unicode/In/CombiningMarksforSymbols.pl
57173            - lib/unicode/In/ControlPictures.pl
57174            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
57175            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
57176            - lib/unicode/In/EnclosedAlphanumerics.pl
57177            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
57178            - lib/unicode/In/Ethiopic.pl
57179            - lib/unicode/In/GeneralPunctuation.pl
57180            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
57181            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
57182            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
57183            - lib/unicode/In/HalfwidthandFullwidthForms.pl
57184            - lib/unicode/In/HangulCompatibilityJamo.pl
57185            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
57186            - lib/unicode/In/Hebrew.pl
57187            - lib/unicode/In/HighPrivateUseSurrogates.pl
57188            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
57189            - lib/unicode/In/IPAExtensions.pl
57190            - lib/unicode/In/IdeographicDescriptionCharacters.pl
57191            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
57192            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
57193            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
57194            - lib/unicode/In/Latin-1Supplement.pl
57195            - lib/unicode/In/LatinExtended-A.pl
57196            - lib/unicode/In/LatinExtended-B.pl
57197            - lib/unicode/In/LatinExtendedAdditional.pl
57198            - lib/unicode/In/LetterlikeSymbols.pl
57199            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
57200            - lib/unicode/In/MathematicalOperators.pl
57201            - lib/unicode/In/MiscellaneousSymbols.pl
57202            - lib/unicode/In/MiscellaneousTechnical.pl
57203            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
57204            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
57205            - lib/unicode/In/OpticalCharacterRecognition.pl
57206            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
57207            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
57208            - lib/unicode/In/SmallFormVariants.pl
57209            - lib/unicode/In/SpacingModifierLetters.pl
57210            - lib/unicode/In/Specials.pl
57211            - lib/unicode/In/SuperscriptsandSubscripts.pl
57212            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
57213            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
57214            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
57215            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
57216            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
57217            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
57218            ! pod/perlunicode.pod
57219 ____________________________________________________________________________
57220 [  9896] By: jhi                                   on 2001/04/28  14:33:17
57221         Log: Update the information on shared library path on HP-UX.
57222      Branch: perl
57223            ! INSTALL
57224 ____________________________________________________________________________
57225 [  9895] By: jhi                                   on 2001/04/28  14:32:30
57226         Log: Because #9894 seems to do the trick, this workaround can be removed.
57227      Branch: perl
57228            ! t/lib/selfstubber.t
57229 ____________________________________________________________________________
57230 [  9894] By: jhi                                   on 2001/04/28  14:26:13
57231         Log: For PerlIO flush the children's file handles (on fork/exec/system).
57232      Branch: perl
57233            ! perl.h
57234 ____________________________________________________________________________
57235 [  9893] By: jhi                                   on 2001/04/28  14:23:15
57236         Log: Test tweak for #9891.
57237      Branch: perl
57238            ! t/lib/b-deparse.t
57239 ____________________________________________________________________________
57240 [  9892] By: jhi                                   on 2001/04/28  14:10:13
57241         Log: New HP-UX hints from Merijn.
57242      Branch: perl
57243            ! hints/hpux.sh
57244 ____________________________________________________________________________
57245 [  9891] By: jhi                                   on 2001/04/28  14:07:27
57246         Log: Subject: [PATCH B::Deparse] non-block scopes
57247              From: Robin Houston <robin@kitsite.com>
57248              Date: Fri, 27 Apr 2001 19:15:14 +0100
57249              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
57250      Branch: perl
57251            ! ext/B/B/Deparse.pm
57252 ____________________________________________________________________________
57253 [  9890] By: nick                                  on 2001/04/27  19:41:25
57254         Log: Integrate mainline
57255      Branch: perlio
57256           +> t/lib/selfstubber.t
57257           !> (integrate 50 files)
57258 ____________________________________________________________________________
57259 [  9889] By: jhi                                   on 2001/04/27  18:23:46
57260         Log: Subject: Re: selfstubber test fail on bleadperl
57261              From: Mike Guy <mjtg@cam.ac.uk>
57262              Date: Fri, 27 Apr 2001 19:31:18 +0100
57263              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
57264      Branch: perl
57265            ! t/lib/selfstubber.t
57266 ____________________________________________________________________________
57267 [  9888] By: jhi                                   on 2001/04/27  16:20:54
57268         Log: Test tweak for #9886.
57269      Branch: perl
57270            ! t/lib/b-deparse.t
57271 ____________________________________________________________________________
57272 [  9887] By: jhi                                   on 2001/04/27  16:16:33
57273         Log: Buffering issue at least in Solaris (even with perlio).
57274      Branch: perl
57275            ! t/lib/selfstubber.t
57276 ____________________________________________________________________________
57277 [  9886] By: jhi                                   on 2001/04/27  14:59:23
57278         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
57279              From: Robin Houston <robin@kitsite.com>
57280              Date: Fri, 27 Apr 2001 16:53:20 +0100
57281              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
57282      Branch: perl
57283            ! ext/B/B/Deparse.pm
57284 ____________________________________________________________________________
57285 [  9885] By: jhi                                   on 2001/04/27  14:23:51
57286         Log: Update Changes.
57287      Branch: perl
57288            ! Changes patchlevel.h
57289 ____________________________________________________________________________
57290 [  9884] By: jhi                                   on 2001/04/27  14:14:12
57291         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
57292              From: "Philip Newton" <pnewton@gmx.de>
57293              Date: Fri, 27 Apr 2001 16:40:13 +0200
57294              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
57295      Branch: perl
57296            ! pod/perldata.pod
57297 ____________________________________________________________________________
57298 [  9883] By: jhi                                   on 2001/04/27  13:28:19
57299         Log: Add LOG_PERROR; prettify the "removed".
57300      Branch: perl
57301            ! ext/Sys/Syslog/Syslog.xs
57302 ____________________________________________________________________________
57303 [  9882] By: jhi                                   on 2001/04/27  13:13:18
57304         Log: h2xs tweaks: use NV instead of double, "quote" the removed
57305              prefixes for clarity (especially when nothing is removed),
57306              slight pod reformats.
57307      Branch: perl
57308            ! utils/h2xs.PL
57309 ____________________________________________________________________________
57310 [  9881] By: jhi                                   on 2001/04/27  12:58:48
57311         Log: Don't bother creating existing directories.
57312      Branch: perl
57313            ! utils/h2xs.PL
57314 ____________________________________________________________________________
57315 [  9880] By: jhi                                   on 2001/04/27  12:45:39
57316         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
57317              From: Mike Schilli <m@perlmeister.com>
57318              Date: Wed, 25 Apr 2001 01:29:21 -0700
57319              Message-id: <3AE68AE1.6A981723@perlmeister.com>
57320      Branch: perl
57321            ! utils/h2xs.PL
57322 ____________________________________________________________________________
57323 [  9879] By: jhi                                   on 2001/04/27  12:40:55
57324         Log: break is not yet Perl.  Added the template license also to README.
57325      Branch: perl
57326            ! utils/h2xs.PL
57327 ____________________________________________________________________________
57328 [  9878] By: jhi                                   on 2001/04/27  03:08:20
57329         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
57330              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57331              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
57332              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
57333      Branch: perl
57334            ! t/lib/xs-typemap.t
57335 ____________________________________________________________________________
57336 [  9877] By: jhi                                   on 2001/04/26  23:54:40
57337         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
57338              From: "Abigail" <abigail@foad.org>
57339              Date: Fri, 27 Apr 2001 01:44:28 +0200
57340              Message-ID: <20010426234428.19786.qmail@foad.org>
57341      Branch: perl
57342            ! utils/h2xs.PL
57343 ____________________________________________________________________________
57344 [  9876] By: jhi                                   on 2001/04/26  23:52:06
57345         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
57346              From: Peter Prymmer <pvhp@forte.com>
57347              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
57348              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
57349      Branch: perl
57350            ! t/lib/selfstubber.t
57351 ____________________________________________________________________________
57352 [  9875] By: jhi                                   on 2001/04/26  23:48:10
57353         Log: Deparse nits.
57354      Branch: perl
57355            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
57356 ____________________________________________________________________________
57357 [  9874] By: jhi                                   on 2001/04/26  22:46:05
57358         Log: Document ANYOF_CLASS.
57359      Branch: perl
57360            ! regcomp.h
57361 ____________________________________________________________________________
57362 [  9873] By: jhi                                   on 2001/04/26  22:35:03
57363         Log: Subject: Re: [PATCH @9846] dumping ANYOF
57364              From: Hugo <hv@crypt.compulink.co.uk>
57365              Date: Thu, 26 Apr 2001 23:33:38 +0100
57366              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
57367      Branch: perl
57368            ! regcomp.c regcomp.h
57369 ____________________________________________________________________________
57370 [  9872] By: jhi                                   on 2001/04/26  22:34:31
57371         Log: Subject: [PATCH] more for Devel::SelfStubber
57372              From: Nicholas Clark <nick@ccl4.org>
57373              Date: Fri, 27 Apr 2001 00:13:52 +0100
57374              Message-ID: <20010427001351.K88186@plum.flirble.org>
57375      Branch: perl
57376            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
57377 ____________________________________________________________________________
57378 [  9871] By: jhi                                   on 2001/04/26  21:59:17
57379         Log: Subject: [PATCH B::Deparse] formats must be flush left
57380              From: Robin Houston <robin@kitsite.com>
57381              Date: Thu, 26 Apr 2001 23:54:29 +0100
57382              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
57383      Branch: perl
57384            ! ext/B/B/Deparse.pm
57385 ____________________________________________________________________________
57386 [  9870] By: jhi                                   on 2001/04/26  21:57:37
57387         Log: If some of the constants are prefixes of others,
57388              the prefixes may never get recognized.  (See 20010426.006.)
57389      Branch: perl
57390            ! utils/h2xs.PL
57391 ____________________________________________________________________________
57392 [  9869] By: jhi                                   on 2001/04/26  21:50:42
57393         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
57394              From: Chris Bongaarts <cab@tc.umn.edu>
57395              Date: Thu, 26 Apr 2001 17:10:31 -0500
57396              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
57397      Branch: perl
57398            ! ext/Sys/Syslog/Syslog.xs
57399 ____________________________________________________________________________
57400 [  9868] By: jhi                                   on 2001/04/26  21:35:12
57401         Log: Further cuts and more docs from Graham Barr.
57402      Branch: perl
57403            ! ext/List/Util/lib/List/Util.pm
57404            ! ext/List/Util/lib/Scalar/Util.pm
57405 ____________________________________________________________________________
57406 [  9867] By: jhi                                   on 2001/04/26  21:18:57
57407         Log: Subject: [PATCH 5.7.1] DB_File-1.77
57408              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
57409              Date: Thu, 26 Apr 2001 22:37:53 +0100
57410              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
57411      Branch: perl
57412            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57413            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57414 ____________________________________________________________________________
57415 [  9866] By: jhi                                   on 2001/04/26  21:12:31
57416         Log: Subject: [PATCH B::Deparse] fix easy bugs
57417              From: Robin Houston <robin@kitsite.com>
57418              Date: Thu, 26 Apr 2001 23:03:33 +0100
57419              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
57420      Branch: perl
57421            ! ext/B/B/Deparse.pm
57422 ____________________________________________________________________________
57423 [  9865] By: jhi                                   on 2001/04/26  20:26:13
57424         Log: Update Changes.
57425      Branch: perl
57426            ! Changes patchlevel.h
57427 ____________________________________________________________________________
57428 [  9864] By: jhi                                   on 2001/04/26  19:27:48
57429         Log: Dethinko from Robin Houston.
57430      Branch: perl
57431            ! ext/B/B/Deparse.pm
57432 ____________________________________________________________________________
57433 [  9863] By: jhi                                   on 2001/04/26  19:10:35
57434         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
57435              From: Robin Houston <robin@kitsite.com>
57436              Date: Thu, 26 Apr 2001 21:08:32 +0100
57437              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
57438      Branch: perl
57439            ! ext/B/B/Deparse.pm
57440 ____________________________________________________________________________
57441 [  9862] By: jhi                                   on 2001/04/26  19:04:23
57442         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57443              From: Robin Houston <robin@kitsite.com>
57444              Date: Thu, 26 Apr 2001 20:52:50 +0100
57445              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
57446      Branch: perl
57447            ! ext/B/B/Deparse.pm
57448 ____________________________________________________________________________
57449 [  9861] By: jhi                                   on 2001/04/26  18:56:14
57450         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
57451              From: Mike Guy <mjtg@cam.ac.uk>
57452              Date: Thu, 26 Apr 2001 14:22:40 +0100
57453              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
57454      Branch: perl
57455            ! pod/perlobj.pod
57456 ____________________________________________________________________________
57457 [  9860] By: jhi                                   on 2001/04/26  18:46:42
57458         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57459              From: Robin Houston <robin@kitsite.com>
57460              Date: Thu, 26 Apr 2001 20:34:29 +0100
57461              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
57462              
57463              Hashes do not interpolate.
57464      Branch: perl
57465            ! ext/B/B/Deparse.pm
57466 ____________________________________________________________________________
57467 [  9859] By: jhi                                   on 2001/04/26  18:43:51
57468         Log: Subject: The Time::Piece conspiracy unmasked!!!
57469              From: Mike Guy <mjtg@cam.ac.uk>
57470              Date: Thu, 26 Apr 2001 19:02:50 +0100
57471              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
57472              
57473              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
57474              From: Mike Guy <mjtg@cam.ac.uk>
57475              Date: Thu, 26 Apr 2001 19:08:21 +0100
57476              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
57477              
57478              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
57479              From: Graham Barr <gbarr@pobox.com>
57480              Date: Thu, 26 Apr 2001 19:12:03 +0100
57481              Message-ID: <20010426191203.A70835@pobox.com>
57482              
57483              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
57484      Branch: perl
57485            ! ext/List/Util/lib/List/Util.pm
57486            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
57487 ____________________________________________________________________________
57488 [  9858] By: jhi                                   on 2001/04/26  18:17:42
57489         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
57490              From: Robin Houston <robin@kitsite.com>
57491              Date: Thu, 26 Apr 2001 16:09:35 +0100
57492              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
57493      Branch: perl
57494            ! t/comp/proto.t
57495 ____________________________________________________________________________
57496 [  9857] By: jhi                                   on 2001/04/26  18:04:59
57497         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57498              From: barries <barries@slaysys.com>
57499              Date: Thu, 26 Apr 2001 12:01:10 -0400
57500              Message-ID: <20010426120110.E29698@jester.slaysys.com>
57501      Branch: perl
57502            ! pod/perldiag.pod
57503 ____________________________________________________________________________
57504 [  9856] By: jhi                                   on 2001/04/26  18:03:33
57505         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
57506              Date: Thu, 26 Apr 2001 17:13:41 +0100
57507              From: Robin Houston <robin@kitsite.com>
57508              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
57509              
57510              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57511              From: Robin Houston <robin@kitsite.com>
57512              Date: Thu, 26 Apr 2001 18:44:29 +0100
57513              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
57514      Branch: perl
57515            ! ext/B/B/Deparse.pm
57516 ____________________________________________________________________________
57517 [  9855] By: jhi                                   on 2001/04/26  17:56:04
57518         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
57519              From: Robin Houston <robin@kitsite.com>
57520              Date: Thu, 26 Apr 2001 17:04:08 +0100
57521              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
57522      Branch: perl
57523            ! ext/B/B/Deparse.pm
57524 ____________________________________________________________________________
57525 [  9854] By: jhi                                   on 2001/04/26  17:47:26
57526         Log: Subject: Re: Short test case for undef %stash:: crash
57527              From: Benjamin Sugars <bsugars@canoe.ca> 
57528              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
57529              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
57530              Changed and moved the perldiag entry.
57531      Branch: perl
57532            ! gv.c pod/perldiag.pod
57533 ____________________________________________________________________________
57534 [  9853] By: jhi                                   on 2001/04/26  14:35:16
57535         Log: Beginnings of strptime().  Do not touch the wet paint.
57536      Branch: perl
57537            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
57538 ____________________________________________________________________________
57539 [  9852] By: jhi                                   on 2001/04/26  13:17:21
57540         Log: Retract #9851, core dumps from pod2man.
57541      Branch: perl
57542            ! regcomp.c
57543 ____________________________________________________________________________
57544 [  9851] By: jhi                                   on 2001/04/26  11:54:41
57545         Log: (Retracted by #9852.)
57546              
57547              Subject: [PATCH @9846] dumping ANYOF
57548              From: Hugo <hv@crypt.compulink.co.uk>
57549              Date: Thu, 26 Apr 2001 05:32:38 +0100
57550              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
57551      Branch: perl
57552            ! regcomp.c
57553 ____________________________________________________________________________
57554 [  9850] By: jhi                                   on 2001/04/26  02:34:44
57555         Log: If ccflags was empty the _previous_ $* containing all the
57556              environment variables and Configure variables was used,
57557              which lead, among other bad things, into $ccflags being your
57558              uname -a output, which lead into test compile with cc failing,
57559              which lead into gcc being selected, which didn't work that well
57560              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
57561              with large files, et cetera.
57562      Branch: perl
57563            ! hints/hpux.sh
57564 ____________________________________________________________________________
57565 [  9849] By: jhi                                   on 2001/04/26  01:44:57
57566         Log: Make selfstubber test more portable.
57567      Branch: perl
57568            ! t/lib/selfstubber.t
57569 ____________________________________________________________________________
57570 [  9848] By: jhi                                   on 2001/04/26  00:50:26
57571         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
57572              From: Benjamin Sugars <ben.sugars@home.com>
57573              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
57574              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
57575      Branch: perl
57576            ! ext/Cwd/Cwd.xs
57577 ____________________________________________________________________________
57578 [  9847] By: jhi                                   on 2001/04/26  00:46:58
57579         Log: Subject: [PATCH: perl@9841] VMS updates
57580              From: Peter Prymmer <pvhp@forte.com>
57581              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
57582              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
57583      Branch: perl
57584            ! README.vms configure.com vms/descrip_mms.template
57585            ! vms/ext/filespec.t
57586 ____________________________________________________________________________
57587 [  9846] By: jhi                                   on 2001/04/26  00:11:56
57588         Log: re 'debug' was broken by #9084.
57589      Branch: perl
57590            ! ext/re/re.xs
57591 ____________________________________________________________________________
57592 [  9845] By: jhi                                   on 2001/04/25  22:33:17
57593         Log: Subject: [PATCH] test for Devel::SelfStubber
57594              From: Nicholas Clark <nick@ccl4.org>
57595              Date: Thu, 26 Apr 2001 00:00:54 +0100
57596              Message-ID: <20010426000054.D89026@plum.flirble.org>
57597      Branch: perl
57598            + t/lib/selfstubber.t
57599            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
57600 ____________________________________________________________________________
57601 [  9844] By: jhi                                   on 2001/04/25  22:29:32
57602         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
57603              From: Paul Johnson <paul@pjcj.net>
57604              Date: Thu, 26 Apr 2001 00:46:08 +0200
57605              Message-ID: <20010426004608.H2338@pjcj.net>
57606      Branch: perl
57607            ! ext/B/B/Concise.pm
57608 ____________________________________________________________________________
57609 [  9843] By: jhi                                   on 2001/04/25  22:28:28
57610         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
57611              From: Peter Prymmer <pvhp@forte.com>
57612              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
57613              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
57614      Branch: perl
57615            ! ext/Cwd/Cwd.xs
57616 ____________________________________________________________________________
57617 [  9842] By: jhi                                   on 2001/04/25  20:58:12
57618         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
57619              From: John Peacock <jpeacock@rowman.com>
57620              Date: Wed, 25 Apr 2001 17:30:26 -0400
57621              Message-ID: <3AE741F2.B3217464@rowman.com>
57622      Branch: perl
57623            ! lib/Math/BigInt.pm t/lib/bigintpm.t
57624 ____________________________________________________________________________
57625 [  9841] By: jhi                                   on 2001/04/25  20:07:05
57626         Log: Update Changes.
57627      Branch: perl
57628            ! Changes patchlevel.h
57629 ____________________________________________________________________________
57630 [  9840] By: jhi                                   on 2001/04/25  19:56:51
57631         Log: Yet another HP-UX hints version from Merijn.
57632      Branch: perl
57633            ! hints/hpux.sh
57634 ____________________________________________________________________________
57635 [  9839] By: jhi                                   on 2001/04/25  19:53:04
57636         Log: abs_path() didn't terminate the filename correctly,
57637              in DIRNAMLENless systems like HP-UX this would fail.
57638      Branch: perl
57639            ! ext/Cwd/Cwd.xs
57640 ____________________________________________________________________________
57641 [  9838] By: jhi                                   on 2001/04/25  16:37:26
57642         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57643              From: Mike Guy <mjtg@cam.ac.uk>
57644              Date: Wed, 25 Apr 2001 18:31:47 +0100
57645              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
57646      Branch: perl
57647            ! op.c
57648 ____________________________________________________________________________
57649 [  9837] By: jhi                                   on 2001/04/25  16:21:53
57650         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
57651              From: Jon Eveland <jweveland@yahoo.com>
57652              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
57653              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
57654      Branch: perl
57655            ! lib/perl5db.pl
57656 ____________________________________________________________________________
57657 [  9836] By: jhi                                   on 2001/04/25  14:17:50
57658         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
57659              From: "Philip Newton" <pnewton@gmx.de>
57660              Date: Wed, 25 Apr 2001 17:05:58 +0200
57661              Message-ID: <3AE703F6.3234.1833C45@localhost>
57662      Branch: perl
57663            ! Porting/patching.pod
57664 ____________________________________________________________________________
57665 [  9835] By: jhi                                   on 2001/04/25  13:58:07
57666         Log: It would seem that both ar and full_ar need to be overridden
57667              for HP-UX to avoid the GNU ar.
57668      Branch: perl
57669            ! hints/hpux.sh
57670 ____________________________________________________________________________
57671 [  9834] By: jhi                                   on 2001/04/25  13:50:40
57672         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57673              From: "Philip Newton" <pnewton@gmx.de>
57674              Date: Wed, 25 Apr 2001 16:09:23 +0200
57675              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
57676              
57677              Detypo.
57678      Branch: perl
57679            ! t/op/misc.t
57680 ____________________________________________________________________________
57681 [  9833] By: jhi                                   on 2001/04/25  12:36:11
57682         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
57683      Branch: perl
57684            ! hints/hpux.sh
57685 ____________________________________________________________________________
57686 [  9832] By: jhi                                   on 2001/04/25  12:33:36
57687         Log: New version of HP-UX hints from Merijn.
57688      Branch: perl
57689            ! hints/hpux.sh
57690 ____________________________________________________________________________
57691 [  9831] By: jhi                                   on 2001/04/25  03:39:45
57692         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
57693      Branch: perl
57694            ! hints/hpux.sh
57695 ____________________________________________________________________________
57696 [  9830] By: jhi                                   on 2001/04/25  02:53:25
57697         Log: The tzname[] bit is not needed by util.c -- and causes
57698              heartburn in VMS (and it missing was probably the cause of
57699              the Mac OS X trouble).  Ouch.
57700      Branch: perl
57701            ! ext/POSIX/POSIX.xs util.c
57702 ____________________________________________________________________________
57703 [  9829] By: jhi                                   on 2001/04/25  00:10:06
57704         Log: Metaconfig unit change for #9828.
57705      Branch: metaconfig
57706            ! U/compline/ccflags.U
57707 ____________________________________________________________________________
57708 [  9828] By: jhi                                   on 2001/04/25  00:04:18
57709         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
57710              (which is actually the reason for the change, we need to pass
57711              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
57712              EP/IX, OS/2, and TitanOS, based on the hints files.
57713      Branch: perl
57714            ! Configure config_h.SH
57715 ____________________________________________________________________________
57716 [  9827] By: jhi                                   on 2001/04/24  23:49:20
57717         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
57718              the $cat must have an absolute path.
57719      Branch: perl
57720            ! makedepend.SH
57721 ____________________________________________________________________________
57722 [  9826] By: jhi                                   on 2001/04/24  23:40:53
57723         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
57724      Branch: perl
57725            ! README.amiga
57726 ____________________________________________________________________________
57727 [  9825] By: jhi                                   on 2001/04/24  23:35:35
57728         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
57729              From: "Philip Newton" <pnewton@gmx.de>
57730              Date: Tue, 24 Apr 2001 18:52:49 +0200
57731              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
57732      Branch: perl
57733            ! x2p/find2perl.PL
57734 ____________________________________________________________________________
57735 [  9824] By: jhi                                   on 2001/04/24  23:33:07
57736         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
57737              Some gcc specifics dropped out due to extensive rewriting;
57738              will be put back later as needed.
57739      Branch: perl
57740            ! hints/hpux.sh
57741 ____________________________________________________________________________
57742 [  9823] By: jhi                                   on 2001/04/24  23:27:57
57743         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
57744      Branch: perl
57745            ! ext/POSIX/POSIX.xs
57746 ____________________________________________________________________________
57747 [  9822] By: jhi                                   on 2001/04/24  23:25:21
57748         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
57749              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57750              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
57751              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
57752      Branch: perl
57753            ! ext/XS/Typemap/Typemap.xs
57754 ____________________________________________________________________________
57755 [  9821] By: jhi                                   on 2001/04/24  23:24:10
57756         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
57757              From: "Abigail" <abigail@foad.org>
57758              Date: Tue, 24 Apr 2001 23:12:03 +0200
57759              Message-ID: <20010424211203.7901.qmail@foad.org>
57760      Branch: perl
57761            ! pod/perlport.pod
57762 ____________________________________________________________________________
57763 [  9820] By: jhi                                   on 2001/04/24  23:23:15
57764         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
57765              From: Matt Sergeant <matt@sergeant.org>
57766              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
57767              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
57768      Branch: perl
57769            ! pod/perlfaq4.pod
57770 ____________________________________________________________________________
57771 [  9819] By: nick                                  on 2001/04/24  18:49:43
57772         Log: Integrate mainline.
57773      Branch: perlio
57774           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57775           !> (integrate 37 files)
57776 ____________________________________________________________________________
57777 [  9818] By: jhi                                   on 2001/04/24  14:35:23
57778         Log: Update Changes.
57779      Branch: perl
57780            ! Changes patchlevel.h
57781 ____________________________________________________________________________
57782 [  9817] By: jhi                                   on 2001/04/24  14:09:17
57783         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
57784              From: "Philip Newton" <pnewton@gmx.de>
57785              Date: Tue, 24 Apr 2001 12:58:12 +0200
57786              Message-ID: <3AE57864.8304.B77A0A@localhost> 
57787              
57788              plus add CPAN to the list of modules that have their own tests.
57789      Branch: perl
57790            ! t/lib/1_compile.t
57791 ____________________________________________________________________________
57792 [  9816] By: jhi                                   on 2001/04/24  14:07:03
57793         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
57794              From: Michael G Schwern <schwern@pobox.com>
57795              Date: Sat, 21 Apr 2001 22:35:00 +0100
57796              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
57797      Branch: perl
57798            ! t/lib/1_compile.t
57799 ____________________________________________________________________________
57800 [  9815] By: jhi                                   on 2001/04/24  13:54:32
57801         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
57802              From: Robin Houston <robin@kitsite.com>
57803              Date: Tue, 24 Apr 2001 15:51:18 +0100
57804              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
57805      Branch: perl
57806            ! ext/B/B/Deparse.pm
57807 ____________________________________________________________________________
57808 [  9814] By: jhi                                   on 2001/04/24  13:17:34
57809         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57810              From: Bill Glicker <billg@burrelles.com>
57811              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
57812              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
57813      Branch: perl
57814            ! hints/svr5.sh
57815 ____________________________________________________________________________
57816 [  9813] By: jhi                                   on 2001/04/24  12:54:23
57817         Log: Prevent path disclosure (probing for existence of filenames)
57818              using suidperl; bug id 20010322.218.
57819      Branch: perl
57820            ! perl.c pod/perldiag.pod
57821 ____________________________________________________________________________
57822 [  9812] By: jhi                                   on 2001/04/24  12:08:36
57823         Log: Retract #9811.
57824      Branch: perl
57825            ! ext/POSIX/POSIX.xs
57826 ____________________________________________________________________________
57827 [  9811] By: jhi                                   on 2001/04/24  11:57:35
57828         Log: (Retracted by #9812.)
57829      Branch: perl
57830            ! ext/POSIX/POSIX.xs
57831 ____________________________________________________________________________
57832 [  9810] By: jhi                                   on 2001/04/24  03:32:35
57833         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
57834      Branch: perl
57835            ! util.c
57836 ____________________________________________________________________________
57837 [  9809] By: jhi                                   on 2001/04/24  03:16:13
57838         Log: The Math::BigFloat::import() was broken.
57839              (Fixes bug id 20010422.002.)
57840      Branch: perl
57841            ! lib/Math/BigFloat.pm
57842 ____________________________________________________________________________
57843 [  9808] By: jhi                                   on 2001/04/24  01:11:40
57844         Log: Additional dependencies; should help for parallel makes
57845              not to fail on missing lib/lib.pm or lib/re.pm.
57846      Branch: perl
57847            ! Makefile.SH
57848 ____________________________________________________________________________
57849 [  9807] By: jhi                                   on 2001/04/24  00:57:01
57850         Log: Update the test failure disclaimer.
57851      Branch: perl
57852            ! t/pragma/warn/pp_hot
57853 ____________________________________________________________________________
57854 [  9806] By: jhi                                   on 2001/04/24  00:54:04
57855         Log: Add make target "install-all" which is alias for "install"
57856              to cater for case-preserving filesystems like HFS+.
57857      Branch: perl
57858            ! INSTALL Makefile.SH
57859 ____________________________________________________________________________
57860 [  9805] By: jhi                                   on 2001/04/24  00:47:28
57861         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
57862              From: Peter Prymmer <pvhp@forte.com>
57863              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
57864              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
57865              
57866              (Ken William's message forwarded from macosx@perl.org)
57867      Branch: perl
57868            ! hints/darwin.sh
57869 ____________________________________________________________________________
57870 [  9804] By: jhi                                   on 2001/04/23  23:57:35
57871         Log: Cut-and-pasto.
57872      Branch: perl
57873            ! perlio.c
57874 ____________________________________________________________________________
57875 [  9803] By: jhi                                   on 2001/04/23  23:52:25
57876         Log: More PerlIO robustness.
57877      Branch: perl
57878            ! perlio.c
57879 ____________________________________________________________________________
57880 [  9802] By: jhi                                   on 2001/04/23  23:43:35
57881         Log: Make the "STD* opened only for ..." errors more consistent.
57882      Branch: perl
57883            ! doio.c
57884 ____________________________________________________________________________
57885 [  9801] By: jhi                                   on 2001/04/23  23:34:26
57886         Log: Test case for #9800.
57887      Branch: perl
57888            ! t/op/misc.t
57889 ____________________________________________________________________________
57890 [  9800] By: jhi                                   on 2001/04/23  23:14:43
57891         Log: Avoid coredump on 'close STDERR; die' by making
57892              the PerlIO calls more robust.  Also use SETERRNO()
57893              instead of errno = to be more VMS-ready.
57894      Branch: perl
57895            ! perlio.c
57896 ____________________________________________________________________________
57897 [  9799] By: jhi                                   on 2001/04/23  21:41:10
57898         Log: Subject: test for ID 20010423.002
57899              From: Robin Houston <robin@kitsite.com>
57900              Date: Mon, 23 Apr 2001 16:52:21 +0100
57901              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
57902      Branch: perl
57903            ! t/op/avhv.t
57904 ____________________________________________________________________________
57905 [  9798] By: jhi                                   on 2001/04/23  21:40:07
57906         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
57907              From: David Dyck <dcd@tc.fluke.com>
57908              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
57909              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
57910      Branch: perl
57911            ! installperl
57912 ____________________________________________________________________________
57913 [  9797] By: jhi                                   on 2001/04/23  21:37:56
57914         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
57915              From: Benjamin Sugars <bsugars@canoe.ca>
57916              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
57917              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
57918      Branch: perl
57919            ! ext/Cwd/Cwd.xs lib/Cwd.pm
57920 ____________________________________________________________________________
57921 [  9796] By: jhi                                   on 2001/04/23  21:29:24
57922         Log: Synchronize h2xs and pod2man some more on the documentation
57923              templates they propose.
57924      Branch: perl
57925            ! pod/pod2man.PL utils/h2xs.PL
57926 ____________________________________________________________________________
57927 [  9795] By: jhi                                   on 2001/04/23  17:30:40
57928         Log: Add one more naughty test for base64; make encoding logic cleaner.
57929      Branch: perl
57930            ! t/lib/mimeb64.t
57931 ____________________________________________________________________________
57932 [  9794] By: jhi                                   on 2001/04/23  13:51:32
57933         Log: Update Changes.
57934      Branch: perl
57935            ! Changes patchlevel.h
57936 ____________________________________________________________________________
57937 [  9793] By: jhi                                   on 2001/04/23  13:44:18
57938         Log: Duplicate lines.
57939      Branch: perl
57940            ! MANIFEST
57941 ____________________________________________________________________________
57942 [  9792] By: jhi                                   on 2001/04/23  13:39:13
57943         Log: Subject: Re: PATCH 5.7.1
57944              From: Mark-Jason Dominus <mjd@plover.com>
57945              Date: Mon, 23 Apr 2001 10:30:21 -0400
57946              Message-ID: <20010423143021.17335.qmail@plover.com>
57947      Branch: perl
57948            ! perl.h sv.c
57949 ____________________________________________________________________________
57950 [  9791] By: jhi                                   on 2001/04/23  13:32:40
57951         Log: Add the CPAN.pm 1.59_54 tests.
57952      Branch: perl
57953            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57954            ! MANIFEST
57955 ____________________________________________________________________________
57956 [  9790] By: jhi                                   on 2001/04/23  13:21:55
57957         Log: Subject: Deparse nit
57958              From: Robin Houston <robin@kitsite.com>
57959              Date: Mon, 23 Apr 2001 12:38:20 +0100
57960              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
57961      Branch: perl
57962            ! ext/B/B/Deparse.pm
57963 ____________________________________________________________________________
57964 [  9789] By: jhi                                   on 2001/04/23  13:19:07
57965         Log: Subject: [PATCH] bug 20010423.002
57966              From: Robin Houston <robin@kitsite.com>
57967              Date: Mon, 23 Apr 2001 13:12:30 +0100
57968              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
57969      Branch: perl
57970            ! pp.c
57971 ____________________________________________________________________________
57972 [  9788] By: jhi                                   on 2001/04/23  13:02:49
57973         Log: Subject: PATCH [5.7.1] hv.c unused #define
57974              From: Mark-Jason Dominus <mjd@plover.com>
57975              Date: Sun, 22 Apr 2001 14:17:49 -0400
57976              Message-ID: <20010422181749.26976.qmail@plover.com>
57977      Branch: perl
57978            ! hv.c
57979 ____________________________________________________________________________
57980 [  9787] By: jhi                                   on 2001/04/23  13:02:02
57981         Log: Subject: PATCH 5.7.1
57982              From: Mark-Jason Dominus <mjd@plover.com>
57983              Date: Sun, 22 Apr 2001 15:12:57 -0400
57984              Message-ID: <20010422191258.6539.qmail@plover.com>
57985              
57986              plus Sarathy's STMT_START + STMT_END suggestion.
57987      Branch: perl
57988            ! perl.h
57989 ____________________________________________________________________________
57990 [  9786] By: jhi                                   on 2001/04/23  12:53:25
57991         Log: Fix for
57992              
57993              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
57994              From: dLux <dlux@spam.sch.bme.hu>
57995              Date: Mon, 23 Apr 2001 01:25:26 +0200
57996              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
57997              
57998              (SvGROW really does return a char *.)
57999      Branch: perl
58000            ! pod/perlapi.pod sv.h
58001 ____________________________________________________________________________
58002 [  9785] By: jhi                                   on 2001/04/23  04:34:04
58003         Log: Time::Piece work continues.  $t->day removed since
58004              I think it's too confusing.  Now has normal and
58005              abbreviated length weekday names and month names,
58006              the names change with _names(), not _list().
58007              Now has strftime() in Perl, _strftime() is
58008              the libc version (to which strftime() falls back
58009              if it doesn't know the format.  To do: the reverse
58010              of strftime, strptime(), and the localisation of both.
58011      Branch: perl
58012            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
58013            ! t/lib/time-piece.t
58014 ____________________________________________________________________________
58015 [  9784] By: jhi                                   on 2001/04/23  02:41:46
58016         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
58017              From: andreas.koenig@anima.de (Andreas J. Koenig)
58018              Date: 23 Apr 2001 05:20:55 +0200
58019              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
58020      Branch: perl
58021            ! t/pragma/overload.t
58022 ____________________________________________________________________________
58023 [  9783] By: jhi                                   on 2001/04/22  23:32:42
58024         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
58025              From: Robin Houston <robin@kitsite.com>
58026              Date: Mon, 23 Apr 2001 00:38:18 +0100
58027              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
58028      Branch: perl
58029            ! ext/B/B/Deparse.pm
58030 ____________________________________________________________________________
58031 [  9782] By: jhi                                   on 2001/04/22  20:55:43
58032         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
58033              From: Simon Cozens <simon@netthink.co.uk>
58034              Date: Sun, 22 Apr 2001 18:47:25 +0100
58035              Message-ID: <20010422184725.A14411@netthink.co.uk>
58036      Branch: perl
58037            ! sv.c t/pragma/overload.t
58038 ____________________________________________________________________________
58039 [  9781] By: jhi                                   on 2001/04/22  20:52:13
58040         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
58041              From: Robin Houston <robin@kitsite.com>
58042              Date: Sun, 22 Apr 2001 22:14:50 +0100
58043              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
58044      Branch: perl
58045            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58046 ____________________________________________________________________________
58047 [  9780] By: nick                                  on 2001/04/22  20:40:31
58048         Log: Integrate mainline.
58049      Branch: perlio
58050           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
58051           +> t/lib/b-stash.t
58052           !> (integrate 38 files)
58053 ____________________________________________________________________________
58054 [  9779] By: jhi                                   on 2001/04/22  15:16:03
58055         Log: Subject: IO::Socket::INET patch
58056              From: andrew deryabin <djsf@technarchy.ru>
58057              Date: Sat, 21 Apr 2001 17:46:52 +0400
58058              Message-ID: <20010421174652.B1426@technarchy>
58059      Branch: perl
58060            ! ext/IO/lib/IO/Socket/INET.pm
58061 ____________________________________________________________________________
58062 [  9778] By: jhi                                   on 2001/04/22  15:14:33
58063         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
58064              From: Mark-Jason Dominus <mjd@plover.com>
58065              Date: Sat, 21 Apr 2001 21:27:49 -0400
58066              Message-ID: <20010422012749.27024.qmail@plover.com>
58067      Branch: perl
58068            ! regcomp.c
58069 ____________________________________________________________________________
58070 [  9777] By: jhi                                   on 2001/04/22  15:10:51
58071         Log: Subject: Re: Regex debugger patch 
58072              From: Mark-Jason Dominus <mjd@plover.com>
58073              Date: Sat, 21 Apr 2001 21:48:51 -0400
58074              Message-ID: <20010422014851.27165.qmail@plover.com>
58075      Branch: perl
58076            ! pod/perldebguts.pod
58077 ____________________________________________________________________________
58078 [  9776] By: jhi                                   on 2001/04/22  15:09:48
58079         Log: Subject: Re: Regex debugger patch
58080              From: Mark-Jason Dominus <mjd@plover.com>
58081              Date: Sat, 21 Apr 2001 14:24:39 -0400
58082              Message-ID: <20010421182439.16508.qmail@plover.com>
58083              
58084              Regex debugger backend.
58085      Branch: perl
58086            ! regcomp.c regexp.h
58087 ____________________________________________________________________________
58088 [  9775] By: jhi                                   on 2001/04/21  16:45:40
58089         Log: Subject: [PATCH] Typo in utf8.h
58090              From: Jesús Quiroga <jquiroga@pobox.com>
58091              Date: Sat, 21 Apr 2001 19:25:33 +0200
58092              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
58093      Branch: perl
58094            ! utf8.h
58095 ____________________________________________________________________________
58096 [  9774] By: jhi                                   on 2001/04/21  16:43:52
58097         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
58098              From: Joe Orton <jorton@redhat.com>
58099              Date: Tue, 17 Apr 2001 15:50:43 +0100
58100              Message-Id: <20010417155043.D19132@eu.c2.net>
58101      Branch: perl
58102            ! hints/svr5.sh
58103 ____________________________________________________________________________
58104 [  9773] By: jhi                                   on 2001/04/21  15:30:15
58105         Log: Subject: Patch utils/h2xs.PL
58106              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58107              Date: Sat, 21 Apr 2001 10:32:16 -0500
58108              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
58109              
58110              Add MAILING list and LICENSE templates.
58111      Branch: perl
58112            ! utils/h2xs.PL
58113 ____________________________________________________________________________
58114 [  9772] By: jhi                                   on 2001/04/21  15:28:36
58115         Log: Subject: perlfaq2.patch for 5.7.1
58116              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58117              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
58118              Date: Fri, 20 Apr 2001 16:42:19 -0500
58119              
58120              rm an extra tab, a blurb about the xx.cpan to clarify
58121              which countries actually have that and dejanews is history
58122              as well as most of that nonsensical entry.
58123      Branch: perl
58124            ! pod/perlfaq2.pod
58125 ____________________________________________________________________________
58126 [  9771] By: jhi                                   on 2001/04/21  15:27:17
58127         Log: Subject: perlfaq1.patch for 5.7.1
58128              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58129              Date: Fri, 20 Apr 2001 16:57:36 -0500
58130              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
58131              
58132              Evil URLs must die. Especially when they are broken.
58133      Branch: perl
58134            ! pod/perlfaq1.pod
58135 ____________________________________________________________________________
58136 [  9770] By: jhi                                   on 2001/04/21  15:23:38
58137         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
58138              From: Michael G Schwern <schwern@pobox.com>
58139              Date: Sat, 21 Apr 2001 16:11:12 +0100
58140              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
58141      Branch: perl
58142            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
58143            + t/lib/b-stash.t
58144            ! MANIFEST ext/B/B.pm t/lib/b.t
58145 ____________________________________________________________________________
58146 [  9769] By: jhi                                   on 2001/04/21  15:03:32
58147         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
58148              From: Michael G Schwern <schwern@pobox.com>
58149              Date: Sat, 21 Apr 2001 09:48:00 +0100
58150              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
58151      Branch: perl
58152            ! utils/h2ph.PL
58153 ____________________________________________________________________________
58154 [  9768] By: jhi                                   on 2001/04/21  14:33:49
58155         Log: PerlIO and Encode doc cleanup and tweaks.
58156      Branch: perl
58157            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
58158            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
58159 ____________________________________________________________________________
58160 [  9767] By: jhi                                   on 2001/04/21  12:40:16
58161         Log: Integrate perlio:
58162              
58163              [  9766]
58164              Avoid core dump on
58165              open(STDOUT,">",\$foo);
58166      Branch: perl
58167           !> doio.c
58168 ____________________________________________________________________________
58169 [  9766] By: nick                                  on 2001/04/20  18:28:35
58170         Log: Avoid core dump on
58171              open(STDOUT,">",\$foo);
58172      Branch: perlio
58173            ! doio.c
58174 ____________________________________________________________________________
58175 [  9765] By: jhi                                   on 2001/04/20  13:23:43
58176         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
58177              From: Robin Houston <robin@kitsite.com>
58178              Date: Fri, 20 Apr 2001 14:29:22 +0100
58179              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
58180      Branch: perl
58181            ! ext/B/B.pm ext/B/B/Deparse.pm
58182 ____________________________________________________________________________
58183 [  9764] By: jhi                                   on 2001/04/20  13:19:33
58184         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
58185              From: Peter Prymmer <pvhp@forte.com>
58186              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
58187              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
58188      Branch: perl
58189            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58190            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58191            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58192            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58193 ____________________________________________________________________________
58194 [  9763] By: jhi                                   on 2001/04/20  12:36:39
58195         Log: Subject: Re: A new PerlIO coredump
58196              From: Nick Ing-Simmons <nik@tiuk.ti.com>
58197              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
58198              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
58199      Branch: perl
58200            ! doio.c
58201 ____________________________________________________________________________
58202 [  9762] By: jhi                                   on 2001/04/19  23:02:30
58203         Log: Update Changes.
58204      Branch: perl
58205            ! Changes patchlevel.h
58206 ____________________________________________________________________________
58207 [  9761] By: jhi                                   on 2001/04/19  22:59:19
58208         Log: More cleanup cleanup.
58209      Branch: perl
58210            ! Makefile.SH win32/Makefile win32/makefile.mk
58211 ____________________________________________________________________________
58212 [  9760] By: jhi                                   on 2001/04/19  22:50:31
58213         Log: lib/Time is non-empty, let's not rmdir it.
58214      Branch: perl
58215            ! Makefile.SH
58216 ____________________________________________________________________________
58217 [  9759] By: jhi                                   on 2001/04/19  22:36:51
58218         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
58219              From: Robin Houston <robin@kitsite.com>
58220              Date: Fri, 20 Apr 2001 00:18:53 +0100
58221              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
58222      Branch: perl
58223            ! ext/B/B/Deparse.pm
58224 ____________________________________________________________________________
58225 [  9758] By: jhi                                   on 2001/04/19  22:36:00
58226         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
58227              From: Peter Prymmer <pvhp@forte.com>
58228              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
58229              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
58230      Branch: perl
58231            ! ext/Cwd/Cwd.xs
58232 ____________________________________________________________________________
58233 [  9757] By: nick                                  on 2001/04/19  18:53:54
58234         Log: Blind (untested) integrate of mainline.
58235      Branch: perlio
58236           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
58237           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
58238           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
58239           !> (integrate 53 files)
58240 ____________________________________________________________________________
58241 [  9756] By: jhi                                   on 2001/04/19  16:59:23
58242         Log: Document and test Time::Piece.
58243      Branch: perl
58244            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
58245            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
58246 ____________________________________________________________________________
58247 [  9755] By: jhi                                   on 2001/04/19  12:13:29
58248         Log: A better fix for the \x{12345678} trouble from NI-S.
58249      Branch: perl
58250            ! utf8.c
58251 ____________________________________________________________________________
58252 [  9754] By: jhi                                   on 2001/04/19  11:56:07
58253         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
58254              From: Robin Houston <robin@kitsite.com>
58255              Date: Wed, 18 Apr 2001 17:58:33 +0100
58256              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
58257      Branch: perl
58258            ! ext/B/B/Deparse.pm op.c
58259 ____________________________________________________________________________
58260 [  9753] By: jhi                                   on 2001/04/19  04:21:52
58261         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
58262              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
58263              Date: Thu, 19 Apr 2001 01:11:41 -0400
58264              Message-ID: <20010419011141.A5798@cpan.org>
58265      Branch: perl
58266            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
58267 ____________________________________________________________________________
58268 [  9752] By: jhi                                   on 2001/04/19  02:41:10
58269         Log: The new time utils need to be thread-aware, too.
58270      Branch: perl
58271            ! util.c
58272 ____________________________________________________________________________
58273 [  9751] By: jhi                                   on 2001/04/19  02:26:47
58274         Log: Compilation nit noticed by AIX compiler.
58275      Branch: perl
58276            ! perlio.c
58277 ____________________________________________________________________________
58278 [  9750] By: jhi                                   on 2001/04/19  02:20:06
58279         Log: The new time utils need to be public.
58280      Branch: perl
58281            ! embed.pl
58282 ____________________________________________________________________________
58283 [  9749] By: jhi                                   on 2001/04/19  01:42:39
58284         Log: Regen toc.
58285      Branch: perl
58286            ! pod/perltoc.pod
58287 ____________________________________________________________________________
58288 [  9748] By: jhi                                   on 2001/04/19  01:41:10
58289         Log: Add Time::Piece, a slight rewrite of Time::Object,
58290              from Matt Sergeant.
58291      Branch: perl
58292            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
58293            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
58294            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
58295            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
58296            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
58297            ! win32/makefile.mk
58298 ____________________________________________________________________________
58299 [  9747] By: jhi                                   on 2001/04/19  00:55:35
58300         Log: The new metaconfig unit from strftime.
58301      Branch: metaconfig/U/perl
58302            + d_strftime.U
58303 ____________________________________________________________________________
58304 [  9746] By: jhi                                   on 2001/04/19  00:54:54
58305         Log: Move the strftime() wrapper from POSIX.xs to util.c
58306              as my_strftime(), requires HAS_STRFTIME.
58307      Branch: perl
58308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58309            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
58310            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
58311            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58312            ! vos/config.ga.h win32/config.bc win32/config.gc
58313            ! win32/config.vc
58314 ____________________________________________________________________________
58315 [  9745] By: jhi                                   on 2001/04/18  23:11:03
58316         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
58317              in preparation of Time::Piece.
58318      Branch: perl
58319            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
58320 ____________________________________________________________________________
58321 [  9744] By: jhi                                   on 2001/04/18  22:33:12
58322         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
58323              From: Peter Prymmer <pvhp@forte.com>
58324              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
58325              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
58326      Branch: perl
58327            ! t/lib/exporter.t
58328 ____________________________________________________________________________
58329 [  9743] By: jhi                                   on 2001/04/18  22:32:23
58330         Log: Subject: Fwd: pod2html leaves cache files lying around?
58331              From: Rajesh Vaidheeswarran <rv@gnu.org>
58332              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
58333              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
58334      Branch: perl
58335            ! lib/Pod/Html.pm
58336 ____________________________________________________________________________
58337 [  9742] By: jhi                                   on 2001/04/18  20:31:49
58338         Log: Update Changes.
58339      Branch: perl
58340            ! Changes patchlevel.h
58341 ____________________________________________________________________________
58342 [  9741] By: jhi                                   on 2001/04/18  20:23:02
58343         Log: Declare hints only if needed.
58344      Branch: perl
58345            ! ext/B/B/Deparse.pm
58346 ____________________________________________________________________________
58347 [  9740] By: jhi                                   on 2001/04/18  19:06:05
58348         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
58349              bug noticed by Robin Houston; basically the code of detecting
58350              value wraparound was acting differently under different compilers
58351              and platforms.  The workaround is to remove the overflow check
58352              for now, a real fix would be to do the overflow (portably) right.
58353      Branch: perl
58354            ! t/op/pat.t utf8.c
58355 ____________________________________________________________________________
58356 [  9739] By: jhi                                   on 2001/04/18  19:01:23
58357         Log: Subject: [PATCH B::Deparse] some pragma support
58358              From: Robin Houston <robin@kitsite.com>
58359              Date: Wed, 18 Apr 2001 19:32:12 +0100
58360              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
58361      Branch: perl
58362            ! ext/B/B/Deparse.pm
58363 ____________________________________________________________________________
58364 [  9738] By: jhi                                   on 2001/04/18  15:16:37
58365         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
58366              From: Benjamin Sugars <bsugars@canoe.ca>
58367              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
58368              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
58369      Branch: perl
58370            ! t/op/glob.t
58371 ____________________________________________________________________________
58372 [  9737] By: jhi                                   on 2001/04/18  13:24:50
58373         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
58374              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58375              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
58376              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
58377      Branch: perl
58378            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
58379            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
58380 ____________________________________________________________________________
58381 [  9736] By: jhi                                   on 2001/04/18  04:15:14
58382         Log: The #9735 also changes the subtest 12.
58383      Branch: perl
58384            ! t/lib/b.t
58385 ____________________________________________________________________________
58386 [  9735] By: jhi                                   on 2001/04/18  03:55:17
58387         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
58388              From: David Dyck <dcd@tc.fluke.com>
58389              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
58390              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
58391      Branch: perl
58392            ! ext/B/B/Deparse.pm
58393 ____________________________________________________________________________
58394 [  9734] By: jhi                                   on 2001/04/18  03:54:11
58395         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
58396              From: Gisle Aas <gisle@ActiveState.com>
58397              Date: 17 Apr 2001 19:06:45 -0700
58398              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
58399      Branch: perl
58400            ! pp_hot.c t/op/misc.t
58401 ____________________________________________________________________________
58402 [  9733] By: jhi                                   on 2001/04/17  22:25:22
58403         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
58404              From: "Abigail" <abigail@foad.org>
58405              Date: Wed, 18 Apr 2001 01:17:46 +0200
58406              Message-ID: <20010417231746.21657.qmail@foad.org>
58407      Branch: perl
58408            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
58409 ____________________________________________________________________________
58410 [  9732] By: jhi                                   on 2001/04/17  20:47:56
58411         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
58412              From: Robin Houston <robin@kitsite.com>
58413              Date: Tue, 17 Apr 2001 22:37:42 +0100
58414              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
58415      Branch: perl
58416            ! ext/B/B/Deparse.pm
58417 ____________________________________________________________________________
58418 [  9731] By: nick                                  on 2001/04/17  20:46:35
58419         Log: Re-sync for t/lib/b.t fix
58420      Branch: perlio
58421           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
58422 ____________________________________________________________________________
58423 [  9730] By: jhi                                   on 2001/04/17  20:45:29
58424         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
58425              From: Robin Houston <robin@kitsite.com>
58426              Date: Tue, 17 Apr 2001 22:29:36 +0100
58427              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
58428      Branch: perl
58429            ! ext/B/B.xs ext/B/B/Deparse.pm
58430 ____________________________________________________________________________
58431 [  9729] By: jhi                                   on 2001/04/17  20:43:11
58432         Log: Subject: Deparse - parenthesise args to undeclared subs
58433              From: Robin Houston <robin@kitsite.com>
58434              Date: Tue, 17 Apr 2001 21:31:05 +0100
58435              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
58436      Branch: perl
58437            ! ext/B/B/Deparse.pm
58438 ____________________________________________________________________________
58439 [  9728] By: jhi                                   on 2001/04/17  18:57:30
58440         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
58441              From: Benjamin Sugars <ben.sugars@home.com>
58442              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
58443              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
58444      Branch: perl
58445            ! t/lib/cwd.t
58446 ____________________________________________________________________________
58447 [  9727] By: jhi                                   on 2001/04/17  18:20:20
58448         Log: Subject: [PATCH B::Deparse] ambient pragmas
58449              From: Robin Houston <robin@kitsite.com>
58450              Date: Tue, 17 Apr 2001 20:01:59 +0100
58451              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
58452      Branch: perl
58453            ! ext/B/B/Deparse.pm t/lib/b.t
58454 ____________________________________________________________________________
58455 [  9726] By: nick                                  on 2001/04/17  16:33:51
58456         Log: Integrate mainline (t/lib/b.t fails test 2...)
58457      Branch: perlio
58458           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58459           +> ext/List/Util/README ext/List/Util/Util.xs
58460           +> ext/List/Util/lib/List/Util.pm
58461           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
58462           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58463           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58464           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58465           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58466           !> (integrate 31 files)
58467 ____________________________________________________________________________
58468 [  9725] By: jhi                                   on 2001/04/17  12:14:24
58469         Log: Subject: multiple B::* changes
58470              From: Robin Houston <robin@kitsite.com>
58471              Date: Thu, 12 Apr 2001 20:12:27 +0100
58472              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
58473      Branch: perl
58474            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58475 ____________________________________________________________________________
58476 [  9724] By: jhi                                   on 2001/04/17  11:59:05
58477         Log: Thread-awareness from Doug MacEachern.
58478      Branch: perl
58479            ! ext/List/Util/Util.xs
58480 ____________________________________________________________________________
58481 [  9723] By: jhi                                   on 2001/04/17  11:57:41
58482         Log: Make the test more portable.
58483      Branch: perl
58484            ! t/lib/cwd.t
58485 ____________________________________________________________________________
58486 [  9722] By: jhi                                   on 2001/04/17  11:53:50
58487         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
58488              From: Benjamin Sugars <ben.sugars@home.com>
58489              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
58490              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
58491      Branch: perl
58492            ! t/lib/cwd.t
58493 ____________________________________________________________________________
58494 [  9721] By: jhi                                   on 2001/04/17  11:52:17
58495         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
58496              From: Benjamin Sugars <bsugars@canoe.ca>
58497              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
58498              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
58499      Branch: perl
58500            ! op.c
58501 ____________________________________________________________________________
58502 [  9720] By: jhi                                   on 2001/04/17  11:35:42
58503         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
58504              From: Chris Nandor <pudge@pobox.com>
58505              Date: Tue, 17 Apr 2001 00:30:49 -0400
58506              Message-Id: <p05100207b701768712de@[10.0.1.177]>
58507      Branch: perl
58508            ! ext/File/Glob/bsd_glob.c gv.c
58509 ____________________________________________________________________________
58510 [  9719] By: jhi                                   on 2001/04/17  11:32:13
58511         Log: Subject: [PATCH] Tweten->West
58512              From: Casey West <casey@geeknest.com>
58513              Date: Mon, 16 Apr 2001 12:11:22 -0400
58514              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
58515      Branch: perl
58516            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
58517            ! pod/perltie.pod
58518 ____________________________________________________________________________
58519 [  9718] By: jhi                                   on 2001/04/16  03:22:52
58520         Log: Update Changes.
58521      Branch: perl
58522            ! Changes patchlevel.h
58523 ____________________________________________________________________________
58524 [  9717] By: jhi                                   on 2001/04/16  03:06:28
58525         Log: Regen toc.
58526      Branch: perl
58527            ! pod/perltoc.pod
58528 ____________________________________________________________________________
58529 [  9716] By: jhi                                   on 2001/04/16  02:58:42
58530         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
58531              From: Prymmer/Kahn <pvhp@best.com>
58532              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
58533              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
58534      Branch: perl
58535            ! utf8.c
58536 ____________________________________________________________________________
58537 [  9715] By: jhi                                   on 2001/04/15  23:40:35
58538         Log: Subject: Re: Net::Ping patch, adds stream protocol
58539              From: bronson@rinspin.com (Scott Bronson)
58540              Date: Tue, 10 Apr 2001 23:58:33 -0700
58541              Message-ID: <20010410235833.N29719@rinspin.com>
58542      Branch: perl
58543            ! lib/Net/Ping.pm
58544 ____________________________________________________________________________
58545 [  9714] By: jhi                                   on 2001/04/15  23:31:46
58546         Log: Printing out the ok messages helps successful testing.
58547      Branch: perl
58548            ! t/lib/time-hires.t
58549 ____________________________________________________________________________
58550 [  9713] By: jhi                                   on 2001/04/15  21:43:24
58551         Log: Update Douglas Wegscheid's email.
58552      Branch: perl
58553            ! AUTHORS
58554 ____________________________________________________________________________
58555 [  9712] By: jhi                                   on 2001/04/15  21:40:41
58556         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
58557              From: Michael G Schwern <schwern@pobox.com>
58558              Date: Sat, 14 Apr 2001 22:40:50 +0100
58559              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
58560      Branch: perl
58561            + t/lib/exporter.t
58562            ! MANIFEST lib/Exporter/Heavy.pm
58563 ____________________________________________________________________________
58564 [  9711] By: jhi                                   on 2001/04/15  21:39:21
58565         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
58566              From: Michael G Schwern <schwern@pobox.com>
58567              Date: Sat, 14 Apr 2001 22:13:59 +0100
58568              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
58569      Branch: perl
58570            ! t/op/loopctl.t
58571 ____________________________________________________________________________
58572 [  9710] By: jhi                                   on 2001/04/15  21:30:19
58573         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
58574              From: Michael G Schwern <schwern@pobox.com>
58575              Date: Sat, 14 Apr 2001 22:05:32 +0100
58576              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
58577      Branch: perl
58578            ! t/pragma/warnings.t
58579 ____________________________________________________________________________
58580 [  9709] By: jhi                                   on 2001/04/15  19:34:09
58581         Log: Integrate changes #9706,9707 from maintperl into mainline.
58582              
58583              change#7210 broke .packlist generation
58584              
58585              ExtUtils::Installed doesn't quote regex metacharacters in paths
58586              before using them in match; also make it work for dosish platforms
58587      Branch: perl
58588           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
58589 ____________________________________________________________________________
58590 [  9708] By: jhi                                   on 2001/04/15  19:31:01
58591         Log: Test also the scalar aspect of getitimer().
58592      Branch: perl
58593            ! t/lib/time-hires.t
58594 ____________________________________________________________________________
58595 [  9707] By: gsar                                  on 2001/04/15  17:24:20
58596         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
58597              before using them in match; also make it work for dosish platforms
58598      Branch: maint-5.6/perl
58599            ! lib/ExtUtils/Installed.pm
58600 ____________________________________________________________________________
58601 [  9706] By: gsar                                  on 2001/04/15  17:21:59
58602         Log: change#7210 broke .packlist generation (listed only filename
58603              rather than fully qualified path name)
58604      Branch: maint-5.6/perl
58605            ! lib/ExtUtils/Install.pm
58606 ____________________________________________________________________________
58607 [  9705] By: jhi                                   on 2001/04/15  12:36:33
58608         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
58609      Branch: perl
58610            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
58611            ! t/lib/time-hires.t
58612 ____________________________________________________________________________
58613 [  9704] By: jhi                                   on 2001/04/15  10:49:08
58614         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
58615              From: Prymmer/Kahn <pvhp@best.com>
58616              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
58617              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
58618      Branch: perl
58619            ! lib/utf8.pm pod/perlebcdic.pod
58620 ____________________________________________________________________________
58621 [  9703] By: jhi                                   on 2001/04/15  02:26:26
58622         Log: I keep forgetting to sort MANIFEST.
58623      Branch: perl
58624            ! MANIFEST
58625 ____________________________________________________________________________
58626 [  9702] By: jhi                                   on 2001/04/15  02:07:47
58627         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
58628              Now we have blessed, reftype, tainted, first, reduce, ...
58629      Branch: perl
58630            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58631            + ext/List/Util/README ext/List/Util/Util.xs
58632            + ext/List/Util/lib/List/Util.pm
58633            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
58634            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
58635            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58636            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58637            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58638            ! MANIFEST
58639 ____________________________________________________________________________
58640 [  9701] By: jhi                                   on 2001/04/14  15:05:25
58641         Log: Subject: RE: dprofpp.pl updates 
58642              From: Carl Eklof <CEklof@endeca.com>
58643              Date: Thu, 12 Apr 2001 18:45:46 -0400
58644              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
58645      Branch: perl
58646            ! utils/dprofpp.PL
58647 ____________________________________________________________________________
58648 [  9700] By: jhi                                   on 2001/04/14  14:44:55
58649         Log: Do not just blindly add CR.
58650      Branch: perl
58651            ! Porting/makerel
58652 ____________________________________________________________________________
58653 [  9699] By: jhi                                   on 2001/04/13  13:17:01
58654         Log: Update Changes.
58655      Branch: perl
58656            ! Changes patchlevel.h
58657 ____________________________________________________________________________
58658 [  9698] By: jhi                                   on 2001/04/13  12:44:48
58659         Log: Integrate perlio:
58660              
58661              [  9696]
58662              Fix core dump on binmode($fh,'Scalar')
58663      Branch: perl
58664           !> ext/PerlIO/Scalar/Scalar.xs
58665 ____________________________________________________________________________
58666 [  9697] By: jhi                                   on 2001/04/13  12:29:15
58667         Log: Add more debug output to the test.
58668      Branch: perl
58669            ! t/lib/cwd.t
58670 ____________________________________________________________________________
58671 [  9696] By: nick                                  on 2001/04/13  10:14:29
58672         Log: Fix core dump on binmode($fh,'Scalar')
58673      Branch: perlio
58674            ! ext/PerlIO/Scalar/Scalar.xs
58675 ____________________________________________________________________________
58676 [  9695] By: nick                                  on 2001/04/13  09:05:42
58677         Log: Integrate mainline
58678      Branch: perlio
58679           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58680           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58681           +> t/lib/time-hires.t
58682           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
58683           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
58684           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
58685           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
58686           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
58687           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
58688           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
58689 ____________________________________________________________________________
58690 [  9694] By: jhi                                   on 2001/04/12  22:23:35
58691         Log: Integrate change #9693 from maintperl into mainline.
58692              
58693              $VERSION and Version() on the same line provokes a warning from
58694              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58695      Branch: perl
58696           !> lib/Devel/SelfStubber.pm
58697 ____________________________________________________________________________
58698 [  9693] By: gsar                                  on 2001/04/12  21:55:56
58699         Log: $VERSION and Version() on the same line provokes a warning from
58700              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58701      Branch: maint-5.6/perl
58702            ! lib/Devel/SelfStubber.pm
58703 ____________________________________________________________________________
58704 [  9692] By: jhi                                   on 2001/04/12  13:54:00
58705         Log: This is at least 5.005.
58706      Branch: perl
58707            ! ext/Time/HiRes/HiRes.xs
58708 ____________________________________________________________________________
58709 [  9691] By: jhi                                   on 2001/04/12  13:37:20
58710         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
58711      Branch: perl
58712            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
58713            ! win32/Makefile win32/makefile.mk
58714 ____________________________________________________________________________
58715 [  9690] By: jhi                                   on 2001/04/12  01:34:46
58716         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
58717      Branch: perl
58718            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58719            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58720            + t/lib/time-hires.t
58721            ! MANIFEST
58722 ____________________________________________________________________________
58723 [  9689] By: jhi                                   on 2001/04/12  00:28:39
58724         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
58725              From: Gisle Aas <gisle@ActiveState.com>
58726              Date: 11 Apr 2001 16:36:11 -0700
58727              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
58728      Branch: perl
58729            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
58730 ____________________________________________________________________________
58731 [  9688] By: jhi                                   on 2001/04/12  00:27:39
58732         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58733              From: Gisle Aas <gisle@ActiveState.com>
58734              Date: 11 Apr 2001 11:13:24 -0700
58735              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
58736      Branch: perl
58737            ! ext/MIME/Base64/Base64.xs
58738 ____________________________________________________________________________
58739 [  9687] By: jhi                                   on 2001/04/11  19:51:47
58740         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
58741      Branch: perl
58742            ! Todo-5.6
58743 ____________________________________________________________________________
58744 [  9686] By: jhi                                   on 2001/04/11  16:54:25
58745         Log: Subject: [PATCH opcode.pl] Documentation of table format
58746              From: Simon Cozens <simon@netthink.co.uk>
58747              Date: Wed, 11 Apr 2001 12:59:31 +0100
58748              Message-ID: <20010411125931.A25681@netthink.co.uk>
58749      Branch: perl
58750            ! opcode.pl
58751 ____________________________________________________________________________
58752 [  9685] By: jhi                                   on 2001/04/11  16:53:15
58753         Log: Subject: [PATCH] prototype("CORE::recv")
58754              From: Simon Cozens <simon@netthink.co.uk>
58755              Date: Wed, 11 Apr 2001 13:24:35 +0100
58756              Message-ID: <20010411132435.A26169@netthink.co.uk>
58757      Branch: perl
58758            ! pp.c t/comp/proto.t
58759 ____________________________________________________________________________
58760 [  9684] By: jhi                                   on 2001/04/11  16:47:13
58761         Log: FAQ (and AUTHORS) update from Dan Carson: the information
58762              was several years obsolete, Term::Readkey has been updated
58763              to have the functionality.
58764      Branch: perl
58765            ! AUTHORS pod/perlfaq5.pod
58766 ____________________________________________________________________________
58767 [  9683] By: jhi                                   on 2001/04/11  12:15:46
58768         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58769              From: Calle Dybedahl <calle@lysator.liu.se>
58770              Date: 10 Apr 2001 16:44:16 +0200
58771              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
58772      Branch: perl
58773            ! ext/MIME/Base64/Base64.xs
58774 ____________________________________________________________________________
58775 [  9682] By: jhi                                   on 2001/04/11  12:12:26
58776         Log: A more minimal fix for 20010410.006 from Hugo.
58777      Branch: perl
58778            ! regexec.c
58779 ____________________________________________________________________________
58780 [  9681] By: jhi                                   on 2001/04/11  11:34:23
58781         Log: Integrate changes #9678,9679 from maintline into mainperl.
58782              
58783              addendum to change#9676
58784              
58785              up $File::Glob::VERSION; add a note pointing out the version of
58786              the OpenBSD glob bsd_glob.c resembles
58787      Branch: perl
58788           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58789           !> ext/File/Glob/bsd_glob.h
58790 ____________________________________________________________________________
58791 [  9680] By: jhi                                   on 2001/04/11  11:30:38
58792         Log: Bad test numbering in integrate in #9677.
58793              Fixes ID 20010411.001.
58794      Branch: perl
58795            ! t/op/pat.t
58796 ____________________________________________________________________________
58797 [  9679] By: gsar                                  on 2001/04/11  03:38:40
58798         Log: up $File::Glob::VERSION; add a note pointing out the version of
58799              the OpenBSD glob bsd_glob.c resembles
58800      Branch: maint-5.6/perl
58801            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58802            ! ext/File/Glob/bsd_glob.h
58803 ____________________________________________________________________________
58804 [  9678] By: gsar                                  on 2001/04/11  03:09:48
58805         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
58806              revision 1.8.10.1 found here:
58807              
58808              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
58809      Branch: maint-5.6/perl
58810            ! ext/File/Glob/bsd_glob.c
58811 ____________________________________________________________________________
58812 [  9677] By: jhi                                   on 2001/04/11  02:54:39
58813         Log: Integrate changes #9675,9676 from maintperl into mainline.
58814              
58815              fix for bug 20010410.006, undo change#7115
58816              
58817              port the OpenBSD glob() security patch
58818      Branch: perl
58819           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58820           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
58821           !> t/op/pat.t
58822 ____________________________________________________________________________
58823 [  9676] By: gsar                                  on 2001/04/11  02:19:02
58824         Log: port the glob() security patch found at:
58825              
58826              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
58827              
58828              CERT advisory for the issue is here:
58829              
58830              http://www.cert.org/advisories/CA-2001-07.html
58831              
58832              Note that the security scare is only relevant for those who are
58833              foolish enough to build suidperl (which is now officially discouraged)
58834      Branch: maint-5.6/perl
58835            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58836            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
58837 ____________________________________________________________________________
58838 [  9675] By: gsar                                  on 2001/04/10  23:52:11
58839         Log: fix for bug 20010410.006
58840              
58841              undo change#7115 (came into maint-5.6 as change#8156)
58842              
58843              add tests to keep it from coming back
58844      Branch: maint-5.6/perl
58845            ! regexec.c t/op/pat.t
58846 ____________________________________________________________________________
58847 [  9674] By: nick                                  on 2001/04/10  20:39:31
58848         Log: Integrate mainline
58849      Branch: perlio
58850           +> Porting/testall.atom
58851           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
58852           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
58853           !> t/lib/lc-uk.t t/pod/find.t
58854 ____________________________________________________________________________
58855 [  9673] By: nick                                  on 2001/04/10  18:46:14
58856         Log: Integrate against change 9670 aka perl-5.7.1
58857      Branch: perlio
58858           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58859           !> (integrate 53 files)
58860 ____________________________________________________________________________
58861 [  9672] By: jhi                                   on 2001/04/10  13:45:01
58862         Log: Add a script for doing cumulative profile of the test suite.
58863              (Requires ATOM, that is, Tru64.)
58864      Branch: perl
58865            + Porting/testall.atom
58866            ! MANIFEST
58867 ____________________________________________________________________________
58868 [  9671] By: jhi                                   on 2001/04/10  12:38:53
58869         Log: Missing std block.
58870      Branch: perl
58871            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
58872            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
58873            ! t/pod/find.t
58874 ____________________________________________________________________________
58875 [  9670] By: jhi                                   on 2001/04/10  01:25:58
58876         Log: This is 5.7.1.
58877      Branch: perl
58878            ! patchlevel.h
58879 ____________________________________________________________________________
58880 [  9669] By: jhi                                   on 2001/04/10  01:09:14
58881         Log: Update Changes.
58882      Branch: perl
58883            ! Changes patchlevel.h
58884 ____________________________________________________________________________
58885 [  9668] By: jhi                                   on 2001/04/10  01:00:38
58886         Log: Regen toc.
58887      Branch: perl
58888            ! pod/perltoc.pod
58889 ____________________________________________________________________________
58890 [  9667] By: jhi                                   on 2001/04/10  00:52:16
58891         Log: Update perlhist.
58892      Branch: perl
58893            ! pod/perlhist.pod
58894 ____________________________________________________________________________
58895 [  9666] By: jhi                                   on 2001/04/09  23:38:59
58896         Log: Slight wording tweaks from Damian to #9658.
58897      Branch: perl
58898            ! pod/perlobj.pod
58899 ____________________________________________________________________________
58900 [  9665] By: jhi                                   on 2001/04/09  19:56:06
58901         Log: Subject: [PATCH perlutil.pod] Nit
58902              From: Simon Cozens <simon@netthink.co.uk>
58903              Date: Mon, 9 Apr 2001 20:29:44 +0100
58904              Message-ID: <20010409202944.A14796@the.earth.li>
58905      Branch: perl
58906            ! pod/perlutil.pod
58907 ____________________________________________________________________________
58908 [  9664] By: jhi                                   on 2001/04/09  19:54:42
58909         Log: Subject: Re: perl571delta.pod@9631
58910              From: Mike Guy <mjtg@cam.ac.uk>
58911              Date: Mon, 09 Apr 2001 18:09:14 +0100
58912              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
58913      Branch: perl
58914            ! pod/perl571delta.pod
58915 ____________________________________________________________________________
58916 [  9663] By: jhi                                   on 2001/04/09  13:43:35
58917         Log: Update Changes.
58918      Branch: perl
58919            ! Changes patchlevel.h
58920 ____________________________________________________________________________
58921 [  9662] By: jhi                                   on 2001/04/09  13:24:46
58922         Log: tweak tweak.
58923      Branch: perl
58924            ! AUTHORS pod/perl571delta.pod
58925 ____________________________________________________________________________
58926 [  9661] By: jhi                                   on 2001/04/09  13:15:13
58927         Log: Thinko in manual patch applying.
58928      Branch: perl
58929            ! sv.c
58930 ____________________________________________________________________________
58931 [  9660] By: jhi                                   on 2001/04/09  13:07:53
58932         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
58933              From: Robin Barker <rmb1@cise.npl.co.uk> 
58934              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
58935              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
58936              
58937              (This corrects the case where the "isn't numeric" string contains \0s
58938              and is longer than the temporary buffer, and contains \0 at the point
58939              the string would be truncated by "...".) 
58940      Branch: perl
58941            ! sv.c
58942 ____________________________________________________________________________
58943 [  9659] By: jhi                                   on 2001/04/09  12:57:41
58944         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
58945      Branch: perl
58946            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
58947            ! t/lib/cgi-function.t t/lib/cgi-html.t
58948 ____________________________________________________________________________
58949 [  9658] By: jhi                                   on 2001/04/09  12:48:47
58950         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
58951              From: Ilmari Karonen <iltzu@sci.fi>
58952              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
58953              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
58954              
58955              Rearrange and rewrite the Method Invocation section
58956              to explain the concepts in nicer order.
58957      Branch: perl
58958            ! pod/perlobj.pod
58959 ____________________________________________________________________________
58960 [  9657] By: jhi                                   on 2001/04/09  12:35:58
58961         Log: Upgrade to podlators 1.09, from Russ Allbery.
58962      Branch: perl
58963            ! lib/Pod/Man.pm lib/Pod/Text.pm
58964 ____________________________________________________________________________
58965 [  9656] By: jhi                                   on 2001/04/09  12:31:53
58966         Log: perl571delta.
58967      Branch: perl
58968            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
58969 ____________________________________________________________________________
58970 [  9655] By: jhi                                   on 2001/04/09  12:20:09
58971         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
58972              From: Prymmer/Kahn <pvhp@best.com>
58973              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
58974              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
58975      Branch: perl
58976            ! lib/utf8.pm pod/perlunicode.pod
58977 ____________________________________________________________________________
58978 [  9654] By: gsar                                  on 2001/04/09  03:38:33
58979         Log: here lies 5.6.1
58980      Branch: maint-5.6/perl
58981            ! Changes
58982 ____________________________________________________________________________
58983 [  9653] By: jhi                                   on 2001/04/09  03:25:24
58984         Log: Update perlhist.
58985      Branch: perl
58986            ! pod/perlhist.pod
58987 ____________________________________________________________________________
58988 [  9652] By: jhi                                   on 2001/04/09  03:18:49
58989         Log: perl571delta tweaking continues.
58990      Branch: perl
58991            ! pod/perl571delta.pod
58992 ____________________________________________________________________________
58993 [  9651] By: gsar                                  on 2001/04/09  03:11:19
58994         Log: update Changes, patchlevel.h &c.
58995      Branch: maint-5.6/perl
58996            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
58997            ! pod/perltoc.pod
58998 ____________________________________________________________________________
58999 [  9650] By: jhi                                   on 2001/04/09  02:40:24
59000         Log: Integrate the perlfork half of #9513 from maintperl into mainline
59001              (the perlunicode half is obsolete)
59002      Branch: perl
59003            ! pod/perlfork.pod
59004 ____________________________________________________________________________
59005 [  9649] By: gsar                                  on 2001/04/09  02:35:43
59006         Log: tweak perldelta as suggested by Jarkko
59007      Branch: maint-5.6/perl
59008            ! pod/perldelta.pod
59009 ____________________________________________________________________________
59010 [  9648] By: jhi                                   on 2001/04/09  02:13:04
59011         Log: Integrate change #9646 from maintperl into mainline.
59012              
59013              add note about ithreads and Thread.pm
59014      Branch: perl
59015           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
59016 ____________________________________________________________________________
59017 [  9647] By: jhi                                   on 2001/04/09  02:10:18
59018         Log: Bad assumption that shortsize == 2.
59019      Branch: perl
59020            ! t/lib/xs-typemap.t
59021 ____________________________________________________________________________
59022 [  9646] By: gsar                                  on 2001/04/09  00:48:04
59023         Log: add note about ithreads and Thread.pm (too many people are
59024              confused by the fact that Thread.pm is built and installed
59025              under non-5005threads but doesn't work)
59026      Branch: maint-5.6/perl
59027            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
59028 ____________________________________________________________________________
59029 [  9645] By: gsar                                  on 2001/04/09  00:19:03
59030         Log: update perldelta.pod for changes in 5.6.1
59031      Branch: maint-5.6/perl
59032            ! Changes pod/perldelta.pod
59033 ____________________________________________________________________________
59034 [  9644] By: jhi                                   on 2001/04/08  20:37:00
59035         Log: Integrate change #9639 from maintperl into mainline:
59036              on windows, many of the README.* pods were being copied to
59037              the wrong location
59038      Branch: perl
59039           !> win32/Makefile win32/makefile.mk
59040 ____________________________________________________________________________
59041 [  9643] By: jhi                                   on 2001/04/08  20:07:11
59042         Log: Integrate change #9624 from maintperl into mainline:
59043              the pod tests were not okay.  (t/pod/find.t changes ignored)
59044      Branch: perl
59045           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
59046           !> t/pod/include.t t/pod/included.t t/pod/lref.t
59047           !> t/pod/multiline_items.t t/pod/nested_items.t
59048           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59049           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
59050 ____________________________________________________________________________
59051 [  9642] By: jhi                                   on 2001/04/08  19:57:17
59052         Log: Integrate change #9638 from maintperl into mainline:
59053              update to latest JPL from the anoncvs repository
59054      Branch: perl
59055           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59056           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
59057           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
59058 ____________________________________________________________________________
59059 [  9641] By: jhi                                   on 2001/04/08  19:53:30
59060         Log: perl571delta updates.
59061      Branch: perl
59062            ! lib/Filter/Simple.pm pod/perl571delta.pod
59063 ____________________________________________________________________________
59064 [  9640] By: gsar                                  on 2001/04/08  19:20:46
59065         Log: integrate change#9634 from mainline
59066              
59067              Fix the perlmodlib generation (didn't understand separate .pod
59068              files; didn't understand -- as the name-thing separator).
59069              Update the CPAN mirrors list.
59070      Branch: maint-5.6/perl
59071            ! pod/perlmodlib.pod
59072           !> pod/perlmodlib.PL
59073 ____________________________________________________________________________
59074 [  9639] By: gsar                                  on 2001/04/08  18:57:31
59075         Log: on windows, many of the README.* pods were being copied to the wrong
59076              location
59077      Branch: maint-5.6/perl
59078            ! win32/Makefile win32/makefile.mk
59079 ____________________________________________________________________________
59080 [  9638] By: gsar                                  on 2001/04/08  18:38:25
59081         Log: update to latest JPL from the anoncvs repository
59082      Branch: maint-5.6/perl
59083            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
59084            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
59085            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
59086 ____________________________________________________________________________
59087 [  9637] By: jhi                                   on 2001/04/08  17:53:53
59088         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
59089      Branch: perl
59090            ! pod/perl571delta.pod
59091 ____________________________________________________________________________
59092 [  9636] By: jhi                                   on 2001/04/08  17:18:32
59093         Log: Regen toc.
59094      Branch: perl
59095            ! pod/perltoc.pod
59096 ____________________________________________________________________________
59097 [  9635] By: jhi                                   on 2001/04/08  17:16:33
59098         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
59099              From: "Craig A. Berry" <craigberry@mac.com>
59100              Date: Sun, 08 Apr 2001 12:30:16 -0500
59101              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
59102      Branch: perl
59103            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
59104 ____________________________________________________________________________
59105 [  9634] By: jhi                                   on 2001/04/08  17:09:19
59106         Log: Fix the perlmodlib generation (didn't understand separate .pod
59107              files; didn't understand -- as the name-thing separator).
59108              
59109              Update the CPAN mirrors list.
59110      Branch: perl
59111            ! pod/perlmodlib.PL pod/perlmodlib.pod
59112 ____________________________________________________________________________
59113 [  9633] By: jhi                                   on 2001/04/08  16:49:17
59114         Log: Sort MANIFEST.
59115      Branch: perl
59116            ! MANIFEST
59117 ____________________________________________________________________________
59118 [  9632] By: gsar                                  on 2001/04/08  16:36:06
59119         Log: add $Tie::RefHash::VERSION
59120      Branch: maint-5.6/perl
59121            ! lib/Tie/RefHash.pm
59122 ____________________________________________________________________________
59123 [  9631] By: jhi                                   on 2001/04/08  16:10:15
59124         Log: perl571delta updates based on p5p feedback; still needs
59125              lots of examples.
59126      Branch: perl
59127            ! pod/perl571delta.pod
59128 ____________________________________________________________________________
59129 [  9630] By: jhi                                   on 2001/04/08  15:59:13
59130         Log: Update the list of supported platforms to talk about 5.7.1
59131              (and 5.6.1)
59132      Branch: perl
59133            ! pod/perlport.pod
59134 ____________________________________________________________________________
59135 [  9629] By: jhi                                   on 2001/04/08  15:55:41
59136         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
59137              from maintperl into mainline: perlport updates.
59138      Branch: perl
59139            ! pod/perlport.pod
59140 ____________________________________________________________________________
59141 [  9628] By: jhi                                   on 2001/04/08  15:53:17
59142         Log: perlsolaris.pod copied to wrong directory.
59143      Branch: perl
59144            ! win32/makefile.mk
59145 ____________________________________________________________________________
59146 [  9627] By: jhi                                   on 2001/04/08  14:48:18
59147         Log: Subject: Typos in perl571delta.pod
59148              From: "Stephen P. Potter" <spp@spotter.yi.org>
59149              Date: Sat, 07 Apr 2001 20:37:05 -0400
59150              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
59151      Branch: perl
59152            ! pod/perl571delta.pod
59153 ____________________________________________________________________________
59154 [  9626] By: jhi                                   on 2001/04/08  14:39:04
59155         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
59156      Branch: perl
59157            ! gv.c
59158 ____________________________________________________________________________
59159 [  9625] By: nick                                  on 2001/04/08  10:14:23
59160         Log: Integrate mainline
59161      Branch: perlio
59162           +> pod/perl570delta.pod pod/perl571delta.pod
59163           !> (integrate 27 files)
59164 ____________________________________________________________________________
59165 [  9624] By: gsar                                  on 2001/04/08  06:08:17
59166         Log: test in t/pod/* were busted
59167              
59168              these tests are still not enabled in t/{harness,TEST}
59169      Branch: maint-5.6/perl
59170            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
59171            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
59172            ! t/pod/multiline_items.t t/pod/nested_items.t
59173            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59174            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
59175 ____________________________________________________________________________
59176 [  9623] By: gsar                                  on 2001/04/08  03:37:01
59177         Log: integrate change#9470 from mainline
59178              
59179              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
59180      Branch: maint-5.6/perl
59181           !> ext/Socket/Socket.xs
59182 ____________________________________________________________________________
59183 [  9622] By: jhi                                   on 2001/04/07  22:40:47
59184         Log: Update Changes.
59185      Branch: perl
59186            ! Changes patchlevel.h
59187 ____________________________________________________________________________
59188 [  9621] By: jhi                                   on 2001/04/07  22:34:16
59189         Log: Update AUTHORS.
59190      Branch: perl
59191            ! AUTHORS
59192 ____________________________________________________________________________
59193 [  9620] By: jhi                                   on 2001/04/07  22:12:47
59194         Log: Forgot to bump the number of tests in #9164.
59195      Branch: perl
59196            ! t/op/array.t
59197 ____________________________________________________________________________
59198 [  9619] By: jhi                                   on 2001/04/07  22:09:50
59199         Log: Bump patchlevel to 5.7.1.
59200      Branch: perl
59201            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59202            ! config_h.SH patchlevel.h
59203 ____________________________________________________________________________
59204 [  9618] By: jhi                                   on 2001/04/07  22:02:41
59205         Log: Populate perl571delta.
59206      Branch: perl
59207            ! pod/perl571delta.pod
59208 ____________________________________________________________________________
59209 [  9617] By: jhi                                   on 2001/04/07  22:01:23
59210         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
59211              to forget it later; do not change patchlevel.h yet or regenerate
59212              Configure yet.
59213      Branch: perl
59214            ! epoc/config.sh win32/Makefile win32/config_H.bc
59215            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
59216 ____________________________________________________________________________
59217 [  9616] By: jhi                                   on 2001/04/07  17:46:33
59218         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
59219      Branch: perl
59220            ! pod/perl571delta.pod
59221 ____________________________________________________________________________
59222 [  9615] By: jhi                                   on 2001/04/07  17:33:21
59223         Log: Change the toc configuration.
59224      Branch: perl
59225            ! pod/buildtoc.PL pod/perl.pod
59226 ____________________________________________________________________________
59227 [  9614] By: jhi                                   on 2001/04/07  17:29:47
59228         Log: Subject: PATCH: $[
59229              From: Robin Houston <robin@kitsite.com>
59230              Date: Fri, 6 Apr 2001 18:10:14 +0100
59231              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
59232      Branch: perl
59233            ! op.c t/op/array.t
59234 ____________________________________________________________________________
59235 [  9613] By: jhi                                   on 2001/04/07  17:28:26
59236         Log: Subject: [PATCH perl@9424] isn't numeric warning
59237              From: Robin Barker <rmb1@cise.npl.co.uk>
59238              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
59239              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
59240      Branch: perl
59241            ! sv.c t/pragma/warn/sv
59242 ____________________________________________________________________________
59243 [  9612] By: jhi                                   on 2001/04/07  17:26:45
59244         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
59245              From: Mike Guy <mjtg@cam.ac.uk>
59246              Date: Fri, 06 Apr 2001 12:47:06 +0100
59247              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
59248      Branch: perl
59249            ! dump.c t/lib/peek.t
59250 ____________________________________________________________________________
59251 [  9611] By: jhi                                   on 2001/04/07  17:21:35
59252         Log: Create perl571delta and seed it off with the perldelta changes
59253              since 5.7.0; remove those changes from perldelta and rename it
59254              as perl570delta; recreate perldelta but leave it almost empty.
59255      Branch: perl
59256            + pod/perl570delta.pod pod/perl571delta.pod
59257            ! MANIFEST pod/perldelta.pod
59258 ____________________________________________________________________________
59259 [  9610] By: jhi                                   on 2001/04/07  16:56:32
59260         Log: Denit.
59261      Branch: perl
59262            ! pod/perldelta.pod
59263 ____________________________________________________________________________
59264 [  9609] By: jhi                                   on 2001/04/07  16:38:32
59265         Log: Retract #9523: needs more thought.
59266      Branch: perl
59267            ! Makefile.SH
59268 ____________________________________________________________________________
59269 [  9608] By: jhi                                   on 2001/04/07  14:59:20
59270         Log: atmark() code cleanaup.
59271      Branch: perl
59272            ! ext/IO/IO.xs
59273 ____________________________________________________________________________
59274 [  9607] By: jhi                                   on 2001/04/07  14:48:14
59275         Log: Integrate change #9605 from maintperl into mainline.
59276              
59277              can't optimize away scope entry if tr/// is present
59278      Branch: perl
59279           !> op.c t/op/tr.t
59280 ____________________________________________________________________________
59281 [  9606] By: jhi                                   on 2001/04/07  14:43:59
59282         Log: Integrate perlio:
59283              
59284              [  9604]
59285              Split out extension finding code from buildext.pl into FindExt.pm
59286              Use it to get Config.pm's idea of available extensions in line
59287              with what is built.
59288              
59289              [  9603]
59290              Cleanup correction for failed :Via() layer, also set an error code.
59291              
59292              [  9602]
59293              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
59294              style. So don't use binmode() on the handles so that Win32 etc. see
59295              same sequence and produce same digests.
59296              
59297              [  9601]
59298              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
59299              Else it complains and so crlf layer (say) does not get pushed.
59300              
59301              [  9599]
59302              Quote $VERSION in Encode.pm.
59303              regen_config_h as requested.
59304      Branch: perl
59305           +> win32/FindExt.pm
59306           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
59307           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
59308 ____________________________________________________________________________
59309 [  9605] By: gsar                                  on 2001/04/07  11:52:40
59310         Log: can't optimize away scope entry if tr/// is present
59311      Branch: maint-5.6/perl
59312            ! op.c t/op/tr.t
59313 ____________________________________________________________________________
59314 [  9604] By: nick                                  on 2001/04/07  11:39:45
59315         Log: Split out extension finding code from buildext.pl into FindExt.pm
59316              Use it to get Config.pm's idea of available extensions in line
59317              with what is built.
59318      Branch: perlio
59319            + win32/FindExt.pm
59320            ! MANIFEST win32/buildext.pl win32/config_sh.PL
59321            ! win32/makefile.mk
59322 ____________________________________________________________________________
59323 [  9603] By: nick                                  on 2001/04/07  09:11:38
59324         Log: Cleanup correction for failed :Via() layer, also set an error code.
59325      Branch: perlio
59326            ! ext/PerlIO/Via/Via.xs
59327 ____________________________________________________________________________
59328 [  9602] By: nick                                  on 2001/04/07  08:38:04
59329         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
59330              style. So don't use binmode() on the handles so that Win32 etc. see
59331              same sequence and produce same digests.
59332      Branch: perlio
59333            ! t/lib/md5-file.t
59334 ____________________________________________________________________________
59335 [  9601] By: nick                                  on 2001/04/07  08:36:26
59336         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
59337              Else it complains and so crlf layer (say) does not get pushed.
59338      Branch: perlio
59339            ! perlio.c
59340 ____________________________________________________________________________
59341 [  9600] By: jhi                                   on 2001/04/06  23:00:09
59342         Log: Integrate change #9599 from perlio into mainline.
59343      Branch: perl
59344           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59345           !> win32/config_H.vc
59346 ____________________________________________________________________________
59347 [  9599] By: nick                                  on 2001/04/06  21:42:43
59348         Log: Quote $VERSION in Encode.pm.
59349              regen_config_h as requested.
59350      Branch: perlio
59351            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
59352            ! win32/config_H.vc
59353 ____________________________________________________________________________
59354 [  9598] By: nick                                  on 2001/04/06  20:34:59
59355         Log: Integrate mainline
59356      Branch: perlio
59357           +> README.macos
59358           !> (integrate 39 files)
59359 ____________________________________________________________________________
59360 [  9597] By: gsar                                  on 2001/04/06  18:06:35
59361         Log: integrate change#9464 from mainline (addendum to change#8313)
59362              
59363              Subject: [PATCH @9452] Better peep()ing for foreach() loops
59364      Branch: maint-5.6/perl
59365           !> op.c
59366 ____________________________________________________________________________
59367 [  9596] By: jhi                                   on 2001/04/06  17:26:03
59368         Log: The d_casti32=undef is good for you even when not use64bitall.
59369      Branch: perl
59370            ! hints/hpux.sh
59371 ____________________________________________________________________________
59372 [  9595] By: gsar                                  on 2001/04/06  14:57:17
59373         Log: add a low-impact fix to accommodate darwin-ism
59374      Branch: maint-5.6/perl
59375            ! ext/Errno/Errno_pm.PL
59376 ____________________________________________________________________________
59377 [  9594] By: jhi                                   on 2001/04/06  14:55:14
59378         Log: Integrate changes #9528,9593 from mainline into maintperl;
59379              tweaking the editor/IDE/shell list.
59380      Branch: maint-5.6/perl
59381           !> pod/perlfaq3.pod
59382 ____________________________________________________________________________
59383 [  9593] By: jhi                                   on 2001/04/06  14:51:39
59384         Log: Make the editor/IDE/shell list a little bit airier.
59385      Branch: perl
59386            ! pod/perlfaq3.pod
59387 ____________________________________________________________________________
59388 [  9592] By: gsar                                  on 2001/04/06  14:45:18
59389         Log: integrate change#9477 from mainline (base.pm doc tweak)
59390              
59391              missing doc entry for fmod()
59392      Branch: maint-5.6/perl
59393            ! lib/Math/BigFloat.pm
59394           !> lib/base.pm
59395 ____________________________________________________________________________
59396 [  9591] By: jhi                                   on 2001/04/06  13:55:48
59397         Log: Regen toc.
59398      Branch: perl
59399            ! pod/perltoc.pod
59400 ____________________________________________________________________________
59401 [  9590] By: jhi                                   on 2001/04/06  13:54:52
59402         Log: Math::BigFloat patches from John Peacock.  The equivalent
59403              of #9586 from maintperl but reworked by John to work with
59404              the bleadperl.
59405      Branch: perl
59406            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59407 ____________________________________________________________________________
59408 [  9589] By: jhi                                   on 2001/04/06  13:42:23
59409         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
59410      Branch: perl
59411            ! ext/Digest/MD5/Makefile.PL
59412 ____________________________________________________________________________
59413 [  9588] By: jhi                                   on 2001/04/06  13:31:45
59414         Log: Integrate changes #9584,9587 from maintperl into mainline.
59415              
59416              keep eval"" CVs alive until the end of the statement in which
59417              they're called
59418              
59419              add README.macos (from Chris Nandor)
59420              
59421              tyop in change#9555
59422      Branch: perl
59423           +> README.macos
59424           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
59425           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
59426           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
59427           !> win32/makefile.mk
59428 ____________________________________________________________________________
59429 [  9587] By: gsar                                  on 2001/04/06  07:31:30
59430         Log: add README.macos (from Chris Nandor)
59431              
59432              tyop in change#9555
59433      Branch: maint-5.6/perl
59434            + README.macos
59435            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
59436            ! win32/Makefile win32/makefile.mk
59437 ____________________________________________________________________________
59438 [  9586] By: gsar                                  on 2001/04/06  07:08:54
59439         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
59440      Branch: maint-5.6/perl
59441            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59442 ____________________________________________________________________________
59443 [  9585] By: gsar                                  on 2001/04/06  06:58:44
59444         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
59445              from mainline
59446              
59447              Subject: [PATCH] Base64 update to perlfaq9.pod
59448              
59449              Subject: [PATCH AUTHORS] Housekeeping
59450              
59451              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59452              Mac OS X (Darwin) has extra pwent fields.
59453              
59454              Subject: [PATCH B::*] print control-character vars readably
59455              Needs EBCDICification.
59456              
59457              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59458              
59459              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59460              
59461              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59462              
59463              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59464              
59465              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59466              
59467              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59468              
59469              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59470              
59471              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59472              
59473              FreeBSD hints tweak from Anton Berezin.
59474              
59475              Subject: [PATCH foolperl & bleadperl] README.vms update
59476              
59477              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59478      Branch: maint-5.6/perl
59479           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
59480           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59481           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
59482 ____________________________________________________________________________
59483 [  9584] By: gsar                                  on 2001/04/06  04:09:00
59484         Log: keep eval"" CVs alive until the end of the statement in which
59485              they're called; this avoids a coredump ensuing from search for
59486              lexicals in code such as:
59487              
59488              sub bug {
59489              my $s = @_;
59490              eval q[sub { eval 'sub { &$s }' }];
59491              }
59492              bug("x")->()->();
59493              
59494              this code still doesn't work as intended (as it has remained
59495              since time immemorial), but it doesn't provoke a coredump anymore
59496      Branch: maint-5.6/perl
59497            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59498            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
59499 ____________________________________________________________________________
59500 [  9583] By: jhi                                   on 2001/04/05  23:52:51
59501         Log: Update Changes.
59502      Branch: perl
59503            ! Changes patchlevel.h
59504 ____________________________________________________________________________
59505 [  9582] By: jhi                                   on 2001/04/05  23:11:23
59506         Log: Slight doc tweak.
59507      Branch: perl
59508            ! pod/perlunicode.pod
59509 ____________________________________________________________________________
59510 [  9581] By: jhi                                   on 2001/04/05  23:04:11
59511         Log: Integrate perlio:
59512              
59513              [  9569]
59514              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59515              
59516              [  9549]
59517              Downgrade "Wide character in print" to a warning.
59518      Branch: perl
59519           !> pod/perlunicode.pod
59520 ____________________________________________________________________________
59521 [  9580] By: jhi                                   on 2001/04/05  23:03:29
59522         Log: Test for #9579.
59523      Branch: perl
59524            ! t/op/do.t
59525 ____________________________________________________________________________
59526 [  9579] By: jhi                                   on 2001/04/05  22:54:17
59527         Log: Subject: [PATCH] Propagate calling context for do '...'
59528              From: Gisle Aas <gisle@ActiveState.com>
59529              Date: 04 Apr 2001 20:17:29 -0700
59530              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
59531      Branch: perl
59532            ! pod/perlfunc.pod pp_ctl.c
59533 ____________________________________________________________________________
59534 [  9578] By: jhi                                   on 2001/04/05  22:52:51
59535         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59536              From: Peter Prymmer <pvhp@forte.com>
59537              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
59538              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
59539      Branch: perl
59540            ! README.vms
59541 ____________________________________________________________________________
59542 [  9577] By: jhi                                   on 2001/04/05  22:48:22
59543         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
59544              From: "Craig A. Berry" <craigberry@mac.com>
59545              Date: Thu, 5 Apr 2001 13:43:28 -0500
59546              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
59547      Branch: perl
59548            ! README.vms
59549 ____________________________________________________________________________
59550 [  9576] By: jhi                                   on 2001/04/05  22:31:38
59551         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
59552              From: Michael G Schwern <schwern@pobox.com>
59553              Date: Thu, 5 Apr 2001 21:53:21 +0100
59554              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
59555      Branch: perl
59556            ! lib/base.pm t/lib/fields.t
59557 ____________________________________________________________________________
59558 [  9575] By: jhi                                   on 2001/04/05  22:26:10
59559         Log: FreeBSD hints tweak from Anton Berezin.
59560      Branch: perl
59561            ! hints/freebsd.sh
59562 ____________________________________________________________________________
59563 [  9574] By: jhi                                   on 2001/04/05  22:24:03
59564         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59565              From: David Dyck <dcd@tc.fluke.com>
59566              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
59567              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
59568      Branch: perl
59569            ! t/op/oct.t
59570 ____________________________________________________________________________
59571 [  9573] By: jhi                                   on 2001/04/05  22:23:06
59572         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59573              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
59574              From: David Dyck <dcd@tc.fluke.com>
59575              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
59576      Branch: perl
59577            ! pp.c
59578 ____________________________________________________________________________
59579 [  9572] By: jhi                                   on 2001/04/05  22:14:47
59580         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59581              From: Robin Houston <robin@kitsite.com>
59582              Date: Thu, 5 Apr 2001 20:56:48 +0100
59583              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
59584      Branch: perl
59585            ! ext/B/B/Deparse.pm
59586 ____________________________________________________________________________
59587 [  9571] By: jhi                                   on 2001/04/05  22:12:53
59588         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59589              From: Robin Houston <robin@kitsite.com>
59590              Date: Thu, 5 Apr 2001 19:55:51 +0100
59591              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
59592      Branch: perl
59593            ! ext/B/B/Deparse.pm
59594 ____________________________________________________________________________
59595 [  9570] By: jhi                                   on 2001/04/05  22:11:06
59596         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59597              From: Robin Houston <robin@kitsite.com>
59598              Date: Thu, 5 Apr 2001 20:16:29 +0100
59599              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
59600      Branch: perl
59601            ! ext/B/B/Deparse.pm
59602 ____________________________________________________________________________
59603 [  9569] By: nick                                  on 2001/04/05  21:32:26
59604         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59605      Branch: perlio
59606            ! pod/perlunicode.pod
59607 ____________________________________________________________________________
59608 [  9568] By: nick                                  on 2001/04/05  19:38:09
59609         Log: Integrate mainline
59610      Branch: perlio
59611           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
59612           !> (integrate 35 files)
59613 ____________________________________________________________________________
59614 [  9567] By: jhi                                   on 2001/04/05  18:31:45
59615         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59616              From: Robin Houston <robin@kitsite.com>
59617              Date: Thu, 5 Apr 2001 18:03:23 +0100
59618              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
59619      Branch: perl
59620            ! ext/B/B/Deparse.pm
59621 ____________________________________________________________________________
59622 [  9566] By: jhi                                   on 2001/04/05  18:29:35
59623         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59624              From: Robin Houston <robin@kitsite.com>
59625              Date: Thu, 5 Apr 2001 16:45:18 +0100
59626              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
59627      Branch: perl
59628            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59629 ____________________________________________________________________________
59630 [  9565] By: jhi                                   on 2001/04/05  18:24:23
59631         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59632              From: Robin Houston <robin@kitsite.com>
59633              Date: Thu, 5 Apr 2001 14:50:09 +0100
59634              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
59635      Branch: perl
59636            ! ext/B/B/Deparse.pm
59637 ____________________________________________________________________________
59638 [  9564] By: jhi                                   on 2001/04/05  18:23:03
59639         Log: Subject: [PATCH B::*] print control-character vars readably
59640              From: Robin Houston <robin@kitsite.com>
59641              Date: Thu, 5 Apr 2001 14:27:38 +0100
59642              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
59643              
59644              Needs EBCDICification.
59645      Branch: perl
59646            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
59647            ! ext/B/B/Terse.pm
59648 ____________________________________________________________________________
59649 [  9563] By: jhi                                   on 2001/04/05  18:20:32
59650         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59651              Date: Thu, 5 Apr 2001 13:21:42 -0400
59652              From: Paul Schinder <schinder@pobox.com>
59653              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
59654              
59655              Mac OS X (Darwin) has extra pwent fields.
59656      Branch: perl
59657            ! t/op/pwent.t
59658 ____________________________________________________________________________
59659 [  9562] By: jhi                                   on 2001/04/05  17:57:51
59660         Log: Regen toc.
59661      Branch: perl
59662            ! pod/perltoc.pod
59663 ____________________________________________________________________________
59664 [  9561] By: jhi                                   on 2001/04/05  17:47:33
59665         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
59666      Branch: metaconfig
59667            ! U/Glossary.patch
59668      Branch: metaconfig/U/perl
59669            + d_u32align.U
59670            ! d_cmsghdr_s.U d_msghdr_s.U
59671 ____________________________________________________________________________
59672 [  9560] By: jhi                                   on 2001/04/05  17:47:01
59673         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
59674              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
59675              Introduce probes for struct msghdr, struct cmsghdr,
59676              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
59677              ualarm, usleep, for possible later extension work.
59678      Branch: perl
59679            + t/lib/md5-align.t
59680            ! Configure MANIFEST Porting/Glossary Porting/config.sh
59681            ! Porting/config_H config_h.SH configure.com epoc/config.sh
59682            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
59683            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59684            ! vos/config.ga.h win32/config.bc win32/config.gc
59685            ! win32/config.vc
59686 ____________________________________________________________________________
59687 [  9559] By: jhi                                   on 2001/04/05  13:03:04
59688         Log: Be traditional in your cpp (for the Errno extension).
59689      Branch: perl
59690            ! hints/darwin.sh
59691 ____________________________________________________________________________
59692 [  9558] By: jhi                                   on 2001/04/05  13:00:05
59693         Log: Add $Config{cppflags} to the gcc incantation.
59694      Branch: perl
59695            ! ext/Errno/Errno_pm.PL
59696 ____________________________________________________________________________
59697 [  9557] By: jhi                                   on 2001/04/05  04:22:39
59698         Log: Introduce Sean Burke's Class::ISA 0.32.
59699      Branch: perl
59700            + lib/Class/ISA.pm t/lib/class-isa.t
59701            ! MANIFEST
59702 ____________________________________________________________________________
59703 [  9556] By: jhi                                   on 2001/04/05  04:09:50
59704         Log: Subject: [PATCH AUTHORS] Housekeeping
59705              From: Paul Johnson <paul@pjcj.net> 
59706              Date: Wed, 4 Apr 2001 22:45:47 +0200
59707              Message-ID: <20010404224547.D9548@pjcj.net>
59708      Branch: perl
59709            ! AUTHORS
59710 ____________________________________________________________________________
59711 [  9555] By: jhi                                   on 2001/04/05  04:06:33
59712         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
59713              From: Gisle Aas <gisle@ActiveState.com>
59714              Date: 04 Apr 2001 14:23:04 -0700
59715              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
59716      Branch: perl
59717            ! pod/perlfaq9.pod
59718 ____________________________________________________________________________
59719 [  9554] By: jhi                                   on 2001/04/05  04:05:49
59720         Log: Downgrade also the "Wide character" diagnostic.
59721      Branch: perl
59722            ! pod/perldiag.pod
59723 ____________________________________________________________________________
59724 [  9553] By: jhi                                   on 2001/04/05  04:00:33
59725         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
59726              maintperl into mainline.
59727              
59728              "double" should be "NV"; standard typemap is missing entry
59729              for NV
59730              
59731              s/djSP/dSP/
59732              
59733              Downgrade "Wide character in print" to a warning.
59734              
59735              B::Deparse fix for ${^FOO} and documentation for PVX() method
59736              (from Robin Houston)
59737              
59738              tr/// doesn't null-terminate the result in some situations
59739              (from Gisle Aas)
59740      Branch: perl
59741           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
59742           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
59743           !> t/io/utf8.t t/op/tr.t
59744 ____________________________________________________________________________
59745 [  9552] By: jhi                                   on 2001/04/05  03:52:50
59746         Log: Retract changes #9542 and #9538 (from maintperl, integrated
59747              at #9540), shouldn't be needed because of the perlio changes.
59748      Branch: perl
59749            ! util.c
59750 ____________________________________________________________________________
59751 [  9551] By: gsar                                  on 2001/04/05  00:18:34
59752         Log: tr/// doesn't null-terminate the result in some situations
59753              (from Gisle Aas)
59754      Branch: maint-5.6/perl
59755            ! doop.c t/op/tr.t
59756 ____________________________________________________________________________
59757 [  9550] By: gsar                                  on 2001/04/04  20:04:17
59758         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
59759              (from Robin Houston)
59760      Branch: maint-5.6/perl
59761            ! ext/B/B.pm ext/B/B/Deparse.pm
59762 ____________________________________________________________________________
59763 [  9549] By: nick                                  on 2001/04/04  18:56:15
59764         Log: Downgrade "Wide character in print" to a warning.
59765      Branch: perlio
59766            ! doio.c t/io/utf8.t
59767 ____________________________________________________________________________
59768 [  9548] By: gsar                                  on 2001/04/04  18:51:49
59769         Log: integrate changes#9460,9462,9482,9521,9522
59770              
59771              Subject: PATCH: B::Debug should show LOOP-specific fields
59772              
59773              Subject: B::Deparse precedence bug. (Patch included.)
59774              
59775              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59776              
59777              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59778              
59779              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59780      Branch: maint-5.6/perl
59781           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
59782           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
59783 ____________________________________________________________________________
59784 [  9547] By: gsar                                  on 2001/04/04  18:49:16
59785         Log: s/djSP/dSP/
59786      Branch: maint-5.6/perl
59787            ! ext/Thread/Thread.xs
59788 ____________________________________________________________________________
59789 [  9546] By: nick                                  on 2001/04/04  18:44:00
59790         Log: Integrate mainline.
59791      Branch: perlio
59792           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
59793           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
59794 ____________________________________________________________________________
59795 [  9545] By: gsar                                  on 2001/04/04  18:38:52
59796         Log: integrate change#8837 from mainline
59797              
59798              Subject: [patch] -Wall cleanup round 2
59799      Branch: maint-5.6/perl
59800           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
59801           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
59802           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
59803           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
59804           !> ext/SDBM_File/SDBM_File.xs
59805 ____________________________________________________________________________
59806 [  9544] By: gsar                                  on 2001/04/04  17:49:57
59807         Log: "double" should be "NV"; standard typemap is missing entry
59808              for NV
59809      Branch: maint-5.6/perl
59810            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
59811 ____________________________________________________________________________
59812 [  9543] By: jhi                                   on 2001/04/04  14:13:18
59813         Log: Thou shalt not (just) match for English error messages.
59814      Branch: perl
59815            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
59816            ! os2/OS2/Process/Process.pm
59817 ____________________________________________________________________________
59818 [  9542] By: jhi                                   on 2001/04/04  13:20:39
59819         Log: Make the stdio tricks of fflush_all() to exist only if
59820              stdio is being used.
59821      Branch: perl
59822            ! util.c
59823 ____________________________________________________________________________
59824 [  9541] By: jhi                                   on 2001/04/04  04:20:24
59825         Log: Subject: Re: [PATCH] Lighten up glob
59826              From: Benjamin Sugars <bsugars@canoe.ca>
59827              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
59828              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
59829      Branch: perl
59830            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
59831            ! util.c
59832 ____________________________________________________________________________
59833 [  9540] By: jhi                                   on 2001/04/04  04:03:57
59834         Log: Integrate changes #9538,9539 from maintperl into mainline.
59835              
59836              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59837              for use with _fwalk() (fix for change#7705)
59838              
59839              another tweak needed for SunOS 4.1.x build (from Mike Guy)
59840              (cp -f is not portable)
59841      Branch: perl
59842           !> Makefile.SH util.c
59843 ____________________________________________________________________________
59844 [  9539] By: gsar                                  on 2001/04/04  03:01:14
59845         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
59846      Branch: maint-5.6/perl
59847            ! Makefile.SH
59848 ____________________________________________________________________________
59849 [  9538] By: gsar                                  on 2001/04/04  01:00:38
59850         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59851              for use with _fwalk() (fix for change#7705)
59852      Branch: maint-5.6/perl
59853            ! util.c
59854 ____________________________________________________________________________
59855 [  9537] By: nick                                  on 2001/04/03  19:24:55
59856         Log: Integrate mainline
59857      Branch: perlio
59858           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
59859           +> lib/unicode/PropList.html
59860            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
59861           !> (integrate 69 files)
59862 ____________________________________________________________________________
59863 [  9536] By: jhi                                   on 2001/04/03  18:02:31
59864         Log: Integrate change #9533 from maintperl into mainline.
59865              
59866              better fix for change#9517 to accomodate UNC paths like
59867              \\server\share\foo, and paths with trailing backslash
59868              like c:\this\
59869      Branch: perl
59870           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59871 ____________________________________________________________________________
59872 [  9535] By: jhi                                   on 2001/04/03  17:58:07
59873         Log: Change the push/unshift warning to be of class syntax, not misc.
59874      Branch: perl
59875            ! op.c pod/perldiag.pod t/pragma/warn/op
59876 ____________________________________________________________________________
59877 [  9534] By: jhi                                   on 2001/04/03  15:03:46
59878         Log: Change the push/unshift warning (#9532) to talk about "no values"
59879              instead of "no arguments".
59880      Branch: perl
59881            ! op.c pod/perldiag.pod t/pragma/warn/op
59882 ____________________________________________________________________________
59883 [  9533] By: gsar                                  on 2001/04/03  14:30:07
59884         Log: better fix for change#9517 to accomodate UNC paths like
59885              \\server\share\foo, and paths with trailing backslash
59886              like c:\this\
59887      Branch: maint-5.6/perl
59888            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59889 ____________________________________________________________________________
59890 [  9532] By: jhi                                   on 2001/04/03  13:11:46
59891         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
59892              From: Robin Houston <robin@kitsite.com>
59893              Date: Mon, 2 Apr 2001 15:03:29 +0100
59894              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
59895      Branch: perl
59896            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
59897 ____________________________________________________________________________
59898 [  9531] By: jhi                                   on 2001/04/03  13:06:34
59899         Log: Integrate change #9530 from maintperl into mainline.
59900              
59901              accomodate VMS "mailbox overflow" quirk in testsuite (from
59902              Craig Berry)
59903      Branch: perl
59904           !> t/lib/socket.t
59905 ____________________________________________________________________________
59906 [  9530] By: gsar                                  on 2001/04/03  04:56:41
59907         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
59908              Craig Berry)
59909      Branch: maint-5.6/perl
59910            ! t/lib/socket.t
59911 ____________________________________________________________________________
59912 [  9529] By: jhi                                   on 2001/04/03  02:34:34
59913         Log: Update Changes.
59914      Branch: perl
59915            ! Changes patchlevel.h
59916 ____________________________________________________________________________
59917 [  9528] By: jhi                                   on 2001/04/03  01:27:57
59918         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
59919              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
59920              To: perl5-porters@perl.org
59921              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
59922      Branch: perl
59923            ! pod/perlfaq3.pod
59924 ____________________________________________________________________________
59925 [  9527] By: jhi                                   on 2001/04/03  01:22:09
59926         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
59927              From: Peter Prymmer <pvhp@forte.com>
59928              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
59929              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
59930      Branch: perl
59931            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
59932 ____________________________________________________________________________
59933 [  9526] By: jhi                                   on 2001/04/03  01:18:25
59934         Log: The metaconfig unit changes for #9525.
59935      Branch: metaconfig
59936            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
59937      Branch: metaconfig/U/perl
59938            ! use64bits.U
59939 ____________________________________________________________________________
59940 [  9525] By: jhi                                   on 2001/04/03  01:17:30
59941         Log: Configure sanity checks:
59942              * if use64bitall is attempted but pointers are only 32-bit,
59943              'downgrade' to use64bitint
59944              * if use64bitint is attempted but there's no quad type,
59945              forget about use64bitint (well, the default for it is 'n',
59946              the user can still override this)
59947              * if pointers are 64 bits, do not try to use Perl's malloc
59948      Branch: perl
59949            ! Configure
59950 ____________________________________________________________________________
59951 [  9524] By: gsar                                  on 2001/04/03  01:09:12
59952         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
59953      Branch: maint-5.6/perl
59954            ! pp_sys.c
59955 ____________________________________________________________________________
59956 [  9523] By: jhi                                   on 2001/04/03  00:02:31
59957         Log: (Retracted by #9609)
59958              
59959              Make it harder for parallel makes to enter 'test' before
59960              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
59961              should be unhappy enough, but sometimes parallel makes seem
59962              to sneak past both in Tru64 and AIX.)
59963      Branch: perl
59964            ! Makefile.SH
59965 ____________________________________________________________________________
59966 [  9522] By: jhi                                   on 2001/04/02  22:35:31
59967         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59968              Date: Mon, 2 Apr 2001 22:54:10 +0100
59969              From: Robin Houston <robin@kitsite.com>
59970              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
59971      Branch: perl
59972            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
59973 ____________________________________________________________________________
59974 [  9521] By: jhi                                   on 2001/04/02  22:32:23
59975         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59976              From: Robin Houston <robin@kitsite.com>
59977              Date: Mon, 2 Apr 2001 20:24:03 +0100
59978              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
59979      Branch: perl
59980            ! ext/B/B/Concise.pm
59981 ____________________________________________________________________________
59982 [  9520] By: jhi                                   on 2001/04/02  22:30:43
59983         Log: Subject: [PATCH] REALLY pedantic hv.h nit
59984              From: Simon Cozens <simon@netthink.co.uk>
59985              Date: Mon, 2 Apr 2001 15:43:06 +0100
59986              Message-ID: <20010402154306.A21711@netthink.co.uk>
59987      Branch: perl
59988            ! hv.h
59989 ____________________________________________________________________________
59990 [  9519] By: jhi                                   on 2001/04/02  22:28:04
59991         Log: Based on
59992              
59993              Subject: [foolperl] EPOC fix
59994              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59995              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
59996              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
59997      Branch: perl
59998            ! pp_sys.c
59999 ____________________________________________________________________________
60000 [  9518] By: jhi                                   on 2001/04/02  22:22:34
60001         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
60002              
60003              README.win32 tweaks; add a note about alternative location for
60004              getting a gcc-2.95.2 that will build perl properly on windows
60005              
60006              add some notes about gutsy threading matters
60007              
60008              many of the utilities interpolate literal paths within doublequotes
60009              (fails on dosish platforms where path contains backslashes)
60010      Branch: perl
60011           !> README.win32 pod/perlguts.pod utils/perldoc.PL
60012           !> x2p/find2perl.PL x2p/s2p.PL
60013 ____________________________________________________________________________
60014 [  9517] By: gsar                                  on 2001/04/02  19:52:21
60015         Log: many of the utilities interpolate literal paths within doublequotes
60016              (fails on dosish platforms where path contains backslashes)
60017      Branch: maint-5.6/perl
60018            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
60019 ____________________________________________________________________________
60020 [  9516] By: gsar                                  on 2001/04/02  05:49:37
60021         Log: a foolish release
60022      Branch: maint-5.6/perl
60023            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
60024            ! pod/perltoc.pod
60025 ____________________________________________________________________________
60026 [  9515] By: gsar                                  on 2001/04/02  05:04:29
60027         Log: add missing changelog summaries
60028      Branch: maint-5.6/perl
60029            ! Changes
60030 ____________________________________________________________________________
60031 [  9514] By: gsar                                  on 2001/04/02  04:07:13
60032         Log: add some notes about gutsy threading matters
60033      Branch: maint-5.6/perl
60034            ! pod/perlguts.pod
60035 ____________________________________________________________________________
60036 [  9513] By: gsar                                  on 2001/04/02  03:25:21
60037         Log: add more prominent caveat notices about experimental features
60038      Branch: maint-5.6/perl
60039            ! pod/perlfork.pod pod/perlunicode.pod
60040 ____________________________________________________________________________
60041 [  9512] By: gsar                                  on 2001/04/02  02:54:33
60042         Log: integrate changes#9479,9509 from mainline
60043              
60044              [PATCH] File::Glob stuff for Mac OS
60045              
60046              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
60047      Branch: maint-5.6/perl
60048           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
60049           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
60050           !> t/lib/glob-taint.t
60051 ____________________________________________________________________________
60052 [  9511] By: gsar                                  on 2001/04/02  02:38:24
60053         Log: README.win32 tweaks; add a note about alternative location for
60054              getting a gcc-2.95.2 that will build perl properly on windows
60055      Branch: maint-5.6/perl
60056            ! README.win32
60057 ____________________________________________________________________________
60058 [  9510] By: jhi                                   on 2001/04/01  20:45:10
60059         Log: An ambiguousity warning.
60060      Branch: perl
60061            ! t/lib/trig.t
60062 ____________________________________________________________________________
60063 [  9509] By: jhi                                   on 2001/04/01  19:53:47
60064         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
60065              From: Jonathan Stowe <gellyfish@gellyfish.com>
60066              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
60067              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
60068      Branch: perl
60069            ! ext/File/Glob/bsd_glob.c
60070 ____________________________________________________________________________
60071 [  9508] By: jhi                                   on 2001/04/01  19:35:03
60072         Log: Update Changes.
60073      Branch: perl
60074            ! Changes patchlevel.h
60075 ____________________________________________________________________________
60076 [  9507] By: jhi                                   on 2001/04/01  19:24:01
60077         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
60078              from mainline to maintperl: pod tweaks.
60079      Branch: maint-5.6/perl
60080           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
60081           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
60082           !> pod/perlvar.pod
60083 ____________________________________________________________________________
60084 [  9506] By: jhi                                   on 2001/04/01  19:11:53
60085         Log: Commit Sarathy to April release of 5.6.1 :-)
60086      Branch: perl
60087            ! pod/perlfaq1.pod
60088 ____________________________________________________________________________
60089 [  9505] By: jhi                                   on 2001/04/01  19:03:15
60090         Log: Subject: PATCH 5.6.0 (perldebug.pod)
60091              From: Mark-Jason Dominus <mjd@plover.com>
60092              Date: Sun, 01 Apr 2001 14:25:11 -0400
60093              Message-ID: <20010401182511.9247.qmail@plover.com>
60094      Branch: perl
60095            ! pod/perldebug.pod
60096 ____________________________________________________________________________
60097 [  9504] By: jhi                                   on 2001/04/01  18:43:09
60098         Log: Add great_circle_direction().
60099      Branch: perl
60100            ! lib/Math/Trig.pm t/lib/trig.t
60101 ____________________________________________________________________________
60102 [  9503] By: jhi                                   on 2001/04/01  17:29:12
60103         Log: Unicode ReadMe update for Unicode 3.1.
60104      Branch: perl
60105            ! lib/unicode/ReadMe.txt
60106 ____________________________________________________________________________
60107 [  9502] By: jhi                                   on 2001/04/01  17:18:40
60108         Log: Integrate change #9501 from maintperl into mainline.
60109              
60110              fix the perlembed notes on multiple interpreters
60111              
60112              fix ExtUtils::Embed to work passably on Windows
60113      Branch: perl
60114           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
60115 ____________________________________________________________________________
60116 [  9501] By: gsar                                  on 2001/04/01  07:21:57
60117         Log: fix the perlembed notes on multiple interpreters
60118              
60119              fix ExtUtils::Embed to work passably on Windows
60120      Branch: maint-5.6/perl
60121            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
60122 ____________________________________________________________________________
60123 [  9500] By: jhi                                   on 2001/04/01  05:58:23
60124         Log: Test for #9499.
60125      Branch: perl
60126            ! t/op/tr.t
60127 ____________________________________________________________________________
60128 [  9499] By: jhi                                   on 2001/04/01  05:55:46
60129         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
60130      Branch: perl
60131            ! embed.h embed.pl op.c proto.h
60132 ____________________________________________________________________________
60133 [  9498] By: jhi                                   on 2001/04/01  05:44:34
60134         Log: Protect the workaround hunk more.
60135      Branch: perl
60136            ! toke.c
60137 ____________________________________________________________________________
60138 [  9497] By: jhi                                   on 2001/04/01  00:24:25
60139         Log: Integrate changes #9493,9494,9495,9496 from maintperl
60140              into mainline.
60141              
60142              fix a broken workaround for Borland compiler in change#4739
60143              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
60144              
60145              nits spotted by Borland compiler
60146              
60147              avoid redefinition warnings under Borland 5.02
60148              
60149              various nits identified by the Borland 5.5 compiler; remove suppression
60150              of a few warnings
60151      Branch: perl
60152           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
60153           !> win32/win32.h
60154 ____________________________________________________________________________
60155 [  9496] By: gsar                                  on 2001/03/31  23:22:28
60156         Log: various nits identified by the Borland 5.5 compiler; remove suppression
60157              of a few warnings
60158      Branch: maint-5.6/perl
60159            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
60160 ____________________________________________________________________________
60161 [  9495] By: gsar                                  on 2001/03/31  21:03:08
60162         Log: avoid redefinition warnings under Borland 5.02
60163      Branch: maint-5.6/perl
60164            ! win32/makefile.mk
60165 ____________________________________________________________________________
60166 [  9494] By: gsar                                  on 2001/03/31  20:18:59
60167         Log: nits spotted by Borland compiler
60168      Branch: maint-5.6/perl
60169            ! utf8.h win32/win32.h
60170 ____________________________________________________________________________
60171 [  9493] By: gsar                                  on 2001/03/31  20:18:05
60172         Log: fix a broken workaround for Borland compiler in change#4739
60173              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
60174      Branch: maint-5.6/perl
60175            ! toke.c
60176 ____________________________________________________________________________
60177 [  9492] By: jhi                                   on 2001/03/31  18:36:24
60178         Log: Integrate change #9491 from maintperl into mainline.
60179              
60180              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
60181              directory is relative (need to fetch the full path name *before*
60182              the chdir!)
60183      Branch: perl
60184           !> lib/Cwd.pm
60185 ____________________________________________________________________________
60186 [  9491] By: gsar                                  on 2001/03/31  17:01:56
60187         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
60188              directory is relative (need to fetch the full path name *before*
60189              the chdir!)
60190              
60191              this is a followup patch for change#6749
60192      Branch: maint-5.6/perl
60193            ! lib/Cwd.pm
60194 ____________________________________________________________________________
60195 [  9490] By: jhi                                   on 2001/03/31  15:50:18
60196         Log: Subject: Re: [PATCH] av.h cosmetics
60197              From: Simon Cozens <simon@netthink.co.uk>
60198              Date: Sat, 31 Mar 2001 13:09:59 +0100
60199              Message-ID: <20010331130959.A22000@netthink.co.uk>
60200              
60201              Document AvALLOC.
60202      Branch: perl
60203            ! pod/perlguts.pod
60204 ____________________________________________________________________________
60205 [  9489] By: jhi                                   on 2001/03/31  15:48:44
60206         Log: Subject: [PATCH] Re: Math::Big* v1.21
60207              From: Tels <perl_dummy@bloodgate.com>
60208              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
60209              Message-Id: <200103311125.GAA377738@www08.hway.net>
60210      Branch: perl
60211            ! pod/perlop.pod
60212 ____________________________________________________________________________
60213 [  9488] By: jhi                                   on 2001/03/31  03:39:51
60214         Log: Debug output tweak.
60215      Branch: perl
60216            ! t/lib/cwd.t
60217 ____________________________________________________________________________
60218 [  9487] By: jhi                                   on 2001/03/31  03:33:02
60219         Log: OverVMSification.
60220      Branch: perl
60221            ! t/lib/cwd.t
60222 ____________________________________________________________________________
60223 [  9486] By: jhi                                   on 2001/03/31  03:01:40
60224         Log: Missed MANIFESTations in #9483.
60225      Branch: perl
60226            ! MANIFEST
60227 ____________________________________________________________________________
60228 [  9485] By: jhi                                   on 2001/03/31  02:58:17
60229         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
60230              From: Peter Prymmer <pvhp@forte.com>
60231              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
60232              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
60233      Branch: perl
60234            ! regexec.c t/lib/cwd.t
60235 ____________________________________________________________________________
60236 [  9484] By: jhi                                   on 2001/03/31  01:04:41
60237         Log: Obsolete file (see #3938)
60238      Branch: perl
60239            - lib/unicode/README.Ethiopic
60240            ! MANIFEST
60241 ____________________________________________________________________________
60242 [  9483] By: jhi                                   on 2001/03/31  00:52:42
60243         Log: Update to Unicode 3.1.
60244              (Rename Names.txt to NamesList.txt.)
60245      Branch: perl
60246            + lib/unicode/NamesList.txt lib/unicode/PropList.html
60247            - lib/unicode/Names.txt
60248            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
60249            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
60250            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
60251            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
60252            ! lib/unicode/UCD.html lib/unicode/Unicode.html
60253            ! lib/unicode/rename lib/unicode/version
60254 ____________________________________________________________________________
60255 [  9482] By: jhi                                   on 2001/03/30  23:33:44
60256         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
60257              From: Robin Houston <robin@kitsite.com>
60258              Date: Fri, 30 Mar 2001 20:07:22 +0100
60259              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
60260      Branch: perl
60261            ! ext/B/B/Deparse.pm
60262 ____________________________________________________________________________
60263 [  9481] By: jhi                                   on 2001/03/30  23:20:25
60264         Log: Subject: Re: [PATCH] CwdXS, Take 2
60265              From: Benjamin Sugars <bsugars@canoe.ca>
60266              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
60267              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
60268      Branch: perl
60269            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
60270            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
60271 ____________________________________________________________________________
60272 [  9480] By: jhi                                   on 2001/03/30  22:52:38
60273         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
60274              From: David Dyck <dcd@tc.fluke.com>
60275              Date: Fri, 30 Mar 2001 14:44:13 -0800
60276              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
60277              
60278              The t/rantests flags file creation was accidentally
60279              removed by #9217.
60280      Branch: perl
60281            ! Makefile.SH
60282 ____________________________________________________________________________
60283 [  9479] By: jhi                                   on 2001/03/30  22:45:45
60284         Log: Subject: [PATCH] File::Glob stuff for Mac OS
60285              From: Chris Nandor <pudge@pobox.com>
60286              Date: Fri, 30 Mar 2001 16:51:00 -0500
60287              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
60288      Branch: perl
60289            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
60290            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
60291            ! t/lib/glob-taint.t
60292 ____________________________________________________________________________
60293 [  9478] By: jhi                                   on 2001/03/30  22:43:12
60294         Log: Subject: fix for win32/buildext.pl
60295              From: "Vadim Konovalov" <watman@inbox.ru>
60296              Date: Sat, 31 Mar 2001 00:50:36 +0400
60297              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
60298      Branch: perl
60299            ! win32/buildext.pl
60300 ____________________________________________________________________________
60301 [  9477] By: jhi                                   on 2001/03/30  22:41:16
60302         Log: Subject: small base.pm doc patch
60303              From: Leon Brocard <acme@astray.com>
60304              Date: Fri, 30 Mar 2001 21:49:57 +0100
60305              Message-ID: <20010330214957.B8733@ns0.astray.com>
60306      Branch: perl
60307            ! lib/base.pm
60308 ____________________________________________________________________________
60309 [  9476] By: jhi                                   on 2001/03/30  18:16:57
60310         Log: Subject: [PATCH] av.h cosmetics
60311              From: Simon Cozens <simon@netthink.co.uk>
60312              Date: Fri, 30 Mar 2001 18:12:28 +0100
60313              Message-ID: <20010330181228.A9319@netthink.co.uk>
60314      Branch: perl
60315            ! av.h
60316 ____________________________________________________________________________
60317 [  9475] By: jhi                                   on 2001/03/30  18:15:50
60318         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
60319              From: "Philip Newton" <pnewton@gmx.de>
60320              Date: Fri, 30 Mar 2001 19:06:57 +0200
60321              Message-ID: <3AC4D951.14815.1AC7068@localhost>
60322      Branch: perl
60323            ! pod/perlhack.pod
60324 ____________________________________________________________________________
60325 [  9474] By: jhi                                   on 2001/03/30  18:14:02
60326         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
60327              From: Benjamin Sugars <bsugars@canoe.ca>
60328              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
60329              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
60330      Branch: perl
60331            ! t/lib/glob-basic.t
60332 ____________________________________________________________________________
60333 [  9473] By: jhi                                   on 2001/03/30  16:09:24
60334         Log: Update Changes.
60335      Branch: perl
60336            ! Changes patchlevel.h
60337 ____________________________________________________________________________
60338 [  9472] By: jhi                                   on 2001/03/30  15:16:08
60339         Log: Integrate perlio:
60340              
60341              [  9471]
60342              Should be (^O eq 'MSWin32') not 'Win32'
60343              Fail #12 seems real - chdir is in wrong dir.
60344              
60345              [  9467]
60346              Skip order test of glob if case-ignoring system cannot 
60347              create a.test and A.test
60348      Branch: perl
60349           !> t/lib/cwd.t t/lib/glob-basic.t
60350 ____________________________________________________________________________
60351 [  9471] By: nick                                  on 2001/03/30  14:47:10
60352         Log: Should be (^O eq 'MSWin32') not 'Win32'
60353              Fail #12 seems real - chdir is in wrong dir.
60354      Branch: perlio
60355            ! t/lib/cwd.t
60356 ____________________________________________________________________________
60357 [  9470] By: jhi                                   on 2001/03/30  14:41:11
60358         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
60359              From: Radu Greab <radu@netsoft.ro>
60360              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
60361              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
60362              
60363              Replace #9352.
60364      Branch: perl
60365            ! ext/Socket/Socket.xs pp_sys.c
60366 ____________________________________________________________________________
60367 [  9469] By: jhi                                   on 2001/03/30  14:37:51
60368         Log: Subject: PATCH pod/perldiag.pod
60369              From: Robin Houston <robin@kitsite.com>
60370              Date: Fri, 30 Mar 2001 14:10:36 +0100
60371              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
60372      Branch: perl
60373            ! pod/perldiag.pod t/lib/glob-basic.t
60374 ____________________________________________________________________________
60375 [  9468] By: jhi                                   on 2001/03/30  14:36:36
60376         Log: Subject: Better diagnostic in io/fs.t
60377              From: andreas.koenig@anima.de (Andreas J. Koenig)
60378              Date: 30 Mar 2001 10:11:43 +0200
60379              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
60380      Branch: perl
60381            ! t/io/fs.t
60382 ____________________________________________________________________________
60383 [  9467] By: nick                                  on 2001/03/30  14:25:43
60384         Log: Skip order test of glob if case-ignoring system cannot 
60385              create a.test and A.test
60386      Branch: perlio
60387            ! t/lib/glob-basic.t
60388 ____________________________________________________________________________
60389 [  9466] By: nick                                  on 2001/03/30  13:03:12
60390         Log: Integrate mainline.
60391      Branch: perlio
60392            - ext/re/hints/aix.pl
60393           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
60394           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
60395           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
60396           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
60397 ____________________________________________________________________________
60398 [  9465] By: jhi                                   on 2001/03/30  03:53:37
60399         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
60400              the tests sometimes hang, sometimes not.)
60401      Branch: perl
60402            ! t/lib/io_multihomed.t t/lib/io_sock.t
60403 ____________________________________________________________________________
60404 [  9464] By: jhi                                   on 2001/03/30  02:56:04
60405         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
60406              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60407              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
60408              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
60409      Branch: perl
60410            ! op.c
60411 ____________________________________________________________________________
60412 [  9463] By: jhi                                   on 2001/03/30  02:34:48
60413         Log: Test for #9462.
60414      Branch: perl
60415            ! t/lib/b.t
60416 ____________________________________________________________________________
60417 [  9462] By: jhi                                   on 2001/03/30  02:29:37
60418         Log: Subject: B::Deparse precedence bug. (Patch included.)
60419              From: Jeremy Madea <jmadea@inktomi.com>
60420              Date: Thu, 29 Mar 2001 12:05:02 -0800
60421              Message-ID: <20010329120502.A24881@dr.inktomi.com>
60422      Branch: perl
60423            ! ext/B/B/Deparse.pm
60424 ____________________________________________________________________________
60425 [  9461] By: jhi                                   on 2001/03/30  02:18:41
60426         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60427              From: Peter Prymmer <pvhp@forte.com>
60428              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
60429              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
60430      Branch: perl
60431            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
60432            ! t/lib/md5-file.t
60433 ____________________________________________________________________________
60434 [  9460] By: jhi                                   on 2001/03/30  02:17:07
60435         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
60436              From: Robin Houston <robin@kitsite.com>
60437              Date: Thu, 29 Mar 2001 20:47:56 +0100
60438              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
60439      Branch: perl
60440            ! ext/B/B/Debug.pm
60441 ____________________________________________________________________________
60442 [  9459] By: jhi                                   on 2001/03/30  02:16:05
60443         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
60444              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
60445              Date: Wed, 28 Mar 2001 18:02:20 -0600
60446              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
60447      Branch: perl
60448            ! lib/ExtUtils/MM_VMS.pm
60449 ____________________________________________________________________________
60450 [  9458] By: jhi                                   on 2001/03/30  02:07:58
60451         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
60452              From: "Joshua E. Rodd" <jrodd@pbs.org>
60453              Date: Wed, 28 Mar 2001 17:29:12 -0500
60454              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
60455      Branch: perl
60456            ! pod/perlop.pod
60457 ____________________________________________________________________________
60458 [  9457] By: jhi                                   on 2001/03/30  02:04:33
60459         Log: Subject: ext/re/aix.pl can go
60460              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60461              Date: Thu, 29 Mar 2001 12:03:28 +0200
60462              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
60463      Branch: perl
60464            - ext/re/hints/aix.pl
60465            ! MANIFEST
60466 ____________________________________________________________________________
60467 [  9456] By: jhi                                   on 2001/03/30  02:03:32
60468         Log: Integrate perlio:
60469              
60470              [  9455]
60471              DLL name has changed so installperl needs to know
60472              (Why isn't it working it out or passed it?)
60473              
60474              [  9454]
60475              Change Encode's check arguments to 'bool' so SvTRUE gets used
60476              and we don't get undef warnings.
60477      Branch: perl
60478           !> ext/Encode/Encode.xs installperl
60479 ____________________________________________________________________________
60480 [  9455] By: nick                                  on 2001/03/29  21:11:46
60481         Log: DLL name has changed so installperl needs to know
60482              (Why isn't it working it out or passed it?)
60483      Branch: perlio
60484            ! installperl
60485 ____________________________________________________________________________
60486 [  9454] By: nick                                  on 2001/03/29  20:56:12
60487         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
60488              and we don't get undef warnings.
60489      Branch: perlio
60490            ! ext/Encode/Encode.xs
60491 ____________________________________________________________________________
60492 [  9453] By: nick                                  on 2001/03/29  17:58:48
60493         Log: Integrate mainline
60494      Branch: perlio
60495           !> Changes patchlevel.h
60496 ____________________________________________________________________________
60497 [  9452] By: jhi                                   on 2001/03/29  16:44:55
60498         Log: Update Changes.
60499      Branch: perl
60500            ! Changes patchlevel.h
60501 ____________________________________________________________________________
60502 [  9451] By: nick                                  on 2001/03/29  16:31:38
60503         Log: Integrate mainline
60504      Branch: perlio
60505           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
60506           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
60507           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
60508           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
60509           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
60510 ____________________________________________________________________________
60511 [  9450] By: jhi                                   on 2001/03/29  16:29:17
60512         Log: Integrate perlio:
60513              
60514              [  9448]
60515              Make sure buildext.pl finds Errno.pm
60516      Branch: perl
60517           !> win32/buildext.pl
60518 ____________________________________________________________________________
60519 [  9449] By: jhi                                   on 2001/03/29  15:50:01
60520         Log: Update Changes.
60521      Branch: perl
60522            ! Changes patchlevel.h
60523 ____________________________________________________________________________
60524 [  9448] By: nick                                  on 2001/03/29  15:47:15
60525         Log: Make sure buildext.pl finds Errno.pm
60526      Branch: perlio
60527            ! win32/buildext.pl
60528 ____________________________________________________________________________
60529 [  9447] By: jhi                                   on 2001/03/29  15:39:34
60530         Log: Integrate perlio:
60531              
60532              [  9445]
60533              Fix breakage ... 
60534      Branch: perl
60535           !> win32/makefile.mk
60536 ____________________________________________________________________________
60537 [  9446] By: nick                                  on 2001/03/29  15:30:03
60538         Log: Integrate win32/makefile.mk with mainline.
60539      Branch: perlio
60540           !> win32/makefile.mk
60541 ____________________________________________________________________________
60542 [  9445] By: nick                                  on 2001/03/29  15:27:32
60543         Log: Fix breakage ... 
60544      Branch: perlio
60545            ! win32/makefile.mk
60546 ____________________________________________________________________________
60547 [  9444] By: jhi                                   on 2001/03/29  15:03:08
60548         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60549              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60550              Date: Thu, 29 Mar 2001 10:32:59 +0400
60551              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
60552      Branch: perl
60553            ! win32/makefile.mk
60554 ____________________________________________________________________________
60555 [  9443] By: jhi                                   on 2001/03/29  15:02:12
60556         Log: Integrate perlio:
60557              
60558              [  9442]
60559              Work in progress - determine win32 extensions to build via script.
60560              
60561              [  9435]
60562              Win32 has name conflict with ERROR
60563              
60564              [  9432]
60565              Make as-shipped compiler default to MSVC6 
60566              
60567              [  9431]
60568              Allow someone to write PerlIO::Array, PerlIO::Code, ...
60569              akin to PerlIO::Scalar.
60570              
60571              [  9429]
60572              Noticed that two tests were skipped as perlio:: package
60573              isn't there any more. Changed the skip condition.
60574              Avoid core-dump if sv_utf8_upgrade() called on something
60575              that does not become SvPOK after SvPV() (e.g. a ref).
60576      Branch: perl
60577           +> win32/buildext.pl
60578           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
60579           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
60580 ____________________________________________________________________________
60581 [  9442] By: nick                                  on 2001/03/29  14:59:11
60582         Log: Work in progress - determine win32 extensions to build via script.
60583      Branch: perlio
60584            + win32/buildext.pl
60585            ! MANIFEST win32/makefile.mk
60586 ____________________________________________________________________________
60587 [  9441] By: jhi                                   on 2001/03/29  14:51:47
60588         Log: Reintroduce the use of external pwd.
60589      Branch: perl
60590            ! t/lib/cwd.t
60591 ____________________________________________________________________________
60592 [  9440] By: jhi                                   on 2001/03/29  14:42:58
60593         Log: use warnings instead of -w.
60594      Branch: perl
60595            ! utils/h2xs.PL
60596 ____________________________________________________________________________
60597 [  9439] By: jhi                                   on 2001/03/29  14:41:52
60598         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
60599              From: Jonathan Stowe <gellyfish@gellyfish.com>
60600              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
60601              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
60602      Branch: perl
60603            ! utils/h2xs.PL
60604 ____________________________________________________________________________
60605 [  9438] By: jhi                                   on 2001/03/29  14:39:38
60606         Log: Subject: [PATCH perl@9424] minor pod nits
60607              From: Robin Barker <rmb1@cise.npl.co.uk>
60608              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
60609              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
60610      Branch: perl
60611            ! pod/perlhack.pod pod/perliol.pod
60612 ____________________________________________________________________________
60613 [  9437] By: jhi                                   on 2001/03/29  14:29:16
60614         Log: Subject: [PATCH perl@9424] typemap cast warning
60615              From: Robin Barker <rmb1@cise.npl.co.uk>
60616              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
60617              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
60618      Branch: perl
60619            ! lib/ExtUtils/typemap
60620 ____________________________________________________________________________
60621 [  9436] By: jhi                                   on 2001/03/29  14:26:03
60622         Log: Subject: [PATCH perl@9424] printf warning
60623              From: Robin Barker <rmb1@cise.npl.co.uk>
60624              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
60625              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
60626      Branch: perl
60627            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
60628            ! ext/Storable/Storable.xs toke.c
60629 ____________________________________________________________________________
60630 [  9435] By: nick                                  on 2001/03/29  14:23:31
60631         Log: Win32 has name conflict with ERROR
60632      Branch: perlio
60633            ! ext/PerlIO/Via/Via.xs
60634 ____________________________________________________________________________
60635 [  9434] By: jhi                                   on 2001/03/29  14:17:48
60636         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60637              From: Peter Prymmer <pvhp@forte.com>
60638              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
60639              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
60640      Branch: perl
60641            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
60642 ____________________________________________________________________________
60643 [  9433] By: jhi                                   on 2001/03/29  13:52:44
60644         Log: test-prep target was missing.
60645      Branch: perl
60646            ! Makefile.SH
60647 ____________________________________________________________________________
60648 [  9432] By: nick                                  on 2001/03/29  12:40:03
60649         Log: Make as-shipped compiler default to MSVC6 
60650      Branch: perlio
60651            ! win32/makefile.mk
60652 ____________________________________________________________________________
60653 [  9431] By: nick                                  on 2001/03/29  12:12:16
60654         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
60655              akin to PerlIO::Scalar.
60656      Branch: perlio
60657            ! perlio.c perlio.h
60658 ____________________________________________________________________________
60659 [  9430] By: nick                                  on 2001/03/29  10:56:35
60660         Log: Integrate mainline.
60661      Branch: perlio
60662           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60663           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60664           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60665           !> win32/makefile.mk win32/win32sck.c
60666 ____________________________________________________________________________
60667 [  9429] By: nick                                  on 2001/03/29  09:03:43
60668         Log: Noticed that two tests were skipped as perlio:: package
60669              isn't there any more. Changed the skip condition.
60670              Avoid core-dump if sv_utf8_upgrade() called on something
60671              that does not become SvPOK after SvPV() (e.g. a ref).
60672      Branch: perlio
60673            ! sv.c t/io/utf8.t t/lib/io_scalar.t
60674 ____________________________________________________________________________
60675 [  9428] By: jhi                                   on 2001/03/29  01:31:47
60676         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
60677              From: Benjamin Sugars <bsugars@canoe.ca> 
60678              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
60679              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
60680      Branch: perl
60681            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60682            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60683            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60684 ____________________________________________________________________________
60685 [  9427] By: jhi                                   on 2001/03/29  00:49:30
60686         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60687              From: "Vadim Konovalov" <watman@inbox.ru>
60688              Date: Thu, 29 Mar 2001 01:50:12 +0400
60689              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
60690      Branch: perl
60691            ! win32/makefile.mk win32/win32sck.c
60692 ____________________________________________________________________________
60693 [  9426] By: gsar                                  on 2001/03/29  00:28:04
60694         Log: dmake can only handle == and != in comparisons; support building
60695              with Borland's VCL libraries (from Vadim Konovalov)
60696      Branch: maint-5.6/perl
60697            ! win32/makefile.mk
60698 ____________________________________________________________________________
60699 [  9425] By: nick                                  on 2001/03/28  19:29:56
60700         Log: Integrate (@snapshot)
60701      Branch: perlio
60702           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
60703 ____________________________________________________________________________
60704 [  9424] By: jhi                                   on 2001/03/28  19:03:16
60705         Log: Update Changes.
60706      Branch: perl
60707            ! Changes patchlevel.h
60708 ____________________________________________________________________________
60709 [  9423] By: jhi                                   on 2001/03/28  18:52:09
60710         Log: Rmdir lib/XS on cleanup.
60711      Branch: perl
60712            ! Makefile.SH
60713 ____________________________________________________________________________
60714 [  9422] By: jhi                                   on 2001/03/28  18:49:34
60715         Log: Integrate perlio:
60716              
60717              [  9421]
60718              Loose duplicate chunk.
60719      Branch: perl
60720           !> t/op/utf8decode.t
60721 ____________________________________________________________________________
60722 [  9421] By: nick                                  on 2001/03/28  18:46:44
60723         Log: Loose duplicate chunk.
60724      Branch: perlio
60725            ! t/op/utf8decode.t
60726 ____________________________________________________________________________
60727 [  9420] By: nick                                  on 2001/03/28  18:44:11
60728         Log: Integrate mainline.
60729      Branch: perlio
60730           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
60731           !> vms/vmsish.h
60732 ____________________________________________________________________________
60733 [  9419] By: jhi                                   on 2001/03/28  18:42:05
60734         Log: Can't trust external pwds
60735              (either shell builtins or external programs)
60736      Branch: perl
60737            ! t/lib/cwd.t
60738 ____________________________________________________________________________
60739 [  9418] By: jhi                                   on 2001/03/28  18:34:05
60740         Log: Integrate perlio:
60741              
60742              [  9417]
60743              PerlIO.pm / perlio.pm conflict.
60744              Update some pods.
60745              Make t/op/utf8decode.t a text file.
60746      Branch: perl
60747            - lib/perlio.pm
60748           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60749           !> t/op/utf8decode.t
60750 ____________________________________________________________________________
60751 [  9417] By: nick                                  on 2001/03/28  18:24:02
60752         Log: PerlIO.pm / perlio.pm conflict.
60753              Update some pods.
60754              Make t/op/utf8decode.t a text file.
60755      Branch: perlio
60756            - lib/perlio.pm
60757            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60758            ! t/op/utf8decode.t
60759 ____________________________________________________________________________
60760 [  9416] By: jhi                                   on 2001/03/28  18:06:07
60761         Log: Integrate change #9409 from mainline to maintperl.
60762              
60763              Yet another tweak on AIX dynaloading.
60764      Branch: maint-5.6/perl
60765           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60766 ____________________________________________________________________________
60767 [  9415] By: gsar                                  on 2001/03/28  17:13:01
60768         Log: integrate changes#9377,9385,9401 from mainline
60769              
60770              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60771              
60772              If directory entries compare equal case-insensitively,
60773              retry case-sensitively.
60774              
60775              Subject: [PATCH] B::Terse and warnings
60776      Branch: maint-5.6/perl
60777           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
60778           !> t/pragma/warn/perl
60779 ____________________________________________________________________________
60780 [  9414] By: jhi                                   on 2001/03/28  17:11:12
60781         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
60782              From: "Craig A. Berry" <craigberry@mac.com>
60783              Date: Wed, 28 Mar 2001 10:55:20 -0600
60784              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
60785      Branch: perl
60786            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
60787 ____________________________________________________________________________
60788 [  9413] By: jhi                                   on 2001/03/28  17:03:12
60789         Log: Dup hunk.
60790      Branch: perl
60791            ! t/op/utf8decode.t
60792 ____________________________________________________________________________
60793 [  9412] By: jhi                                   on 2001/03/28  17:02:36
60794         Log: Forced integrate from perlio.
60795      Branch: perl
60796           !> t/op/utf8decode.t
60797 ____________________________________________________________________________
60798 [  9411] By: nick                                  on 2001/03/28  16:50:03
60799         Log: Integrate mainline.
60800      Branch: perlio
60801           +> t/lib/cwd.t
60802           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60803           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
60804           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
60805           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
60806           !> t/pragma/warn/perl
60807 ____________________________________________________________________________
60808 [  9410] By: jhi                                   on 2001/03/28  16:44:23
60809         Log: Subject: Re: [PATCH] 9403 cannot be tested
60810              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60811              Date: Wed, 28 Mar 2001 18:33:56 +0200
60812              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
60813      Branch: perl
60814            ! makedef.pl
60815 ____________________________________________________________________________
60816 [  9409] By: jhi                                   on 2001/03/28  16:12:45
60817         Log: Yet another tweak on AIX dynaloading.
60818      Branch: perl
60819            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60820 ____________________________________________________________________________
60821 [  9408] By: jhi                                   on 2001/03/28  15:52:55
60822         Log: Subject: [PATCH] 9403 cannot be tested
60823              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60824              Date: Wed, 28 Mar 2001 17:23:00 +0200
60825              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
60826              
60827              A missing symbol.
60828      Branch: perl
60829            ! makedef.pl
60830 ____________________________________________________________________________
60831 [  9407] By: jhi                                   on 2001/03/28  15:47:43
60832         Log: Integrate perlio:
60833              
60834              [  9400]
60835              More EBCDIC tweaks:
60836              - one more swash issue &~(0xA0-1) did not do the right thing,
60837              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60838              - add "use re 'asciirange'" to make [!-~] etc. work
60839              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60840              - Choose a key for t/op/each.t test which gets encoded.
60841              - Skip utf8decode if this is UTF-EBCDIC.
60842      Branch: perl
60843            ! t/op/utf8decode.t
60844           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60845           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
60846 ____________________________________________________________________________
60847 [  9406] By: jhi                                   on 2001/03/28  15:37:08
60848         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
60849              From: Benjamin Sugars <bsugars@canoe.ca> 
60850              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
60851              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
60852      Branch: perl
60853            + t/lib/cwd.t
60854            ! MANIFEST
60855 ____________________________________________________________________________
60856 [  9405] By: jhi                                   on 2001/03/28  15:13:18
60857         Log: pp_ne() needs a CORRECT boolean.
60858      Branch: perl
60859            ! pp.c
60860 ____________________________________________________________________________
60861 [  9404] By: jhi                                   on 2001/03/28  15:09:23
60862         Log: pp_ne() needs a boolean, not an integer.
60863      Branch: perl
60864            ! pp.c
60865 ____________________________________________________________________________
60866 [  9403] By: jhi                                   on 2001/03/28  14:47:43
60867         Log: (Retracted by #9404.)
60868      Branch: perl
60869            ! pp.c
60870 ____________________________________________________________________________
60871 [  9402] By: jhi                                   on 2001/03/28  14:43:59
60872         Log: Subject: Re: [PATCH] Typemap testing
60873              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60874              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
60875              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
60876      Branch: perl
60877            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60878            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
60879 ____________________________________________________________________________
60880 [  9401] By: jhi                                   on 2001/03/28  14:42:14
60881         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60882              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
60883              Date: Sun, 25 Mar 2001 21:59:15 +0100
60884              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
60885              
60886              A variable will be checked for the "use once" warnings if:
60887              
60888              1. It is in the scope of a use warnings 'once'
60889              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
60890              
60891              Otherwise it won't be checked at all.
60892              
60893              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
60894              
60895              The enclosed patch partially fixes this issue. What I didn't
60896              get to work was the case where the "used once" warning is enabled
60897              in any file other than the main file.
60898      Branch: perl
60899            ! gv.c t/pragma/warn/perl
60900 ____________________________________________________________________________
60901 [  9400] By: nick                                  on 2001/03/28  14:38:24
60902         Log: More EBCDIC tweaks:
60903              - one more swash issue &~(0xA0-1) did not do the right thing,
60904              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60905              - add "use re 'asciirange'" to make [!-~] etc. work
60906              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60907              - Choose a key for t/op/each.t test which gets encoded.
60908              - Skip utf8decode if this is UTF-EBCDIC.
60909      Branch: perlio
60910            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60911            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
60912 ____________________________________________________________________________
60913 [  9399] By: jhi                                   on 2001/03/28  14:21:00
60914         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
60915              Andreas Schwab.
60916      Branch: perl
60917            ! pp.c
60918 ____________________________________________________________________________
60919 [  9398] By: jhi                                   on 2001/03/28  00:55:56
60920         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
60921              From: David Dyck <dcd@tc.fluke.com>
60922              Date: Tue, 27 Mar 2001 15:16:24 -0800
60923              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
60924      Branch: perl
60925            ! ext/IO/lib/IO/Socket.pm
60926 ____________________________________________________________________________
60927 [  9397] By: jhi                                   on 2001/03/27  21:52:49
60928         Log: Integrate perlio:
60929              
60930              [  9395]
60931              Outline docs for PerlIO and PerlIO::Scalar
60932              
60933              [  9394]
60934              PerlIO::Via layer (alpha-ish).
60935      Branch: perl
60936           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60937           +> ext/PerlIO/Via/Via.xs
60938           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60939 ____________________________________________________________________________
60940 [  9396] By: nick                                  on 2001/03/27  21:45:13
60941         Log: Integrate mainline.
60942      Branch: perlio
60943           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
60944           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
60945 ____________________________________________________________________________
60946 [  9395] By: nick                                  on 2001/03/27  21:18:58
60947         Log: Outline docs for PerlIO and PerlIO::Scalar
60948      Branch: perlio
60949            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60950 ____________________________________________________________________________
60951 [  9394] By: nick                                  on 2001/03/27  20:50:13
60952         Log: PerlIO::Via layer (alpha-ish).
60953      Branch: perlio
60954            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60955            + ext/PerlIO/Via/Via.xs
60956            ! MANIFEST
60957 ____________________________________________________________________________
60958 [  9393] By: jhi                                   on 2001/03/27  20:49:55
60959         Log: Retract #9329 now that 9390 should take care of the matter.
60960      Branch: perl
60961            ! utils/h2xs.PL
60962 ____________________________________________________________________________
60963 [  9390] By: jhi                                   on 2001/03/27  20:47:50
60964         Log: Subject: Autoloading Errno.pm when %! is encountered
60965              From: Robin Houston <robin@kitsite.com>
60966              Date: Tue, 27 Mar 2001 20:57:11 +0100
60967              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
60968      Branch: perl
60969            ! embed.h embed.pl gv.c proto.h t/op/magic.t
60970 ____________________________________________________________________________
60971 [  9389] By: jhi                                   on 2001/03/27  20:24:31
60972         Log: Integrate perlio:
60973              
60974              [  9384]
60975              Various EBCDIC fixes:
60976              - major revelation that swash code is encoding aware,
60977              (or thought it was) - now it is ;-)
60978              - With that out of the way fix a slab of tr/// cases.
60979              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60980              - As anticipated Base64.xs needed tweaks.
60981              - Until tr/// works right avoid old_encode64 in MIME tests.
60982      Branch: perl
60983           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60984           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
60985           !> utf8.c
60986 ____________________________________________________________________________
60987 [  9388] By: jhi                                   on 2001/03/27  20:21:38
60988         Log: Better have a three-element array if one is going to assign
60989              to the third element of that array. (from Tim Jenness)
60990      Branch: perl
60991            ! ext/XS/Typemap/Typemap.xs
60992 ____________________________________________________________________________
60993 [  9387] By: nick                                  on 2001/03/27  20:15:43
60994         Log: Integrate mainline.
60995      Branch: perlio
60996           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60997           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60998           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60999           +> t/lib/xs-typemap.t
61000           !> (integrate 34 files)
61001 ____________________________________________________________________________
61002 [  9386] By: jhi                                   on 2001/03/27  20:04:18
61003         Log: Subject: Re: perl@9359 breaks HTML::Parser
61004              From: Gisle Aas <gisle@ActiveState.com>
61005              Date: 27 Mar 2001 11:30:24 -0800
61006              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
61007              
61008              Clarify the UTF-8 issues of the API docs.
61009              (Slightly reworded and expanded.)
61010      Branch: perl
61011            ! pod/perlapi.pod sv.c sv.h
61012 ____________________________________________________________________________
61013 [  9385] By: jhi                                   on 2001/03/27  19:44:25
61014         Log: If directory entries compare equal case-insensitively,
61015              retry case-sensitively.
61016      Branch: perl
61017            ! ext/File/Glob/bsd_glob.c
61018 ____________________________________________________________________________
61019 [  9384] By: nick                                  on 2001/03/27  19:38:50
61020         Log: Various EBCDIC fixes:
61021              - major revelation that swash code is encoding aware,
61022              (or thought it was) - now it is ;-)
61023              - With that out of the way fix a slab of tr/// cases.
61024              - Fix Encode 'Unicode' to be true Unicode so tests pass.
61025              - As anticipated Base64.xs needed tweaks.
61026              - Until tr/// works right avoid old_encode64 in MIME tests.
61027      Branch: perlio
61028            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
61029            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
61030 ____________________________________________________________________________
61031 [  9383] By: jhi                                   on 2001/03/27  18:34:41
61032         Log: Add the std test suite BEGIN block.
61033      Branch: perl
61034            ! t/lib/xs-typemap.t
61035 ____________________________________________________________________________
61036 [  9382] By: jhi                                   on 2001/03/27  15:16:07
61037         Log: Add debugging output to the test.
61038      Branch: perl
61039            ! t/lib/glob-basic.t
61040 ____________________________________________________________________________
61041 [  9381] By: jhi                                   on 2001/03/27  15:08:10
61042         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
61043      Branch: perl
61044            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
61045            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
61046            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
61047            + t/lib/xs-typemap.t
61048            ! MANIFEST
61049 ____________________________________________________________________________
61050 [  9380] By: jhi                                   on 2001/03/27  14:48:34
61051         Log: Subject: [PATCH] Typemap testing
61052              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
61053              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
61054              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
61055              
61056              (The first part of the patch.)
61057      Branch: perl
61058            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
61059 ____________________________________________________________________________
61060 [  9379] By: jhi                                   on 2001/03/27  14:44:56
61061         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
61062              From: Benjamin Sugars <bsugars@canoe.ca> 
61063              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
61064              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
61065      Branch: perl
61066            ! t/lib/glob-basic.t
61067 ____________________________________________________________________________
61068 [  9378] By: jhi                                   on 2001/03/27  14:42:30
61069         Log: Subject: [PATCH] perlvar nit
61070              From: Simon Cozens <simon@netthink.co.uk>
61071              Date: Tue, 27 Mar 2001 01:12:01 +0100
61072              Message-ID: <20010327011201.A19179@netthink.co.uk>
61073      Branch: perl
61074            ! pod/perlvar.pod
61075 ____________________________________________________________________________
61076 [  9377] By: jhi                                   on 2001/03/27  14:36:26
61077         Log: Subject: [PATCH] B::Terse and warnings
61078              From: Benjamin Sugars <ben.sugars@home.com>
61079              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
61080              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
61081      Branch: perl
61082            ! ext/B/B.pm ext/B/B/Terse.pm
61083 ____________________________________________________________________________
61084 [  9376] By: jhi                                   on 2001/03/27  14:31:31
61085         Log: Document sockatmark() some.
61086      Branch: perl
61087            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
61088            ! pod/perltoc.pod
61089 ____________________________________________________________________________
61090 [  9375] By: jhi                                   on 2001/03/27  14:00:24
61091         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
61092              noted by Gisle and fixed by NI-S.
61093      Branch: perl
61094            ! sv.c
61095 ____________________________________________________________________________
61096 [  9374] By: jhi                                   on 2001/03/27  05:50:01
61097         Log: Regen toc.
61098      Branch: perl
61099            ! pod/perltoc.pod
61100 ____________________________________________________________________________
61101 [  9373] By: jhi                                   on 2001/03/27  05:43:51
61102         Log: Pixie documenting.
61103      Branch: perl
61104            ! Makefile.SH pod/perlhack.pod
61105 ____________________________________________________________________________
61106 [  9372] By: jhi                                   on 2001/03/27  05:29:34
61107         Log: Metaconfig unit changes for #9371.
61108      Branch: metaconfig
61109            ! U/modified/myhostname.U
61110      Branch: metaconfig/U/perl
61111            + d_sockatmark.U
61112            ! gccvers.U
61113 ____________________________________________________________________________
61114 [  9371] By: jhi                                   on 2001/03/27  05:29:07
61115         Log: Add sockatmark() probing.
61116      Branch: perl
61117            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61118            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
61119            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61120            ! vos/config.ga.h win32/config.bc win32/config.gc
61121            ! win32/config.vc
61122 ____________________________________________________________________________
61123 [  9370] By: jhi                                   on 2001/03/26  22:01:18
61124         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
61125              Really need to benchmark this.
61126      Branch: perl
61127            ! pp.c
61128 ____________________________________________________________________________
61129 [  9369] By: nick                                  on 2001/03/26  21:59:30
61130         Log: Integrate mainline.
61131      Branch: perlio
61132            ! ext/MIME/Base64/QuotedPrint.pm
61133           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
61134           !> patchlevel.h pod/perlhack.pod pp_sys.c
61135 ____________________________________________________________________________
61136 [  9368] By: jhi                                   on 2001/03/26  21:47:03
61137         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
61138              
61139              TODO1: perlbench.
61140              TODO2: le, lt, ge, gt?  Yech.
61141      Branch: perl
61142            ! pp.c
61143 ____________________________________________________________________________
61144 [  9367] By: jhi                                   on 2001/03/26  21:34:57
61145         Log: Too much cut-and-paste in #9363.
61146      Branch: perl
61147            ! pp_sys.c
61148 ____________________________________________________________________________
61149 [  9366] By: jhi                                   on 2001/03/26  21:20:53
61150         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
61151              From: Andreas Schwab <schwab@suse.de>
61152              Date: 26 Mar 2001 17:29:04 +0200
61153              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
61154              
61155              (The patch for 5.6.0 or so, this is a guess for bleadperl)
61156      Branch: perl
61157            ! pp_hot.c
61158 ____________________________________________________________________________
61159 [  9365] By: jhi                                   on 2001/03/26  21:07:54
61160         Log: Integrate perlio:
61161              
61162              [  9364]
61163              REFCNT botch in layer name cache hash.
61164      Branch: perl
61165           !> perlio.c
61166 ____________________________________________________________________________
61167 [  9364] By: nick                                  on 2001/03/26  20:30:48
61168         Log: REFCNT botch in layer name cache hash.
61169      Branch: perlio
61170            ! perlio.c
61171 ____________________________________________________________________________
61172 [  9363] By: jhi                                   on 2001/03/26  18:44:32
61173         Log: Subject: [PATCH] socket() leaks file descriptors
61174              From: Benjamin Sugars <bsugars@canoe.ca>
61175              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
61176              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
61177              
61178              Also sockpair() fixed similarly.
61179      Branch: perl
61180            ! pp_sys.c
61181 ____________________________________________________________________________
61182 [  9362] By: jhi                                   on 2001/03/26  18:37:52
61183         Log: Integrate perlio:
61184              
61185              [  9361]
61186              Implement flush of linebuffered streams on read of a tty.
61187              
61188              [  9360]
61189              Memory tweaks and notes for OEMVS.
61190      Branch: perl
61191           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
61192 ____________________________________________________________________________
61193 [  9361] By: nick                                  on 2001/03/26  17:32:06
61194         Log: Implement flush of linebuffered streams on read of a tty.
61195      Branch: perlio
61196            ! perlio.c perliol.h
61197 ____________________________________________________________________________
61198 [  9360] By: nick                                  on 2001/03/26  17:12:32
61199         Log: Memory tweaks and notes for OEMVS.
61200      Branch: perlio
61201            ! README.os390 miniperlmain.c t/op/pat.t
61202 ____________________________________________________________________________
61203 [  9359] By: jhi                                   on 2001/03/26  02:12:54
61204         Log: Update Changes.
61205      Branch: perl
61206            ! Changes patchlevel.h
61207 ____________________________________________________________________________
61208 [  9358] By: jhi                                   on 2001/03/26  02:05:32
61209         Log: Document the most common pixie options.
61210      Branch: perl
61211            ! pod/perlhack.pod
61212 ____________________________________________________________________________
61213 [  9357] By: jhi                                   on 2001/03/26  01:25:28
61214         Log: For perl.pixie check *before* compiling that optimize is -g,
61215              as for perl.third.
61216      Branch: perl
61217            ! Makefile.SH
61218 ____________________________________________________________________________
61219 [  9356] By: jhi                                   on 2001/03/26  01:13:41
61220         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
61221      Branch: perl
61222            ! Makefile.SH
61223 ____________________________________________________________________________
61224 [  9355] By: jhi                                   on 2001/03/26  01:11:19
61225         Log: Remove t/perl.third.
61226      Branch: perl
61227            ! Makefile.SH
61228 ____________________________________________________________________________
61229 [  9354] By: jhi                                   on 2001/03/26  00:23:38
61230         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
61231              IO::Sockatmark().
61232      Branch: perl
61233            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
61234 ____________________________________________________________________________
61235 [  9353] By: jhi                                   on 2001/03/25  22:25:04
61236         Log: Integrate perlio:
61237              
61238              [  9351]
61239              Fix readline in list mode to tell rest of world that it has
61240              things on the stack. Otherwise if perl code gets invoked
61241              underneath it it scribbles over results-so-far.
61242              (Why TIEHANDLE has not tripped on this is a mystery.)
61243              
61244              [  9350]
61245              win32/makefile.mk typos
61246              
61247              [  9348]
61248              Make it text
61249              
61250              [  9346]
61251              Add destruct time hook to PerlIO (for work-in-process implementing
61252              layers in perl code. In such cases layers need to be popped before
61253              we loose the ability to run perl code.)
61254              Also back-out "PerlIO::object" hook - it isn't going to work like that...
61255              
61256              [  9345]
61257              Avoid at leasy one of undefined warnings in Encode.
61258              
61259              [  9343]
61260              Missing return value.
61261      Branch: perl
61262           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
61263           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
61264           !> pp_hot.c win32/makefile.mk
61265 ____________________________________________________________________________
61266 [  9352] By: jhi                                   on 2001/03/25  22:21:41
61267         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
61268              From: Radu Greab <radu@netsoft.ro>
61269              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
61270              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
61271      Branch: perl
61272            ! pp_sys.c
61273 ____________________________________________________________________________
61274 [  9351] By: nick                                  on 2001/03/25  22:15:02
61275         Log: Fix readline in list mode to tell rest of world that it has
61276              things on the stack. Otherwise if perl code gets invoked
61277              underneath it it scribbles over results-so-far.
61278              (Why TIEHANDLE has not tripped on this is a mystery.)
61279      Branch: perlio
61280            ! pp_hot.c
61281 ____________________________________________________________________________
61282 [  9350] By: nick                                  on 2001/03/25  22:10:13
61283         Log: win32/makefile.mk typos
61284      Branch: perlio
61285            ! win32/makefile.mk
61286 ____________________________________________________________________________
61287 [  9349] By: nick                                  on 2001/03/25  21:31:14
61288         Log: Integrate now-non-binary file.
61289      Branch: perlio
61290           !> t/lib/mimeqp.t
61291 ____________________________________________________________________________
61292 [  9348] By: nick                                  on 2001/03/25  21:27:24
61293         Log: Make it text
61294      Branch: perlio
61295            ! t/lib/mimeqp.t
61296 ____________________________________________________________________________
61297 [  9347] By: nick                                  on 2001/03/25  21:25:37
61298         Log: Integrate mainline.
61299      Branch: perlio
61300           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
61301           !> lib/Term/ReadLine.pm t/lib/md5-file.t
61302 ____________________________________________________________________________
61303 [  9346] By: nick                                  on 2001/03/25  20:58:15
61304         Log: Add destruct time hook to PerlIO (for work-in-process implementing
61305              layers in perl code. In such cases layers need to be popped before
61306              we loose the ability to run perl code.)
61307              Also back-out "PerlIO::object" hook - it isn't going to work like that...
61308      Branch: perlio
61309            ! perl.c perlio.c perlio.h perliol.h
61310 ____________________________________________________________________________
61311 [  9345] By: nick                                  on 2001/03/25  20:49:11
61312         Log: Avoid at leasy one of undefined warnings in Encode.
61313      Branch: perlio
61314            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
61315 ____________________________________________________________________________
61316 [  9344] By: jhi                                   on 2001/03/25  20:37:43
61317         Log: A workaround for using Term::ReadLine in emacs minibuffer
61318              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
61319              additional tweaks from Ilya Zakharevich.
61320      Branch: perl
61321            ! lib/Term/ReadLine.pm
61322 ____________________________________________________________________________
61323 [  9343] By: nick                                  on 2001/03/25  20:21:14
61324         Log: Missing return value.
61325      Branch: perlio
61326            ! ext/PerlIO/Scalar/Scalar.xs
61327 ____________________________________________________________________________
61328 [  9342] By: jhi                                   on 2001/03/25  16:21:00
61329         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
61330              to equal the CPAN versions since no code changes have been made.
61331      Branch: perl
61332            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
61333            ! t/lib/md5-file.t
61334 ____________________________________________________________________________
61335 [  9341] By: jhi                                   on 2001/03/25  16:01:48
61336         Log: Escape 8-bit characters.
61337      Branch: perl
61338            ! t/lib/mimeqp.t
61339 ____________________________________________________________________________
61340 [  9340] By: gsar                                  on 2001/03/25  15:50:53
61341         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
61342              chars)
61343      Branch: perl
61344            + t/lib/mimeqp.t
61345 ____________________________________________________________________________
61346 [  9339] By: gsar                                  on 2001/03/25  15:48:50
61347         Log: delete mimeqp.t for later add with text mode set
61348      Branch: perl
61349            - t/lib/mimeqp.t
61350 ____________________________________________________________________________
61351 [  9338] By: nick                                  on 2001/03/25  09:01:57
61352         Log: Integrate mainline.
61353      Branch: perlio
61354           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61355           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61356           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61357           +> t/lib/mimeb64u.t t/lib/mimeqp.t
61358           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
61359           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
61360           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
61361 ____________________________________________________________________________
61362 [  9337] By: jhi                                   on 2001/03/25  04:23:24
61363         Log: Add MIME::Base64 here and there.  Again, a lot of
61364              optimism is in the air.
61365      Branch: perl
61366            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61367            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
61368 ____________________________________________________________________________
61369 [  9336] By: jhi                                   on 2001/03/25  04:12:43
61370         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
61371              this by ear as I do not do Win32 programming.)
61372      Branch: perl
61373            ! win32/Makefile win32/makefile.mk
61374 ____________________________________________________________________________
61375 [  9335] By: jhi                                   on 2001/03/25  04:03:50
61376         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
61377      Branch: perl
61378            ! t/lib/md5-file.t
61379 ____________________________________________________________________________
61380 [  9334] By: jhi                                   on 2001/03/25  03:58:53
61381         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
61382      Branch: perl
61383            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61384            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
61385            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
61386            + t/lib/mimeb64u.t t/lib/mimeqp.t
61387            ! MANIFEST
61388 ____________________________________________________________________________
61389 [  9333] By: jhi                                   on 2001/03/24  20:14:37
61390         Log: Integrate perlio:
61391              
61392              [  9332]
61393              Fix un-init variable leading to spurious "Out of Memory!"
61394              
61395              [  9331]
61396              Tweak docs for C<open> (boy does that need wholesale revision...)
61397              and update layers internals doc.
61398      Branch: perl
61399           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
61400 ____________________________________________________________________________
61401 [  9332] By: nick                                  on 2001/03/24  19:40:34
61402         Log: Fix un-init variable leading to spurious "Out of Memory!"
61403      Branch: perlio
61404            ! doio.c
61405 ____________________________________________________________________________
61406 [  9331] By: nick                                  on 2001/03/24  19:09:59
61407         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
61408              and update layers internals doc.
61409      Branch: perlio
61410            ! pod/perlfunc.pod pod/perliol.pod
61411 ____________________________________________________________________________
61412 [  9330] By: jhi                                   on 2001/03/24  18:42:11
61413         Log: The length might be uninitialized garbage if the *svp is the undef.
61414      Branch: perl
61415            ! doio.c
61416 ____________________________________________________________________________
61417 [  9329] By: jhi                                   on 2001/03/24  18:26:57
61418         Log: (Retracted by #9393)
61419              
61420              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
61421              From: Simon Cozens <simon@netthink.co.uk>
61422              Date: Sat, 24 Mar 2001 17:13:17 +0000
61423              Message-ID: <20010324171317.A13406@netthink.co.uk>
61424      Branch: perl
61425            ! utils/h2xs.PL
61426 ____________________________________________________________________________
61427 [  9328] By: nick                                  on 2001/03/24  17:22:02
61428         Log: Integrate mainline.
61429      Branch: perlio
61430           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
61431           !> lib/unicode/version
61432 ____________________________________________________________________________
61433 [  9327] By: nick                                  on 2001/03/24  17:16:02
61434         Log: Integrate mainline.
61435      Branch: perlio
61436           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61437           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61438           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61439           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61440           +> t/lib/md5-file.t
61441           !> MANIFEST Makefile.SH configure.com djgpp/config.over
61442           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
61443           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
61444           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
61445           !> win32/makefile.mk
61446 ____________________________________________________________________________
61447 [  9326] By: jhi                                   on 2001/03/24  17:00:42
61448         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
61449      Branch: perl
61450            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
61451            ! lib/unicode/version
61452 ____________________________________________________________________________
61453 [  9325] By: jhi                                   on 2001/03/24  16:22:33
61454         Log: Subject: Re: B::Deparse bug (5.6.0)
61455              From: Robin Houston <robin@kitsite.com>
61456              Date: Sat, 24 Mar 2001 14:33:09 +0000
61457              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
61458      Branch: perl
61459            ! op.c pp.c t/lib/b.t t/op/repeat.t
61460 ____________________________________________________________________________
61461 [  9324] By: jhi                                   on 2001/03/24  16:21:56
61462         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
61463              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
61464              these additions may be too optimistic.
61465      Branch: perl
61466            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61467            ! hints/uwin.sh hints/vmesa.sh
61468 ____________________________________________________________________________
61469 [  9323] By: jhi                                   on 2001/03/24  16:06:01
61470         Log: Integrate perlio:
61471              
61472              [  9322]
61473              Routine Win32 regen_config_h - no real changes.
61474              
61475              [  9321]
61476              PerlIO fixups for Win32:
61477              - provide win33_popenlist() - non-functional as yet.
61478              - avoid need for aTHX in PerlIO_debug calls - even if not 
61479              enabled args are still evaluated so Win32 has trouble during fork().
61480              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61481              - Fixup makedef.pl for latest set of symbols.
61482              
61483              [  9320]
61484              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61485              was gibberish - broke it on WIn32 at least.
61486              
61487              [  9319]
61488              Generated files.
61489              
61490              [  9318]
61491              Implement:
61492              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61493              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61494      Branch: perl
61495           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61496           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61497            ! Makefile.SH
61498           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
61499           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
61500           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
61501           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61502           !> win32/makefile.mk win32/perlhost.h win32/win32.c
61503           !> win32/win32iop.h
61504 ____________________________________________________________________________
61505 [  9322] By: nick                                  on 2001/03/24  14:39:12
61506         Log: Routine Win32 regen_config_h - no real changes.
61507      Branch: perlio
61508            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61509 ____________________________________________________________________________
61510 [  9321] By: nick                                  on 2001/03/24  14:31:49
61511         Log: PerlIO fixups for Win32:
61512              - provide win33_popenlist() - non-functional as yet.
61513              - avoid need for aTHX in PerlIO_debug calls - even if not 
61514              enabled args are still evaluated so Win32 has trouble during fork().
61515              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61516              - Fixup makedef.pl for latest set of symbols.
61517      Branch: perlio
61518            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
61519            ! win32/perlhost.h win32/win32.c win32/win32iop.h
61520 ____________________________________________________________________________
61521 [  9320] By: nick                                  on 2001/03/24  14:26:58
61522         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61523              was gibberish - broke it on WIn32 at least.
61524      Branch: perlio
61525            ! ext/POSIX/POSIX.xs
61526 ____________________________________________________________________________
61527 [  9319] By: nick                                  on 2001/03/24  11:29:41
61528         Log: Generated files.
61529      Branch: perlio
61530            ! embed.h global.sym objXSUB.h perlapi.c proto.h
61531 ____________________________________________________________________________
61532 [  9318] By: nick                                  on 2001/03/24  10:29:37
61533         Log: Implement:
61534              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61535              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61536      Branch: perlio
61537            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61538            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61539            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
61540            ! t/io/open.t t/io/utf8.t
61541 ____________________________________________________________________________
61542 [  9317] By: jhi                                   on 2001/03/23  23:41:25
61543         Log: AIX does seems to have optimization problems with its C compilers.
61544      Branch: perl
61545            ! hints/aix.sh
61546 ____________________________________________________________________________
61547 [  9316] By: jhi                                   on 2001/03/23  23:40:46
61548         Log: Integrate perlio:
61549              
61550              [  9314]
61551              Perlio internals re-organized.
61552              - open process creates AV of layer/arg pairs
61553              (appends layers from open() or open.pm to default list).
61554              - push arg is now an SV.
61555              - layer ->Open get passed the AV
61556              - open is no longer mandatory method.
61557              - topmost layer that has ->Open method does the open
61558              - any layers above are pushed once that returns.
61559              - vtable re-ordered so dummy layers need only provide push/pop methods.
61560              
61561              [  9313]
61562              Check in a stable (working) version before next round of tweaks.
61563              Changes include:
61564              - Move default layers code out of doio.c and into perlio.c
61565              - Single routine for parsing layer specification strings.
61566              - Skeleton support for demand loading of layers
61567              - Core-dump avoidance if PERLIO environment specifies loadable layer
61568              (does not _work_ as need IO to load and need load to do IO ...)
61569              
61570              [  9305]
61571              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61572              
61573              [  9304]
61574              Render -Duseperlio functional again.
61575              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61576              which is what old scheme did. New scheme needs to change that
61577              to make open(...,\$scalar) etc. work but this will do for now.
61578              
61579              [  9303]
61580              Avoid "reopen" semantics for time being. Fix bug in dup logic.
61581              -Uuseperlio now works again.
61582              -Duseperlio is still poorly. Don't merge yet...
61583              
61584              [  9302]
61585              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61586              type code.
61587              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61588              is its main caller. In particular now has access to "extra" args, and
61589              can tell when an open handle is "reopened" (or duped?).
61590              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61591              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61592              PerlIO_open() et. al. (i.e. other way round).
61593              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61594              with args close to PerlIO_openn().
61595      Branch: perl
61596           +> lib/PerlIO.pm
61597           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
61598           !> perliol.h
61599 ____________________________________________________________________________
61600 [  9315] By: jhi                                   on 2001/03/23  22:16:30
61601         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
61602      Branch: perl
61603            ! t/lib/md5-file.t
61604 ____________________________________________________________________________
61605 [  9314] By: nick                                  on 2001/03/23  20:49:02
61606         Log: Perlio internals re-organized.
61607              - open process creates AV of layer/arg pairs
61608              (appends layers from open() or open.pm to default list).
61609              - push arg is now an SV.
61610              - layer ->Open get passed the AV
61611              - open is no longer mandatory method.
61612              - topmost layer that has ->Open method does the open
61613              - any layers above are pushed once that returns.
61614              - vtable re-ordered so dummy layers need only provide push/pop methods.
61615      Branch: perlio
61616            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61617 ____________________________________________________________________________
61618 [  9313] By: nick                                  on 2001/03/23  16:27:41
61619         Log: Check in a stable (working) version before next round of tweaks.
61620              Changes include:
61621              - Move default layers code out of doio.c and into perlio.c
61622              - Single routine for parsing layer specification strings.
61623              - Skeleton support for demand loading of layers
61624              - Core-dump avoidance if PERLIO environment specifies loadable layer
61625              (does not _work_ as need IO to load and need load to do IO ...)
61626      Branch: perlio
61627            + lib/PerlIO.pm
61628            ! MANIFEST doio.c perlio.c
61629 ____________________________________________________________________________
61630 [  9312] By: gsar                                  on 2001/03/23  16:25:25
61631         Log: add execute bit to files with shebang lines in the repository;
61632              avoid clobbering execute bit in Porting/makerel 
61633      Branch: maint-5.6/perl
61634            ! (edit 144 files)
61635 ____________________________________________________________________________
61636 [  9311] By: jhi                                   on 2001/03/23  14:25:35
61637         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
61638      Branch: perl
61639            ! MANIFEST
61640 ____________________________________________________________________________
61641 [  9310] By: jhi                                   on 2001/03/23  13:45:04
61642         Log: Subject: [PATCH] Net::Ping
61643              From: Colin McMillen <mcmi0037@tc.umn.edu>
61644              Date: Thu, 22 Mar 2001 19:30:31 -0600
61645              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
61646      Branch: perl
61647            ! lib/Net/Ping.pm
61648 ____________________________________________________________________________
61649 [  9309] By: jhi                                   on 2001/03/23  13:39:13
61650         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
61651      Branch: perl
61652            ! t/lib/md5-aaa.t t/lib/md5-file.t
61653 ____________________________________________________________________________
61654 [  9308] By: jhi                                   on 2001/03/23  13:20:34
61655         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
61656              - bump the version to 2.14
61657              - drop the base64 tests since they require MIME::Base64
61658              - drop the rfc1321.txt
61659              - drop the hints/dec_osf.pl since it's only needed for
61660              pre-5.005_03 Perls
61661              Todo:
61662              - the U32 alignment testing is now removed; it needs to
61663              be reintroduced as as a Config variable (meaning also
61664              as a Configure test)
61665              - get the new EBCDIC md5sum for MD5.pm
61666              - test in Win32 to see how badly I botched the makefiles
61667      Branch: perl
61668            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61669            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61670            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61671            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61672            + t/lib/md5-file.t
61673            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
61674            ! win32/Makefile win32/makefile.mk
61675 ____________________________________________________________________________
61676 [  9307] By: jhi                                   on 2001/03/23  12:56:14
61677         Log: Integrate change #9306 from maintperl into mainline,
61678              AIX dynaloader for AIXes without <load.h>.
61679      Branch: perl
61680           !> ext/DynaLoader/hints/aix.pl
61681 ____________________________________________________________________________
61682 [  9306] By: jhi                                   on 2001/03/23  12:51:36
61683         Log: There are AIXes without /usr/include/load.h,
61684              patch from H.Merijn Brand.
61685      Branch: maint-5.6/perl
61686            ! ext/DynaLoader/hints/aix.pl
61687 ____________________________________________________________________________
61688 [  9305] By: nick                                  on 2001/03/23  11:00:42
61689         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61690      Branch: perlio
61691            ! ext/Encode/Encode.xs perlio.c perlio.h
61692 ____________________________________________________________________________
61693 [  9304] By: nick                                  on 2001/03/23  10:20:46
61694         Log: Render -Duseperlio functional again.
61695              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61696              which is what old scheme did. New scheme needs to change that
61697              to make open(...,\$scalar) etc. work but this will do for now.
61698      Branch: perlio
61699            ! perlio.c
61700 ____________________________________________________________________________
61701 [  9303] By: nick                                  on 2001/03/23  09:53:20
61702         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
61703              -Uuseperlio now works again.
61704              -Duseperlio is still poorly. Don't merge yet...
61705      Branch: perlio
61706            ! doio.c perlio.h
61707 ____________________________________________________________________________
61708 [  9302] By: nick                                  on 2001/03/22  22:26:51
61709         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61710              type code.
61711              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61712              is its main caller. In particular now has access to "extra" args, and
61713              can tell when an open handle is "reopened" (or duped?).
61714              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61715              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61716              PerlIO_open() et. al. (i.e. other way round).
61717              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61718              with args close to PerlIO_openn().
61719      Branch: perlio
61720            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61721 ____________________________________________________________________________
61722 [  9301] By: jhi                                   on 2001/03/22  20:58:04
61723         Log: Integrate perlio:
61724              
61725              [  9300]
61726              Don't include $@ in not ok message.
61727              
61728              [  9298]
61729              Give a meaning to '&' in n-arg open case:
61730              open($fh,"<&",$scalar);
61731              $scalar can be:
61732              - an integer which does "fdopen"
61733              open($fh,"<&",2); # like open($fh,"<&2")
61734              - something that will yield a file handle via sv_2io()
61735              useful for dup'ing anonymous handles.
61736              e.g.:
61737              open(my $fh,"<&",\*STDIN);
61738              open(my $dup,"<&",$fh);
61739              
61740              [  9297]
61741              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61742              
61743              [  9296]
61744              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61745              
61746              [  9295]
61747              If stdin, stdout or stderr get opened in unexpected read/write state
61748              then warn at time of open not at time of use.
61749              
61750              [  9294]
61751              Die on n-arg open(...,"",xxx,yyy,...)
61752              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61753              - die on read/write cases so we can decide what it means later.
61754              
61755              [  9293]
61756              perlio tweaks (reported by Nick Clark)
61757              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61758              error check in Pendinf_read().
61759      Branch: perl
61760           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
61761           !> t/io/open.t util.c
61762 ____________________________________________________________________________
61763 [  9300] By: nick                                  on 2001/03/22  17:36:32
61764         Log: Don't include $@ in not ok message.
61765      Branch: perlio
61766            ! t/io/open.t
61767 ____________________________________________________________________________
61768 [  9299] By: gsar                                  on 2001/03/22  16:53:45
61769         Log: back out changes#7532,7521 for now (appears to have problems
61770              on IRIX)
61771      Branch: maint-5.6/perl
61772            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61773            ! ext/POSIX/typemap pod/perlvar.pod
61774 ____________________________________________________________________________
61775 [  9298] By: nick                                  on 2001/03/22  14:35:46
61776         Log: Give a meaning to '&' in n-arg open case:
61777              open($fh,"<&",$scalar);
61778              $scalar can be:
61779              - an integer which does "fdopen"
61780              open($fh,"<&",2); # like open($fh,"<&2")
61781              - something that will yield a file handle via sv_2io()
61782              useful for dup'ing anonymous handles.
61783              e.g.:
61784              open(my $fh,"<&",\*STDIN);
61785              open(my $dup,"<&",$fh);
61786      Branch: perlio
61787            ! doio.c t/io/open.t
61788 ____________________________________________________________________________
61789 [  9297] By: nick                                  on 2001/03/22  13:34:35
61790         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61791      Branch: perlio
61792            ! util.c
61793 ____________________________________________________________________________
61794 [  9296] By: nick                                  on 2001/03/22  12:51:20
61795         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61796      Branch: perlio
61797            ! perl.c
61798 ____________________________________________________________________________
61799 [  9295] By: nick                                  on 2001/03/22  11:59:44
61800         Log: If stdin, stdout or stderr get opened in unexpected read/write state
61801              then warn at time of open not at time of use.
61802      Branch: perlio
61803            ! doio.c pp_hot.c pp_sys.c
61804 ____________________________________________________________________________
61805 [  9294] By: nick                                  on 2001/03/22  10:54:35
61806         Log: Die on n-arg open(...,"",xxx,yyy,...)
61807              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61808              - die on read/write cases so we can decide what it means later.
61809      Branch: perlio
61810            ! doio.c embed.pl iperlsys.h util.c
61811 ____________________________________________________________________________
61812 [  9293] By: nick                                  on 2001/03/22  09:02:45
61813         Log: perlio tweaks (reported by Nick Clark)
61814              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61815              error check in Pendinf_read().
61816      Branch: perlio
61817            ! perlio.c
61818 ____________________________________________________________________________
61819 [  9292] By: gsar                                  on 2001/03/22  07:12:00
61820         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
61821              fixes)
61822      Branch: maint-5.6/perl
61823           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
61824 ____________________________________________________________________________
61825 [  9291] By: jhi                                   on 2001/03/22  06:06:44
61826         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
61827      Branch: perl
61828            ! t/op/re_tests
61829 ____________________________________________________________________________
61830 [  9290] By: jhi                                   on 2001/03/22  05:57:01
61831         Log: Move MacOS Classic higher in the list of supported platforms.
61832      Branch: maint-5.6/perl
61833            ! pod/perlport.pod
61834 ____________________________________________________________________________
61835 [  9289] By: gsar                                  on 2001/03/22  05:35:04
61836         Log: revert part of change#6438 for compatibility (av_reify()
61837              appears to be needed to implement av_splice()ish things
61838              in XS)
61839      Branch: maint-5.6/perl
61840            ! embed.pl global.sym objXSUB.h perlapi.c
61841 ____________________________________________________________________________
61842 [  9288] By: gsar                                  on 2001/03/22  03:09:19
61843         Log: update copyright year
61844      Branch: maint-5.6/perl
61845            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
61846            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
61847            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
61848            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
61849            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
61850            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
61851            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
61852            ! x2p/walk.c
61853 ____________________________________________________________________________
61854 [  9287] By: jhi                                   on 2001/03/21  20:30:54
61855         Log: Integrate perlio:
61856              
61857              [  9285]
61858              Multiplicity fix for Dumper.
61859      Branch: perl
61860           !> ext/Data/Dumper/Dumper.xs
61861 ____________________________________________________________________________
61862 [  9286] By: gsar                                  on 2001/03/21  19:49:54
61863         Log: makefile.mk tweak
61864      Branch: maint-5.6/perl
61865            ! win32/Makefile win32/makefile.mk
61866 ____________________________________________________________________________
61867 [  9285] By: nick                                  on 2001/03/21  19:07:13
61868         Log: Multiplicity fix for Dumper.
61869      Branch: perlio
61870            ! ext/Data/Dumper/Dumper.xs
61871 ____________________________________________________________________________
61872 [  9284] By: nick                                  on 2001/03/21  19:01:07
61873         Log: Integrate mainline - (does not build xTHX issue in Dumper).
61874      Branch: perlio
61875           !> (integrate 27 files)
61876 ____________________________________________________________________________
61877 [  9283] By: jhi                                   on 2001/03/21  17:17:35
61878         Log: Integrate change #9282 from mainline into maintperl,
61879              4-arg UTF-8 substr().
61880      Branch: maint-5.6/perl
61881           !> pp.c
61882 ____________________________________________________________________________
61883 [  9282] By: jhi                                   on 2001/03/21  17:15:43
61884         Log: The #9270 would have leaked a scalar if pp_substr()
61885              returned early.
61886      Branch: perl
61887            ! pp.c
61888 ____________________________________________________________________________
61889 [  9281] By: gsar                                  on 2001/03/21  17:03:14
61890         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
61891      Branch: maint-5.6/perl
61892            ! win32/makefile.mk
61893 ____________________________________________________________________________
61894 [  9280] By: gsar                                  on 2001/03/21  17:01:20
61895         Log: some tweaks to change#9278 (fork() emulation should be enabled
61896              by setting BUILD_FLAVOR instead of changing the defaults)
61897      Branch: maint-5.6/perl
61898            ! win32/makefile.mk
61899 ____________________________________________________________________________
61900 [  9279] By: gsar                                  on 2001/03/21  16:47:19
61901         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
61902      Branch: maint-5.6/perl
61903            ! ext/File/Glob/Glob.pm
61904           !> lib/Cwd.pm
61905 ____________________________________________________________________________
61906 [  9278] By: jhi                                   on 2001/03/21  14:35:10
61907         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
61908              From: "Vadim Konovalov" <watman@inbox.ru>
61909              Date: Wed, 21 Mar 2001 01:53:51 +0300
61910              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
61911      Branch: maint-5.6/perl
61912            ! win32/makefile.mk win32/win32sck.c
61913 ____________________________________________________________________________
61914 [  9277] By: jhi                                   on 2001/03/21  13:58:28
61915         Log: Integrate change #9270 from mainline to maintperl:
61916              continued 4-arg UTF-8 substr() fixing.
61917      Branch: maint-5.6/perl
61918           !> pp.c t/op/substr.t
61919 ____________________________________________________________________________
61920 [  9276] By: jhi                                   on 2001/03/21  13:33:00
61921         Log: More pixie cleaning.
61922      Branch: perl
61923            ! Makefile.SH
61924 ____________________________________________________________________________
61925 [  9275] By: jhi                                   on 2001/03/21  03:54:17
61926         Log: Update Changes.
61927      Branch: perl
61928            ! Changes patchlevel.h
61929 ____________________________________________________________________________
61930 [  9274] By: jhi                                   on 2001/03/21  03:48:24
61931         Log: First stab at making Data::Dumper to grok Unicode.
61932              
61933              TODO: tests, EBCDICify.
61934      Branch: perl
61935            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
61936 ____________________________________________________________________________
61937 [  9273] By: jhi                                   on 2001/03/21  02:23:00
61938         Log: Fix for
61939              
61940              Subject: Memory leak in unquoted print   
61941              From: Benjamin Sugars <bsugars@canoe.ca> 
61942              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
61943              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
61944      Branch: perl
61945            ! perlio.c
61946 ____________________________________________________________________________
61947 [  9272] By: jhi                                   on 2001/03/21  01:33:17
61948         Log: Subject: Re: [PATCH] POSIX::getcwd()
61949              From: Benjamin Sugars <bsugars@canoe.ca> 
61950              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
61951              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
61952      Branch: perl
61953            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
61954 ____________________________________________________________________________
61955 [  9271] By: jhi                                   on 2001/03/21  01:22:52
61956         Log: Subject: [PATCH] Cwd.pm docs
61957              From: Benjamin Sugars <bsugars@canoe.ca>
61958              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
61959              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
61960      Branch: perl
61961            ! lib/Cwd.pm
61962 ____________________________________________________________________________
61963 [  9270] By: jhi                                   on 2001/03/21  01:16:29
61964         Log: Continue 4-arg substr() UTF-8 fixage.
61965      Branch: perl
61966            ! pp.c t/op/substr.t
61967 ____________________________________________________________________________
61968 [  9269] By: jhi                                   on 2001/03/21  00:46:14
61969         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
61970              
61971              revert the leak fix in change#9142 (problem needs a more experimental
61972              fix unsuitable for 5.6.1)
61973              
61974              do alphabetical sorting by default (for csh compatibility)
61975              
61976              cut-n-paste goof in change#9264
61977              
61978              VMS piping fixes (from Charles Lane)
61979      Branch: perl
61980           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
61981           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61982           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
61983 ____________________________________________________________________________
61984 [  9268] By: jhi                                   on 2001/03/21  00:37:04
61985         Log: Integrate perlio:
61986              
61987              [  9267]
61988              More EBCDIC stuff:
61989              - Loose the extra level of function on ASCII.
61990              - spotted a chr(0) issue in sv.c
61991              - re-work of UTF-X tr/// ranges to work in Unicode
61992              space. Still issues with the "0xff is illegal UTF-8" hack.
61993              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61994              (why do it once when you can do it all over the place :-(
61995              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61996              need utf8.pm for swashes.
61997              - Simplified and commented scan_const() in toke.c
61998              Still something wrong regexp and tr (swashes?).
61999      Branch: perl
62000           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
62001           !> utf8.c utf8.h utfebcdic.h
62002 ____________________________________________________________________________
62003 [  9267] By: nick                                  on 2001/03/20  20:04:39
62004         Log: More EBCDIC stuff:
62005              - Loose the extra level of function on ASCII.
62006              - spotted a chr(0) issue in sv.c
62007              - re-work of UTF-X tr/// ranges to work in Unicode
62008              space. Still issues with the "0xff is illegal UTF-8" hack.
62009              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
62010              (why do it once when you can do it all over the place :-(
62011              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
62012              need utf8.pm for swashes.
62013              - Simplified and commented scan_const() in toke.c
62014              Still something wrong regexp and tr (swashes?).
62015      Branch: perlio
62016            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
62017            ! utf8.c utf8.h utfebcdic.h
62018 ____________________________________________________________________________
62019 [  9266] By: gsar                                  on 2001/03/20  19:16:43
62020         Log: VMS piping fixes (from Charles Lane)
62021      Branch: maint-5.6/perl
62022            ! vms/vms.c vms/vmspipe.com
62023 ____________________________________________________________________________
62024 [  9265] By: gsar                                  on 2001/03/20  17:53:52
62025         Log: cut-n-paste goof in change#9264
62026      Branch: maint-5.6/perl
62027            ! ext/File/Glob/Glob.xs
62028 ____________________________________________________________________________
62029 [  9264] By: gsar                                  on 2001/03/20  17:43:47
62030         Log: do alphabetical sorting by default (for csh compatibility);
62031              bsd_glob() does ASCII sort by default as usual, unless
62032              GLOB_ALPHASORT was specified
62033      Branch: maint-5.6/perl
62034            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
62035            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
62036            ! ext/File/Glob/bsd_glob.h
62037 ____________________________________________________________________________
62038 [  9263] By: gsar                                  on 2001/03/20  16:40:08
62039         Log: integrate change#9255 from mainline (unicode fix)
62040              
62041              substr($bytestr, i, n, $charstr)
62042      Branch: maint-5.6/perl
62043           !> Todo-5.6 pp.c t/op/substr.t
62044 ____________________________________________________________________________
62045 [  9262] By: gsar                                  on 2001/03/20  15:57:41
62046         Log: revert the leak fix in change#9142 (problem needs a more experimental
62047              fix unsuitable for 5.6.1)
62048      Branch: maint-5.6/perl
62049            ! scope.c
62050 ____________________________________________________________________________
62051 [  9261] By: jhi                                   on 2001/03/20  14:26:25
62052         Log: Integrate changes #9259,9260 from maintperl into mainline.
62053              
62054              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
62055              
62056              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
62057      Branch: perl
62058           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
62059 ____________________________________________________________________________
62060 [  9260] By: jhi                                   on 2001/03/20  14:05:46
62061         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
62062              From: Robin Barker <rmb1@cise.npl.co.uk>
62063              Date: Tue, 20 Mar 2001 10:12:04 GMT
62064              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
62065      Branch: maint-5.6/perl
62066            ! run.c
62067 ____________________________________________________________________________
62068 [  9259] By: jhi                                   on 2001/03/20  14:04:39
62069         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
62070              From: Chris Nandor <pudge@pobox.com>
62071              Date: Tue, 20 Mar 2001 00:40:56 -0500
62072              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
62073      Branch: maint-5.6/perl
62074            ! ext/POSIX/POSIX.xs lib/File/Path.pm
62075 ____________________________________________________________________________
62076 [  9258] By: jhi                                   on 2001/03/20  05:09:34
62077         Log: Update Changes.
62078      Branch: perl
62079            ! Changes patchlevel.h
62080 ____________________________________________________________________________
62081 [  9257] By: jhi                                   on 2001/03/20  05:04:25
62082         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
62083      Branch: perl
62084            ! t/op/tr.t
62085 ____________________________________________________________________________
62086 [  9256] By: jhi                                   on 2001/03/20  04:43:12
62087         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
62088              From: Peter Prymmer <pvhp@forte.com>
62089              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
62090              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
62091      Branch: maint-5.6/perl
62092            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
62093 ____________________________________________________________________________
62094 [  9255] By: jhi                                   on 2001/03/19  23:17:17
62095         Log: substr($bytestr, i, n, $charstr)
62096              
62097              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
62098      Branch: perl
62099            ! Todo-5.6 pp.c t/op/substr.t
62100 ____________________________________________________________________________
62101 [  9254] By: jhi                                   on 2001/03/19  22:25:09
62102         Log: Rearrange the make test target prerequisites so that
62103              in a parallel make 'all' is finished before 'test'.
62104      Branch: perl
62105            ! Makefile.SH
62106 ____________________________________________________________________________
62107 [  9253] By: jhi                                   on 2001/03/19  21:48:07
62108         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
62109              From: Robin Houston <robin@kitsite.com>
62110              Date: Mon, 19 Mar 2001 15:48:41 +0000
62111              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
62112      Branch: perl
62113            ! pp_ctl.c
62114 ____________________________________________________________________________
62115 [  9252] By: jhi                                   on 2001/03/19  21:42:27
62116         Log: Integrate perlio:
62117              
62118              [  9248]
62119              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
62120              (Building on OS390 uses native YACC and YYDEBUG has other
62121              side effects.)
62122              
62123              [  9246]
62124              More EBCDIC fixes.
62125      Branch: perl
62126           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
62127           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
62128           !> utfebcdic.h vms/perly_c.vms
62129 ____________________________________________________________________________
62130 [  9251] By: jhi                                   on 2001/03/19  21:31:28
62131         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
62132              
62133              Dynaloading in 64-bit AIX with vac.
62134      Branch: perl
62135           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
62136           !> hints/aix.sh
62137 ____________________________________________________________________________
62138 [  9250] By: jhi                                   on 2001/03/19  21:18:00
62139         Log: A more robust solution for the 64bitall AIX dynaloading
62140              problem, from Jens-Uwe Mager.
62141      Branch: maint-5.6/perl
62142            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
62143 ____________________________________________________________________________
62144 [  9249] By: nick                                  on 2001/03/19  20:59:37
62145         Log: Integrate mainline.
62146      Branch: perlio
62147           !> (integrate 42 files)
62148 ____________________________________________________________________________
62149 [  9248] By: nick                                  on 2001/03/19  20:22:07
62150         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
62151              (Building on OS390 uses native YACC and YYDEBUG has other
62152              side effects.)
62153      Branch: perlio
62154            ! perly.c perly.y vms/perly_c.vms
62155 ____________________________________________________________________________
62156 [  9247] By: jhi                                   on 2001/03/19  19:59:53
62157         Log: 64-bit AIX dynaloading problem (see #9244) idea
62158              from Jens-Uwe Mager.
62159      Branch: maint-5.6/perl
62160            ! ext/DynaLoader/dl_aix.xs
62161 ____________________________________________________________________________
62162 [  9246] By: nick                                  on 2001/03/19  19:27:57
62163         Log: More EBCDIC fixes.
62164      Branch: perlio
62165            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
62166            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
62167 ____________________________________________________________________________
62168 [  9245] By: jhi                                   on 2001/03/19  19:05:19
62169         Log: Integrate change #9243 from mainline into maintperl.
62170              
62171              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
62172      Branch: maint-5.6/perl
62173           !> README.vmesa
62174 ____________________________________________________________________________
62175 [  9244] By: jhi                                   on 2001/03/19  19:03:15
62176         Log: Get 64bitall AIX building, but still does not test okay:
62177              dynaloading anything fails, for example for op/defins:
62178              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
62179              (update: fixed by #9247,9250)
62180      Branch: maint-5.6/perl
62181            ! hints/aix.sh
62182 ____________________________________________________________________________
62183 [  9243] By: jhi                                   on 2001/03/19  19:00:16
62184         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
62185              From: Robin Barker <rmb1@cise.npl.co.uk>
62186              Date: Mon, 19 Mar 2001 18:01:57 GMT
62187              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
62188      Branch: perl
62189            ! README.vmesa
62190 ____________________________________________________________________________
62191 [  9242] By: jhi                                   on 2001/03/19  18:58:43
62192         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
62193              
62194              TODO: tests.
62195      Branch: perl
62196            ! doop.c op.c
62197 ____________________________________________________________________________
62198 [  9241] By: gsar                                  on 2001/03/19  17:34:46
62199         Log: VMSify tests (from Charles Lane)
62200      Branch: maint-5.6/perl
62201            ! t/lib/filehand.t t/lib/texttabs.t
62202 ____________________________________________________________________________
62203 [  9240] By: jhi                                   on 2001/03/19  14:24:26
62204         Log: Integrate change #9233 from maintperl into mainline.
62205              
62206              some refcounts were incorrect in perl_clone()
62207      Branch: perl
62208           !> sv.c
62209 ____________________________________________________________________________
62210 [  9239] By: gsar                                  on 2001/03/19  09:23:17
62211         Log: this is 5.6.1-trial3
62212      Branch: maint-5.6/perl
62213            ! Changes
62214 ____________________________________________________________________________
62215 [  9238] By: gsar                                  on 2001/03/19  08:47:04
62216         Log: some new symbols are only available under ithreads
62217      Branch: maint-5.6/perl
62218            ! makedef.pl
62219 ____________________________________________________________________________
62220 [  9237] By: gsar                                  on 2001/03/19  08:42:28
62221         Log: update patchlevel.h, Changes, &c.
62222      Branch: maint-5.6/perl
62223            ! Changes patchlevel.h pod/perlhist.pod
62224           !> AUTHORS
62225 ____________________________________________________________________________
62226 [  9236] By: gsar                                  on 2001/03/19  08:17:49
62227         Log: integrate changes#8068,8717 from mainline
62228              
62229              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
62230              
62231              [PATCH CPAN 1.59_51] warning message (not!)
62232      Branch: maint-5.6/perl
62233           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
62234           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
62235           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
62236           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
62237           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
62238 ____________________________________________________________________________
62239 [  9235] By: gsar                                  on 2001/03/19  08:07:09
62240         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
62241              
62242              [PATCH] Add missing CV flags to dump.c
62243              
62244              Re: [patch] Re: PL_ptr_table
62245              
62246              Fixup non-ithread build after 8713
62247              
62248              Generated files form 8713 etc.
62249              
62250              Correct the correction :-(
62251              
62252              Documenting coderef @INC (Re: CPAN "make this script work" feature)
62253              
62254              Subject: Re: sync sync sync: have I missed any patches?
62255              Replace djSP with dSP.
62256      Branch: maint-5.6/perl
62257           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
62258           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
62259           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
62260           !> sv.c sv.h win32/perlhost.h
62261 ____________________________________________________________________________
62262 [  9234] By: gsar                                  on 2001/03/19  07:22:05
62263         Log: revert the change#9090 integrate for now (change looks somewhat
62264              incomplete in that [ha]v_exists() need something similar; lacks
62265              tests; &c.)
62266      Branch: maint-5.6/perl
62267            ! hv.c
62268 ____________________________________________________________________________
62269 [  9233] By: gsar                                  on 2001/03/19  07:10:01
62270         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
62271              destruction when there are unreferenced scalars (SvREFCNT==0)
62272      Branch: maint-5.6/perl
62273            ! sv.c
62274 ____________________________________________________________________________
62275 [  9232] By: jhi                                   on 2001/03/19  05:11:02
62276         Log: Regen api and toc.
62277      Branch: maint-5.6/perl
62278            ! pod/perlapi.pod pod/perltoc.pod
62279 ____________________________________________________________________________
62280 [  9231] By: jhi                                   on 2001/03/19  04:06:03
62281         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
62282              add a lost line in pp.c:pp_chop(), update to new op/chop.
62283              
62284              Clarify the description differentiating for and while; inspired by
62285              
62286              Subject: [ID 20010306.004] || != named unary operator
62287              
62288              The $Is_MacOS needs to be declared.
62289      Branch: maint-5.6/perl
62290            ! pp.c t/op/chop.t
62291           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
62292 ____________________________________________________________________________
62293 [  9230] By: jhi                                   on 2001/03/19  03:48:16
62294         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
62295              9079,9083,9089,9090,9091 from mainline to maintperl.
62296              
62297              Quieten some noise in Win32 builds
62298              
62299              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
62300              
62301              The perlretut was still talking about the old \p and \P
62302              definitions.
62303              
62304              More tweakage on the Unicode character class descriptions.
62305              
62306              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
62307              
62308              Subject: 'no *POSIX' Patch speeding up make on BS2000 
62309              
62310              Subject: [PATCH] perldata.pod here-doc docs
62311              
62312              Add /sbin and /usr/sbin to the list of directories scanned
62313              for setuid programs.  Takes care of bug id 20010309.003.
62314              
62315              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
62316              
62317              In op/stat #35 better to scan all the potential directories
62318              for setuids, not just the first one.
62319      Branch: maint-5.6/perl
62320            ! Makefile.SH
62321           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
62322           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
62323           !> t/op/stat.t toke.c win32/win32.h
62324 ____________________________________________________________________________
62325 [  9229] By: jhi                                   on 2001/03/19  02:31:50
62326         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
62327              From: Chris Nandor <pudge@pobox.com>
62328              Date: Sat, 10 Mar 2001 14:22:19 -0500
62329              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
62330      Branch: maint-5.6/perl
62331            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62332            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
62333            ! t/lib/b.t t/lib/errno.t
62334 ____________________________________________________________________________
62335 [  9228] By: jhi                                   on 2001/03/19  02:29:59
62336         Log: Integrate changes #9113,9122 from mainline into maintperl.
62337              
62338              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?)
62339      Branch: maint-5.6/perl
62340           !> Configure README.os390 hints/os390.sh
62341 ____________________________________________________________________________
62342 [  9227] By: jhi                                   on 2001/03/19  02:22:35
62343         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
62344              into maintperl.
62345              
62346              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62347              
62348              Forgot to check-in the larger part of #9120, duh.
62349              
62350              Subject: Another patch for integer.pm POD 
62351              
62352              h2ph strictness and cleanliness from Kurt Starsinic.
62353              
62354              Borland filename case problem.
62355              
62356              h2ph strictness and cleanliness from Kurt Starsinic.
62357              
62358              Subject: [PATCH] the uncontroversial doc patches
62359      Branch: maint-5.6/perl
62360           +> win32/sncfnmcs.pl
62361           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
62362           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
62363           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
62364           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
62365           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
62366           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
62367           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
62368 ____________________________________________________________________________
62369 [  9226] By: jhi                                   on 2001/03/19  02:10:21
62370         Log: Integrate changes #9207,9214 from mainline into maintperl.
62371              
62372              podchecker relaxations: =over has an *optional* number after it,
62373              and whitespace in L<> is okay.
62374      Branch: maint-5.6/perl
62375           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62376           !> t/pod/poderrs.xr
62377 ____________________________________________________________________________
62378 [  9225] By: jhi                                   on 2001/03/19  02:07:38
62379         Log: Integrate change #9219 from maintperl into mainline.
62380              
62381              remove duplicated tests
62382      Branch: perl
62383           !> t/op/re_tests
62384 ____________________________________________________________________________
62385 [  9224] By: jhi                                   on 2001/03/19  02:06:11
62386         Log: Integrate change #9223 from mainline to maintperl.
62387              
62388              Document -Dmksymlinks.
62389      Branch: maint-5.6/perl
62390           !> INSTALL
62391 ____________________________________________________________________________
62392 [  9223] By: jhi                                   on 2001/03/19  02:01:25
62393         Log: Document -Dmksymlinks.
62394      Branch: perl
62395            ! INSTALL
62396 ____________________________________________________________________________
62397 [  9222] By: jhi                                   on 2001/03/19  01:15:35
62398         Log: The -Dmksymlinks wasn't working for maintperl.
62399      Branch: maint-5.6/perl
62400            ! Configure
62401 ____________________________________________________________________________
62402 [  9221] By: jhi                                   on 2001/03/19  00:49:43
62403         Log: Cleanup pixie residue.
62404      Branch: perl
62405            ! Makefile.SH
62406 ____________________________________________________________________________
62407 [  9220] By: jhi                                   on 2001/03/19  00:44:47
62408         Log: Document the use of pixie/prof; create make targets for it.
62409              
62410              TODO: make t/TEST pixie-aware.
62411      Branch: perl
62412            ! Makefile.SH pod/perlhack.pod
62413 ____________________________________________________________________________
62414 [  9219] By: gsar                                  on 2001/03/19  00:16:55
62415         Log: remove duplicated tests
62416      Branch: maint-5.6/perl
62417            ! t/op/re_tests
62418 ____________________________________________________________________________
62419 [  9218] By: jhi                                   on 2001/03/18  23:59:31
62420         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
62421      Branch: perl
62422            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
62423 ____________________________________________________________________________
62424 [  9217] By: jhi                                   on 2001/03/18  23:25:20
62425         Log: Rewrite the tests section of Makefile to be less redundant
62426              and to allow for more flexible test targets, many recursive
62427              make calls introduced.
62428      Branch: perl
62429            ! Makefile.SH
62430 ____________________________________________________________________________
62431 [  9216] By: jhi                                   on 2001/03/18  22:30:04
62432         Log: Document the use of Third Degree (sparsely).
62433      Branch: perl
62434            ! pod/perlhack.pod t/TEST
62435 ____________________________________________________________________________
62436 [  9215] By: jhi                                   on 2001/03/18  22:10:30
62437         Log: Make targets for testing with Third Degree.
62438      Branch: perl
62439            ! Makefile.SH
62440 ____________________________________________________________________________
62441 [  9214] By: jhi                                   on 2001/03/18  21:08:53
62442         Log: The podchecker relaxations need to mirrored also at the tests.
62443      Branch: perl
62444            ! t/pod/poderrs.xr
62445 ____________________________________________________________________________
62446 [  9213] By: jhi                                   on 2001/03/18  20:56:21
62447         Log: Update Changes.
62448      Branch: perl
62449            ! Changes patchlevel.h
62450 ____________________________________________________________________________
62451 [  9212] By: jhi                                   on 2001/03/18  20:36:59
62452         Log: Looking for config.sh in parent directories isn't
62453              very useful for the toplevel Makefile.
62454      Branch: perl
62455            ! Makefile.SH
62456 ____________________________________________________________________________
62457 [  9211] By: jhi                                   on 2001/03/18  20:33:37
62458         Log: On "make clean" take care of Third Degree droppings.
62459      Branch: perl
62460            ! Makefile.SH
62461 ____________________________________________________________________________
62462 [  9210] By: jhi                                   on 2001/03/18  20:21:34
62463         Log: Add a hook for running the tests under the Third Degree
62464              debugging tool (set $ENV{PERL_3LOG} to non-zero)
62465              
62466              TODO: Document the use of Third Degree.
62467      Branch: perl
62468            ! t/TEST
62469 ____________________________________________________________________________
62470 [  9209] By: jhi                                   on 2001/03/18  20:19:07
62471         Log: Regen toc and api pods.
62472      Branch: perl
62473            ! pod/perlapi.pod pod/perltoc.pod
62474 ____________________________________________________________________________
62475 [  9208] By: jhi                                   on 2001/03/18  20:12:12
62476         Log: Integrate changes #8128,9132 from mainline into maintperl,
62477              Tie::SubstrHash fixes.
62478      Branch: maint-5.6/perl
62479           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
62480 ____________________________________________________________________________
62481 [  9207] By: jhi                                   on 2001/03/18  20:07:43
62482         Log: podchecker relaxations from Michael Stevens.
62483      Branch: perl
62484            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62485 ____________________________________________________________________________
62486 [  9206] By: jhi                                   on 2001/03/18  20:04:24
62487         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
62488      Branch: perl
62489            ! lib/Locale/Constants.pm lib/Locale/Country.pm
62490            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
62491            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
62492 ____________________________________________________________________________
62493 [  9205] By: jhi                                   on 2001/03/18  19:54:45
62494         Log: Integrate changes #9161,9162 from maintperl to mainline.
62495              
62496              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62497              results
62498      Branch: perl
62499           !> t/op/magic.t
62500 ____________________________________________________________________________
62501 [  9204] By: jhi                                   on 2001/03/18  19:37:46
62502         Log: Make perl.third checks more understandable to the builder.
62503      Branch: perl
62504            ! Makefile.SH
62505 ____________________________________________________________________________
62506 [  9203] By: jhi                                   on 2001/03/18  19:20:54
62507         Log: Re-integrate #9138 from maintperl to mainline,
62508              the squelching of the unneeded "Scalars leaked" messages.
62509      Branch: perl
62510           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62511           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62512           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62513 ____________________________________________________________________________
62514 [  9202] By: jhi                                   on 2001/03/18  18:48:36
62515         Log: More robust and more paranoid perl.third target.
62516      Branch: perl
62517            ! Makefile.SH
62518 ____________________________________________________________________________
62519 [  9201] By: jhi                                   on 2001/03/18  18:39:21
62520         Log: Integrate change #9197 from maintperl to mainline.
62521              
62522              more thorough cleaning of arenas.
62523      Branch: perl
62524           !> embed.pl perl.c proto.h sv.c t/op/sort.t
62525 ____________________________________________________________________________
62526 [  9200] By: jhi                                   on 2001/03/18  18:25:17
62527         Log: Integrate perlio:
62528              
62529              [  9199]
62530              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62531              is the sense of the test being done. Avoid some magical 127 and 128 values
62532              by using macros.
62533              
62534              [  9198]
62535              UTF-X encoding invariance for Encode:
62536              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62537              - move the XS code for those to universal.c (so in miniperl)
62538              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62539              - change ext/Encode/compile to use above.
62540              - Fix t/lib/encode.t for above
62541              - Teach t/lib/b.t to expect -uutf8
62542              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62543              utf8.pm is needed.
62544              
62545              [  9196]
62546              Fix pragma/utf8.t # 15
62547              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62548              are SvUTF8 as well.
62549      Branch: perl
62550           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
62551           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
62552           !> t/lib/encode.t toke.c universal.c utf8.c
62553 ____________________________________________________________________________
62554 [  9199] By: nick                                  on 2001/03/18  15:23:51
62555         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62556              is the sense of the test being done. Avoid some magical 127 and 128 values
62557              by using macros.
62558      Branch: perlio
62559            ! doop.c pp_ctl.c sv.c toke.c
62560 ____________________________________________________________________________
62561 [  9198] By: nick                                  on 2001/03/18  14:18:12
62562         Log: UTF-X encoding invariance for Encode:
62563              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62564              - move the XS code for those to universal.c (so in miniperl)
62565              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62566              - change ext/Encode/compile to use above.
62567              - Fix t/lib/encode.t for above
62568              - Teach t/lib/b.t to expect -uutf8
62569              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62570              utf8.pm is needed.
62571      Branch: perlio
62572            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62573            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
62574 ____________________________________________________________________________
62575 [  9197] By: gsar                                  on 2001/03/18  12:15:57
62576         Log: more thorough cleaning of arenas--keep going until no more
62577              SvREFCNT_dec()s occur (this fixes the problem that causes the
62578              pesky "Scalars leaked" warnings)
62579      Branch: maint-5.6/perl
62580            ! embed.pl perl.c proto.h sv.c t/op/sort.t
62581 ____________________________________________________________________________
62582 [  9196] By: nick                                  on 2001/03/18  10:57:29
62583         Log: Fix pragma/utf8.t # 15
62584              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62585              are SvUTF8 as well.
62586      Branch: perlio
62587            ! toke.c
62588 ____________________________________________________________________________
62589 [  9195] By: nick                                  on 2001/03/18  09:27:06
62590         Log: Integrate mainline
62591      Branch: perlio
62592           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
62593           !> t/op/pat.t
62594 ____________________________________________________________________________
62595 [  9194] By: jhi                                   on 2001/03/18  05:29:59
62596         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
62597              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
62598      Branch: perl
62599            ! op.c op.h t/op/misc.t t/op/pat.t
62600 ____________________________________________________________________________
62601 [  9193] By: jhi                                   on 2001/03/18  05:15:06
62602         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
62603      Branch: perl
62604            ! mg.c t/op/pat.t
62605 ____________________________________________________________________________
62606 [  9192] By: jhi                                   on 2001/03/18  04:22:43
62607         Log: tr/// UTF-8 patches from Inaba Hiroto.
62608      Branch: perl
62609            ! doop.c op.c
62610 ____________________________________________________________________________
62611 [  9191] By: jhi                                   on 2001/03/18  04:21:17
62612         Log: Integrate perlio:
62613              
62614              [  9190]
62615              Correct #if EBCDIC side typos.
62616              Builds and passes many tests on OS390.
62617      Branch: perl
62618           !> utf8.c utfebcdic.h
62619 ____________________________________________________________________________
62620 [  9190] By: nick                                  on 2001/03/17  20:32:01
62621         Log: Correct #if EBCDIC side typos.
62622              Builds and passes many tests on OS390.
62623      Branch: perlio
62624            ! utf8.c utfebcdic.h
62625 ____________________________________________________________________________
62626 [  9189] By: jhi                                   on 2001/03/17  18:55:49
62627         Log: Add prerequisites for the perl.third target.
62628      Branch: perl
62629            ! Makefile.SH
62630 ____________________________________________________________________________
62631 [  9188] By: jhi                                   on 2001/03/17  18:46:00
62632         Log: Integrate perlio:
62633              
62634              [  9186]
62635              MANIFEST addition :-(
62636              
62637              [  9185]
62638              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62639              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62640              a superset of ASCII are invariant under the encoding. This is EBCDIC
62641              friendly as an encoded string can be looked at as being EBCDIC by lexer
62642              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
62643              ASCII on ASCII machines.
62644              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62645              seperate.
62646              - Add some more macros to comprehend different shift amounts and
62647              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62648              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62649              and conditionally #include it.
62650              EBCDIC build as yet untested.  ASCII still fails the one test.
62651              
62652              [  9184]
62653              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62654      Branch: perl
62655           +> utfebcdic.h
62656           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
62657 ____________________________________________________________________________
62658 [  9187] By: jhi                                   on 2001/03/17  18:38:47
62659         Log: Add a make rule for perl.third (the Third Degree memory debugging
62660              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
62661      Branch: perl
62662            ! Makefile.SH
62663 ____________________________________________________________________________
62664 [  9186] By: nick                                  on 2001/03/17  18:34:48
62665         Log: MANIFEST addition :-(
62666      Branch: perlio
62667            ! MANIFEST
62668 ____________________________________________________________________________
62669 [  9185] By: nick                                  on 2001/03/17  18:29:50
62670         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62671              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62672              a superset of ASCII are invariant under the encoding. This is EBCDIC
62673              friendly as an encoded string can be looked at as being EBCDIC by lexer
62674              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
62675              ASCII on ASCII machines.
62676              
62677              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62678              seperate.
62679              - Add some more macros to comprehend different shift amounts and
62680              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62681              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62682              and conditionally #include it.
62683              
62684              EBCDIC build as yet untested.  ASCII still fails the one test.
62685      Branch: perlio
62686            + utfebcdic.h
62687            ! utf8.c utf8.h
62688 ____________________________________________________________________________
62689 [  9184] By: nick                                  on 2001/03/17  17:44:16
62690         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62691      Branch: perlio
62692            ! doop.c perl.h pp.c utf8.h
62693 ____________________________________________________________________________
62694 [  9183] By: jhi                                   on 2001/03/17  15:55:42
62695         Log: Integrate perlio:
62696              
62697              [  9182]
62698              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62699              
62700              [  9180]
62701              EBCDIC Fixes.
62702              
62703              [  9173]
62704              1st day's EBCDIC fixes:
62705              - toke.c's parsing of strings needed attention
62706              needed to conditionally e2a if string was already UTF-8
62707              - e2a/a2e tables where wrong way round.
62708              - new macros in utf8.h
62709      Branch: perl
62710            ! MANIFEST
62711           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
62712 ____________________________________________________________________________
62713 [  9182] By: nick                                  on 2001/03/17  09:16:06
62714         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62715      Branch: perlio
62716            ! t/op/pat.t
62717 ____________________________________________________________________________
62718 [  9181] By: nick                                  on 2001/03/17  09:15:11
62719         Log: Integrate mainline.
62720      Branch: perlio
62721           +> lib/Locale/Constants.pm lib/Locale/Country.pm
62722           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62723           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62724           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
62725           !> (integrate 83 files)
62726 ____________________________________________________________________________
62727 [  9180] By: nick                                  on 2001/03/16  17:23:21
62728         Log: EBCDIC Fixes.
62729      Branch: perlio
62730            ! perl.h sv.c toke.c utf8.c utf8.h
62731 ____________________________________________________________________________
62732 [  9179] By: jhi                                   on 2001/03/16  14:10:12
62733         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
62734              a change needed to work around an AIX compiler bug.
62735      Branch: perl
62736            ! ext/Storable/Storable.xs
62737 ____________________________________________________________________________
62738 [  9178] By: jhi                                   on 2001/03/16  03:19:59
62739         Log: With Damian's approval synchronize damian's modules'
62740              licensing with Perl's standard module licensing.
62741      Branch: perl
62742            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
62743 ____________________________________________________________________________
62744 [  9177] By: jhi                                   on 2001/03/16  03:15:34
62745         Log: Make the Filter::Util:Call files have their own copies
62746              of the Perl standard module licensing, from Paul Marquess.
62747      Branch: perl
62748            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62749 ____________________________________________________________________________
62750 [  9176] By: jhi                                   on 2001/03/16  02:56:04
62751         Log: Subject: [PATCH] more pod patches
62752              From: Michael Stevens <michael@etla.org>
62753              Date: Thu, 15 Mar 2001 21:25:18 +0000
62754              Message-ID: <20010315212518.A18870@firedrake.org>
62755      Branch: perl
62756            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
62757            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
62758            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
62759            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
62760            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
62761            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
62762            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
62763            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
62764            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
62765            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
62766            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
62767            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
62768            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
62769            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
62770            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
62771            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
62772            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
62773            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
62774            ! lib/Locale/Country.pm lib/Locale/Language.pm
62775            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
62776            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
62777            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
62778            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
62779            ! os2/OS2/Process/Process.pm
62780 ____________________________________________________________________________
62781 [  9175] By: jhi                                   on 2001/03/16  02:53:32
62782         Log: Subject: [PATCH] the uncontroversial doc patches
62783              From: Michael Stevens <michael@etla.org>
62784              Date: Thu, 15 Mar 2001 20:01:12 +0000
62785              Message-ID: <20010315200112.A7636@firedrake.org>
62786      Branch: perl
62787            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
62788            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
62789            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
62790            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
62791            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
62792 ____________________________________________________________________________
62793 [  9174] By: jhi                                   on 2001/03/16  02:50:49
62794         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
62795              From: Paul Lindner <lindner@inuus.com>
62796              Date: Fri, 16 Mar 2001 11:28:03 -0800
62797              Message-ID: <20010316112803.A7577@inuus.com>
62798      Branch: perl
62799            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
62800 ____________________________________________________________________________
62801 [  9173] By: nick                                  on 2001/03/15  20:21:03
62802         Log: 1st day's EBCDIC fixes:
62803              - toke.c's parsing of strings needed attention
62804              needed to conditionally e2a if string was already UTF-8
62805              - e2a/a2e tables where wrong way round.
62806              - new macros in utf8.h
62807      Branch: perlio
62808            ! perl.h toke.c utf8.h
62809 ____________________________________________________________________________
62810 [  9172] By: jhi                                   on 2001/03/15  15:17:17
62811         Log: Update Changes.
62812      Branch: perl
62813            ! Changes patchlevel.h
62814 ____________________________________________________________________________
62815 [  9171] By: jhi                                   on 2001/03/15  15:09:32
62816         Log: Subject: Re: Another Borland C++ problem.
62817              From: "Vadim Konovalov" <watman@inbox.ru>
62818              Date: Sat, 10 Mar 2001 19:26:07 +0300
62819              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
62820              
62821              Borland filename case problem.
62822      Branch: perl
62823            + win32/sncfnmcs.pl
62824            ! MANIFEST README.win32
62825 ____________________________________________________________________________
62826 [  9170] By: jhi                                   on 2001/03/15  14:54:23
62827         Log: Add Locale::Codes 1.06, from Neil Bowers.
62828      Branch: perl
62829            + lib/Locale/Constants.pm lib/Locale/Country.pm
62830            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62831            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62832            + t/lib/lc-language.t t/lib/lc-uk.t
62833            ! MANIFEST
62834 ____________________________________________________________________________
62835 [  9169] By: jhi                                   on 2001/03/15  14:19:01
62836         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
62837      Branch: perl
62838            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62839            ! ext/Storable/Storable.xs
62840 ____________________________________________________________________________
62841 [  9168] By: jhi                                   on 2001/03/15  14:13:22
62842         Log: Integrate changes #9120,9167 from mainline to maintperl.
62843              
62844              Subject: [PATCH 5.6.1] OS/2 docs
62845              
62846              Subject: [PATCH 5.6.1] perldoc
62847      Branch: maint-5.6/perl
62848           !> os2/Changes utils/perldoc.PL
62849 ____________________________________________________________________________
62850 [  9167] By: jhi                                   on 2001/03/15  14:07:42
62851         Log: Subject: [PATCH 5.6.1] perldoc
62852              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62853              Date: Wed, 14 Mar 2001 23:46:52 -0500
62854              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
62855      Branch: perl
62856            ! utils/perldoc.PL
62857 ____________________________________________________________________________
62858 [  9166] By: jhi                                   on 2001/03/15  13:53:15
62859         Log: sigaction test condition tweakage.
62860      Branch: perl
62861            ! t/lib/sigaction.t
62862 ____________________________________________________________________________
62863 [  9165] By: alanbur                               on 2001/03/15  03:49:17
62864         Log: Resynchronised with parent
62865      Branch: maint-5.6/pureperl
62866           +> os2/os2add.sym t/op/anonsub.t
62867           !> (integrate 72 files)
62868 ____________________________________________________________________________
62869 [  9164] By: jhi                                   on 2001/03/15  01:05:01
62870         Log: Avoid stomping off the beginning of an array in tr///.
62871      Branch: perl
62872            ! op.c
62873 ____________________________________________________________________________
62874 [  9163] By: jhi                                   on 2001/03/15  00:58:57
62875         Log: h2ph strictness and cleanliness from Kurt Starsinic.
62876      Branch: perl
62877            ! utils/h2ph.PL
62878 ____________________________________________________________________________
62879 [  9162] By: gsar                                  on 2001/03/15  00:56:53
62880         Log: avoid warnings
62881      Branch: maint-5.6/perl
62882            ! t/op/magic.t
62883 ____________________________________________________________________________
62884 [  9161] By: gsar                                  on 2001/03/15  00:52:09
62885         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62886              results
62887      Branch: maint-5.6/perl
62888            ! t/op/magic.t
62889 ____________________________________________________________________________
62890 [  9160] By: jhi                                   on 2001/03/14  22:02:10
62891         Log: Do not use the Perl malloc in IRIX, suggested by
62892              Helmus Jarausch.
62893      Branch: perl
62894            ! hints/irix_6.sh
62895 ____________________________________________________________________________
62896 [  9159] By: nick                                  on 2001/03/14  21:45:59
62897         Log: Integrate mainline
62898      Branch: perlio
62899           +> t/op/loopctl.t
62900           !> (integrate 41 files)
62901 ____________________________________________________________________________
62902 [  9158] By: jhi                                   on 2001/03/14  21:10:09
62903         Log: The Day of the Retractions continues: the #9138
62904              (integrated in #9144) doesn't work well in mainline.
62905      Branch: perl
62906            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62907            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62908            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62909 ____________________________________________________________________________
62910 [  9157] By: jhi                                   on 2001/03/14  20:58:12
62911         Log: The #9145 CANNOT be enabled: the clear_pmop code still
62912              dumps core all over in Tru64.
62913      Branch: perl
62914            ! op.c op.h t/op/pat.t
62915 ____________________________________________________________________________
62916 [  9156] By: jhi                                   on 2001/03/14  20:48:06
62917         Log: Integrate change #9154 from maintperl to mainline.
62918              
62919              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62920              (caused Storable 1.0.10 to break on windows)
62921      Branch: perl
62922           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62923           !> perlapi.c proto.h
62924 ____________________________________________________________________________
62925 [  9155] By: jhi                                   on 2001/03/14  20:23:53
62926         Log: Retract #9136: breaks threading (and binary compatibility).
62927      Branch: perl
62928            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62929 ____________________________________________________________________________
62930 [  9154] By: gsar                                  on 2001/03/14  17:48:18
62931         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62932              (caused Storable 1.0.10 to break on windows)
62933      Branch: maint-5.6/perl
62934            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62935            ! perlapi.c proto.h
62936 ____________________________________________________________________________
62937 [  9153] By: jhi                                   on 2001/03/14  13:35:21
62938         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
62939      Branch: perl
62940            ! t/lib/sigaction.t
62941 ____________________________________________________________________________
62942 [  9152] By: gsar                                  on 2001/03/14  07:29:40
62943         Log: back out changes#9012,9010,9009 and parts of change#9016
62944              (causes ABRs under purify, and some prerequisites don't
62945              seem to be there in 5.6.x)
62946      Branch: maint-5.6/perl
62947            ! doop.c op.c t/op/tr.t toke.c
62948 ____________________________________________________________________________
62949 [  9151] By: gsar                                  on 2001/03/14  07:01:29
62950         Log: reenable change#9145 (the test was busted due to a missing
62951              C<print "ok 27\n">)
62952      Branch: perl
62953            ! op.c op.h t/op/pat.t
62954 ____________________________________________________________________________
62955 [  9150] By: jhi                                   on 2001/03/14  06:38:36
62956         Log: Retract #9145.
62957      Branch: perl
62958            ! op.c op.h t/op/pat.t
62959 ____________________________________________________________________________
62960 [  9149] By: jhi                                   on 2001/03/14  06:14:56
62961         Log: Retract #9143.
62962      Branch: perl
62963            ! op.c
62964 ____________________________________________________________________________
62965 [  9148] By: gsar                                  on 2001/03/14  06:13:02
62966         Log: Uninitialized Memory Read in regexec.c
62967      Branch: perl
62968            ! regexec.c
62969 ____________________________________________________________________________
62970 [  9147] By: jhi                                   on 2001/03/14  04:59:54
62971         Log: Subject: PATCH: make goto work in nested eval ""
62972              From: Robin Houston <robin@kitsite.com>
62973              Date: Wed, 14 Mar 2001 04:16:10 +0000
62974              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
62975      Branch: perl
62976            ! pp_ctl.c t/op/goto.t
62977 ____________________________________________________________________________
62978 [  9146] By: jhi                                   on 2001/03/14  04:42:54
62979         Log: Preserve the #ifdef PERL_CORE in perly.h.
62980      Branch: perl
62981            ! perly.fixer
62982 ____________________________________________________________________________
62983 [  9145] By: jhi                                   on 2001/03/14  03:57:41
62984         Log: (Retracted by #9150.)
62985      Branch: perl
62986            ! op.c op.h t/op/pat.t
62987 ____________________________________________________________________________
62988 [  9144] By: jhi                                   on 2001/03/14  03:50:38
62989         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
62990              
62991              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62992              
62993              remove squelch controls for "Scalars leaked" messages in most places
62994              (these are now cured)
62995              
62996              fix another memory leak reported by purify (tie callbacks that
62997              croak can leak when wiping out magic)
62998      Branch: perl
62999           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
63000           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
63001           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
63002           !> t/pragma/warnings.t
63003 ____________________________________________________________________________
63004 [  9143] By: jhi                                   on 2001/03/14  03:37:53
63005         Log: (Retracted by #9149.)
63006      Branch: perl
63007            ! op.c
63008 ____________________________________________________________________________
63009 [  9142] By: gsar                                  on 2001/03/14  03:20:48
63010         Log: fix another memory leak reported by purify (tie callbacks that
63011              croak can leak when wiping out magic)
63012      Branch: maint-5.6/perl
63013            ! scope.c
63014 ____________________________________________________________________________
63015 [  9141] By: jhi                                   on 2001/03/14  02:55:00
63016         Log: Subject: PATCH for [ID 20010305.003]
63017              From: Robin Houston <robin@kitsite.com>
63018              Date: Wed, 14 Mar 2001 02:45:51 +0000
63019              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
63020      Branch: perl
63021            ! pp_ctl.c t/op/eval.t
63022 ____________________________________________________________________________
63023 [  9140] By: jhi                                   on 2001/03/14  02:41:54
63024         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63025              Date: Wed, 14 Mar 2001 01:52:51 +0000
63026              From: Robin Houston <robin@kitsite.com>
63027              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
63028              
63029              Fix for 2000313.004.
63030      Branch: perl
63031            ! pp_ctl.c t/op/goto.t
63032 ____________________________________________________________________________
63033 [  9139] By: jhi                                   on 2001/03/14  02:40:50
63034         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63035              From: Robin Houston <robin@kitsite.com>
63036              Date: Wed, 14 Mar 2001 00:43:45 +0000
63037              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
63038      Branch: perl
63039            + t/op/loopctl.t
63040            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
63041            ! vms/perly_c.vms
63042 ____________________________________________________________________________
63043 [  9138] By: gsar                                  on 2001/03/14  01:18:00
63044         Log: remove squelch controls for "Scalars leaked" messages in most places
63045              (these are now cured)
63046      Branch: maint-5.6/perl
63047            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
63048            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
63049            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
63050 ____________________________________________________________________________
63051 [  9137] By: gsar                                  on 2001/03/14  00:57:04
63052         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
63053      Branch: maint-5.6/perl
63054            ! regcomp.c
63055 ____________________________________________________________________________
63056 [  9136] By: jhi                                   on 2001/03/13  23:12:24
63057         Log: (Retracted by #9155)
63058              
63059              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
63060              From: Jens-Uwe Mager <jum@helios.de>
63061              Date: Wed, 21 Feb 2001 21:32:04 +0100
63062              Message-ID: <20010221213203.A18340@ans.helios.de>
63063      Branch: perl
63064            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
63065 ____________________________________________________________________________
63066 [  9135] By: jhi                                   on 2001/03/13  22:50:05
63067         Log: Integrate perlio:
63068              
63069              [  9126]
63070              #ifdef'ed out code to make packed side of pack/unpack
63071              octets. (i.e. pack('U') => encode_utf8).
63072      Branch: perl
63073           !> pp.c
63074 ____________________________________________________________________________
63075 [  9134] By: jhi                                   on 2001/03/13  22:49:05
63076         Log: Integrate change #9131 from maintperl into mainline.
63077              
63078              make the error text look more consistent in hints/hpux.sh
63079      Branch: perl
63080           !> hints/hpux.sh
63081 ____________________________________________________________________________
63082 [  9133] By: gsar                                  on 2001/03/13  22:46:20
63083         Log: integrate change#9067 from mainline
63084              
63085              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63086      Branch: maint-5.6/perl
63087           !> lib/ExtUtils/MM_Unix.pm
63088 ____________________________________________________________________________
63089 [  9132] By: jhi                                   on 2001/03/13  22:41:21
63090         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
63091              From: "John P. Linderman" <jpl@research.att.com>
63092              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
63093              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
63094              
63095              A more correct prime finder.
63096      Branch: perl
63097            ! lib/Tie/SubstrHash.pm
63098 ____________________________________________________________________________
63099 [  9131] By: gsar                                  on 2001/03/13  22:30:42
63100         Log: make the error text look more consistent in hints/hpux.sh
63101      Branch: maint-5.6/perl
63102            ! hints/hpux.sh
63103 ____________________________________________________________________________
63104 [  9130] By: jhi                                   on 2001/03/13  22:23:44
63105         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
63106              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63107              Date: Tue, 13 Mar 2001 18:41:26 +0100
63108              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
63109              
63110              If the test is run non-interactively the default handler
63111              is different.
63112      Branch: perl
63113            ! t/lib/sigaction.t
63114 ____________________________________________________________________________
63115 [  9129] By: jhi                                   on 2001/03/13  22:20:21
63116         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
63117              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63118              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
63119              Date:     Tue, 13 Mar 2001 16:44:32 EST
63120      Branch: perl
63121            ! t/lib/1_compile.t
63122 ____________________________________________________________________________
63123 [  9128] By: jhi                                   on 2001/03/13  22:18:34
63124         Log: Subject: Another patch for integer.pm POD 
63125              From: "John L. Allen" <allen@grumman.com>
63126              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
63127              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
63128      Branch: perl
63129            ! lib/integer.pm
63130 ____________________________________________________________________________
63131 [  9127] By: nick                                  on 2001/03/13  21:26:30
63132         Log: Integrate mainline.
63133      Branch: perlio
63134           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
63135           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
63136           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
63137           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
63138           !> Changes Configure MANIFEST README.os2 README.os390
63139           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
63140           !> os2/Changes patchlevel.h win32/perlhost.h
63141 ____________________________________________________________________________
63142 [  9126] By: nick                                  on 2001/03/13  20:39:51
63143         Log: #ifdef'ed out code to make packed side of pack/unpack
63144              octets. (i.e. pack('U') => encode_utf8).
63145      Branch: perlio
63146            ! pp.c
63147 ____________________________________________________________________________
63148 [  9125] By: jhi                                   on 2001/03/13  15:07:16
63149         Log: Update Changes.
63150      Branch: perl
63151            ! Changes patchlevel.h
63152 ____________________________________________________________________________
63153 [  9124] By: jhi                                   on 2001/03/13  14:22:45
63154         Log: Workaround for the buggy ("internal compiler error")
63155              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
63156              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
63157              of Andreas König.
63158      Branch: perl
63159            ! ext/re/Makefile.PL hints/aix.sh
63160 ____________________________________________________________________________
63161 [  9123] By: jhi                                   on 2001/03/13  03:24:34
63162         Log: Typo in #9114.
63163      Branch: metaconfig
63164            ! U/modified/myhostname.U
63165 ____________________________________________________________________________
63166 [  9122] By: jhi                                   on 2001/03/13  03:24:06
63167         Log: Typo in #9113.
63168      Branch: perl
63169            ! Configure
63170 ____________________________________________________________________________
63171 [  9121] By: jhi                                   on 2001/03/13  01:53:05
63172         Log: Forgot to check-in the larger part of #9120, duh.
63173      Branch: perl
63174            ! README.os2
63175 ____________________________________________________________________________
63176 [  9120] By: jhi                                   on 2001/03/13  01:51:31
63177         Log: Subject: [PATCH 5.6.1] OS/2 docs
63178              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63179              Date: Mon, 12 Mar 2001 03:27:32 -0500
63180              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
63181      Branch: perl
63182            ! os2/Changes
63183 ____________________________________________________________________________
63184 [  9119] By: jhi                                   on 2001/03/13  01:49:41
63185         Log: Integrate change #9116 from maintperl into mainline.
63186              
63187              Win32::GetCwd() returns C: instead of C:\ in the root directory
63188              under ithreads
63189      Branch: perl
63190           !> win32/perlhost.h
63191 ____________________________________________________________________________
63192 [  9118] By: jhi                                   on 2001/03/13  01:13:39
63193         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
63194      Branch: perl
63195            + lib/Switch.pm t/lib/switch.t
63196            ! MANIFEST
63197 ____________________________________________________________________________
63198 [  9117] By: jhi                                   on 2001/03/13  01:03:17
63199         Log: Add Text::Balanced 1.83.
63200      Branch: perl
63201            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
63202            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
63203            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
63204            + t/lib/tb-xvari.t
63205            ! MANIFEST
63206 ____________________________________________________________________________
63207 [  9116] By: gsar                                  on 2001/03/13  00:55:53
63208         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
63209              under ithreads
63210      Branch: maint-5.6/perl
63211            ! win32/perlhost.h
63212 ____________________________________________________________________________
63213 [  9115] By: jhi                                   on 2001/03/13  00:54:09
63214         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
63215              From: "John L. Allen" <allen@grumman.com>
63216              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
63217              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
63218              
63219              use integer document clarification.
63220      Branch: perl
63221            ! lib/integer.pm
63222 ____________________________________________________________________________
63223 [  9114] By: jhi                                   on 2001/03/13  00:38:54
63224         Log: Metaconfig unit change for #9113.
63225      Branch: metaconfig
63226            ! U/modified/myhostname.U
63227 ____________________________________________________________________________
63228 [  9113] By: jhi                                   on 2001/03/13  00:38:35
63229         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?)
63230              From: Peter Prymmer <pvhp@forte.com>
63231              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
63232              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
63233      Branch: perl
63234            ! Configure README.os390 hints/os390.sh
63235 ____________________________________________________________________________
63236 [  9112] By: jhi                                   on 2001/03/13  00:29:00
63237         Log: Integrate perlio:
63238              
63239              [  9110]
63240              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
63241      Branch: perl
63242           !> sv.c utf8.h
63243 ____________________________________________________________________________
63244 [  9111] By: nick                                  on 2001/03/12  21:16:33
63245         Log: Integrate mainline.
63246      Branch: perlio
63247           +> t/op/anonsub.t
63248           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63249           !> proto.h sv.c
63250 ____________________________________________________________________________
63251 [  9110] By: nick                                  on 2001/03/12  21:00:13
63252         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
63253      Branch: perlio
63254            ! sv.c utf8.h
63255 ____________________________________________________________________________
63256 [  9109] By: jhi                                   on 2001/03/12  16:04:47
63257         Log: Integrate change #9108 from maintperl to mainline.
63258              
63259              fix memory leak in C<sub X { sub {} }> arising from a refcount
63260              loop between the outer sub and the inner prototype anonsub
63261              
63262              this also enables closures returned by subroutines that
63263              subsequently get redefined to work without generating coredumps :)
63264              
63265              completely removed the free_closures() hack--it shouldn't be
63266              needed anymore
63267      Branch: perl
63268           +> t/op/anonsub.t
63269           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63270           !> proto.h sv.c
63271 ____________________________________________________________________________
63272 [  9108] By: gsar                                  on 2001/03/12  10:21:31
63273         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
63274              loop between the outer sub and the inner prototype anonsub
63275              
63276              this also enables closures returned by subroutines that
63277              subsequently get redefined to work without generating coredumps :)
63278              
63279              completely removed the free_closures() hack--it shouldn't be
63280              needed anymore
63281      Branch: maint-5.6/perl
63282            + t/op/anonsub.t
63283            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
63284            ! proto.h sv.c
63285 ____________________________________________________________________________
63286 [  9107] By: jhi                                   on 2001/03/12  05:15:31
63287         Log: Integrate perlio:
63288              
63289              [  9106]
63290              regcomp.c is working in native space, not Unicode space (if different)
63291              as it is doing compare against 'W' in \W etc.
63292              
63293              [  9105]
63294              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
63295              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
63296              
63297              [  9104]
63298              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
63299              
63300              [  9102]
63301              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
63302              - exclude layer syms in makedef.pl for sfio
63303              - also inhibit Encode from trying to build ":encode()" layer.
63304      Branch: perl
63305           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
63306 ____________________________________________________________________________
63307 [  9106] By: nick                                  on 2001/03/11  20:10:12
63308         Log: regcomp.c is working in native space, not Unicode space (if different)
63309              as it is doing compare against 'W' in \W etc.
63310      Branch: perlio
63311            ! regcomp.c
63312 ____________________________________________________________________________
63313 [  9105] By: nick                                  on 2001/03/11  19:39:34
63314         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
63315              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
63316      Branch: perlio
63317            ! regcomp.c toke.c utf8.c
63318 ____________________________________________________________________________
63319 [  9104] By: nick                                  on 2001/03/11  18:15:44
63320         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
63321      Branch: perlio
63322            ! sv.c
63323 ____________________________________________________________________________
63324 [  9103] By: nick                                  on 2001/03/11  18:03:28
63325         Log: Integrate mainline (for regexp stuff).
63326      Branch: perlio
63327           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63328           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
63329           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
63330           !> t/lib/errno.t t/op/pat.t
63331 ____________________________________________________________________________
63332 [  9102] By: nick                                  on 2001/03/11  17:44:20
63333         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
63334              - exclude layer syms in makedef.pl for sfio
63335              - also inhibit Encode from trying to build ":encode()" layer.
63336      Branch: perlio
63337            ! ext/Encode/Encode.xs makedef.pl
63338 ____________________________________________________________________________
63339 [  9101] By: jhi                                   on 2001/03/10  22:38:13
63340         Log: The $Is_MacOS needs to be declared.
63341      Branch: perl
63342            ! lib/ExtUtils/Manifest.pm
63343 ____________________________________________________________________________
63344 [  9100] By: jhi                                   on 2001/03/10  22:14:29
63345         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
63346              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
63347              pollute the symbolspace if using sfio.
63348      Branch: perl
63349            ! ext/Encode/Encode.xs
63350 ____________________________________________________________________________
63351 [  9099] By: jhi                                   on 2001/03/10  21:58:48
63352         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
63353              Date: Sat, 10 Mar 2001 14:23:55 -0500
63354              From: Chris Nandor <pudge@pobox.com>
63355              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
63356      Branch: perl
63357            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
63358            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
63359            ! t/lib/errno.t
63360 ____________________________________________________________________________
63361 [  9098] By: jhi                                   on 2001/03/10  21:38:30
63362         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
63363      Branch: perl
63364            ! regcomp.c regexec.c t/op/pat.t
63365 ____________________________________________________________________________
63366 [  9097] By: jhi                                   on 2001/03/10  14:38:07
63367         Log: Integrate perlio:
63368              
63369              [  9096]
63370              EBCDIC sanity - phase I
63371              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63372              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63373              - back out vN.N and $^V exceptions to e2a/a2e
63374              - make "locale" isxxx macros be uvchr (may be redundant?)
63375              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63376              The tr// and rexexp stuff still needs an audit, assumption is they are working
63377              in Unicode space.
63378              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63379      Branch: perl
63380           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63381           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63382           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63383 ____________________________________________________________________________
63384 [  9096] By: nick                                  on 2001/03/10  11:55:43
63385         Log: EBCDIC sanity - phase I
63386              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
63387              - use utf8n_xxxx (c.f. pvn) for forms which take length.
63388              - back out vN.N and $^V exceptions to e2a/a2e
63389              - make "locale" isxxx macros be uvchr (may be redundant?)
63390              
63391              Not clear yet that toUPPER_uni et. al. return being handled correctly.
63392              The tr// and rexexp stuff still needs an audit, assumption is they are working
63393              in Unicode space.
63394              
63395              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63396      Branch: perlio
63397            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63398            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63399            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63400 ____________________________________________________________________________
63401 [  9095] By: jhi                                   on 2001/03/09  22:10:01
63402         Log: Integrate perlio:
63403              
63404              [  9094]
63405              Builds an passes all tests after integrate and this tweak.
63406      Branch: perl
63407           !> dump.c
63408 ____________________________________________________________________________
63409 [  9094] By: nick                                  on 2001/03/09  17:36:38
63410         Log: Builds an passes all tests after integrate and this tweak.
63411      Branch: perlio
63412            ! dump.c
63413 ____________________________________________________________________________
63414 [  9093] By: nick                                  on 2001/03/09  17:16:03
63415         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
63416      Branch: perlio
63417           +> lib/unicode/Scripts.txt t/lib/sigaction.t
63418           !> (integrate 79 files)
63419 ____________________________________________________________________________
63420 [  9092] By: jhi                                   on 2001/03/09  15:28:26
63421         Log: Update Changes.
63422      Branch: perl
63423            ! Changes patchlevel.h
63424 ____________________________________________________________________________
63425 [  9091] By: jhi                                   on 2001/03/09  15:25:05
63426         Log: In op/stat #35 better to scan all the potential directories
63427              for setuids, not just the first one.
63428      Branch: perl
63429            ! t/op/stat.t
63430 ____________________________________________________________________________
63431 [  9090] By: jhi                                   on 2001/03/09  15:01:27
63432         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
63433              From: rspier@pobox.com (Robert Spier)
63434              Date: Fri, 9 Mar 2001 03:30:20 -0500
63435              Message-ID: <15016.38044.381174.160189@rls.cx>
63436              
63437              EXISTS() returning undef mistakenly triggered a FETCH().
63438      Branch: perl
63439            ! hv.c
63440 ____________________________________________________________________________
63441 [  9089] By: jhi                                   on 2001/03/09  14:59:02
63442         Log: Add /sbin and /usr/sbin to the list of directories scanned
63443              for setuid programs.  Takes care of bug id 20010309.003.
63444      Branch: perl
63445            ! t/op/stat.t
63446 ____________________________________________________________________________
63447 [  9088] By: jhi                                   on 2001/03/09  14:48:32
63448         Log: Regen perlapi, perltoc.
63449      Branch: perl
63450            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
63451 ____________________________________________________________________________
63452 [  9087] By: jhi                                   on 2001/03/09  14:38:56
63453         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63454              From: David Mitchell <davem@fdgroup.co.uk>
63455              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
63456              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
63457      Branch: perl
63458            ! dump.c perl.c perl.h pod/perlrun.pod
63459 ____________________________________________________________________________
63460 [  9086] By: jhi                                   on 2001/03/09  01:47:16
63461         Log: A modified version of
63462              
63463              Subject: [ID 20010307.005] POSIX::sigaction has various problems
63464              From: anders@broadcom.com
63465              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
63466              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
63467              
63468              Currently the sigaction.t test #6 fails (and is fudged to look
63469              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
63470              This may well be a genuine bug in Linux sigaction() (since at
63471              least Tru64, Solaris, and HP-UX disagree with Linux).
63472              Anyone with POSIX / SUSv2 tome handy?  The problem is that
63473              the flags of the oldaction don't match with the flags in
63474              the previously installed disposition.
63475      Branch: perl
63476            + t/lib/sigaction.t
63477            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
63478 ____________________________________________________________________________
63479 [  9085] By: jhi                                   on 2001/03/09  01:30:13
63480         Log: Subject: Re: mission impossible for the day
63481              From: Alex Gough <alex@rcon.org>
63482              Date: Thu, 08 Mar 2001 17:18:19 +0000
63483              Message-ID: <3AA7BEDB.8070409@rcon.org>
63484              
63485              If references (are overloaded) and can be directly stringified,
63486              show that instead of "stringified".
63487              
63488              (The problem, infinite mutual recursion caused by overloaded bool
63489              in Switch.pm, tracked by David Mitchell)
63490      Branch: perl
63491            ! lib/Carp/Heavy.pm
63492 ____________________________________________________________________________
63493 [  9084] By: jhi                                   on 2001/03/09  01:20:39
63494         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63495              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
63496              From: David Mitchell <davem@fdgroup.co.uk>
63497              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
63498      Branch: perl
63499            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
63500            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
63501 ____________________________________________________________________________
63502 [  9083] By: jhi                                   on 2001/03/09  01:16:51
63503         Log: Subject: [PATCH] perldata.pod here-doc docs
63504              From: Jeff Pinyan <jeffp@crusoe.net>
63505              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
63506              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
63507      Branch: perl
63508            ! pod/perldata.pod
63509 ____________________________________________________________________________
63510 [  9082] By: jhi                                   on 2001/03/09  01:01:27
63511         Log: Subject: Re: Unicode/EBCDIC
63512              From: Peter Prymmer <pvhp@forte.com>
63513              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
63514              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
63515      Branch: perl
63516            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
63517 ____________________________________________________________________________
63518 [  9081] By: jhi                                   on 2001/03/08  13:41:30
63519         Log: Subject: Ooops, wrong 'no *POSIX' Patch
63520              From: Dorner Thomas <Thomas.Dorner@start.de>
63521              Date: Thu, 8 Mar 2001 08:43:28 +0100
63522              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
63523      Branch: perl
63524            ! hints/posix-bc.sh
63525 ____________________________________________________________________________
63526 [  9080] By: jhi                                   on 2001/03/08  13:11:42
63527         Log: It's Scripts.txt, not Script.txt.
63528      Branch: perl
63529            ! MANIFEST
63530 ____________________________________________________________________________
63531 [  9079] By: jhi                                   on 2001/03/08  12:59:05
63532         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
63533              From: Dorner Thomas <Thomas.Dorner@start.de>
63534              Date: Wed, 7 Mar 2001 14:13:31 +0100
63535              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
63536      Branch: perl
63537            ! makedepend.SH
63538 ____________________________________________________________________________
63539 [  9078] By: jhi                                   on 2001/03/08  12:57:43
63540         Log: Retract #9069, wrong patch.
63541      Branch: perl
63542            ! Makefile.SH
63543 ____________________________________________________________________________
63544 [  9077] By: jhi                                   on 2001/03/08  01:06:13
63545         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
63546      Branch: perl
63547            + lib/unicode/Scripts.txt
63548            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
63549            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
63550            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
63551            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63552            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63553            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63554            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63555            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63556            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63557            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63558            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63559            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63560            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63561            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63562            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63563            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63564            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
63565            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
63566            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
63567            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
63568            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
63569            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
63570            ! lib/unicode/version
63571 ____________________________________________________________________________
63572 [  9076] By: jhi                                   on 2001/03/07  22:59:39
63573         Log: Integrate change #7784 from mainline into maintperl.
63574              
63575              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
63576      Branch: maint-5.6/perl
63577           !> pp_ctl.c t/op/pat.t
63578 ____________________________________________________________________________
63579 [  9075] By: jhi                                   on 2001/03/07  22:05:11
63580         Log: More UTF-8 test tweaks.
63581      Branch: perl
63582            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
63583 ____________________________________________________________________________
63584 [  9074] By: nick                                  on 2001/03/07  21:39:29
63585         Log: Integrate mainline.
63586      Branch: perlio
63587           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
63588           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
63589           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
63590           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
63591           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
63592 ____________________________________________________________________________
63593 [  9073] By: jhi                                   on 2001/03/07  16:37:09
63594         Log: Update Changes.
63595      Branch: perl
63596            ! Changes patchlevel.h
63597 ____________________________________________________________________________
63598 [  9072] By: jhi                                   on 2001/03/07  16:32:30
63599         Log: Subject: [ID 20010306.004] || != named unary operator
63600              From: abela@geneanet.org
63601              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
63602              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
63603      Branch: perl
63604            ! pod/perlop.pod
63605 ____________________________________________________________________________
63606 [  9071] By: jhi                                   on 2001/03/07  15:14:11
63607         Log: Subject: downgrading to bytes for common functions
63608              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
63609              Date: Wed, 7 Mar 2001 02:36:55 -0500
63610              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
63611      Branch: perl
63612            ! pp_sys.c
63613 ____________________________________________________________________________
63614 [  9070] By: jhi                                   on 2001/03/07  15:04:58
63615         Log: Clarify the description differentiating for and while; inspired by
63616              
63617              Subject: [ID 20010306.002] for/while difference in for definition
63618              From: abela@geneanet.org
63619              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
63620              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
63621      Branch: perl
63622            ! pod/perlsyn.pod
63623 ____________________________________________________________________________
63624 [  9069] By: jhi                                   on 2001/03/07  14:55:30
63625         Log: (Retracted by #9078.)
63626      Branch: perl
63627            ! Makefile.SH
63628 ____________________________________________________________________________
63629 [  9068] By: jhi                                   on 2001/03/07  14:51:17
63630         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
63631              From: Radu Greab <radu@netsoft.ro>
63632              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
63633              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
63634      Branch: perl
63635            ! pp.c t/op/chop.t
63636 ____________________________________________________________________________
63637 [  9067] By: jhi                                   on 2001/03/07  14:48:57
63638         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63639              From: Simon Cozens <simon@netthink.co.uk>
63640              Date: Wed, 7 Mar 2001 13:59:28 +0000
63641              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
63642              
63643              In order to allow MakeMaker to build correct Makefiles,
63644              you need to change the order of the arguments in MM_Unix.pm
63645              as well. (Unless you have C89_CCMODE set, but we're trying
63646              to be POSIXly correct)
63647              
63648              Thanks to Merijn Broeren for tracking this down.
63649      Branch: perl
63650            ! lib/ExtUtils/MM_Unix.pm
63651 ____________________________________________________________________________
63652 [  9066] By: jhi                                   on 2001/03/07  14:30:02
63653         Log: Floating point too messy.
63654      Branch: perl
63655            ! t/camel-III/vstring.t
63656 ____________________________________________________________________________
63657 [  9065] By: jhi                                   on 2001/03/07  14:17:44
63658         Log: Integrate change #9064 from maintperl into mainline.
63659              
63660              fix memory leak in pack("Bb",...)
63661      Branch: perl
63662           !> perl.c
63663 ____________________________________________________________________________
63664 [  9064] By: gsar                                  on 2001/03/07  06:29:24
63665         Log: fix memory leak in pack("Bb",...)
63666      Branch: maint-5.6/perl
63667            ! perl.c
63668 ____________________________________________________________________________
63669 [  9063] By: jhi                                   on 2001/03/07  00:55:04
63670         Log: Major utf8 test reorganisation and rewrite.
63671              Hopefully no tests were lost in the shuffle.
63672              (The beginning of pragma/utf8 was lost intentionally,
63673              the tests were rather bogus and incomplete.)
63674      Branch: perl
63675            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
63676            ! t/pragma/utf8.t
63677 ____________________________________________________________________________
63678 [  9062] By: jhi                                   on 2001/03/07  00:41:16
63679         Log: More tweakage on the Unicode character class descriptions.
63680      Branch: perl
63681            ! lib/unicode/mktables.PL pod/perlretut.pod
63682 ____________________________________________________________________________
63683 [  9061] By: jhi                                   on 2001/03/06  23:12:38
63684         Log: The perlretut was still talking about the old \p and \P
63685              definitions.
63686      Branch: perl
63687            ! pod/perlretut.pod
63688 ____________________________________________________________________________
63689 [  9060] By: nick                                  on 2001/03/06  20:52:37
63690         Log: Integrate mainline (make test works again now).
63691      Branch: perlio
63692           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
63693 ____________________________________________________________________________
63694 [  9059] By: jhi                                   on 2001/03/06  15:36:14
63695         Log: 0.999... does equal 1.0, doesn't it?
63696      Branch: perl
63697            ! t/camel-III/vstring.t
63698 ____________________________________________________________________________
63699 [  9058] By: jhi                                   on 2001/03/06  15:34:00
63700         Log: Make /x{abcd}/ to work without use utf8.
63701      Branch: perl
63702            ! regcomp.c
63703 ____________________________________________________________________________
63704 [  9057] By: jhi                                   on 2001/03/06  03:02:36
63705         Log: Easier to outcomment all the three reset() tests for now.
63706      Branch: perl
63707            ! t/op/pat.t
63708 ____________________________________________________________________________
63709 [  9056] By: jhi                                   on 2001/03/06  02:30:02
63710         Log: Comment out the deadly reset; until the 20010301.005
63711              is finally fixed.
63712      Branch: perl
63713            ! t/op/pat.t
63714 ____________________________________________________________________________
63715 [  9055] By: jhi                                   on 2001/03/06  02:21:26
63716         Log: Integrate the change #9054 from mainline:
63717              retract the PMOP cleanup patch pending further investigation.
63718      Branch: maint-5.6/perl
63719           !> op.c op.h
63720 ____________________________________________________________________________
63721 [  9054] By: jhi                                   on 2001/03/06  02:19:57
63722         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
63723              with oddly familiar stack traces.
63724      Branch: perl
63725            ! op.c op.h
63726 ____________________________________________________________________________
63727 [  9053] By: jhi                                   on 2001/03/05  23:20:28
63728         Log: Integrate perlio:
63729              
63730              [  9052]
63731              skipping USE_PERLIO symbols correction.
63732              
63733              [  9051]
63734              More Encode alias tidying.
63735      Branch: perl
63736           +> ext/Encode/Encode/koi8-r.ucm
63737           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63738           !> makedef.pl
63739 ____________________________________________________________________________
63740 [  9052] By: nick                                  on 2001/03/05  23:08:17
63741         Log: skipping USE_PERLIO symbols correction.
63742      Branch: perlio
63743            ! makedef.pl
63744 ____________________________________________________________________________
63745 [  9051] By: nick                                  on 2001/03/05  22:35:07
63746         Log: More Encode alias tidying.
63747      Branch: perlio
63748            + ext/Encode/Encode/koi8-r.ucm
63749            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63750 ____________________________________________________________________________
63751 [  9050] By: jhi                                   on 2001/03/05  21:44:29
63752         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
63753              Sarathy's fix for ID 20010301.005.
63754      Branch: maint-5.6/perl
63755           !> op.c op.h
63756 ____________________________________________________________________________
63757 [  9049] By: nick                                  on 2001/03/05  19:54:04
63758         Log: Integrate Jarkko's Encode.pm tweak.
63759      Branch: perlio
63760           !> ext/Encode/Encode.pm
63761 ____________________________________________________________________________
63762 [  9048] By: nick                                  on 2001/03/05  19:47:57
63763         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
63764      Branch: perlio
63765           +> os2/os2add.sym
63766           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
63767           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
63768           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
63769           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
63770           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
63771 ____________________________________________________________________________
63772 [  9047] By: jhi                                   on 2001/03/05  19:25:26
63773         Log: Regen perlapi.
63774      Branch: perl
63775            ! pod/perlapi.pod
63776 ____________________________________________________________________________
63777 [  9046] By: jhi                                   on 2001/03/05  19:12:14
63778         Log: Integrate perlio:
63779              
63780              [  9043]
63781              Update MANIFEST for new test.
63782              
63783              [  9042]
63784              Some tests for Camel 3rd edition features.
63785              Make gethostbyaddr() test in above work.
63786      Branch: perl
63787           +> t/camel-III/vstring.t
63788           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
63789 ____________________________________________________________________________
63790 [  9045] By: jhi                                   on 2001/03/05  19:10:36
63791         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
63792      Branch: perl
63793            ! ext/Encode/Encode.pm
63794 ____________________________________________________________________________
63795 [  9044] By: jhi                                   on 2001/03/05  18:49:12
63796         Log: Forgot the other half of the PMOP patch (#9033).
63797      Branch: perl
63798            ! op.h
63799 ____________________________________________________________________________
63800 [  9043] By: nick                                  on 2001/03/05  18:14:47
63801         Log: Update MANIFEST for new test.
63802      Branch: perlio
63803            ! MANIFEST
63804 ____________________________________________________________________________
63805 [  9042] By: nick                                  on 2001/03/05  18:12:41
63806         Log: Some tests for Camel 3rd edition features.
63807              Make gethostbyaddr() test in above work.
63808      Branch: perlio
63809            + t/camel-III/vstring.t
63810            ! pp.h pp_sys.c t/TEST t/harness
63811 ____________________________________________________________________________
63812 [  9041] By: jhi                                   on 2001/03/05  17:41:48
63813         Log: Add more ISO 8859 encoding aliases.
63814      Branch: perl
63815            ! ext/Encode/Encode.pm
63816 ____________________________________________________________________________
63817 [  9040] By: jhi                                   on 2001/03/05  17:30:43
63818         Log: Integrate perlio:
63819              
63820              [  9039]
63821              Missed added file.
63822              
63823              [  9037]
63824              Long-standing "defined but not used" SvPVbyte*() are about to get used
63825              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63826              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63827              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63828              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63829      Branch: perl
63830           !> MANIFEST sv.c
63831 ____________________________________________________________________________
63832 [  9039] By: nick                                  on 2001/03/05  17:11:36
63833         Log: Missed added file.
63834      Branch: perlio
63835            ! MANIFEST
63836 ____________________________________________________________________________
63837 [  9038] By: jhi                                   on 2001/03/05  15:58:01
63838         Log: Add tr tests for EBCDIC, from Karsten Sperling.
63839      Branch: perl
63840            ! t/op/tr.t
63841 ____________________________________________________________________________
63842 [  9037] By: nick                                  on 2001/03/05  15:56:35
63843         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
63844              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63845              
63846              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63847              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63848              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63849      Branch: perlio
63850            ! sv.c
63851 ____________________________________________________________________________
63852 [  9036] By: jhi                                   on 2001/03/05  15:49:15
63853         Log: Add matching tests currently failing in EBCDIC,
63854              suggested by Karsten Sperling.
63855      Branch: perl
63856            ! t/op/pat.t
63857 ____________________________________________________________________________
63858 [  9035] By: jhi                                   on 2001/03/05  15:36:55
63859         Log: The #9034 needs a MANIFESTation.
63860      Branch: perl
63861            ! MANIFEST
63862 ____________________________________________________________________________
63863 [  9034] By: jhi                                   on 2001/03/05  15:35:14
63864         Log: Integrate perlio:
63865              
63866              [  9032]
63867              Encode implementation "completion"
63868              Implement and document define_encoding()
63869              Implement and document encoding aliases including define_alias()
63870              Make Encode::XS use define_encoding() rather than back-door.
63871              Move run-time *.enc to separate Encode::Tcl module.
63872              Make 'compile' honour <codeset_name>
63873              Change canonical names of to iso-8859-* and US-ascii.
63874      Branch: perl
63875           +> ext/Encode/Encode/Tcl.pm
63876           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
63877           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63878           !> ext/Encode/Encode/iso8859-1.ucm
63879           !> ext/Encode/Encode/iso8859-10.ucm
63880           !> ext/Encode/Encode/iso8859-13.ucm
63881           !> ext/Encode/Encode/iso8859-14.ucm
63882           !> ext/Encode/Encode/iso8859-15.ucm
63883           !> ext/Encode/Encode/iso8859-16.ucm
63884           !> ext/Encode/Encode/iso8859-2.ucm
63885           !> ext/Encode/Encode/iso8859-3.ucm
63886           !> ext/Encode/Encode/iso8859-4.ucm
63887           !> ext/Encode/Encode/iso8859-5.ucm
63888           !> ext/Encode/Encode/iso8859-6.ucm
63889           !> ext/Encode/Encode/iso8859-7.ucm
63890           !> ext/Encode/Encode/iso8859-8.ucm
63891           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63892           !> t/lib/encode.t
63893 ____________________________________________________________________________
63894 [  9033] By: jhi                                   on 2001/03/05  15:33:18
63895         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
63896              From: Gurusamy Sarathy <gsar@ActiveState.com>
63897              Date: Sun, 04 Mar 2001 22:33:15 -0800
63898              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
63899              
63900              PMOPs need to remember their own stash so that they can
63901              gracefully remove themselves from their linked list.
63902      Branch: perl
63903            ! op.c
63904 ____________________________________________________________________________
63905 [  9032] By: nick                                  on 2001/03/05  14:51:50
63906         Log: Encode implementation "completion"
63907              Implement and document define_encoding()
63908              Implement and document encoding aliases including define_alias()
63909              Make Encode::XS use define_encoding() rather than back-door.
63910              Move run-time *.enc to separate Encode::Tcl module.
63911              Make 'compile' honour <codeset_name>
63912              Change canonical names of to iso-8859-* and US-ascii.
63913      Branch: perlio
63914            + ext/Encode/Encode/Tcl.pm
63915            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
63916            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63917            ! ext/Encode/Encode/iso8859-1.ucm
63918            ! ext/Encode/Encode/iso8859-10.ucm
63919            ! ext/Encode/Encode/iso8859-13.ucm
63920            ! ext/Encode/Encode/iso8859-14.ucm
63921            ! ext/Encode/Encode/iso8859-15.ucm
63922            ! ext/Encode/Encode/iso8859-16.ucm
63923            ! ext/Encode/Encode/iso8859-2.ucm
63924            ! ext/Encode/Encode/iso8859-3.ucm
63925            ! ext/Encode/Encode/iso8859-4.ucm
63926            ! ext/Encode/Encode/iso8859-5.ucm
63927            ! ext/Encode/Encode/iso8859-6.ucm
63928            ! ext/Encode/Encode/iso8859-7.ucm
63929            ! ext/Encode/Encode/iso8859-8.ucm
63930            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63931            ! t/lib/encode.t
63932 ____________________________________________________________________________
63933 [  9031] By: jhi                                   on 2001/03/05  13:51:17
63934         Log: Integrate change #9030 from maintperl into mainline.
63935              
63936              Subject: [PATCH 5.6.1] OS/2 cleanup
63937      Branch: perl
63938           +> os2/os2add.sym
63939           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63940           !> makedef.pl os2/Changes os2/Makefile.SHs
63941           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63942           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63943           !> os2/os2.sym os2/os2ish.h
63944 ____________________________________________________________________________
63945 [  9030] By: jhi                                   on 2001/03/05  13:46:49
63946         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
63947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63948              Date: Mon, 5 Mar 2001 02:29:44 -0500
63949              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
63950      Branch: maint-5.6/perl
63951            + os2/os2add.sym
63952            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63953            ! makedef.pl os2/Changes os2/Makefile.SHs
63954            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63955            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63956            ! os2/os2.sym os2/os2ish.h
63957 ____________________________________________________________________________
63958 [  9029] By: jhi                                   on 2001/03/05  13:40:35
63959         Log: Integrate change #9028 from maintperl into mainline.
63960              
63961              various nits in MM_Unix.pm found by disabling SelfLoader
63962      Branch: perl
63963           !> lib/ExtUtils/MM_Unix.pm
63964 ____________________________________________________________________________
63965 [  9028] By: gsar                                  on 2001/03/05  09:58:38
63966         Log: various nits in MM_Unix.pm found by disabling SelfLoader
63967      Branch: maint-5.6/perl
63968            ! lib/ExtUtils/MM_Unix.pm
63969 ____________________________________________________________________________
63970 [  9027] By: nick                                  on 2001/03/05  08:35:22
63971         Log: Integrate mainline
63972      Branch: perlio
63973           !> (integrate 28 files)
63974 ____________________________________________________________________________
63975 [  9026] By: jhi                                   on 2001/03/05  02:14:59
63976         Log: Integrate change #9025 from mainline to maintperl,
63977              retract \N{U+HHHH}.
63978      Branch: maint-5.6/perl
63979           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63980           !> t/lib/charnames.t toke.c
63981 ____________________________________________________________________________
63982 [  9025] By: jhi                                   on 2001/03/05  02:13:09
63983         Log: Retracting \N{U+HHHH}.
63984      Branch: perl
63985            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63986            ! t/lib/charnames.t toke.c
63987 ____________________________________________________________________________
63988 [  9024] By: jhi                                   on 2001/03/04  20:51:07
63989         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
63990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
63991              Date: Fri, 02 Mar 2001 18:25:26 +0100
63992              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
63993              
63994              Casting problem.
63995      Branch: perl
63996            ! ext/Storable/Storable.xs
63997 ____________________________________________________________________________
63998 [  9023] By: jhi                                   on 2001/03/04  19:46:45
63999         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
64000              From: nick@talking.bollo.cx
64001              Date: Sat, 03 Mar 2001 21:41:33 +0000
64002              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
64003              
64004              Revert the workaround.
64005      Branch: perl
64006            ! perlio.c
64007 ____________________________________________________________________________
64008 [  9022] By: jhi                                   on 2001/03/04  19:36:28
64009         Log: Update Changes.
64010      Branch: perl
64011            ! Changes patchlevel.h
64012 ____________________________________________________________________________
64013 [  9021] By: jhi                                   on 2001/03/04  18:41:00
64014         Log: makedef.pl updates suggested by Chris Nandor; double-checking
64015              the changes in AIX, OS/2 Win32 would be nice.
64016      Branch: perl
64017            ! makedef.pl
64018 ____________________________________________________________________________
64019 [  9020] By: jhi                                   on 2001/03/04  18:23:58
64020         Log: Integrate change #9012 from maintperl into mainline,
64021              quench a compiler warning.
64022      Branch: perl
64023           !> toke.c
64024 ____________________________________________________________________________
64025 [  9019] By: jhi                                   on 2001/03/04  18:18:43
64026         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
64027              
64028              \N{U+HHHH} fix.
64029              
64030              pattern in G_ARRAY context
64031      Branch: maint-5.6/perl
64032           !> pp_hot.c t/op/pat.t toke.c
64033 ____________________________________________________________________________
64034 [  9018] By: jhi                                   on 2001/03/04  18:07:48
64035         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
64036              From: Jeff Pinyan <jeffp@crusoe.net>
64037              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
64038              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
64039      Branch: perl
64040            ! pp_hot.c t/op/pat.t
64041 ____________________________________________________________________________
64042 [  9017] By: jhi                                   on 2001/03/04  18:06:21
64043         Log: I thought I tested the #9014.
64044      Branch: perl
64045            ! toke.c
64046 ____________________________________________________________________________
64047 [  9016] By: jhi                                   on 2001/03/04  17:41:22
64048         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
64049              
64050              Tweak the get*ent() OS/2 prototypes.
64051              
64052              Add the \N{U+HHHH} syntax.
64053              
64054              More tr/// UTF-8 fixes from Inaba Hiroto.
64055      Branch: maint-5.6/perl
64056           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
64057           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
64058 ____________________________________________________________________________
64059 [  9015] By: jhi                                   on 2001/03/04  17:36:04
64060         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
64061      Branch: perl
64062            ! doop.c t/op/tr.t
64063 ____________________________________________________________________________
64064 [  9014] By: jhi                                   on 2001/03/04  17:24:49
64065         Log: Add the \N{U+HHHH} syntax.
64066      Branch: perl
64067            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
64068            ! t/lib/charnames.t toke.c
64069 ____________________________________________________________________________
64070 [  9013] By: jhi                                   on 2001/03/04  17:20:45
64071         Log: Tweak the get*ent() OS/2 prototypes.
64072      Branch: perl
64073            ! os2/os2.c
64074 ____________________________________________________________________________
64075 [  9012] By: gsar                                  on 2001/03/04  06:26:14
64076         Log: avoid warning (nit in change#9009)
64077      Branch: maint-5.6/perl
64078            ! toke.c
64079 ____________________________________________________________________________
64080 [  9011] By: gsar                                  on 2001/03/04  06:15:24
64081         Log: lib/charnames.t fails in 5.6.x because of older Unicode
64082              data
64083              
64084              TODO: need to revisit this after updating lib/unicode/...
64085      Branch: maint-5.6/perl
64086            ! t/lib/charnames.t
64087 ____________________________________________________________________________
64088 [  9010] By: gsar                                  on 2001/03/04  06:08:36
64089         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
64090      Branch: maint-5.6/perl
64091            ! toke.c
64092 ____________________________________________________________________________
64093 [  9009] By: jhi                                   on 2001/03/03  19:27:20
64094         Log: Integrate change #9008 from mainline to maintperl,
64095              UTF-8 tr/// fixes from Inaba Hiroto.
64096      Branch: maint-5.6/perl
64097           !> doop.c op.c t/op/tr.t toke.c
64098 ____________________________________________________________________________
64099 [  9008] By: jhi                                   on 2001/03/03  19:19:42
64100         Log: UTF8 tr/// fixes from Inaba Hiroto.
64101      Branch: perl
64102            ! doop.c op.c t/op/tr.t toke.c
64103 ____________________________________________________________________________
64104 [  9007] By: jhi                                   on 2001/03/03  19:00:30
64105         Log: Integrate change #9006 from maintperl to mainline,
64106              more robust quest for the infinite.
64107      Branch: perl
64108           !> lib/Math/Complex.pm
64109 ____________________________________________________________________________
64110 [  9006] By: jhi                                   on 2001/03/03  18:58:06
64111         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
64112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64113              Date: Sat, 3 Mar 2001 12:51:50 -0500
64114              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
64115              
64116              Be more robust in our quest for the infinite.
64117      Branch: maint-5.6/perl
64118            ! lib/Math/Complex.pm
64119 ____________________________________________________________________________
64120 [  9005] By: jhi                                   on 2001/03/03  17:55:50
64121         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
64122      Branch: maint-5.6/perl
64123            ! doio.c
64124 ____________________________________________________________________________
64125 [  9004] By: jhi                                   on 2001/03/03  17:40:14
64126         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
64127              so that picky compilers like IRIX won't get huffy about
64128              "statements without effect" (like 1;).
64129      Branch: perl
64130            ! toke.c
64131 ____________________________________________________________________________
64132 [  9003] By: jhi                                   on 2001/03/03  17:15:52
64133         Log: Integrate change #9002 from mainline to maintperl.
64134              
64135              Subject: [perl-5.6.x, perl-current] accept for EPOC
64136      Branch: maint-5.6/perl
64137           !> pp_sys.c
64138 ____________________________________________________________________________
64139 [  9002] By: jhi                                   on 2001/03/03  17:14:30
64140         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
64141              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64142              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
64143              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
64144      Branch: perl
64145            ! pp_sys.c
64146 ____________________________________________________________________________
64147 [  9001] By: jhi                                   on 2001/03/03  17:13:13
64148         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
64149              From: "Craig A. Berry" <craigberry@mac.com>
64150              Date: Fri, 02 Mar 2001 17:44:40 -0600
64151              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
64152      Branch: perl
64153            ! t/pod/find.t
64154 ____________________________________________________________________________
64155 [  9000] By: jhi                                   on 2001/03/03  17:11:55
64156         Log: Integrate changes #8997,8999 from maintperl.
64157              
64158              Subject: [PATCH 5.6.1] compiling on OS/2
64159              (Better error message from hints/os2.sh)
64160              
64161              Subject: [PATCH 5.6.1] syslog.t
64162      Branch: perl
64163           !> hints/os2.sh t/lib/syslog.t
64164 ____________________________________________________________________________
64165 [  8999] By: jhi                                   on 2001/03/03  17:09:28
64166         Log: Subject: [PATCH 5.6.1] syslog.t
64167              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64168              Date: Sat, 3 Mar 2001 02:11:17 -0500
64169              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
64170      Branch: maint-5.6/perl
64171            ! t/lib/syslog.t
64172 ____________________________________________________________________________
64173 [  8998] By: jhi                                   on 2001/03/03  17:07:50
64174         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
64175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64176              Date: Sat, 3 Mar 2001 01:53:52 -0500
64177              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
64178      Branch: maint-5.6/perl
64179            ! opcode.pl os2/os2.c
64180 ____________________________________________________________________________
64181 [  8997] By: jhi                                   on 2001/03/03  17:03:30
64182         Log: Subject: [PATCH 5.6.1] compiling on OS/2
64183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64184              Date: Sat, 3 Mar 2001 01:59:59 -0500
64185              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
64186      Branch: maint-5.6/perl
64187            ! hints/os2.sh
64188 ____________________________________________________________________________
64189 [  8996] By: jhi                                   on 2001/03/03  00:55:58
64190         Log: Regen files for mainline.
64191      Branch: perl
64192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64193            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
64194 ____________________________________________________________________________
64195 [  8995] By: jhi                                   on 2001/03/03  00:35:22
64196         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
64197              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
64198              to maintperl.
64199              
64200              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
64201              
64202              Add Configure option -Dmksymlinks which will create a symlink
64203              forest if the current/build differs from the source directory.
64204              (8218,8220,8221,8317,8318,8971)
64205              
64206              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
64207              (Document APPLLIB_EXP in INSTALL.)
64208              
64209              If running byacc write-enable also perly.h.
64210              
64211              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
64212              
64213              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
64214              
64215              Sanity check for conflicting thread flavours.
64216              
64217              Fix the sys/fcntl.h problem reported by Peter Prymmer.
64218              
64219              Add few CPUs/architectures to the Cppsym scan,
64220              add -perlio to archname if so selected (modified 8890)
64221              
64222              Be more helpful for devel builders, suggested by John L. Allen.
64223              (admittedly pointless change for maintperl, but the usedevel
64224              code is there already)
64225      Branch: maint-5.6/perl
64226           !> Configure INSTALL Makefile.SH Porting/Glossary
64227           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
64228           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
64229           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
64230           !> win32/config.bc win32/config.gc win32/config.vc
64231 ____________________________________________________________________________
64232 [  8994] By: jhi                                   on 2001/03/02  23:31:41
64233         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
64234      Branch: metaconfig/U/perl
64235            ! gccvers.U
64236 ____________________________________________________________________________
64237 [  8993] By: jhi                                   on 2001/03/02  23:22:12
64238         Log: Regenerate various files for maint.
64239      Branch: maint-5.6/perl
64240            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
64241            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
64242 ____________________________________________________________________________
64243 [  8992] By: alanbur                               on 2001/03/02  22:48:34
64244         Log: Resync wuth parent
64245      Branch: maint-5.6/pureperl
64246           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64247           !> (integrate 60 files)
64248 ____________________________________________________________________________
64249 [  8991] By: jhi                                   on 2001/03/02  21:00:08
64250         Log: Retract the #8742 part of #8986, backward compat.
64251      Branch: maint-5.6/perl
64252            ! embed.pl
64253 ____________________________________________________________________________
64254 [  8990] By: jhi                                   on 2001/03/02  20:40:07
64255         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
64256      Branch: maint-5.6/perl
64257            ! hv.c
64258 ____________________________________________________________________________
64259 [  8989] By: jhi                                   on 2001/03/02  19:59:56
64260         Log: Update Changes.
64261      Branch: perl
64262            ! Changes patchlevel.h
64263 ____________________________________________________________________________
64264 [  8988] By: jhi                                   on 2001/03/02  19:57:08
64265         Log: Integrate perlio:
64266              
64267              [  8969]
64268              Add charname comments to .ucm files writen by 'compile',
64269              also order charmaps in those files by source encoding.
64270              regenerate distrubuted .ucm files
64271      Branch: perl
64272           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64273           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64274           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64275           !> ext/Encode/Encode/iso8859-10.ucm
64276           !> ext/Encode/Encode/iso8859-13.ucm
64277           !> ext/Encode/Encode/iso8859-14.ucm
64278           !> ext/Encode/Encode/iso8859-15.ucm
64279           !> ext/Encode/Encode/iso8859-16.ucm
64280           !> ext/Encode/Encode/iso8859-2.ucm
64281           !> ext/Encode/Encode/iso8859-3.ucm
64282           !> ext/Encode/Encode/iso8859-4.ucm
64283           !> ext/Encode/Encode/iso8859-5.ucm
64284           !> ext/Encode/Encode/iso8859-6.ucm
64285           !> ext/Encode/Encode/iso8859-7.ucm
64286           !> ext/Encode/Encode/iso8859-8.ucm
64287           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64288           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
64289 ____________________________________________________________________________
64290 [  8987] By: jhi                                   on 2001/03/02  19:43:40
64291         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
64292              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
64293              8950,8952,8955 from mainline to maintperl.
64294              
64295              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
64296              
64297              Put to rest the 20010205.001, the email address checking (not) regex.
64298              
64299              fork() not everywhere, cleanup temp files.
64300              
64301              The #8843 wasn't quite right: %Config needs to imported.
64302              
64303              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
64304              (#8849: the glob-basic hunk needed massaging as it depended
64305              on Schwern's large-scale (unintegrated) patches)
64306              
64307              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
64308              
64309              Upgrade to CGI.pm 2.752, from Lincoln Stein.
64310              (Note: there were some conflicts due to EBCDIC and EPOC
64311              patches, in general I preferred the repository code.)
64312              (When 2.753 comes out, we need to synchronize.)
64313              
64314              Subject: [PATCH] fix for charnames above FFFF
64315              
64316              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64317              
64318              If no sfio, no -lsfio.
64319              
64320              Run run/*.t also in minitest.
64321              
64322              Subject:  [PATCH perl 5.7.0] malloc message address offset
64323              
64324              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64325              
64326              Subject: fix for parameter -Dm (for perl@8867)
64327              
64328              Subject: [PATCH: perl@8892] was Re: hashing order difference?
64329              (make the test more portable)
64330              
64331              Subject: Re: [PATCH] fix for charnames above FFFF
64332              
64333              Subject: Re: I'm losing the war...
64334              (hv_store() not working correctly in ENV_IS_CASELESS case.)
64335              
64336              Subject: Modified README.bs2000 
64337              
64338              Subject: [PATCH: perl@8935] -Dt padsv($var)
64339              
64340              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64341              
64342              Subject: PATCH: extra tests to check on negative float to unsigned cast
64343              
64344              Subject: [PATCH] XPUSH[insp] was Re: progress
64345              
64346              Subject: Re: Compile with perlcc..
64347      Branch: maint-5.6/perl
64348           !> (integrate 36 files)
64349 ____________________________________________________________________________
64350 [  8986] By: jhi                                   on 2001/03/02  18:51:25
64351         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
64352              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
64353              to maintperl.
64354              
64355              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
64356              
64357              Subject: [DOC PATCH] overload.pm nits
64358              
64359              Add header for LIB$ prototypes (C. Berry)
64360              
64361              Convert fwrite()s to sockets to write()s, since some socket stacks
64362              don't take kindly to stdio.
64363              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64364              (for often optional LNMs)
64365              Correct a few typos
64366              (C. Bailey)
64367              
64368              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
64369              
64370              De-cut-and-pasto.
64371              
64372              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
64373              
64374              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
64375              
64376              Upgrade to CPAN 1.59_54, from Andreas König.
64377              
64378              Bogus shebang.
64379              
64380              Subject: [PATCH] Document makepatch in Porting/patching
64381              
64382              UTF-8 documentation.
64383              
64384              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
64385              
64386              Sort the MANIFEST.
64387              
64388              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
64389              
64390              Subject: [PATCH @8807] toke.c cleanup: scan_str()
64391              
64392              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
64393              
64394              Add run/*.t to testables.
64395              
64396              TODO: integrate #8784.
64397      Branch: maint-5.6/perl
64398           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64399           !> (integrate 28 files)
64400 ____________________________________________________________________________
64401 [  8985] By: nick                                  on 2001/03/02  18:15:45
64402         Log: Integrate mainline
64403      Branch: perlio
64404           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
64405           !> vms/vms.c
64406 ____________________________________________________________________________
64407 [  8984] By: jhi                                   on 2001/03/02  16:00:17
64408         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
64409              
64410              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
64411              5.004_05, and mention the suidperl August 2000 security problem.
64412              (#8978,#8981)
64413              
64414              Subject: [ID 20010301.004] Technically speaking in perldata
64415              
64416              Subject: [PATCH] File::Copy for bleadperl, maintperl
64417              
64418              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64419              
64420              (The #8982, fix for 20010221.005 and 20010221.008,
64421              would be nice too but it didn't integrate cleanly.)
64422      Branch: maint-5.6/perl
64423           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
64424 ____________________________________________________________________________
64425 [  8983] By: jhi                                   on 2001/03/02  15:51:16
64426         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64427              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64428              Date:     Thu, 1 Mar 2001 15:54:09 EST
64429              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
64430      Branch: perl
64431            ! vms/vms.c
64432 ____________________________________________________________________________
64433 [  8982] By: jhi                                   on 2001/03/02  15:43:31
64434         Log: Subject: Re: sync sync sync: have I missed any patches?
64435              From: Radu Greab <radu@netsoft.ro> 
64436              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
64437              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
64438              
64439              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
64440              was checking argv[0] regardless of whether a different pathname
64441              will actually be executed."  Test case not supplied because 
64442              drafting that, ironically enough, revealed another bug
64443              (or a feature).
64444      Branch: perl
64445            ! doio.c
64446 ____________________________________________________________________________
64447 [  8981] By: jhi                                   on 2001/03/02  15:28:03
64448         Log: Misdate in #8978.
64449      Branch: perl
64450            ! pod/perlfaq1.pod
64451 ____________________________________________________________________________
64452 [  8980] By: jhi                                   on 2001/03/02  15:24:20
64453         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
64454              From: Chris Nandor <pudge@pobox.com>
64455              Date: Wed, 28 Feb 2001 22:10:15 -0500
64456              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
64457      Branch: perl
64458            ! lib/File/Copy.pm
64459 ____________________________________________________________________________
64460 [  8979] By: jhi                                   on 2001/03/02  15:17:16
64461         Log: Subject: [ID 20010301.004] Technically speaking in perldata
64462              From: abela@geneanet.org
64463              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
64464              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
64465      Branch: perl
64466            ! pod/perldata.pod
64467 ____________________________________________________________________________
64468 [  8978] By: jhi                                   on 2001/03/02  15:15:27
64469         Log: Subject: [ID 20010301.003] ref to 5.004
64470              From: abela@geneanet.org
64471              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
64472              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
64473              
64474              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
64475              and mention the suidperl August 2000 security problem.
64476      Branch: perl
64477            ! pod/perlfaq1.pod
64478 ____________________________________________________________________________
64479 [  8977] By: alanbur                               on 2001/03/02  14:17:45
64480         Log: Resynchronised with parent
64481      Branch: maint-5.6/pureperl
64482           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
64483           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
64484           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
64485           !> vms/descrip_mms.template win32/win32.c win32/win32.h
64486           !> win32/win32iop.h
64487 ____________________________________________________________________________
64488 [  8976] By: nick                                  on 2001/03/01  23:25:30
64489         Log: Integrate mainline.
64490      Branch: perlio
64491            - t/op/qu.t
64492           !> (integrate 55 files)
64493 ____________________________________________________________________________
64494 [  8975] By: jhi                                   on 2001/03/01  16:51:34
64495         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
64496      Branch: perl
64497           !> toke.c
64498 ____________________________________________________________________________
64499 [  8974] By: gsar                                  on 2001/03/01  16:28:21
64500         Log: fix for bugid 20010226.008
64501              
64502              the problem was that some of the pointers (PL_last_lop and
64503              PL_last_uni specifically) into the lex buffers weren't correctly
64504              being invalidated when the buffer changed; this would leave the
64505              pointers pointing at an arbitrary location in the buffer if
64506              the buffer didn't need to be reallocated, or point into freed
64507              memory if the buffer had to be realloced
64508              
64509              TODO item for bugdb maintainers: check other seemingly random
64510              parser-related bugs--they might be cured by this
64511      Branch: maint-5.6/perl
64512            ! toke.c
64513 ____________________________________________________________________________
64514 [  8973] By: jhi                                   on 2001/03/01  02:23:25
64515         Log: Retract #8970 because of a completely mysterious core dump:
64516              adding the tests 241..244 causes op/pat dump core at test #25.
64517              The test needs a lot of whittling down before the bug can be solved.
64518      Branch: perl
64519            ! t/op/pat.t
64520 ____________________________________________________________________________
64521 [  8972] By: jhi                                   on 2001/03/01  01:58:38
64522         Log: Regen perlapi.
64523      Branch: perl
64524            ! pod/perlapi.pod
64525 ____________________________________________________________________________
64526 [  8971] By: jhi                                   on 2001/03/01  01:34:09
64527         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))
64528              From: Nicholas Clark <nick@ccl4.org>
64529              Date: Wed, 28 Feb 2001 23:28:49 +0000
64530              Message-ID: <20010228232849.A55187@plum.flirble.org>
64531              
64532              Allow a completely write protected source code tree
64533              when using the Configure -Dmksymlinks.
64534      Branch: perl
64535            ! embed.pl warnings.pl
64536 ____________________________________________________________________________
64537 [  8970] By: jhi                                   on 2001/03/01  01:32:04
64538         Log: Add back the EBCDIC character range tests (for matching).
64539      Branch: perl
64540            ! t/op/pat.t
64541 ____________________________________________________________________________
64542 [  8969] By: nick                                  on 2001/02/28  18:18:01
64543         Log: Add charname comments to .ucm files writen by 'compile',
64544              also order charmaps in those files by source encoding.
64545              regenerate distrubuted .ucm files
64546      Branch: perlio
64547            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64548            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64549            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64550            ! ext/Encode/Encode/iso8859-10.ucm
64551            ! ext/Encode/Encode/iso8859-13.ucm
64552            ! ext/Encode/Encode/iso8859-14.ucm
64553            ! ext/Encode/Encode/iso8859-15.ucm
64554            ! ext/Encode/Encode/iso8859-16.ucm
64555            ! ext/Encode/Encode/iso8859-2.ucm
64556            ! ext/Encode/Encode/iso8859-3.ucm
64557            ! ext/Encode/Encode/iso8859-4.ucm
64558            ! ext/Encode/Encode/iso8859-5.ucm
64559            ! ext/Encode/Encode/iso8859-6.ucm
64560            ! ext/Encode/Encode/iso8859-7.ucm
64561            ! ext/Encode/Encode/iso8859-8.ucm
64562            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64563            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
64564 ____________________________________________________________________________
64565 [  8968] By: jhi                                   on 2001/02/28  16:26:37
64566         Log: Expand usemorebits early if d_casti32 needs to be undefined.
64567      Branch: perl
64568            ! hints/hpux.sh hints/irix_6.sh
64569 ____________________________________________________________________________
64570 [  8967] By: jhi                                   on 2001/02/28  16:22:26
64571         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
64572              retract toke.c/qu parts of #8583, retract #8485, retract
64573              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
64574              op/length.t, and MANIFEST, and delete t/op/qu.t.
64575      Branch: perl
64576            - t/op/qu.t
64577            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
64578            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
64579            ! t/op/length.t toke.c
64580 ____________________________________________________________________________
64581 [  8966] By: jhi                                   on 2001/02/28  15:00:27
64582         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
64583              by not changing from pre-Unicode days into being Unicode-aware.
64584              Sniff.
64585      Branch: perl
64586            ! pp.c t/op/pack.t t/op/qu.t
64587 ____________________________________________________________________________
64588 [  8965] By: jhi                                   on 2001/02/28  14:37:55
64589         Log: Subject: Re: Errors in core PODs
64590              From: Michael Stevens <michael@etla.org> 
64591              Date: Fri, 23 Feb 2001 15:47:56 +0000
64592              Message-ID: <20010223154756.A7723@firedrake.org> 
64593      Branch: perl
64594            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
64595            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
64596            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
64597            ! x2p/a2p.pod
64598 ____________________________________________________________________________
64599 [  8964] By: jhi                                   on 2001/02/28  14:35:35
64600         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
64601              (The #8961 was too bold.)
64602      Branch: perl
64603            ! hints/hpux.sh hints/irix_6.sh
64604 ____________________________________________________________________________
64605 [  8963] By: jhi                                   on 2001/02/28  14:33:39
64606         Log: Subject: Re: sync sync sync: have I missed any patches?
64607              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64608              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
64609              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
64610              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
64611              
64612              Replace djSP with dSP.
64613      Branch: perl
64614            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
64615            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
64616            ! win32/perlhost.h
64617 ____________________________________________________________________________
64618 [  8962] By: jhi                                   on 2001/02/27  23:21:14
64619         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
64620      Branch: perl
64621            ! lib/Filter/Simple.pm
64622 ____________________________________________________________________________
64623 [  8961] By: jhi                                   on 2001/02/27  22:55:26
64624         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
64625              and this would be it.
64626      Branch: perl
64627            ! hints/hpux.sh hints/irix_6.sh
64628 ____________________________________________________________________________
64629 [  8960] By: jhi                                   on 2001/02/27  22:51:33
64630         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64631              From: "Craig A. Berry" <craigberry@mac.com>
64632              Date: Tue, 27 Feb 2001 16:11:44 -0600
64633              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64634      Branch: maint-5.6/perl
64635            ! configure.com vms/descrip_mms.template
64636 ____________________________________________________________________________
64637 [  8959] By: jhi                                   on 2001/02/27  22:47:23
64638         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64639              From: "Craig A. Berry" <craigberry@mac.com>
64640              Date: Tue, 27 Feb 2001 16:11:44 -0600
64641              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64642      Branch: perl
64643            ! configure.com vms/descrip_mms.template
64644 ____________________________________________________________________________
64645 [  8958] By: jhi                                   on 2001/02/27  15:16:42
64646         Log: Update Changes.
64647      Branch: perl
64648            ! Changes patchlevel.h
64649 ____________________________________________________________________________
64650 [  8957] By: jhi                                   on 2001/02/27  06:15:07
64651         Log: Subject: [5.6.x] EPOC additions
64652              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64653              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
64654              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
64655      Branch: maint-5.6/perl
64656            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
64657 ____________________________________________________________________________
64658 [  8956] By: jhi                                   on 2001/02/27  06:12:11
64659         Log: Subject: [perl-current] EPOC 
64660              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64661              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
64662              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
64663      Branch: perl
64664            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
64665            ! epoc/epocish.c epoc/epocish.h pp_sys.c
64666 ____________________________________________________________________________
64667 [  8955] By: jhi                                   on 2001/02/27  05:59:50
64668         Log: Subject: Re: Compile with perlcc..
64669              From: Edward Peschko <edwardp@excitehome.net>
64670              Date: Mon, 26 Feb 2001 18:51:58 -0800
64671              Message-ID: <20010226185158.A9871@excitehome.net>
64672              
64673              plus add a simple usage message if no arguments given.
64674      Branch: perl
64675            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
64676            ! utils/Makefile utils/perlcc.PL win32/pod.mak
64677 ____________________________________________________________________________
64678 [  8954] By: nick                                  on 2001/02/26  21:02:59
64679         Log: Integrate mainline
64680      Branch: perlio
64681           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
64682           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
64683           !> t/op/sprintf.t
64684 ____________________________________________________________________________
64685 [  8953] By: jhi                                   on 2001/02/26  14:43:54
64686         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
64687              From: Nicholas Clark <nick@ccl4.org>
64688              Date: Mon, 26 Feb 2001 00:42:07 +0000
64689              Message-ID: <20010226004207.F23333@plum.flirble.org>
64690      Branch: perl
64691            ! pp_ctl.c
64692 ____________________________________________________________________________
64693 [  8952] By: jhi                                   on 2001/02/26  14:42:13
64694         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
64695              From: Simon Cozens <simon@netthink.co.uk>
64696              Date: Mon, 26 Feb 2001 12:23:48 +0000
64697              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
64698      Branch: perl
64699            ! pod/perlguts.pod
64700 ____________________________________________________________________________
64701 [  8951] By: jhi                                   on 2001/02/26  14:39:15
64702         Log: Subject: [PATCH] perlio - unknown layer
64703              From: Nicholas Clark <nick@ccl4.org>
64704              Date: Mon, 26 Feb 2001 00:27:19 +0000
64705              Message-ID: <20010226002719.E23333@plum.flirble.org>
64706      Branch: perl
64707            ! perlio.c
64708 ____________________________________________________________________________
64709 [  8950] By: jhi                                   on 2001/02/26  14:38:04
64710         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
64711              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
64712              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
64713              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
64714      Branch: perl
64715            ! t/op/bop.t
64716 ____________________________________________________________________________
64717 [  8949] By: jhi                                   on 2001/02/26  14:37:07
64718         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
64719              From: Peter Prymmer <pvhp@forte.com>
64720              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
64721              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
64722      Branch: perl
64723            ! lib/Test.pm
64724 ____________________________________________________________________________
64725 [  8948] By: jhi                                   on 2001/02/26  14:35:53
64726         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64727              From: Radu Greab <radu@netsoft.ro>
64728              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
64729              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
64730      Branch: perl
64731            ! pod/perlop.pod
64732 ____________________________________________________________________________
64733 [  8947] By: jhi                                   on 2001/02/26  14:34:46
64734         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
64735              From: David Mitchell <davem@fdgroup.co.uk>
64736              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
64737              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
64738      Branch: perl
64739            ! run.c
64740 ____________________________________________________________________________
64741 [  8946] By: jhi                                   on 2001/02/26  14:32:37
64742         Log: Subject: Modified README.bs2000 
64743              From: Dorner Thomas <Thomas.Dorner@start.de>
64744              Date: Mon, 26 Feb 2001 09:22:17 +0100
64745              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
64746      Branch: perl
64747            ! README.bs2000
64748 ____________________________________________________________________________
64749 [  8945] By: jhi                                   on 2001/02/26  14:19:53
64750         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
64751              to maintperl, listing the known failures on the tests 129 and 130.
64752      Branch: maint-5.6/perl
64753           !> t/op/sprintf.t
64754 ____________________________________________________________________________
64755 [  8944] By: jhi                                   on 2001/02/26  14:14:15
64756         Log: Add more known sprintf failures.
64757      Branch: perl
64758            ! t/op/sprintf.t
64759 ____________________________________________________________________________
64760 [  8943] By: jhi                                   on 2001/02/26  13:56:22
64761         Log: perlglob.exe needs to be found in Win32, patch from
64762              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
64763              which needs external glob at mini-perl time."
64764      Branch: perl
64765            ! ext/Encode/compile
64766 ____________________________________________________________________________
64767 [  8942] By: jhi                                   on 2001/02/26  13:52:19
64768         Log: A missing dTHX from Vadim Konovalov.
64769      Branch: perl
64770            ! perlio.c
64771 ____________________________________________________________________________
64772 [  8941] By: jhi                                   on 2001/02/26  13:37:05
64773         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
64774      Branch: perl
64775            ! op.c
64776 ____________________________________________________________________________
64777 [  8940] By: jhi                                   on 2001/02/26  13:35:40
64778         Log: Integrate perlio:
64779              
64780              [  8938]
64781              Encode implementations docs.
64782      Branch: perl
64783           !> ext/Encode/Encode.pm
64784 ____________________________________________________________________________
64785 [  8939] By: nick                                  on 2001/02/25  23:47:09
64786         Log: Integrate mainline.
64787      Branch: perlio
64788           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
64789           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
64790 ____________________________________________________________________________
64791 [  8938] By: nick                                  on 2001/02/25  19:36:28
64792         Log: Encode implementations docs.
64793      Branch: perlio
64794            ! ext/Encode/Encode.pm
64795 ____________________________________________________________________________
64796 [  8937] By: jhi                                   on 2001/02/25  19:26:16
64797         Log: Script wasn't aligned with reality.
64798      Branch: perl
64799            ! t/pod/find.t
64800 ____________________________________________________________________________
64801 [  8936] By: jhi                                   on 2001/02/25  18:54:55
64802         Log: Update Changes.
64803      Branch: perl
64804            ! Changes patchlevel.h
64805 ____________________________________________________________________________
64806 [  8935] By: jhi                                   on 2001/02/25  18:46:36
64807         Log: Retract #8929,8930,8932,8933 for now.
64808      Branch: perl
64809            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
64810 ____________________________________________________________________________
64811 [  8934] By: jhi                                   on 2001/02/25  17:34:35
64812         Log: Integrate perlio:
64813              
64814              [  8927]
64815              Change method names in Encode implementation classes to something
64816              less confusing (preparing to "go public").
64817              
64818              [  8926]
64819              GCC __atribute__ / printf fix
64820              
64821              [  8925]
64822              Checked in the wrong one ...
64823              
64824              [  8923]
64825              Encode API documentation nd tidy up.
64826              Minor additions to test.
64827              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64828              Adds STRLEN to standard typemap.
64829      Branch: perl
64830           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64831           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
64832           !> t/lib/encode.t
64833 ____________________________________________________________________________
64834 [  8933] By: jhi                                   on 2001/02/25  17:33:12
64835         Log: (Retracted by #8395.)
64836              
64837              Slight tweaks in scan_const(), not fixes yet, it seems like
64838              lots of work remains to be done...
64839      Branch: perl
64840            ! toke.c
64841 ____________________________________________________________________________
64842 [  8932] By: jhi                                   on 2001/02/25  17:27:11
64843         Log: (Retracted by #8395.)
64844              
64845              Missing from #8930.
64846      Branch: perl
64847            ! perl.h
64848 ____________________________________________________________________________
64849 [  8931] By: jhi                                   on 2001/02/25  17:26:19
64850         Log: A comment tweak.
64851      Branch: perl
64852            ! utf8.c
64853 ____________________________________________________________________________
64854 [  8930] By: jhi                                   on 2001/02/25  17:25:47
64855         Log: (Retracted by #8395.)
64856              
64857              Attempt to fix the EBCDIC character range problem with //.
64858      Branch: perl
64859            ! regcomp.c
64860 ____________________________________________________________________________
64861 [  8929] By: jhi                                   on 2001/02/25  17:23:45
64862         Log: (Retracted by #8395.)
64863              
64864              Expand the EBCDIC character range tests, and add few nasty
64865              tr tests from Karsten Sperling.
64866      Branch: perl
64867            ! t/op/pat.t t/op/tr.t
64868 ____________________________________________________________________________
64869 [  8928] By: jhi                                   on 2001/02/25  17:18:49
64870         Log: Missing check-in.
64871      Branch: perl
64872            ! lib/Pod/Find.pm
64873 ____________________________________________________________________________
64874 [  8927] By: nick                                  on 2001/02/25  11:30:22
64875         Log: Change method names in Encode implementation classes to something
64876              less confusing (preparing to "go public").
64877      Branch: perlio
64878            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
64879 ____________________________________________________________________________
64880 [  8926] By: nick                                  on 2001/02/25  10:53:24
64881         Log: GCC __atribute__ / printf fix
64882      Branch: perlio
64883            ! perl.h
64884 ____________________________________________________________________________
64885 [  8925] By: nick                                  on 2001/02/25  10:52:25
64886         Log: Checked in the wrong one ...
64887      Branch: perlio
64888            ! ext/Encode/Encode.pm
64889 ____________________________________________________________________________
64890 [  8924] By: nick                                  on 2001/02/24  18:46:51
64891         Log: Integrate mainline - to see what Jarkko has in ...
64892      Branch: perlio
64893           +> t/pod/testpods/lib/Pod/Stuff.pm
64894           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
64895 ____________________________________________________________________________
64896 [  8923] By: nick                                  on 2001/02/24  17:05:23
64897         Log: Encode API documentation nd tidy up.
64898              Minor additions to test.
64899              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64900              Adds STRLEN to standard typemap.
64901      Branch: perlio
64902            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64903            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
64904 ____________________________________________________________________________
64905 [  8922] By: jhi                                   on 2001/02/24  16:38:12
64906         Log: Add a test for the "character range should match in EBCDIC
64907              if specified using explicit numerics" bug found by Karsten
64908              Sperling.
64909      Branch: perl
64910            ! t/op/pat.t
64911 ____________________________________________________________________________
64912 [  8921] By: jhi                                   on 2001/02/24  16:30:16
64913         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
64914              From: schwern@pobox.com
64915              Date: Fri, 23 Feb 2001 03:21:37 -0500
64916              Message-ID: <20010223032137.A26022@magnonel.guild.net>
64917              
64918              plus Charles Lane's fixes, plus tweaks.
64919      Branch: perl
64920            + t/pod/testpods/lib/Pod/Stuff.pm
64921            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
64922 ____________________________________________________________________________
64923 [  8920] By: nick                                  on 2001/02/24  10:30:11
64924         Log: Integrate mainline
64925      Branch: perlio
64926           !> (integrate 33 files)
64927 ____________________________________________________________________________
64928 [  8919] By: jhi                                   on 2001/02/24  00:23:35
64929         Log: Subject: Re: I'm losing the war...
64930              From: "Vadim Konovalov" <watman@inbox.ru>
64931              Date: Sat, 24 Feb 2001 00:10:14 +0300
64932              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
64933              
64934              hv_store() not working correctly in ENV_IS_CASELESS case.
64935      Branch: perl
64936            ! hv.c
64937 ____________________________________________________________________________
64938 [  8918] By: jhi                                   on 2001/02/24  00:20:09
64939         Log: Subject: Re: [PATCH] fix for charnames above FFFF
64940              From: andreas.koenig@anima.de (Andreas J. Koenig)
64941              Date: 23 Feb 2001 02:39:03 +0100
64942              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
64943              
64944              A further efficiency tweak.
64945      Branch: perl
64946            ! lib/charnames.pm
64947 ____________________________________________________________________________
64948 [  8917] By: jhi                                   on 2001/02/23  20:27:51
64949         Log: Integrate change #8916 from mainline,
64950              do away with USE_WIN32_RTL_ENV.
64951      Branch: maint-5.6/perl
64952           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64953 ____________________________________________________________________________
64954 [  8916] By: jhi                                   on 2001/02/23  20:02:25
64955         Log: Abolish USE_WIN32_RTL_ENV.
64956      Branch: perl
64957            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64958 ____________________________________________________________________________
64959 [  8915] By: jhi                                   on 2001/02/23  19:36:00
64960         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
64961              later protected by some #define.
64962      Branch: perl
64963            ! gv.c
64964 ____________________________________________________________________________
64965 [  8914] By: jhi                                   on 2001/02/23  19:31:38
64966         Log: Retract #8902 for now, requested by Charles Lane, the correct
64967              fix will be something else.
64968      Branch: perl
64969            ! op.c
64970 ____________________________________________________________________________
64971 [  8913] By: jhi                                   on 2001/02/23  19:11:36
64972         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
64973              From: Peter Prymmer <pvhp@forte.com>
64974              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
64975              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
64976      Branch: perl
64977            ! t/op/lex_assign.t
64978 ____________________________________________________________________________
64979 [  8912] By: jhi                                   on 2001/02/23  18:38:20
64980         Log: Subject: [patch] perlio + useithreads
64981              From: Doug MacEachern <dougm@covalent.net>
64982              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
64983              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
64984              
64985              Gets things running but not complete.
64986      Branch: perl
64987            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
64988 ____________________________________________________________________________
64989 [  8911] By: jhi                                   on 2001/02/23  04:20:02
64990         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
64991              
64992              Duplicated environment freeing, File::Temp 0.12,
64993              op/append portability (EBCDIC) tweak.
64994      Branch: maint-5.6/perl
64995           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64996           !> t/op/append.t
64997 ____________________________________________________________________________
64998 [  8910] By: jhi                                   on 2001/02/23  02:07:33
64999         Log: Integrate change #8909 from mainline, a better Borland
65000              putenv() workaround.
65001      Branch: maint-5.6/perl
65002           !> perl.c
65003 ____________________________________________________________________________
65004 [  8909] By: jhi                                   on 2001/02/23  02:05:46
65005         Log: A better workaround for Borland putenv() brokenness from Sarathy.
65006      Branch: perl
65007            ! perl.c
65008 ____________________________________________________________________________
65009 [  8908] By: jhi                                   on 2001/02/23  02:04:14
65010         Log: Subject: fix for parameter -Dm (for perl@8867)
65011              From: "Vadim Konovalov" <watman@inbox.ru>
65012              Date: Thu, 22 Feb 2001 17:30:12 +0300
65013              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
65014      Branch: perl
65015            ! perl.h
65016 ____________________________________________________________________________
65017 [  8907] By: jhi                                   on 2001/02/23  01:58:20
65018         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
65019              From: Peter Prymmer <pvhp@forte.com>
65020              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
65021              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
65022      Branch: perl
65023            ! t/op/append.t
65024 ____________________________________________________________________________
65025 [  8906] By: jhi                                   on 2001/02/23  01:48:34
65026         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
65027      Branch: perl
65028            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
65029 ____________________________________________________________________________
65030 [  8905] By: jhi                                   on 2001/02/23  01:43:30
65031         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
65032              From: Peter Prymmer <pvhp@forte.com>
65033              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
65034              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
65035      Branch: perl
65036            ! t/lib/st-06compat.t
65037 ____________________________________________________________________________
65038 [  8904] By: jhi                                   on 2001/02/23  01:42:39
65039         Log: Metaconfig unit change for #8903.
65040      Branch: metaconfig/U/perl
65041            ! Devel.U
65042 ____________________________________________________________________________
65043 [  8903] By: jhi                                   on 2001/02/23  01:42:12
65044         Log: Be more helpful for devel builders, suggested by John L. Allen.
65045      Branch: perl
65046            ! Configure
65047 ____________________________________________________________________________
65048 [  8902] By: jhi                                   on 2001/02/23  01:37:41
65049         Log: (Retracted by #8914)
65050              (Wrongly, reinstated by #8941)
65051              
65052              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
65053              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65054              Date:     Thu, 22 Feb 2001 09:43:57 EST
65055              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
65056      Branch: perl
65057            ! op.c
65058 ____________________________________________________________________________
65059 [  8901] By: jhi                                   on 2001/02/23  01:20:32
65060         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
65061              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65062              Date:     Thu, 22 Feb 2001 08:01:35 EST
65063              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
65064      Branch: perl
65065            ! malloc.c
65066 ____________________________________________________________________________
65067 [  8900] By: jhi                                   on 2001/02/23  01:18:02
65068         Log: Integrate changes #8898,8899 from mainline, environ handling.
65069      Branch: maint-5.6/perl
65070           !> perl.c
65071 ____________________________________________________________________________
65072 [  8899] By: jhi                                   on 2001/02/23  01:16:25
65073         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
65074              putenv() is not to be relied on, they are either broken or leaky
65075              or both.)
65076      Branch: perl
65077            ! perl.c
65078 ____________________________________________________________________________
65079 [  8898] By: jhi                                   on 2001/02/22  23:36:59
65080         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
65081              and safesysfree() must be used.
65082      Branch: perl
65083            ! perl.c
65084 ____________________________________________________________________________
65085 [  8897] By: jhi                                   on 2001/02/22  23:25:45
65086         Log: With environ one must use safesysmalloc()/safesysfree().
65087      Branch: perl
65088            ! perl.c
65089 ____________________________________________________________________________
65090 [  8896] By: jhi                                   on 2001/02/22  22:13:18
65091         Log: If we have a duplicated environment free it
65092              if PERL_DESTRUCT_LEVEL.
65093      Branch: perl
65094            ! perl.c
65095 ____________________________________________________________________________
65096 [  8895] By: alanbur                               on 2001/02/22  19:31:57
65097         Log: Synchronised with parent
65098      Branch: maint-5.6/pureperl
65099           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
65100 ____________________________________________________________________________
65101 [  8894] By: gsar                                  on 2001/02/22  19:06:18
65102         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
65103              
65104              fix memory leak in method call optimization (change#3768);
65105              made C<eval "$x->foo()"> leak
65106              
65107              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
65108      Branch: maint-5.6/perl
65109           !> op.c
65110 ____________________________________________________________________________
65111 [  8893] By: jhi                                   on 2001/02/22  18:35:27
65112         Log: (Retracted by #8915.)
65113              
65114              Third Degree finding:
65115              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
65116      Branch: perl
65117            ! gv.c
65118 ____________________________________________________________________________
65119 [  8892] By: jhi                                   on 2001/02/22  14:28:32
65120         Log: Update Changes.
65121      Branch: perl
65122            ! Changes patchlevel.h
65123 ____________________________________________________________________________
65124 [  8891] By: jhi                                   on 2001/02/22  13:22:45
65125         Log: Metaconfig unit changes for #8890.
65126      Branch: metaconfig
65127            ! U/modified/Cppsym.U U/threads/archname.U
65128 ____________________________________________________________________________
65129 [  8890] By: jhi                                   on 2001/02/22  13:22:12
65130         Log: Add -stdio to the archname if no perlio selected,
65131              no -perlio added since that is now the default.
65132              
65133              Add few CPUs/architectures to the Cppsym scan.
65134      Branch: perl
65135            ! Configure config_h.SH
65136 ____________________________________________________________________________
65137 [  8889] By: jhi                                   on 2001/02/22  13:05:59
65138         Log: Metaconfig unit change for #8888.
65139      Branch: metaconfig/U/perl
65140            ! useperlio.U
65141 ____________________________________________________________________________
65142 [  8888] By: jhi                                   on 2001/02/22  13:05:28
65143         Log: *drum roll*  Make perlio the default.
65144      Branch: perl
65145            ! Configure config_h.SH
65146 ____________________________________________________________________________
65147 [  8887] By: jhi                                   on 2001/02/22  12:50:52
65148         Log: Integrate change #8665 from maintperl to mainline,
65149              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
65150      Branch: perl
65151           !> ext/POSIX/POSIX.xs
65152 ____________________________________________________________________________
65153 [  8886] By: jhi                                   on 2001/02/22  12:49:24
65154         Log: Integrate changes #8883,8884 from mainline to maintperl.
65155              
65156              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
65157              Subject: Re: File::Temp::_gettemp warning
65158      Branch: maint-5.6/perl
65159           !> embed.h embed.pl lib/File/Temp.pm
65160 ____________________________________________________________________________
65161 [  8885] By: jhi                                   on 2001/02/22  12:43:59
65162         Log: Based on
65163              
65164              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
65165              From: schwab@suse.de
65166              Date: Thu, 22 Feb 2001 13:08:09 +0100
65167              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
65168              
65169              but the fix done slightly differently because the other
65170              half was already done in #8664.
65171      Branch: maint-5.6/perl
65172            ! ext/POSIX/POSIX.xs
65173 ____________________________________________________________________________
65174 [  8884] By: jhi                                   on 2001/02/22  12:37:15
65175         Log: Subject: Re: File::Temp::_gettemp warning
65176              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65177              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
65178              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
65179              
65180              This patch to File::Temp does two things:
65181              
65182              1. Fixes the problem with CGI::Carp when determining
65183              the Fcntl constants
65184              
65185              2. Removes most of the carps and consolidates them so that all the
65186              reasons are included in a single die that is caught by the test. This
65187              means that the correct skipping behaviour is displayed by the test.
65188      Branch: perl
65189            ! lib/File/Temp.pm
65190 ____________________________________________________________________________
65191 [  8883] By: jhi                                   on 2001/02/22  12:29:19
65192         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
65193              From: Peter Prymmer <pvhp@forte.com>
65194              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
65195              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
65196      Branch: perl
65197            ! embed.h embed.pl
65198 ____________________________________________________________________________
65199 [  8882] By: jhi                                   on 2001/02/21  19:41:33
65200         Log: Integrate change #8881 from mainlin to maintperl.
65201              
65202              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
65203      Branch: maint-5.6/perl
65204           !> op.c
65205 ____________________________________________________________________________
65206 [  8881] By: jhi                                   on 2001/02/21  19:38:57
65207         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
65208              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65209              Date:     Wed, 21 Feb 2001 13:08:03 EST
65210              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
65211      Branch: perl
65212            ! op.c
65213 ____________________________________________________________________________
65214 [  8880] By: jhi                                   on 2001/02/21  19:34:34
65215         Log: Retract #8875, cannot let go of the old semantics of unpack U
65216              without rethinking utf8decode.t.
65217      Branch: perl
65218            ! pp.c t/op/pack.t
65219 ____________________________________________________________________________
65220 [  8879] By: jhi                                   on 2001/02/21  19:08:02
65221         Log: Run run/*.t also in minitest.
65222      Branch: perl
65223            ! Makefile.SH
65224 ____________________________________________________________________________
65225 [  8878] By: nick                                  on 2001/02/21  18:55:37
65226         Log: Integrate mainline
65227      Branch: perlio
65228           !> (integrate 76 files)
65229 ____________________________________________________________________________
65230 [  8877] By: jhi                                   on 2001/02/21  15:09:33
65231         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
65232      Branch: metaconfig
65233            ! U/compline/nblock_io.U
65234      Branch: perl
65235            ! Configure config_h.SH
65236 ____________________________________________________________________________
65237 [  8876] By: jhi                                   on 2001/02/21  14:54:45
65238         Log: If no sfio, no -lsfio.
65239      Branch: metaconfig/U/perl
65240            ! d_sfio.U
65241      Branch: perl
65242            ! Configure config_h.SH
65243 ____________________________________________________________________________
65244 [  8875] By: jhi                                   on 2001/02/21  14:54:00
65245         Log: Make unpack C and unpack U truly equivalent.
65246      Branch: perl
65247            ! pp.c t/op/pack.t
65248 ____________________________________________________________________________
65249 [  8874] By: jhi                                   on 2001/02/21  14:26:02
65250         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
65251              From: Peter Prymmer <pvhp@forte.com>
65252              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
65253              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
65254      Branch: perl
65255            ! pod/perlport.pod
65256 ____________________________________________________________________________
65257 [  8873] By: jhi                                   on 2001/02/21  14:24:31
65258         Log: Subject: [PATCH] fix for charnames above FFFF
65259              From: andreas.koenig@anima.de (Andreas J. Koenig)
65260              Date: 21 Feb 2001 07:05:45 +0100
65261              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
65262      Branch: perl
65263            ! lib/charnames.pm t/lib/charnames.t
65264 ____________________________________________________________________________
65265 [  8872] By: jhi                                   on 2001/02/21  14:15:25
65266         Log: Integrate change #8868 from pureperl to mainline.
65267              
65268              Fixed reference count loop caused by sv_magic.
65269      Branch: perl
65270           !> sv.c
65271 ____________________________________________________________________________
65272 [  8871] By: jhi                                   on 2001/02/21  14:07:29
65273         Log: Integrate change #8868 from pureperl to maintperl.
65274              
65275              Fixed reference count loop caused by sv_magic.
65276      Branch: maint-5.6/perl
65277           !> sv.c
65278 ____________________________________________________________________________
65279 [  8870] By: jhi                                   on 2001/02/21  14:04:41
65280         Log: Put back the #8840, it was innocent.
65281      Branch: perl
65282            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65283            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65284 ____________________________________________________________________________
65285 [  8869] By: jhi                                   on 2001/02/21  14:00:03
65286         Log: unpack("C", ...) was left slightly unfinished by #8865.
65287      Branch: perl
65288            ! pp.c t/op/pack.t
65289 ____________________________________________________________________________
65290 [  8868] By: alanbur                               on 2001/02/21  01:33:45
65291         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
65292              from gv_fetchpv to create single-character magic variables (e.g. $!),
65293              and it is passed a sv and the gv that contains the sv as the mg_obj
65294              value.  When sv_magic stores the mg_obj pointer it increments the gv
65295              refcount, thus causing a sv-gv pair that can't be freed.  There is
65296              already a check for sv == obj which is used to prevent such reference
65297              loops.  This change extends the check to cover the case described above.
65298      Branch: maint-5.6/pureperl
65299            ! sv.c
65300 ____________________________________________________________________________
65301 [  8867] By: jhi                                   on 2001/02/21  00:52:39
65302         Log: Update Changes.
65303      Branch: perl
65304            ! Changes patchlevel.h
65305 ____________________________________________________________________________
65306 [  8866] By: jhi                                   on 2001/02/21  00:34:20
65307         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
65308              (Note: there were some conflicts due to EBCDIC and EPOC
65309              patches, in general I preferred the repository code.)
65310              (When 2.753 comes out, we need to synchronize.)
65311      Branch: perl
65312            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
65313            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
65314            ! t/lib/cgi-html.t
65315 ____________________________________________________________________________
65316 [  8865] By: jhi                                   on 2001/02/21  00:24:22
65317         Log: Make pack("C", 0x100) to create Unicode, unless under the
65318              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
65319              will understand Unicode, unless you under know what.
65320      Branch: perl
65321            ! pp.c t/op/pack.t t/op/qu.t
65322 ____________________________________________________________________________
65323 [  8864] By: alanbur                               on 2001/02/20  22:35:34
65324         Log: Resynchronised with parent
65325      Branch: maint-5.6/pureperl
65326           !> README.win32 ext/GDBM_File/GDBM_File.pm
65327           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
65328           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
65329           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65330           !> t/lib/sdbm.t util.c
65331 ____________________________________________________________________________
65332 [  8863] By: jhi                                   on 2001/02/20  20:55:11
65333         Log: Integrate change #8860,8861 from mainline into maintperl.
65334              
65335              "pseudo-literal j"
65336              
65337              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65338      Branch: maint-5.6/perl
65339           !> lib/Test.pm pod/perlop.pod
65340 ____________________________________________________________________________
65341 [  8862] By: jhi                                   on 2001/02/20  20:30:07
65342         Log: Don't do casting between pointers pointing to differently sized
65343              integers.
65344      Branch: perl
65345            ! hv.c sv.c
65346 ____________________________________________________________________________
65347 [  8861] By: jhi                                   on 2001/02/20  19:53:44
65348         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
65349              From: Peter Prymmer <pvhp@forte.com>
65350              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
65351              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
65352      Branch: perl
65353            ! lib/Test.pm
65354 ____________________________________________________________________________
65355 [  8860] By: jhi                                   on 2001/02/20  19:48:02
65356         Log: "pseudo-literal j", a documentation glitch reported to Debian.
65357              The text recovered from Perl 5.005_03, and pseudo-literal replaced
65358              by "backtick string".
65359      Branch: perl
65360            ! pod/perlop.pod
65361 ____________________________________________________________________________
65362 [  8859] By: jhi                                   on 2001/02/20  19:15:46
65363         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
65364              from Chris Nandor.
65365      Branch: perl
65366            ! makedef.pl
65367 ____________________________________________________________________________
65368 [  8858] By: jhi                                   on 2001/02/20  17:36:53
65369         Log: Integrate pureperl changes #8844,8845,8850 to mainline
65370              (via maintperl #8855).
65371              
65372              Fixed %^H scoping bug
65373              
65374              Removed GV <-> CV refcount loop
65375              
65376              Removed %ENV refcount loop
65377      Branch: perl
65378           !> gv.c op.c perl.c pp.c scope.c
65379 ____________________________________________________________________________
65380 [  8857] By: jhi                                   on 2001/02/20  17:34:32
65381         Log: Integrate changes #8853,8854 from maintperl to mainline.
65382              
65383              EBDIC fixes, README.win32 Borland update.
65384      Branch: perl
65385           !> README.win32 handy.h util.c
65386 ____________________________________________________________________________
65387 [  8856] By: jhi                                   on 2001/02/20  17:33:16
65388         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
65389      Branch: maint-5.6/perl
65390           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65391           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65392           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65393 ____________________________________________________________________________
65394 [  8855] By: jhi                                   on 2001/02/20  17:32:13
65395         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
65396              
65397              Fixed %^H scoping bug
65398              
65399              Removed GV <-> CV refcount loop
65400              
65401              Removed %ENV refcount loop
65402      Branch: maint-5.6/perl
65403           !> gv.c op.c perl.c pp.c scope.c
65404 ____________________________________________________________________________
65405 [  8854] By: jhi                                   on 2001/02/20  17:25:06
65406         Log: Subject: Addition to readme.win32 for Borland C++ compilers
65407              Date: Tue, 20 Feb 2001 02:15:25 +0300
65408              From: "Vadim Konovalov" <watman@inbox.ru>
65409              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
65410              
65411              Document Borland compiler misbehaviour.
65412      Branch: maint-5.6/perl
65413            ! README.win32
65414 ____________________________________________________________________________
65415 [  8853] By: jhi                                   on 2001/02/20  17:22:25
65416         Log: The assimilation of ebcdic.c didn't quite work at the first try,
65417              patches from Thomas Dorner.
65418      Branch: maint-5.6/perl
65419            ! handy.h util.c
65420 ____________________________________________________________________________
65421 [  8852] By: jhi                                   on 2001/02/20  17:20:15
65422         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
65423              From: Chris Nandor <pudge@pobox.com>
65424              Date: Tue, 20 Feb 2001 08:32:45 -0500
65425              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
65426      Branch: maint-5.6/perl
65427            ! makedef.pl mg.c
65428 ____________________________________________________________________________
65429 [  8851] By: jhi                                   on 2001/02/20  17:15:52
65430         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
65431      Branch: perl
65432            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
65433            ! t/lib/filter-util.t
65434 ____________________________________________________________________________
65435 [  8850] By: alanbur                               on 2001/02/20  17:12:40
65436         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
65437              and the magic pointer points back to the GV that contains the
65438              %ENV hash.  This creates a refcount loop that prevents members
65439              of %ENV from being freed correctly.  This change removes the
65440              refcount loop - the magic pointer was never used anyway, the
65441              only use of the magic was to check the type ('E') so that the
65442              appropriate environment manipulation code is called when %ENV
65443              is modified.
65444      Branch: maint-5.6/pureperl
65445            ! perl.c
65446 ____________________________________________________________________________
65447 [  8849] By: jhi                                   on 2001/02/20  17:12:20
65448         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
65449              From: "Craig A. Berry" <craigberry@mac.com>
65450              Date: Mon, 19 Feb 2001 23:36:12 -0600
65451              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
65452              
65453              Case-forgiving systems match TestInit.pm with TES*.
65454      Branch: perl
65455            ! t/lib/glob-basic.t
65456 ____________________________________________________________________________
65457 [  8848] By: jhi                                   on 2001/02/20  17:10:02
65458         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
65459      Branch: perl
65460            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65461            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65462            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65463 ____________________________________________________________________________
65464 [  8847] By: jhi                                   on 2001/02/20  15:34:41
65465         Log: The #8843 wasn't quite right: %Config needs to imported.
65466      Branch: perl
65467            ! t/run/runenv.t
65468 ____________________________________________________________________________
65469 [  8846] By: jhi                                   on 2001/02/20  15:31:50
65470         Log: Retract the #8838 and #8840 for now because of
65471              the DB_File tie problem.
65472      Branch: perl
65473            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
65474            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
65475            ! proto.h sv.c
65476 ____________________________________________________________________________
65477 [  8845] By: alanbur                               on 2001/02/20  14:25:41
65478         Log: Removed GV <-> CV refcount loop
65479              CvGV(mycv) points to the parent GV of the CV, and was previously
65480              refcounted.  The pointer remains, but the refcounting has been removed
65481              as it causes a refcount loop between the CV and GV that means the CV
65482              can't ever be deleted.
65483      Branch: maint-5.6/pureperl
65484            ! gv.c op.c pp.c
65485 ____________________________________________________________________________
65486 [  8844] By: alanbur                               on 2001/02/20  14:23:13
65487         Log: Fixed %^H scoping bug
65488      Branch: maint-5.6/pureperl
65489            ! scope.c
65490 ____________________________________________________________________________
65491 [  8843] By: jhi                                   on 2001/02/19  13:38:08
65492         Log: fork() not everywhere, cleanup temp files.
65493      Branch: perl
65494            ! t/run/runenv.t
65495 ____________________________________________________________________________
65496 [  8842] By: alanbur                               on 2001/02/19  12:42:07
65497         Log: Resynchronised with parent
65498      Branch: maint-5.6/pureperl
65499           !> pod/perlfaq4.pod sv.c utf8.c
65500 ____________________________________________________________________________
65501 [  8841] By: jhi                                   on 2001/02/19  03:35:51
65502         Log: Update Changes.
65503      Branch: perl
65504            ! Changes patchlevel.h
65505 ____________________________________________________________________________
65506 [  8840] By: jhi                                   on 2001/02/19  00:23:41
65507         Log: Subject: [patch] add sv_setref_uv
65508              From: Doug MacEachern <dougm@covalent.net>
65509              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
65510              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
65511      Branch: perl
65512            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65513            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65514 ____________________________________________________________________________
65515 [  8839] By: jhi                                   on 2001/02/19  00:01:38
65516         Log: Put to rest the 20010205.001, the email address checking (not) regex.
65517      Branch: perl
65518            ! pod/perlfaq9.pod
65519 ____________________________________________________________________________
65520 [  8838] By: jhi                                   on 2001/02/18  22:17:54
65521         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
65522              From: Doug MacEachern <dougm@covalent.net>
65523              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
65524              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
65525      Branch: perl
65526            ! lib/ExtUtils/xsubpp
65527 ____________________________________________________________________________
65528 [  8837] By: jhi                                   on 2001/02/18  22:16:50
65529         Log: Subject: [patch] -Wall cleanup round 2
65530              From: Doug MacEachern <dougm@covalent.net>
65531              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
65532              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
65533      Branch: perl
65534            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
65535            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
65536            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
65537            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
65538            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
65539            ! ext/SDBM_File/SDBM_File.xs
65540 ____________________________________________________________________________
65541 [  8836] By: jhi                                   on 2001/02/18  22:11:20
65542         Log: Misapplied regex optimizations when \C is present.
65543              Fixes 20001230.002.
65544              
65545              What still remains broken is that the submatches that
65546              have \C in them get their UTF8 flag on because their
65547              parent SV has it on.  This will result in malformed
65548              UTF8 if a \C happened to match a non-ASCII byte.
65549      Branch: perl
65550            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
65551            ! t/pragma/utf8.t
65552 ____________________________________________________________________________
65553 [  8835] By: jhi                                   on 2001/02/18  20:12:02
65554         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
65555              
65556              The hash key got wrongly UTF8fied.
65557      Branch: perl
65558            ! pod/perlapi.pod toke.c utf8.c
65559 ____________________________________________________________________________
65560 [  8834] By: jhi                                   on 2001/02/18  19:44:25
65561         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
65562              don't warn on magical or overloaded things.
65563      Branch: perl
65564            ! pp_hot.c
65565 ____________________________________________________________________________
65566 [  8833] By: nick                                  on 2001/02/18  19:31:22
65567         Log: Integrate mainline
65568      Branch: perlio
65569           +> t/TestInit.pm t/run/runenv.t
65570            - t/UTEST
65571           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
65572           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
65573           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
65574           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
65575           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65576           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
65577           !> utf8.c
65578 ____________________________________________________________________________
65579 [  8832] By: jhi                                   on 2001/02/18  19:21:18
65580         Log: Integrate perlio:
65581              
65582              [  8830]
65583              Apply the spirit of patch from Nick Clark:
65584              Subject: [PATCH] Re: extensions that provide layers
65585              From: Nicholas Clark <nick@ccl4.org>
65586              Date: Mon, 12 Feb 2001 16:43:51 +0000
65587              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65588      Branch: perl
65589           !> perlio.c pod/perldiag.pod
65590 ____________________________________________________________________________
65591 [  8831] By: jhi                                   on 2001/02/18  19:14:20
65592         Log: Integrate change #8827 from mainline.
65593              
65594              UTF8 tweaks.
65595      Branch: maint-5.6/perl
65596           !> sv.c utf8.c
65597 ____________________________________________________________________________
65598 [  8830] By: nick                                  on 2001/02/18  19:10:34
65599         Log: Apply the spirit of patch from Nick Clark:
65600              Subject: [PATCH] Re: extensions that provide layers
65601              From: Nicholas Clark <nick@ccl4.org>
65602              Date: Mon, 12 Feb 2001 16:43:51 +0000
65603              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65604      Branch: perlio
65605            ! perlio.c pod/perldiag.pod
65606 ____________________________________________________________________________
65607 [  8829] By: jhi                                   on 2001/02/18  19:03:25
65608         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
65609              From: schwern@pobox.com 
65610              Date: Sun, 18 Feb 2001 13:44:35 -0500
65611              Message-ID: <20010218134435.A17544@magnonel.guild.net>
65612              
65613              Applied, but as t/TestInit.pm.
65614      Branch: perl
65615            + t/TestInit.pm
65616            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
65617            ! t/op/subst_wamp.t
65618 ____________________________________________________________________________
65619 [  8828] By: jhi                                   on 2001/02/18  18:43:52
65620         Log: Integrate perlio:
65621              
65622              [  8826]
65623              Fix [ID 20010217.002]
65624              open FOO, "<:raw:perlio", ...
65625              :raw now inserts default base layer below itself.
65626              Also
65627              open FOO, "<:unix", ...
65628              works as well - but leaves buffer layer on stack under the unix layer.
65629      Branch: perl
65630           !> perlio.c
65631 ____________________________________________________________________________
65632 [  8827] By: jhi                                   on 2001/02/18  18:41:33
65633         Log: UTF-8 tweaks.
65634      Branch: perl
65635            ! sv.c utf8.c
65636 ____________________________________________________________________________
65637 [  8826] By: nick                                  on 2001/02/18  17:40:59
65638         Log: Fix [ID 20010217.002]
65639              open FOO, "<:raw:perlio", ...
65640              :raw now inserts default base layer below itself.
65641              Also
65642              open FOO, "<:unix", ...
65643              works as well - but leaves buffer layer on stack under the unix layer.
65644      Branch: perlio
65645            ! perlio.c
65646 ____________________________________________________________________________
65647 [  8825] By: jhi                                   on 2001/02/18  17:15:39
65648         Log: Integrate perlio:
65649              
65650              [  8820]
65651              Clean up a few core dumps when layers are used in unexpected ways.
65652              (Still not "right"...)
65653      Branch: perl
65654           !> perlio.c perliol.h
65655 ____________________________________________________________________________
65656 [  8824] By: jhi                                   on 2001/02/18  17:10:53
65657         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
65658              From: schwern@pobox.com
65659              Date: Sun, 18 Feb 2001 01:48:50 -0500
65660              Message-ID: <20010218014850.C19957@magnonel.guild.net>
65661      Branch: perl
65662            ! lib/Test/Harness.pm t/TEST t/op/chop.t
65663 ____________________________________________________________________________
65664 [  8823] By: jhi                                   on 2001/02/18  17:01:06
65665         Log: Add run/*.t to testables.
65666      Branch: perl
65667            ! t/TEST
65668 ____________________________________________________________________________
65669 [  8822] By: jhi                                   on 2001/02/18  16:58:58
65670         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
65671              From: schwern@pobox.com
65672              Date: Sun, 18 Feb 2001 01:11:35 -0500
65673              Message-ID: <20010218011135.A19957@magnonel.guild.net>
65674              
65675              Revive mjd's and Simon's PERL5OPT fix.
65676      Branch: perl
65677            + t/run/runenv.t
65678            ! MANIFEST perl.c
65679 ____________________________________________________________________________
65680 [  8821] By: jhi                                   on 2001/02/18  16:53:46
65681         Log: Subject: Re: Why t/TEST and not Test::Harness?
65682              From: schwern@pobox.com
65683              Date: Sat, 17 Feb 2001 22:44:44 -0500
65684              Message-ID: <20010217224444.A6679@magnonel.guild.net>
65685              
65686              Replace UTEST with TEST -utf8.
65687      Branch: perl
65688            - t/UTEST
65689            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
65690            ! t/lib/glob-basic.t
65691 ____________________________________________________________________________
65692 [  8820] By: nick                                  on 2001/02/18  13:06:16
65693         Log: Clean up a few core dumps when layers are used in unexpected ways.
65694              (Still not "right"...)
65695      Branch: perlio
65696            ! perlio.c perliol.h
65697 ____________________________________________________________________________
65698 [  8819] By: jhi                                   on 2001/02/18  02:25:55
65699         Log: Integrate change #8818 from maintperl, a FAQ nit.
65700      Branch: perl
65701           !> pod/perlfaq4.pod
65702 ____________________________________________________________________________
65703 [  8818] By: jhi                                   on 2001/02/18  02:24:50
65704         Log: FAQ nit from Chris Fedde.
65705      Branch: maint-5.6/perl
65706            ! pod/perlfaq4.pod
65707 ____________________________________________________________________________
65708 [  8817] By: nick                                  on 2001/02/17  18:20:14
65709         Log: Integrate mainline
65710      Branch: perlio
65711           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65712           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65713           +> pod/perlclib.pod
65714            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65715            - lib/unicode/Unicode.301
65716           !> (integrate 324 files)
65717 ____________________________________________________________________________
65718 [  8816] By: jhi                                   on 2001/02/17  16:56:58
65719         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
65720      Branch: perl
65721            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65722            ! ext/Storable/Storable.xs t/lib/st-06compat.t
65723            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65724 ____________________________________________________________________________
65725 [  8815] By: jhi                                   on 2001/02/17  16:40:07
65726         Log: Subject: [patch] -Wall
65727              From: Doug MacEachern <dougm@covalent.net>
65728              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
65729              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
65730      Branch: perl
65731            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
65732            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
65733 ____________________________________________________________________________
65734 [  8814] By: jhi                                   on 2001/02/16  19:27:18
65735         Log: Document qu better.
65736      Branch: perl
65737            ! pod/perlop.pod
65738 ____________________________________________________________________________
65739 [  8813] By: jhi                                   on 2001/02/15  13:54:37
65740         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
65741              From: Hugo <hv@crypt.compulink.co.uk>
65742              Date: Thu, 15 Feb 2001 13:39:49 +0000
65743              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
65744      Branch: perl
65745            ! toke.c
65746 ____________________________________________________________________________
65747 [  8812] By: alanbur                               on 2001/02/15  13:52:16
65748         Log: Resynchronised with parent
65749      Branch: maint-5.6/pureperl
65750            - ebcdic.c
65751           !> (integrate 36 files)
65752 ____________________________________________________________________________
65753 [  8811] By: jhi                                   on 2001/02/15  13:51:16
65754         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
65755              
65756              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
65757              From: Jan Dubois <JanD@ActiveState.com>
65758              Date: Wed, 31 Jan 2001 21:17:03 -0800
65759              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
65760              
65761              tweak change#8659 to keep it simple
65762              
65763              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65764              From: Russ Allbery <rra@stanford.edu>
65765              Date: 14 Feb 2001 10:15:41 -0800
65766              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65767              
65768              (8809 empty)
65769              
65770              Upgrade to podlators 1.08, from Russ Allbery.
65771      Branch: perl
65772           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
65773           !> utils/perldoc.PL
65774 ____________________________________________________________________________
65775 [  8810] By: jhi                                   on 2001/02/15  13:35:08
65776         Log: Upgrade to podlators 1.08, from Russ Allbery.
65777      Branch: maint-5.6/perl
65778            ! lib/Pod/Man.pm lib/Pod/Text.pm
65779 ____________________________________________________________________________
65780 [  8809] By: jhi                                   on 2001/02/15  13:26:38
65781         Log: (accidentally empty check-in)
65782      Branch: maint-5.6/perl
65783            ! lib/Test/Harness.pm
65784 ____________________________________________________________________________
65785 [  8808] By: jhi                                   on 2001/02/15  13:23:47
65786         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65787              From: Russ Allbery <rra@stanford.edu>
65788              Date: 14 Feb 2001 10:15:41 -0800
65789              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65790              
65791              perldoc was hardcoding $Config{installscript}, which breaks
65792              when install* isn't where Perl ends up (such as with AFS).
65793              
65794              Use $Config{scriptdir} instead.
65795      Branch: maint-5.6/perl
65796            ! utils/perldoc.PL
65797 ____________________________________________________________________________
65798 [  8807] By: jhi                                   on 2001/02/14  14:37:27
65799         Log: Update Changes.
65800      Branch: perl
65801            ! Changes patchlevel.h
65802 ____________________________________________________________________________
65803 [  8806] By: jhi                                   on 2001/02/14  14:25:31
65804         Log: Integrate changes #8803,8804,8805 from mainline.
65805              
65806              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65807              
65808              Don't skip too much of the locale error message if no environ array,
65809              from Chris Nandor.
65810              
65811              More MacOS Classic fixes from Chris Nandor.
65812      Branch: maint-5.6/perl
65813           !> doop.c lib/Cwd.pm perl.c perl.h util.c
65814 ____________________________________________________________________________
65815 [  8805] By: jhi                                   on 2001/02/14  03:29:01
65816         Log: More MacOS Classic fixes from Chris Nandor.
65817      Branch: perl
65818            ! doop.c lib/Cwd.pm
65819 ____________________________________________________________________________
65820 [  8804] By: jhi                                   on 2001/02/14  03:18:35
65821         Log: Don't skip too much of the locale error message if no environ array,
65822              from Chris Nandor.
65823      Branch: perl
65824            ! util.c
65825 ____________________________________________________________________________
65826 [  8803] By: jhi                                   on 2001/02/14  03:14:14
65827         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65828      Branch: perl
65829            ! perl.c perl.h
65830 ____________________________________________________________________________
65831 [  8802] By: jhi                                   on 2001/02/13  18:31:33
65832         Log: AUTHORS update.
65833      Branch: perl
65834            ! AUTHORS
65835 ____________________________________________________________________________
65836 [  8801] By: jhi                                   on 2001/02/13  17:55:19
65837         Log: Integrate change #8792 from mainline.
65838              
65839              Subject: buncha MacPerl patches for bleadperl
65840              From: Chris Nandor <pudge@pobox.com>
65841              Date: Tue, 13 Feb 2001 00:02:43 -0500
65842              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65843      Branch: maint-5.6/perl
65844           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65845           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65846           !> t/lib/basename.t toke.c util.h
65847 ____________________________________________________________________________
65848 [  8800] By: jhi                                   on 2001/02/13  17:46:43
65849         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
65850              to be forced to Off_t.
65851              
65852              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
65853              From: nick@ccl4.org
65854              Date: Thu, 1 Feb 2001 12:01:04 +0000
65855              Message-Id: <20010201120103.E11401@plum.flirble.org>
65856      Branch: maint-5.6/perl
65857            ! iperlsys.h perlio.c
65858 ____________________________________________________________________________
65859 [  8799] By: jhi                                   on 2001/02/13  16:52:51
65860         Log: Duplex duplex hunk hunk.
65861      Branch: maint-5.6/perl
65862            ! Makefile.SH
65863 ____________________________________________________________________________
65864 [  8797] By: jhi                                   on 2001/02/13  14:52:04
65865         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
65866              From: "Craig A. Berry" <craigberry@mac.com>
65867              Date: Mon, 12 Feb 2001 11:05:25 -0600
65868              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
65869      Branch: perl
65870            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
65871 ____________________________________________________________________________
65872 [  8796] By: jhi                                   on 2001/02/13  14:36:47
65873         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
65874              From: simon.cozens@pembroke.oxford.ac.uk 
65875              Date: Sat, 10 Feb 2001 17:57:02 +0000
65876              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
65877              
65878              Now it does include.
65879      Branch: perl
65880            ! pod/perldiag.pod
65881 ____________________________________________________________________________
65882 [  8795] By: jhi                                   on 2001/02/13  14:30:11
65883         Log: Sort the MANIFEST.
65884      Branch: perl
65885            ! MANIFEST
65886 ____________________________________________________________________________
65887 [  8794] By: jhi                                   on 2001/02/13  14:26:51
65888         Log: Integrate change #8793 from mainline, FAQ updates.
65889      Branch: maint-5.6/perl
65890           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65891 ____________________________________________________________________________
65892 [  8793] By: jhi                                   on 2001/02/13  14:25:13
65893         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
65894      Branch: perl
65895            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65896 ____________________________________________________________________________
65897 [  8792] By: jhi                                   on 2001/02/13  14:22:50
65898         Log: Subject: buncha MacPerl patches for bleadperl
65899              From: Chris Nandor <pudge@pobox.com>
65900              Date: Tue, 13 Feb 2001 00:02:43 -0500
65901              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65902      Branch: perl
65903            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65904            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65905            ! t/lib/basename.t toke.c util.h
65906 ____________________________________________________________________________
65907 [  8791] By: jhi                                   on 2001/02/13  14:10:39
65908         Log: Integrate change #8790 from mainline.
65909              
65910              environ array wrongly assumed in Perl_init_i18nl10n(),
65911      Branch: maint-5.6/perl
65912           !> util.c
65913 ____________________________________________________________________________
65914 [  8790] By: jhi                                   on 2001/02/13  14:06:15
65915         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
65916              noticed by Chris Nandor in MacOS Classic.
65917      Branch: perl
65918            ! util.c
65919 ____________________________________________________________________________
65920 [  8789] By: jhi                                   on 2001/02/13  13:58:07
65921         Log: Integrate changes #8373,8487,8544,8783 from mainline.
65922              
65923              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
65924              hints files, the dynaloading, assimilate ebcdic into util.c.
65925      Branch: maint-5.6/perl
65926            - ebcdic.c
65927            ! MANIFEST hints/posix-bc.sh
65928           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
65929           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
65930           !> perlapi.c proto.h util.c
65931 ____________________________________________________________________________
65932 [  8788] By: alanbur                               on 2001/02/13  10:33:13
65933         Log: Integrated changes from maint-5.6
65934      Branch: maint-5.6/pureperl
65935           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
65936           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
65937           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65938           !> vos/config.ga.h vos/configure_perl.cm
65939 ____________________________________________________________________________
65940 [  8787] By: jhi                                   on 2001/02/13  05:56:36
65941         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
65942      Branch: perl
65943           !> Makefile.SH
65944 ____________________________________________________________________________
65945 [  8786] By: jhi                                   on 2001/02/13  05:54:34
65946         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
65947              From: Dorner Thomas <Thomas.Dorner@start.de>
65948              Date: Mon, 12 Feb 2001 15:06:26 +0100
65949              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
65950      Branch: maint-5.6/perl
65951            ! Makefile.SH
65952 ____________________________________________________________________________
65953 [  8785] By: jhi                                   on 2001/02/13  05:29:04
65954         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
65955      Branch: perl
65956           !> hints/openbsd.sh
65957 ____________________________________________________________________________
65958 [  8784] By: jhi                                   on 2001/02/13  02:25:24
65959         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
65960              From: Peter Prymmer <pvhp@forte.com>
65961              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
65962              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
65963      Branch: perl
65964            ! pod/perlclib.pod
65965 ____________________________________________________________________________
65966 [  8783] By: jhi                                   on 2001/02/13  02:22:36
65967         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
65968      Branch: perl
65969            - ebcdic.c
65970            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
65971            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
65972            ! util.c
65973 ____________________________________________________________________________
65974 [  8782] By: jhi                                   on 2001/02/13  02:00:07
65975         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
65976      Branch: maint-5.6/perl
65977            ! pod/perlport.pod
65978 ____________________________________________________________________________
65979 [  8781] By: jhi                                   on 2001/02/13  01:58:44
65980         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
65981      Branch: maint-5.6/perl
65982            ! hints/openbsd.sh
65983 ____________________________________________________________________________
65984 [  8780] By: jhi                                   on 2001/02/13  01:57:33
65985         Log: Synchronize the regexp tests between maintperl and mainline.
65986      Branch: maint-5.6/perl
65987           !> t/op/re_tests
65988 ____________________________________________________________________________
65989 [  8779] By: jhi                                   on 2001/02/13  01:49:35
65990         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65991              From: Hugo <hv@crypt.compulink.co.uk>
65992              Date: Tue, 13 Feb 2001 00:11:11 +0000
65993              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65994      Branch: perl
65995            ! regcomp.c t/op/re_tests
65996 ____________________________________________________________________________
65997 [  8778] By: jhi                                   on 2001/02/13  00:23:10
65998         Log: Comments do not nest.
65999      Branch: perl
66000            ! perl.h
66001 ____________________________________________________________________________
66002 [  8777] By: jhi                                   on 2001/02/13  00:17:54
66003         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
66004              From: Hugo <hv@crypt.compulink.co.uk>
66005              Date: Tue, 13 Feb 2001 00:11:11 +0000
66006              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
66007      Branch: maint-5.6/perl
66008            ! regcomp.c t/op/re_tests
66009 ____________________________________________________________________________
66010 [  8776] By: jhi                                   on 2001/02/12  23:25:52
66011         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
66012      Branch: maint-5.6/perl
66013            ! pod/perlport.pod
66014 ____________________________________________________________________________
66015 [  8775] By: jhi                                   on 2001/02/12  23:04:28
66016         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
66017      Branch: maint-5.6/perl
66018            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
66019            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66020            ! vos/configure_perl.cm
66021 ____________________________________________________________________________
66022 [  8774] By: jhi                                   on 2001/02/12  22:59:11
66023         Log: Subject: Re: [patch] context for 'U' magic functions
66024              From: Doug MacEachern <dougm@covalent.net>
66025              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
66026              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
66027              
66028              plus the suggestion by Nick Ing-Simmons to name the macro
66029              as PERL_MG_UFUNC to avoid namespace pollution, plus add
66030              the advice by Doug for XS writers to perl.h
66031      Branch: perl
66032            ! mg.c perl.h
66033 ____________________________________________________________________________
66034 [  8773] By: jhi                                   on 2001/02/11  20:14:12
66035         Log: Update Changes.
66036      Branch: perl
66037            ! Changes patchlevel.h
66038 ____________________________________________________________________________
66039 [  8772] By: jhi                                   on 2001/02/11  18:47:52
66040         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
66041              From: Simon Cozens <simon@cozens.net>
66042              Date: Wed, 31 Jan 2001 16:31:43 +0000
66043              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
66044      Branch: perl
66045            + pod/perlclib.pod
66046            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
66047            ! pod/perltoc.pod
66048 ____________________________________________________________________________
66049 [  8771] By: jhi                                   on 2001/02/11  18:36:48
66050         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
66051              
66052              Blocks-4d3.beta.txt
66053              CaseFolding-3d4.beta.txt
66054              CompositionExclusions-3d6.beta.txt
66055              EastAsianWidth-4d4.beta.txt
66056              LineBreak-6d3.beta.txt
66057              NamesList-3.1.0d1.beta.txt
66058              PropList-3.1.0d4.beta.txt
66059              SpecialCasing-4d1.beta.txt
66060              UnicodeData-3.1.0d6.beta.txt
66061      Branch: perl
66062            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
66063           +> lib/unicode/UCD.html lib/unicode/Unicode.html
66064            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
66065            - lib/unicode/Unicode.301
66066            ! (edit 257 files)
66067 ____________________________________________________________________________
66068 [  8770] By: jhi                                   on 2001/02/11  17:26:22
66069         Log: UTF-8 documentation.
66070      Branch: perl
66071            ! utf8.h
66072 ____________________________________________________________________________
66073 [  8769] By: jhi                                   on 2001/02/11  17:12:49
66074         Log: Retract #8762.
66075      Branch: perl
66076            ! regexec.c
66077 ____________________________________________________________________________
66078 [  8768] By: jhi                                   on 2001/02/11  16:54:45
66079         Log: Subject: [PATCH] Test::Harness
66080              From: andreas.koenig@anima.de (Andreas J. Koenig)
66081              Date: 11 Feb 2001 14:37:00 +0100
66082              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
66083      Branch: perl
66084            ! lib/Test/Harness.pm
66085 ____________________________________________________________________________
66086 [  8767] By: jhi                                   on 2001/02/11  16:53:52
66087         Log: Subject: [PATCH] Document makepatch in Porting/patching
66088              From: andreas.koenig@anima.de (Andreas J. Koenig)
66089              Date: 11 Feb 2001 16:46:28 +0100
66090              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
66091      Branch: perl
66092            ! Porting/patching.pod
66093 ____________________________________________________________________________
66094 [  8766] By: jhi                                   on 2001/02/11  06:30:23
66095         Log: Subject: Re: [patch] GvSHARED
66096              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
66097              From: Doug MacEachern <dougm@covalent.net>
66098              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
66099              
66100              Subject: Re: [patch] GvSHARED
66101              From: Doug MacEachern <dougm@covalent.net>
66102              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
66103              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
66104              
66105              Subject: [patch] attributes.pm support for `shared'
66106              From: Doug MacEachern <dougm@covalent.net>
66107              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
66108              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
66109              
66110              our() attributes were ignored, our :shared pieces missing,
66111              allow attributes.pm to turn on shared.
66112      Branch: perl
66113            ! op.c t/op/attrs.t toke.c xsutils.c
66114 ____________________________________________________________________________
66115 [  8765] By: alanbur                               on 2001/02/10  23:11:19
66116         Log: Resync with parent (hopefully sucessfully this time)
66117      Branch: maint-5.6/pureperl
66118           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
66119           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
66120           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66121           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66122           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66123           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66124           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
66125 ____________________________________________________________________________
66126 [  8764] By: jhi                                   on 2001/02/10  22:54:38
66127         Log: Make TEST and UTEST more verbose in case something goes
66128              wrong in running/compiling a script, suggested by Doug
66129              MacEachern.
66130      Branch: perl
66131            ! t/TEST t/UTEST
66132 ____________________________________________________________________________
66133 [  8763] By: jhi                                   on 2001/02/10  22:11:34
66134         Log: Bogus shebang.
66135      Branch: perl
66136            ! t/lib/texttabs.t
66137 ____________________________________________________________________________
66138 [  8762] By: jhi                                   on 2001/02/10  21:56:02
66139         Log: (Retracted by #8769)
66140      Branch: perl
66141            ! regexec.c
66142 ____________________________________________________________________________
66143 [  8761] By: jhi                                   on 2001/02/10  21:26:15
66144         Log: Subject: Re: [patch] GvSHARED 
66145              From: Doug MacEachern <dougm@covalent.net>
66146              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
66147              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
66148              
66149              our @EXPORT : shared = (...);
66150      Branch: perl
66151            ! toke.c
66152 ____________________________________________________________________________
66153 [  8760] By: jhi                                   on 2001/02/10  21:25:07
66154         Log: Subject: [patch] GvSHARED
66155              From: Doug MacEachern <dougm@covalent.net>
66156              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
66157              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
66158      Branch: perl
66159            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
66160 ____________________________________________________________________________
66161 [  8759] By: alanbur                               on 2001/02/10  21:24:27
66162         Log: Backed out mismerge.
66163      Branch: maint-5.6/pureperl
66164            ! MANIFEST README.hpux README.vmesa gv.c installhtml
66165            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
66166            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66167            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66168            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66169            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66170            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
66171 ____________________________________________________________________________
66172 [  8758] By: jhi                                   on 2001/02/10  18:01:17
66173         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
66174              
66175              Fixed UMRs and leak in Perl_pmtrans()
66176              
66177              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66178              associated UTFied tr/// code.  Also fixed scoping leak of
66179              PL_reg_start_tmp.
66180              
66181              newATTRSUB leaks when an attempt to redefine the active sort sub is
66182              made.
66183      Branch: maint-5.6/perl
66184           !> op.c regcomp.c
66185 ____________________________________________________________________________
66186 [  8757] By: alanbur                               on 2001/02/10  17:56:46
66187         Log: Resynchronised with parent
66188      Branch: maint-5.6/pureperl
66189           +> README.bs2000
66190            - README.posix-bc
66191            ! gv.c perl.c sv.c
66192           !> MANIFEST README.hpux README.vmesa installhtml
66193           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
66194           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66195           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
66196           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
66197           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
66198           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
66199 ____________________________________________________________________________
66200 [  8756] By: alanbur                               on 2001/02/10  17:51:15
66201         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
66202              made.
66203      Branch: maint-5.6/pureperl
66204            ! op.c
66205 ____________________________________________________________________________
66206 [  8755] By: jhi                                   on 2001/02/09  22:41:35
66207         Log: Upgrade to CPAN 1.59_54, from Andreas König.
66208      Branch: perl
66209            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66210 ____________________________________________________________________________
66211 [  8754] By: jhi                                   on 2001/02/09  22:29:20
66212         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
66213              
66214              Didn't upgrade the fill.t since it has a dependency to File::Slurp
66215              purely for debugging purposes, the actual test hasn't changed.
66216      Branch: perl
66217            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
66218            ! t/lib/textwrap.t
66219 ____________________________________________________________________________
66220 [  8753] By: jhi                                   on 2001/02/09  20:17:50
66221         Log: Integrate change #8682 from maintperl.
66222              
66223              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66224              to work correctly.
66225      Branch: perl
66226           !> hints/irix_6.sh
66227 ____________________________________________________________________________
66228 [  8752] By: jhi                                   on 2001/02/09  20:00:46
66229         Log: Update Changes.
66230      Branch: perl
66231            ! Changes patchlevel.h
66232 ____________________________________________________________________________
66233 [  8751] By: nick                                  on 2001/02/09  19:48:37
66234         Log: Integrate mainline
66235      Branch: perlio
66236           +> README.bs2000 t/lib/cgi-esc.t
66237            - README.posix-bc
66238           !> (integrate 53 files)
66239 ____________________________________________________________________________
66240 [  8750] By: nick                                  on 2001/02/09  19:25:16
66241         Log: Subject: RE: Biannual Competition to Improve Hashing Function
66242              From: Fisher Mark <fisherm@tce.com>
66243              Date: Thu, 8 Feb 2001 10:44:00 -0500
66244              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
66245              Date: Thu, 8 Feb 2001 15:02:47 -0500
66246              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
66247      Branch: perl
66248            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
66249 ____________________________________________________________________________
66250 [  8749] By: jhi                                   on 2001/02/09  19:02:35
66251         Log: Forgotten fragment.
66252      Branch: perl
66253            ! pod/perlapi.pod
66254 ____________________________________________________________________________
66255 [  8748] By: jhi                                   on 2001/02/09  18:31:34
66256         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
66257              plus manual tweakage.
66258              
66259              Sync the perlfaq2 between mainline and maintperl.
66260      Branch: maint-5.6/perl
66261            ! pod/perlfaq2.pod
66262      Branch: perl
66263           !> pod/perlfaq2.pod
66264 ____________________________________________________________________________
66265 [  8747] By: jhi                                   on 2001/02/09  18:12:04
66266         Log: Subject: versiononly and installperl
66267              From: abigail@foad.org
66268              Date: Wed, 7 Feb 2001 22:43:12 +0100
66269              Message-ID: <20010207214312.7045.qmail@foad.org>    
66270              
66271              Add +v flag to force a normal install of the perl binary
66272              and the utilities.
66273              
66274              Subject: [PATCH] installperl
66275              From: Nicholas Clark <nick@ccl4.org>
66276              Date: Fri, 9 Feb 2001 16:28:57 +0000
66277              Message-ID: <20010209162857.B10931@plum.flirble.org>
66278              
66279              Add -A flag which also hardlinks the binary with
66280              the full architecture name.
66281      Branch: perl
66282            ! installperl
66283 ____________________________________________________________________________
66284 [  8746] By: jhi                                   on 2001/02/09  18:03:43
66285         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
66286              
66287              Subject: perlfaq2, re: perlmongers
66288              
66289              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66290              
66291              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66292              
66293              Subject: [ID 20010205.001] typo in perlfaq9
66294              
66295              Subject: [ID 20010208.002] unordered explanation in perlcall
66296      Branch: maint-5.6/perl
66297           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
66298           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
66299           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
66300 ____________________________________________________________________________
66301 [  8745] By: jhi                                   on 2001/02/09  17:59:09
66302         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
66303              From: abela@geneanet.org
66304              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
66305              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
66306      Branch: perl
66307            ! pod/perlcall.pod
66308 ____________________________________________________________________________
66309 [  8744] By: jhi                                   on 2001/02/09  17:48:16
66310         Log: Subject: [ID 20010205.001] typo in perlfaq9
66311              From: eserte@vran.herceg.de
66312              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
66313              Message-Id: <200102042244.XAA21926@vran.herceg.de>
66314      Branch: perl
66315            ! pod/perlfaq9.pod
66316 ____________________________________________________________________________
66317 [  8743] By: jhi                                   on 2001/02/09  17:25:12
66318         Log: Integrate change #8695 from maintperl.
66319              
66320              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66321      Branch: perl
66322           !> thread.h
66323 ____________________________________________________________________________
66324 [  8742] By: jhi                                   on 2001/02/09  17:21:22
66325         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
66326              From: Andy Dougherty <doughera@lafayette.edu>
66327              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
66328              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
66329      Branch: perl
66330            ! embed.pl
66331 ____________________________________________________________________________
66332 [  8741] By: jhi                                   on 2001/02/09  17:05:19
66333         Log: Integrate changes #8738,8739,8740 from maintperl.
66334              
66335              Html files will be installed in a more logical and easier to
66336              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66337              
66338              Html files will be generated with a header to make them look
66339              a little less bare.
66340              
66341              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66342      Branch: perl
66343           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
66344 ____________________________________________________________________________
66345 [  8740] By: jhi                                   on 2001/02/09  17:03:46
66346         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
66347              From: "Brendan O'Dea" <bod@compusol.com.au>
66348              Date: Sun, 4 Feb 2001 11:17:56 +1100
66349              Message-ID: <20010204111756.A16301@compusol.com.au>
66350      Branch: maint-5.6/perl
66351            ! pod/perlfaq3.pod
66352 ____________________________________________________________________________
66353 [  8739] By: jhi                                   on 2001/02/09  17:01:59
66354         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
66355              From: "Indy Singh" <indy@nusphere.com>
66356              Date: Fri, 2 Feb 2001 15:09:59 -0500
66357              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
66358              
66359              Html files will be generated with a header to make them look
66360              a little less bare.
66361      Branch: maint-5.6/perl
66362            ! installhtml
66363 ____________________________________________________________________________
66364 [  8738] By: jhi                                   on 2001/02/09  16:58:48
66365         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
66366              From: "Indy Singh" <indy@nusphere.com>
66367              Date: Fri, 2 Feb 2001 15:08:23 -0500
66368              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
66369              
66370              Html files will be installed in a more logical and easier to
66371              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
66372      Branch: maint-5.6/perl
66373            ! win32/Makefile win32/makefile.mk
66374 ____________________________________________________________________________
66375 [  8737] By: jhi                                   on 2001/02/09  16:46:54
66376         Log: Integrate changes #8687,8736 from maintperl.
66377              
66378              HP-UX thread patches from Merijn H. Brand.
66379              
66380              Latin nit from Philip Newton.
66381      Branch: perl
66382           !> README.hpux hints/hpux.sh
66383 ____________________________________________________________________________
66384 [  8736] By: jhi                                   on 2001/02/09  16:42:31
66385         Log: Latin nit from Philip Newton.
66386      Branch: maint-5.6/perl
66387            ! README.hpux
66388 ____________________________________________________________________________
66389 [  8735] By: jhi                                   on 2001/02/09  16:24:03
66390         Log: Integrate changes #8704,8710 from pureperl.
66391              
66392              Fixed UMRs and leak in Perl_pmtrans()
66393              
66394              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66395              associated UTFied tr/// code.  Also fixed scoping leak of
66396              PL_reg_start_tmp.
66397      Branch: perl
66398           !> op.c regcomp.c
66399 ____________________________________________________________________________
66400 [  8734] By: jhi                                   on 2001/02/09  15:40:21
66401         Log: Integrate change #8733 from maintperl.
66402              
66403              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66404      Branch: perl
66405           !> pod/perlre.pod
66406 ____________________________________________________________________________
66407 [  8733] By: jhi                                   on 2001/02/09  15:35:47
66408         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66409              From: Prymmer/Kahn <pvhp@best.com>
66410              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
66411              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
66412      Branch: maint-5.6/perl
66413            ! pod/perlre.pod
66414 ____________________________________________________________________________
66415 [  8732] By: jhi                                   on 2001/02/09  15:26:17
66416         Log: Rename README.posix-bc to README.bs2000 (to avoid the
66417              confusion of a "perlposix-bc.pod"), add a few missing
66418              arch pods, regen toc.
66419      Branch: maint-5.6/perl
66420           +> README.bs2000
66421            - README.posix-bc
66422            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66423            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66424 ____________________________________________________________________________
66425 [  8731] By: jhi                                   on 2001/02/09  15:23:39
66426         Log: De-cut-and-pasto.
66427      Branch: perl
66428            ! pod/perl.pod
66429 ____________________________________________________________________________
66430 [  8730] By: jhi                                   on 2001/02/09  15:11:13
66431         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
66432              when people think that perlposix-bc.pod tells anything about
66433              Perl and POSIX.  Regen toc.
66434      Branch: perl
66435           +> README.bs2000
66436            - README.posix-bc
66437            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66438            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66439 ____________________________________________________________________________
66440 [  8729] By: jhi                                   on 2001/02/09  14:52:28
66441         Log: The README.vmesa part of #8712 from maintperl.
66442      Branch: perl
66443            ! README.vmesa
66444 ____________________________________________________________________________
66445 [  8728] By: jhi                                   on 2001/02/09  14:46:06
66446         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
66447              From: Peter Prymmer <pvhp@forte.com>
66448              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
66449              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
66450      Branch: maint-5.6/perl
66451            ! README.vmesa win32/Makefile win32/makefile.mk
66452 ____________________________________________________________________________
66453 [  8727] By: jhi                                   on 2001/02/09  14:33:25
66454         Log: Integrate change #8712 from mainline.
66455              
66456              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
66457      Branch: maint-5.6/perl
66458           !> lib/Pod/Find.pm
66459 ____________________________________________________________________________
66460 [  8726] By: jhi                                   on 2001/02/09  14:30:28
66461         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
66462              From: Peter Prymmer <pvhp@forte.com>
66463              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
66464              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
66465      Branch: perl
66466            + t/lib/cgi-esc.t
66467            ! MANIFEST lib/CGI/Util.pm
66468 ____________________________________________________________________________
66469 [  8725] By: jhi                                   on 2001/02/09  04:56:47
66470         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
66471      Branch: maint-5.6/perl
66472            ! pod/perlport.pod
66473 ____________________________________________________________________________
66474 [  8724] By: jhi                                   on 2001/02/09  04:40:59
66475         Log: Integrate changes 7819,7820 from vmsperl into mainline.
66476              
66477              Add header for LIB$ prototypes (C. Berry)
66478              
66479              Convert fwrite()s to sockets to write()s, since some socket stacks
66480              don't take kindly to stdio.
66481              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66482              (for often optional LNMs)
66483              Correct a few typos
66484              (C. Bailey)
66485      Branch: perl
66486           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
66487 ____________________________________________________________________________
66488 [  8723] By: jhi                                   on 2001/02/09  03:29:29
66489         Log: Integrate change #8722 from mainline.
66490              
66491              The Im() function wasn't returning zero for non-Math::Complex
66492              arguments.  The bug reported by John Gamble.
66493      Branch: maint-5.6/perl
66494           !> lib/Math/Complex.pm
66495 ____________________________________________________________________________
66496 [  8722] By: jhi                                   on 2001/02/09  03:28:33
66497         Log: The Im() function wasn't returning zero for non-Math::Complex
66498              arguments.  The bug reported by John Gamble.
66499      Branch: perl
66500            ! lib/Math/Complex.pm
66501 ____________________________________________________________________________
66502 [  8721] By: nick                                  on 2001/02/08  22:11:35
66503         Log: Correct the correction :-(
66504      Branch: perl
66505            ! perl.c
66506 ____________________________________________________________________________
66507 [  8720] By: bailey                                on 2001/02/08  20:59:22
66508         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
66509              don't take kindly to stdio.
66510              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66511              (for often optional LNMs)
66512              Correct a few typos
66513              (C. Bailey)
66514      Branch: vmsperl
66515            ! vms/vms.c vms/vmsish.h
66516 ____________________________________________________________________________
66517 [  8719] By: bailey                                on 2001/02/08  20:51:02
66518         Log: Add header for LIB$ prototypes (C. Berry)
66519      Branch: vmsperl
66520            ! ext/Devel/DProf/DProf.xs
66521 ____________________________________________________________________________
66522 [  8718] By: bailey                                on 2001/02/08  20:49:00
66523         Log: SYN SYN
66524      Branch: vmsperl
66525           +> pod/perliol.pod t/lib/sample-tests/bailout
66526           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
66527           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
66528           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
66529           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
66530           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
66531           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
66532            - lib/unicode/Is/DCinital.pl
66533           !> (integrate 101 files)
66534 ____________________________________________________________________________
66535 [  8717] By: nick                                  on 2001/02/08  19:38:48
66536         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
66537              From: Robin Barker <rmb1@cise.npl.co.uk>
66538              Date: Thu, 8 Feb 2001 14:38:07 GMT
66539              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
66540      Branch: perl
66541            ! lib/CPAN.pm
66542 ____________________________________________________________________________
66543 [  8716] By: nick                                  on 2001/02/08  19:29:07
66544         Log: Generated files form 8713 etc.
66545      Branch: perl
66546            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66547 ____________________________________________________________________________
66548 [  8715] By: nick                                  on 2001/02/08  19:26:08
66549         Log: Fixup non-ithread build after 8713
66550      Branch: perl
66551            ! perl.c
66552 ____________________________________________________________________________
66553 [  8714] By: nick                                  on 2001/02/08  19:17:45
66554         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
66555              From: nick@ccl4.org
66556              Date: Wed, 7 Feb 2001 00:27:47 +0000
66557              Message-Id: <20010207002747.B63724@plum.flirble.org>
66558      Branch: perl
66559            ! sv.c toke.c
66560 ____________________________________________________________________________
66561 [  8713] By: nick                                  on 2001/02/08  19:15:58
66562         Log: Subject: Re: [patch] Re: PL_ptr_table
66563              From: Doug Maceachern <dougm@covalent.net>
66564              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
66565              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
66566      Branch: perl
66567            ! embed.pl perl.c sv.c sv.h
66568 ____________________________________________________________________________
66569 [  8712] By: nick                                  on 2001/02/08  19:12:47
66570         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
66571              From: Peter Prymmer <pvhp@forte.com>
66572              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
66573              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
66574      Branch: perl
66575            ! lib/Pod/Find.pm
66576 ____________________________________________________________________________
66577 [  8711] By: nick                                  on 2001/02/07  21:06:11
66578         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
66579              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
66580              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66581              Date: Tue, 06 Feb 2001 23:37:01 +0000
66582              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
66583      Branch: perl
66584            ! regcomp.c
66585 ____________________________________________________________________________
66586 [  8710] By: alanbur                               on 2001/02/07  00:22:04
66587         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66588              associated UTFied tr/// code.  Also fixed scoping leak of
66589              PL_reg_start_tmp.
66590      Branch: maint-5.6/pureperl
66591            ! op.c regcomp.c
66592 ____________________________________________________________________________
66593 [  8709] By: nick                                  on 2001/02/06  21:16:49
66594         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66595              From: Michael G Schwern <schwern@pobox.com>
66596              Date: Sun, 4 Feb 2001 19:47:14 -0500
66597              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
66598      Branch: perl
66599            ! pod/perlapi.pod pod/perlmodlib.PL
66600 ____________________________________________________________________________
66601 [  8708] By: nick                                  on 2001/02/06  20:41:20
66602         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66603              From: Michael G Schwern <schwern@pobox.com>
66604              Date: Sun, 4 Feb 2001 21:17:49 -0500
66605              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
66606      Branch: perl
66607            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
66608            ! pod/perltootc.pod
66609 ____________________________________________________________________________
66610 [  8707] By: nick                                  on 2001/02/06  20:29:11
66611         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
66612              From: Michael G Schwern <schwern@pobox.com>
66613              Date: Tue, 6 Feb 2001 05:54:30 -0500
66614              Message-Id: <20010206055430.A951@blackrider.aocn.com>
66615      Branch: perl
66616            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
66617 ____________________________________________________________________________
66618 [  8706] By: nick                                  on 2001/02/06  20:21:40
66619         Log: Subject: RE: some win32 fixes
66620              Date: Tue, 6 Feb 2001 09:23:20 +0300
66621              From: Vadim Konovalov <vkonovalov@lucent.com>
66622              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
66623      Branch: perl
66624            ! toke.c win32/Makefile win32/config.bc win32/config.gc
66625            ! win32/config.vc win32/config_H.bc win32/makefile.mk
66626 ____________________________________________________________________________
66627 [  8705] By: alanbur                               on 2001/02/06  15:00:03
66628         Log: Synchronised with parent
66629      Branch: maint-5.6/pureperl
66630            ! regexec.c
66631           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66632           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
66633 ____________________________________________________________________________
66634 [  8704] By: alanbur                               on 2001/02/06  14:55:24
66635         Log: Fixed UMRs and leak in Perl_pmtrans()
66636      Branch: maint-5.6/pureperl
66637            ! op.c
66638 ____________________________________________________________________________
66639 [  8703] By: gsar                                  on 2001/02/06  02:29:37
66640         Log: $(MAKE) distclean doesn't clean up properly on windows
66641      Branch: maint-5.6/perl
66642            ! win32/Makefile win32/makefile.mk
66643 ____________________________________________________________________________
66644 [  8702] By: gsar                                  on 2001/02/06  01:00:46
66645         Log: tweak change#8659 to keep it simple
66646      Branch: maint-5.6/perl
66647            ! utils/perldoc.PL
66648 ____________________________________________________________________________
66649 [  8701] By: gsar                                  on 2001/02/05  22:45:41
66650         Log: change#8693 was missing testsuite changes
66651      Branch: maint-5.6/perl
66652           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66653 ____________________________________________________________________________
66654 [  8700] By: nick                                  on 2001/02/05  20:32:52
66655         Log: Integrate mainline
66656      Branch: perlio
66657           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
66658           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66659           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66660           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66661           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66662           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66663           +> t/lib/test-harness.t
66664           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
66665           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
66666           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
66667           !> pod/perlutil.pod t/TEST utils/h2xs.PL
66668 ____________________________________________________________________________
66669 [  8699] By: nick                                  on 2001/02/05  19:41:07
66670         Log: Subject: perlfaq2, re: perlmongers
66671              From: David H. Adler <dha@panix.com>
66672              Date: Sun, 4 Feb 2001 23:48:23 -0500
66673              Message-Id: <20010204234823.A13429@panix.com>
66674      Branch: perl
66675            ! pod/perlfaq2.pod
66676 ____________________________________________________________________________
66677 [  8698] By: nick                                  on 2001/02/05  19:39:31
66678         Log: Missed file f#rom the testharness mess.
66679      Branch: perl
66680            + t/lib/test-harness.t
66681 ____________________________________________________________________________
66682 [  8697] By: nick                                  on 2001/02/05  19:37:21
66683         Log: Subject: [DOC PATCH] overload.pm nits
66684              From: John Tobey <jtobey@john-edwin-tobey.org>
66685              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
66686              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
66687      Branch: perl
66688            ! lib/overload.pm
66689 ____________________________________________________________________________
66690 [  8696] By: alanbur                               on 2001/02/05  11:56:00
66691         Log: Sync with parent
66692      Branch: maint-5.6/pureperl
66693           !> thread.h
66694 ____________________________________________________________________________
66695 [  8695] By: gsar                                  on 2001/02/05  03:27:34
66696         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66697      Branch: maint-5.6/perl
66698            ! thread.h
66699 ____________________________________________________________________________
66700 [  8694] By: alanbur                               on 2001/02/05  00:07:47
66701         Log: Initial branch creation from //depot/maint-5.6/perl
66702      Branch: maint-5.6/pureperl
66703           +> (branch 1719 files)
66704 ____________________________________________________________________________
66705 [  8693] By: gsar                                  on 2001/02/04  22:38:49
66706         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
66707              changes)
66708      Branch: maint-5.6/perl
66709           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
66710           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
66711           !> ext/DB_File/version.c
66712 ____________________________________________________________________________
66713 [  8692] By: nick                                  on 2001/02/04  18:15:57
66714         Log: The missed t/TEST part of the grand testharness upgrade.
66715      Branch: perl
66716            ! t/TEST
66717 ____________________________________________________________________________
66718 [  8691] By: nick                                  on 2001/02/04  18:05:17
66719         Log: New improved test harness
66720              Subject: Re: [PATCH Test::Harness] Third time's a charm?
66721              From: Michael G Schwern <schwern@pobox.com>
66722              Date: Sun, 4 Feb 2001 08:01:20 -0500
66723              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
66724      Branch: perl
66725            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
66726            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66727            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66728            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66729            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66730            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66731            ! MANIFEST lib/Test/Harness.pm
66732 ____________________________________________________________________________
66733 [  8690] By: nick                                  on 2001/02/04  17:57:51
66734         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
66735              From: Jonathan Stowe <gellyfish@gellyfish.com>
66736              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
66737              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
66738      Branch: perl
66739            ! utils/h2xs.PL
66740 ____________________________________________________________________________
66741 [  8689] By: nick                                  on 2001/02/04  17:55:24
66742         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
66743              From: Michael G Schwern <schwern@pobox.com>
66744              Date: Sat, 3 Feb 2001 22:46:38 -0500
66745              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
66746      Branch: perl
66747            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
66748            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
66749 ____________________________________________________________________________
66750 [  8688] By: nick                                  on 2001/02/04  17:43:55
66751         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
66752              length byfailing to spot lack of closing )
66753              From: nick@talking.bollo.cx
66754              Date: Sat, 03 Feb 2001 23:53:16 +0000
66755              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
66756      Branch: perl
66757            ! perlio.c pod/perldiag.pod
66758 ____________________________________________________________________________
66759 [  8687] By: jhi                                   on 2001/02/03  17:11:42
66760         Log: HP-UX thread patches from Merijn H. Brand.
66761      Branch: maint-5.6/perl
66762            ! README.hpux hints/hpux.sh
66763 ____________________________________________________________________________
66764 [  8686] By: jhi                                   on 2001/02/03  16:40:12
66765         Log: Metaconfig changes for #8685.
66766      Branch: metaconfig
66767            ! U/installdirs/instubperl.U
66768      Branch: metaconfig/U/perl
66769            ! Devel.U versiononly.U
66770 ____________________________________________________________________________
66771 [  8685] By: jhi                                   on 2001/02/03  16:39:49
66772         Log: For -Dusedevel builds turn off installusrbinperl and turn on
66773              versiononly, a combined idea of Richard Soderberg and Merijn
66774              H. Brand.  You can still override both of these from the command
66775              line if you need to, -Dinstallusrbinperl and -Uversiononly.
66776      Branch: perl
66777            ! Configure
66778 ____________________________________________________________________________
66779 [  8684] By: jhi                                   on 2001/02/03  16:16:34
66780         Log: Metaconfig unit fix for #8683.
66781      Branch: metaconfig
66782            ! U/compline/nblock_io.U
66783 ____________________________________________________________________________
66784 [  8683] By: jhi                                   on 2001/02/03  16:16:12
66785         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
66786              reported by Peter Prymmer for 5.6-TRIAL1.
66787      Branch: perl
66788            ! Configure
66789 ____________________________________________________________________________
66790 [  8682] By: jhi                                   on 2001/02/03  05:52:11
66791         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66792              to work correctly.
66793      Branch: maint-5.6/perl
66794            ! hints/irix_6.sh
66795 ____________________________________________________________________________
66796 [  8681] By: jhi                                   on 2001/02/03  05:47:33
66797         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
66798      Branch: maint-5.6/perl
66799            ! pod/perlport.pod
66800 ____________________________________________________________________________
66801 [  8680] By: jhi                                   on 2001/02/02  21:39:49
66802         Log: perlport update from Peter Prymmer.
66803      Branch: maint-5.6/perl
66804            ! pod/perlport.pod
66805 ____________________________________________________________________________
66806 [  8679] By: nick                                  on 2001/02/02  20:50:48
66807         Log: Integrate mainline
66808      Branch: perlio
66809           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66810           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
66811           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66812 ____________________________________________________________________________
66813 [  8678] By: gsar                                  on 2001/02/02  16:02:12
66814         Log: note about bincompat, slightly modified (from Lupe Christoph)
66815      Branch: maint-5.6/perl
66816            ! README.solaris
66817 ____________________________________________________________________________
66818 [  8677] By: jhi                                   on 2001/02/02  15:46:20
66819         Log: Supported platforms updates.
66820      Branch: maint-5.6/perl
66821            ! pod/perlport.pod
66822 ____________________________________________________________________________
66823 [  8676] By: jhi                                   on 2001/02/02  03:41:26
66824         Log: A couple more perlfaq2 tweaks.
66825      Branch: maint-5.6/perl
66826            ! pod/perlfaq2.pod
66827 ____________________________________________________________________________
66828 [  8675] By: jhi                                   on 2001/02/02  03:17:44
66829         Log: Misedit in #8661.
66830      Branch: maint-5.6/perl
66831            ! Configure
66832 ____________________________________________________________________________
66833 [  8674] By: jhi                                   on 2001/02/02  03:14:38
66834         Log: Damien again.
66835      Branch: maint-5.6/perl
66836            ! pod/perlfaq2.pod
66837 ____________________________________________________________________________
66838 [  8673] By: jhi                                   on 2001/02/02  03:12:40
66839         Log: perlfaq update from Elaine Ashton.
66840      Branch: maint-5.6/perl
66841            ! pod/perlfaq2.pod
66842 ____________________________________________________________________________
66843 [  8672] By: jhi                                   on 2001/02/02  03:07:08
66844         Log: UTF-8 s/// patch from Inaba Hiroto.
66845      Branch: maint-5.6/perl
66846            ! pp_ctl.c pp_hot.c
66847 ____________________________________________________________________________
66848 [  8671] By: jhi                                   on 2001/02/01  22:34:31
66849         Log: Update Changes.
66850      Branch: perl
66851            ! Changes patchlevel.h
66852 ____________________________________________________________________________
66853 [  8670] By: jhi                                   on 2001/02/01  22:15:29
66854         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
66855              from maintperl.
66856              
66857              Upgrade to Getopt::Long 2.25, from Johan Vromans.
66858              
66859              more files need to be writable in the source distribution
66860              
66861              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66862              
66863              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66864              
66865              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66866              
66867              Allow the float to be fuzzier.
66868              
66869              need to use INT2PTR instead of a straight cast or ia64 fails
66870              
66871              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66872              
66873              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66874      Branch: perl
66875           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66876           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
66877           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66878 ____________________________________________________________________________
66879 [  8669] By: jhi                                   on 2001/02/01  21:57:02
66880         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66881              From: Robin Barker <rmb1@cise.npl.co.uk>
66882              Date: Thu, 1 Feb 2001 16:59:05 GMT
66883              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
66884      Branch: maint-5.6/perl
66885            ! pod/perlmodlib.PL
66886 ____________________________________________________________________________
66887 [  8668] By: nick                                  on 2001/02/01  19:41:40
66888         Log: Integrate mainline
66889      Branch: perlio
66890           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
66891           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
66892           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
66893 ____________________________________________________________________________
66894 [  8667] By: gsar                                  on 2001/02/01  16:59:11
66895         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66896      Branch: maint-5.6/perl
66897            ! embed.pl embedvar.h
66898 ____________________________________________________________________________
66899 [  8666] By: gsar                                  on 2001/02/01  16:34:51
66900         Log: add missing entries to win32/config.?c
66901      Branch: maint-5.6/perl
66902            ! win32/config.bc win32/config.gc win32/config.vc
66903            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66904 ____________________________________________________________________________
66905 [  8665] By: jhi                                   on 2001/02/01  14:58:51
66906         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66907              From: "Stephen P. Potter" <spp@spotter.yi.org>
66908              Date: Thu, 01 Feb 2001 10:45:46 -0500
66909              Message-Id: <200102011545.KAA31479@spotter.yi.org>
66910      Branch: maint-5.6/perl
66911            ! pod/perlfunc.pod
66912 ____________________________________________________________________________
66913 [  8664] By: gsar                                  on 2001/02/01  14:52:37
66914         Log: need to use INT2PTR instead of a straight cast or ia64 fails
66915              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
66916      Branch: maint-5.6/perl
66917            ! ext/POSIX/POSIX.xs
66918 ____________________________________________________________________________
66919 [  8663] By: jhi                                   on 2001/02/01  14:09:13
66920         Log: Allow the float to be fuzzier.
66921      Branch: maint-5.6/perl
66922            ! t/lib/peek.t
66923 ____________________________________________________________________________
66924 [  8662] By: jhi                                   on 2001/02/01  13:59:00
66925         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66926              From: Robin Barker <rmb1@cise.npl.co.uk>
66927              Date: Thu, 1 Feb 2001 13:05:39 GMT
66928              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
66929      Branch: maint-5.6/perl
66930            ! pod/perlmodlib.pod
66931 ____________________________________________________________________________
66932 [  8661] By: jhi                                   on 2001/02/01  13:57:38
66933         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
66934              Date: Thu, 01 Feb 2001 14:15:41 +0100
66935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66936              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
66937              
66938              Have the $ccflags in the gcc version test (strange, this change
66939              is claimed to be have been integrated already)
66940      Branch: maint-5.6/perl
66941            ! Configure
66942 ____________________________________________________________________________
66943 [  8660] By: jhi                                   on 2001/02/01  13:44:10
66944         Log: Integrate changes #7950,7964,7962 from mainline.
66945              
66946              Find the stdchar signedness using cpp, should fix some of
66947              the Solaris compiler warnings reported by Alan Burlison.
66948      Branch: maint-5.6/perl
66949           !> Configure config_h.SH
66950 ____________________________________________________________________________
66951 [  8659] By: jhi                                   on 2001/02/01  05:35:32
66952         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
66953              From: Jan Dubois <JanD@ActiveState.com>
66954              Date: Wed, 31 Jan 2001 21:17:03 -0800
66955              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
66956      Branch: maint-5.6/perl
66957            ! utils/perldoc.PL
66958 ____________________________________________________________________________
66959 [  8658] By: jhi                                   on 2001/02/01  04:33:17
66960         Log: Integrate the README.os390 and README.posix-bc parts of mainline
66961              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
66962              installperl parts were taken care of by #8657.)
66963      Branch: maint-5.6/perl
66964           !> README.os390 README.posix-bc
66965 ____________________________________________________________________________
66966 [  8657] By: jhi                                   on 2001/02/01  04:29:21
66967         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
66968              From: Peter Prymmer <pvhp@forte.com>
66969              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
66970              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
66971      Branch: maint-5.6/perl
66972            + ext/DynaLoader/dl_dllload.xs
66973            ! MANIFEST Makefile.SH hints/os390.sh installperl
66974 ____________________________________________________________________________
66975 [  8656] By: jhi                                   on 2001/02/01  04:25:45
66976         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
66977              From: Peter Prymmer <pvhp@forte.com>
66978              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
66979              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
66980      Branch: maint-5.6/perl
66981            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
66982 ____________________________________________________________________________
66983 [  8655] By: jhi                                   on 2001/02/01  04:14:47
66984         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
66985              From: troc@netrus.net
66986              Date: Wed, 31 Jan 2001 22:31:26 -0500
66987              Message-Id: <200102010331.WAA117.85@rocco.homenet>
66988      Branch: maint-5.6/perl
66989            ! os2/os2.c
66990 ____________________________________________________________________________
66991 [  8654] By: jhi                                   on 2001/02/01  04:12:52
66992         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66993              as reported by Alan Burlison.
66994      Branch: maint-5.6/perl
66995            ! pp.h
66996 ____________________________________________________________________________
66997 [  8653] By: jhi                                   on 2001/02/01  04:05:12
66998         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
66999              From: dsugalski@northernlight.com
67000              Date: Wed, 31 Jan 2001 18:54:11 -0500
67001              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
67002      Branch: maint-5.6/perl
67003            ! configure.com
67004 ____________________________________________________________________________
67005 [  8652] By: jhi                                   on 2001/02/01  04:03:11
67006         Log: Misplaced #endif.
67007              
67008              Subject: [perl-5-6-1-trial2] patches for EPOC
67009              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67010              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67011              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67012      Branch: maint-5.6/perl
67013            ! epoc/epocish.c
67014 ____________________________________________________________________________
67015 [  8651] By: jhi                                   on 2001/02/01  04:00:25
67016         Log: Integrate changes #8647,8648,8650 from mainline.
67017              
67018              Macrofy a magic UTF-8 test.
67019              
67020              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
67021              
67022              Watch out for cross compiling for EPOC (usually done on linux).
67023      Branch: maint-5.6/perl
67024           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
67025 ____________________________________________________________________________
67026 [  8650] By: jhi                                   on 2001/02/01  03:56:20
67027         Log: Watch out for cross compiling for EPOC (usually done on linux)
67028              
67029              Subject: [perl-5-6-1-trial2] patches for EPOC
67030              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67031              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67032              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67033      Branch: perl
67034            ! ext/Errno/Errno_pm.PL
67035 ____________________________________________________________________________
67036 [  8649] By: gsar                                  on 2001/02/01  00:46:00
67037         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
67038      Branch: maint-5.6/perl
67039            ! sv.c
67040 ____________________________________________________________________________
67041 [  8648] By: jhi                                   on 2001/01/31  23:35:36
67042         Log: All the uses of PL_numeric_radix must be protected by
67043              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
67044              
67045              Subject: [perl-5-6-1-trial2] patches for EPOC
67046              From: Olaf Flebbe <O.Flebbe@science-computing.de>
67047              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
67048              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
67049      Branch: perl
67050            ! sv.c
67051 ____________________________________________________________________________
67052 [  8647] By: jhi                                   on 2001/01/31  22:56:16
67053         Log: Macrofy a magic UTF-8 test.
67054      Branch: perl
67055            ! utf8.c utf8.h
67056 ____________________________________________________________________________
67057 [  8646] By: gsar                                  on 2001/01/31  15:55:12
67058         Log: update Changes
67059      Branch: maint-5.6/perl
67060            ! Changes
67061 ____________________________________________________________________________
67062 [  8645] By: gsar                                  on 2001/01/31  15:10:14
67063         Log: Configure tweak suggested by Peter Prymmer
67064      Branch: maint-5.6/perl
67065            ! Configure
67066 ____________________________________________________________________________
67067 [  8644] By: gsar                                  on 2001/01/31  15:06:32
67068         Log: more files need to be writable in the source distribution
67069      Branch: maint-5.6/perl
67070            ! Porting/makerel
67071 ____________________________________________________________________________
67072 [  8643] By: jhi                                   on 2001/01/31  14:59:46
67073         Log: Integrate changes #8258,8278,8279 from mainline.
67074              
67075              Make the large file tests more robust/talkative.
67076      Branch: maint-5.6/perl
67077           !> t/lib/syslfs.t t/op/lfs.t
67078 ____________________________________________________________________________
67079 [  8642] By: gsar                                  on 2001/01/31  14:53:48
67080         Log: integrate changes#8311,8334 from mainline
67081              
67082              Add a new MakeMaker variable PM_FILTER that defines a Unix
67083              filter to be run on each .pm during the pm_to_blib() phase,
67084              a fixed version of
67085              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
67086              
67087              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
67088              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
67089              accurate reading of the "atime".  
67090      Branch: maint-5.6/perl
67091           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
67092           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
67093           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
67094 ____________________________________________________________________________
67095 [  8641] By: jhi                                   on 2001/01/31  14:46:37
67096         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
67097      Branch: maint-5.6/perl
67098            ! lib/Getopt/Long.pm
67099 ____________________________________________________________________________
67100 [  8640] By: gsar                                  on 2001/01/31  14:40:24
67101         Log: make regen_all
67102      Branch: maint-5.6/perl
67103            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
67104 ____________________________________________________________________________
67105 [  8639] By: gsar                                  on 2001/01/31  14:37:25
67106         Log: refresh windows config files
67107      Branch: maint-5.6/perl
67108            ! win32/Makefile win32/config_H.bc win32/config_H.gc
67109            ! win32/config_H.vc win32/makefile.mk
67110 ____________________________________________________________________________
67111 [  8638] By: gsar                                  on 2001/01/31  14:28:10
67112         Log: makefile tweaks for windows: introduce a bulk-switch to enable
67113              same options as ActivePerl; sync changes with makefile.mk
67114      Branch: maint-5.6/perl
67115            ! win32/Makefile win32/makefile.mk
67116 ____________________________________________________________________________
67117 [  8637] By: jhi                                   on 2001/01/31  04:41:30
67118         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
67119              From: Nicholas Clark <nick@ccl4.org>
67120              Date: Tue, 30 Jan 2001 19:51:05 +0000
67121              Message-ID: <20010130195105.R76607@plum.flirble.org> 
67122              
67123              op/inc cure.
67124      Branch: perl
67125            ! pp.c pp.h pp_hot.c t/op/arith.t
67126 ____________________________________________________________________________
67127 [  8636] By: jhi                                   on 2001/01/31  02:38:32
67128         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
67129              no perlio],8257,8380,8479,8515 from mainline.
67130              
67131              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
67132              
67133              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
67134              Subject: [PATCH perl@8133] fix-up for VMS extensions
67135              
67136              In VMS embedded perls couldn't access the statically built Socket.
67137              
67138              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
67139              
67140              Further VMS piping fixes from Charles Lane.
67141              
67142              Subject:  [PATCH] make t/op/misc.t work on VMS
67143              
67144              Add tracing for debugging extensions builds in VMS.
67145              
67146              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
67147      Branch: maint-5.6/perl
67148           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
67149           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
67150           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
67151 ____________________________________________________________________________
67152 [  8635] By: jhi                                   on 2001/01/31  01:46:41
67153         Log: Integrate change #7732 from mainline.
67154              
67155              Sparc 64-bit pack() fix from Jens Hamisch.
67156      Branch: maint-5.6/perl
67157           !> pp.c
67158 ____________________________________________________________________________
67159 [  8634] By: jhi                                   on 2001/01/31  01:41:16
67160         Log: One spot missing from #8626.
67161      Branch: maint-5.6/perl
67162            ! sv.c
67163 ____________________________________________________________________________
67164 [  8633] By: jhi                                   on 2001/01/31  00:49:17
67165         Log: Integrate change #7495 from mainline.
67166              
67167              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
67168      Branch: maint-5.6/perl
67169           !> MANIFEST ext/re/Makefile.PL
67170 ____________________________________________________________________________
67171 [  8632] By: jhi                                   on 2001/01/30  23:38:49
67172         Log: Integrate change #8396 from mainline.
67173              
67174              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
67175              better multicast support (resend)
67176      Branch: maint-5.6/perl
67177           !> ext/Socket/Socket.pm
67178 ____________________________________________________________________________
67179 [  8631] By: jhi                                   on 2001/01/30  23:28:03
67180         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
67181              
67182              More AIX lore. (7514, ext/re/hints/aix.pl)
67183              
67184              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
67185              
67186              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)
67187              
67188              Subject: [ID 20001214.002] Net::Ping patch
67189              
67190              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
67191              
67192              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
67193              
67194              Add ReuseAddr as a (preferred) alias for Reuse as we now
67195              also have ReusePort.
67196              
67197              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
67198      Branch: maint-5.6/perl
67199           +> ext/re/hints/aix.pl
67200           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
67201           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
67202 ____________________________________________________________________________
67203 [  8630] By: jhi                                   on 2001/01/30  23:03:59
67204         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
67205              
67206              read() documentation tweak for 20001121.004.
67207              
67208              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
67209      Branch: maint-5.6/perl
67210           !> pod/perlfunc.pod pod/perlre.pod
67211 ____________________________________________________________________________
67212 [  8629] By: jhi                                   on 2001/01/30  22:41:57
67213         Log: Integrate change #8098 from mainline.
67214              
67215              fastgetcwd is defined using a glob alias on a $^O dependent basis
67216              and there was no default assignment or perl subroutine.
67217      Branch: maint-5.6/perl
67218           !> lib/Cwd.pm
67219 ____________________________________________________________________________
67220 [  8628] By: jhi                                   on 2001/01/30  21:58:52
67221         Log: Integrate change #7866 from mainline.
67222              
67223              File::Temp 0.11.
67224      Branch: maint-5.6/perl
67225           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
67226 ____________________________________________________________________________
67227 [  8627] By: jhi                                   on 2001/01/30  21:39:44
67228         Log: Integrate changes #8075,8086,8228 from mainline.  
67229              
67230              Darwin is not Windows. (8075,8086)
67231              
67232              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
67233      Branch: maint-5.6/perl
67234           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
67235           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
67236           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
67237           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
67238 ____________________________________________________________________________
67239 [  8626] By: jhi                                   on 2001/01/30  21:22:11
67240         Log: Integrate with tweakery the change #8625 from mainline,
67241              the multibyte decimal separator fix ("fa_IR locale failure").
67242      Branch: maint-5.6/perl
67243            ! embedvar.h perlapi.h
67244           !> intrpvar.h perl.c perl.h sv.c util.c
67245 ____________________________________________________________________________
67246 [  8625] By: jhi                                   on 2001/01/30  20:26:33
67247         Log: Fix for the fa_IR locale failure.  The reason for the failure
67248              was that Perl was assuming the decimal separator aka the radix
67249              separator is one character.  The Farsi-Iranian locale crushed
67250              that bad assumption since there the separator is 'Momayyez',
67251              glyphwise looking somewhat like a slash, and in Unicode UTF-8
67252              encoded in two bytes, 0xd9 0xab.
67253      Branch: perl
67254            ! intrpvar.h perl.c perl.h sv.c util.c
67255 ____________________________________________________________________________
67256 [  8624] By: gsar                                  on 2001/01/30  20:17:03
67257         Log: regen_headers
67258      Branch: maint-5.6/perl
67259            ! Makefile.SH pod/perlintern.pod
67260 ____________________________________________________________________________
67261 [  8623] By: gsar                                  on 2001/01/30  19:42:34
67262         Log: backout change#7431 and its dependents (causes spurious rebuilds
67263              of autogenerated files)
67264              
67265              fix benign b.t failure
67266      Branch: maint-5.6/perl
67267            ! Makefile.SH t/lib/b.t
67268 ____________________________________________________________________________
67269 [  8622] By: jhi                                   on 2001/01/30  19:41:41
67270         Log: Microperl sync.
67271      Branch: perl
67272            ! mg.c perl.h
67273 ____________________________________________________________________________
67274 [  8621] By: gsar                                  on 2001/01/30  19:24:47
67275         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
67276              from mainline
67277              
67278              Subject: podlators 1.06 released
67279              
67280              Subject: [PATCH @8436] Eliminate op_children
67281              
67282              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
67283              
67284              (Replaced by #8448)  More op_children traces (cleanup of #8442).
67285              
67286              Subject: [PATCH #3 @8436] Re: Eliminate op_children
67287              Replace #8444 and #8445.
67288              
67289              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
67290              at the setting of the ofs_sv in new_struct_thread() as the
67291              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
67292              uninitialized fields are, uh, initialized with),
67293              SvREFCNT_inc()ing that invited a core dump.
67294              
67295              podlators 1.07, from Russ Allbery.
67296              
67297              Subject: [PATCH] regcomp.c old feature removal
67298              From: mjd@plover.com
67299              Date: 16 Jan 2001 14:43:18 -0000 
67300              Message-ID: <20010116144318.7140.qmail@plover.com> 
67301      Branch: maint-5.6/perl
67302           +> lib/Pod/Text/Overstrike.pm
67303           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
67304           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
67305           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
67306           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
67307           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
67308           !> util.c
67309 ____________________________________________________________________________
67310 [  8620] By: gsar                                  on 2001/01/30  18:48:32
67311         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
67312              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
67313              now fails one test)
67314              
67315              Subject: [PATCH] lvalue AUTOLOAD. No, really.
67316              
67317              Subject: [PATCH] Interesting syntax idea
67318              Make opens + bareword assigns do typeglob assigns.
67319              
67320              Tests for #8254.
67321              
67322              Subject: [PATCH @8269] Continue blocks and B::Deparse
67323              Make the peephole optimizer to bypass more null ops and
67324              and rewrite the deparse handling of continue blocks.
67325              
67326              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
67327              Doc tweak on #8313.
67328              
67329              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
67330              
67331              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
67332              
67333              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
67334              
67335              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
67336              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
67337              according to the platform.
67338              
67339              Subject: [PATCH @8404] Consolidated lvalue sub changes
67340              
67341              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
67342              
67343              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
67344              
67345              Subject: B::Concise -- an improved replacement for B::Terse 
67346              
67347              The B::Terse drop-in replacement wasn't quite drop-in.
67348              
67349              The LVRET macro needed an aTHX.
67350              
67351              Use the /^Perl_/-less form of is_lvalue_sub().
67352              
67353              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67354      Branch: maint-5.6/perl
67355           +> ext/B/B/Concise.pm
67356           !> (integrate 27 files)
67357 ____________________________________________________________________________
67358 [  8619] By: nick                                  on 2001/01/30  18:40:28
67359         Log: Integrate mainline
67360      Branch: perlio
67361           !> (integrate 40 files)
67362 ____________________________________________________________________________
67363 [  8618] By: jhi                                   on 2001/01/30  18:37:18
67364         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
67365              Date: Mon, 29 Jan 2001 22:51:29 -0600
67366              From: "Craig A. Berry" <craigberry@mac.com>
67367              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
67368      Branch: perl
67369            ! vms/test.com
67370 ____________________________________________________________________________
67371 [  8617] By: jhi                                   on 2001/01/30  18:34:53
67372         Log: Subject: [PATCH] Add missing CV flags to dump.c
67373              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67374              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
67375              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
67376      Branch: perl
67377            ! dump.c
67378 ____________________________________________________________________________
67379 [  8616] By: jhi                                   on 2001/01/30  18:20:58
67380         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
67381              part isn't applicable to maintperl.
67382              
67383              UTF-8 nit from Inaba Hiroto.
67384      Branch: maint-5.6/perl
67385           !> pod/perlapi.pod utf8.c
67386 ____________________________________________________________________________
67387 [  8615] By: jhi                                   on 2001/01/30  18:18:51
67388         Log: UTF-8 nit from Inaba Hiroto.
67389      Branch: perl
67390            ! pod/perlapi.pod t/op/each.t utf8.c
67391 ____________________________________________________________________________
67392 [  8614] By: jhi                                   on 2001/01/30  18:13:38
67393         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
67394              
67395              perl's internal variables are not for public consumption,
67396              move their docs from perlapi.pod to perlintern.pod
67397              
67398              support for -Dusethreads build under HP-UX 10.20 and DCE threads
67399              library (11.0 and later have pthreads but 10.x don't)
67400              
67401              avoid uninitialized value warnings
67402              
67403              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67404              gets weird results)
67405              
67406              perldoc nit on windows
67407              
67408              make it possible to run the tests outside the source tree
67409              (there's still a dependency on ../lib being the library
67410              location)
67411      Branch: perl
67412           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
67413           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
67414           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
67415           !> win32/bin/search.pl win32/vdir.h
67416 ____________________________________________________________________________
67417 [  8613] By: gsar                                  on 2001/01/30  16:39:59
67418         Log: make it possible to run the tests outside the source tree
67419              (there's still a dependency on ../lib being the library
67420              location)
67421      Branch: maint-5.6/perl
67422            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
67423 ____________________________________________________________________________
67424 [  8612] By: gsar                                  on 2001/01/30  16:31:12
67425         Log: perldoc nit on windows
67426      Branch: maint-5.6/perl
67427            ! utils/perldoc.PL
67428 ____________________________________________________________________________
67429 [  8611] By: gsar                                  on 2001/01/30  16:22:54
67430         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67431              gets weird results)
67432      Branch: maint-5.6/perl
67433            ! win32/vdir.h
67434 ____________________________________________________________________________
67435 [  8610] By: gsar                                  on 2001/01/30  16:12:45
67436         Log: avoid uninitialized value warnings
67437      Branch: maint-5.6/perl
67438            ! win32/bin/search.pl
67439 ____________________________________________________________________________
67440 [  8609] By: gsar                                  on 2001/01/30  16:08:01
67441         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
67442              library (11.0 and later have pthreads but 10.x don't)
67443      Branch: maint-5.6/perl
67444            ! hints/hpux.sh thread.h
67445 ____________________________________________________________________________
67446 [  8608] By: gsar                                  on 2001/01/30  15:48:55
67447         Log: perl's internal variables are not for public consumption,
67448              move their docs from perlapi.pod to perlintern.pod
67449      Branch: maint-5.6/perl
67450            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
67451            ! thrdvar.h
67452 ____________________________________________________________________________
67453 [  8607] By: gsar                                  on 2001/01/30  15:44:27
67454         Log: mistakenly branched perl56delta.pod, revert
67455      Branch: maint-5.6/perl
67456            - pod/perl56delta.pod
67457           !> pod/perldelta.pod
67458 ____________________________________________________________________________
67459 [  8606] By: gsar                                  on 2001/01/30  14:20:24
67460         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
67461              dTHR which has been a noop for a while now, except for the
67462              compatibility definition in thread.h)
67463      Branch: maint-5.6/perl
67464           !> (integrate 45 files)
67465 ____________________________________________________________________________
67466 [  8605] By: jhi                                   on 2001/01/30  05:43:58
67467         Log: Mark the UTF-8 APIs as experimental.
67468      Branch: maint-5.6/perl
67469            ! embed.pl pod/perlapi.pod
67470 ____________________________________________________________________________
67471 [  8604] By: jhi                                   on 2001/01/30  05:38:40
67472         Log: Nits from earlier integrates.
67473      Branch: maint-5.6/perl
67474            ! lib/Carp/Heavy.pm
67475           !> sv.c
67476 ____________________________________________________________________________
67477 [  8603] By: jhi                                   on 2001/01/30  05:27:26
67478         Log: Regenerate Porting files.
67479      Branch: maint-5.6/perl
67480            ! Porting/Glossary Porting/config.sh Porting/config_H
67481 ____________________________________________________________________________
67482 [  8602] By: jhi                                   on 2001/01/30  05:14:59
67483         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
67484              8310,8339,8447,8492,8493,8505,8525: documentation changes.
67485              
67486              Subject: Re: perlfaq style changes
67487              
67488              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
67489              
67490              Subject: [PATCH] docs on NaN
67491              
67492              Subject: [patch] perlfaq7
67493              
67494              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
67495              
67496              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
67497              
67498              Subject: [PATCH] open() example in perlfunc.pod
67499              
67500              Podify README.mpeix (a new version from the web)
67501              
67502              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67503              
67504              Subject: [PATCH] format and rewording in perlfaq.pod
67505              
67506              Subject: [PATCH] API Variable documentation   
67507              
67508              Memory management calls documentation.
67509              
67510              Subject: [PATCH: perl@8482] README.vms URL updates
67511              
67512              Subject: Minor typos in perlfaq2.pod
67513              
67514              Subject: [PATCH] pod/perlvar.pod
67515      Branch: maint-5.6/perl
67516           +> pod/perl56delta.pod
67517            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67518           !> README.amiga README.epoc README.mpeix README.vms
67519           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
67520           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
67521           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
67522           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
67523           !> pod/perlvar.pod thrdvar.h
67524 ____________________________________________________________________________
67525 [  8601] By: jhi                                   on 2001/01/30  04:38:35
67526         Log: Integrate changes #8036,8096,8253 from mainline:
67527              hints changes.
67528              
67529              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67530              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
67531              
67532              Output the (apparent) version of gcc in Tru64.
67533      Branch: maint-5.6/perl
67534           +> ext/POSIX/hints/svr4.pl
67535           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
67536           !> hints/svr4.sh t/lib/bigfltpm.t
67537 ____________________________________________________________________________
67538 [  8600] By: jhi                                   on 2001/01/30  04:04:01
67539         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
67540              locale fixes.
67541              
67542              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
67543              
67544              Debian allows /usr/bin/locale to exist without any locales. (7868)
67545              
67546              Allow the locale test needing POSIX and the taint test
67547              needing IPC::SysV to run under 'minitest' (basically,
67548              bail out if loading the extension fails). (8384)
67549              
67550              Cleanup the locale.t output  (8480)
67551      Branch: maint-5.6/perl
67552           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
67553           !> t/pragma/locale.t
67554 ____________________________________________________________________________
67555 [  8599] By: jhi                                   on 2001/01/30  03:51:04
67556         Log: Missing generated files from #8598.
67557      Branch: maint-5.6/perl
67558            ! embed.h global.sym objXSUB.h perlapi.c proto.h
67559 ____________________________________________________________________________
67560 [  8598] By: jhi                                   on 2001/01/30  03:41:54
67561         Log: Integrate change #8555 from mainline, manually integrate parts
67562              of changes 8452 and 8583.
67563              
67564              Subject: [PATCH] utf8.c documentation (8452)
67565              
67566              No point in checking the length if the pointer is bogus. (8555)
67567              
67568              Introduce bytes_from_utf8() and implement sv_eq() using it,
67569              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
67570              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
67571              was malformed. (8583)
67572      Branch: maint-5.6/perl
67573            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
67574           !> pod/perlapi.pod sv.c utf8.c
67575 ____________________________________________________________________________
67576 [  8597] By: gsar                                  on 2001/01/30  02:37:26
67577         Log: get PERL_OBJECT build going again on windows
67578      Branch: maint-5.6/perl
67579            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
67580            ! pod/perlapi.pod proto.h sv.c
67581 ____________________________________________________________________________
67582 [  8596] By: jhi                                   on 2001/01/30  02:16:17
67583         Log: Signedness nit.
67584      Branch: perl
67585            ! sv.c
67586 ____________________________________________________________________________
67587 [  8595] By: jhi                                   on 2001/01/30  02:11:07
67588         Log: EBCDIC patch for Storable, from Peter Prymmer.
67589      Branch: perl
67590            ! t/lib/st-06compat.t
67591 ____________________________________________________________________________
67592 [  8594] By: jhi                                   on 2001/01/30  01:04:48
67593         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
67594              From: Peter Prymmer <pvhp@forte.com>
67595              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
67596              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
67597      Branch: perl
67598            ! t/lib/b.t
67599 ____________________________________________________________________________
67600 [  8593] By: jhi                                   on 2001/01/30  00:56:47
67601         Log: Subject: [PATCH: perl@8585] pod problems in io
67602              From: Peter Prymmer <pvhp@forte.com>
67603              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
67604              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
67605      Branch: perl
67606            ! pod/perlapio.pod pod/perliol.pod
67607 ____________________________________________________________________________
67608 [  8592] By: jhi                                   on 2001/01/30  00:48:20
67609         Log: Integrate perlio:
67610              
67611              [  8591]
67612              GNU 'merge' Simon's copy of perliol.pod with version
67613              patched by Craig's patch.
67614              
67615              [  8590]
67616              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67617      Branch: perl
67618           !> pod/perlapio.pod pod/perliol.pod
67619 ____________________________________________________________________________
67620 [  8591] By: nick                                  on 2001/01/29  22:02:28
67621         Log: GNU 'merge' Simon's copy of perliol.pod with version
67622              patched by Craig's patch.
67623      Branch: perlio
67624            ! pod/perliol.pod
67625 ____________________________________________________________________________
67626 [  8590] By: nick                                  on 2001/01/29  21:55:10
67627         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67628      Branch: perlio
67629            ! pod/perlapio.pod pod/perliol.pod
67630 ____________________________________________________________________________
67631 [  8589] By: jhi                                   on 2001/01/29  15:35:33
67632         Log: Integrate change #8586 from maint-5.6/perl.
67633              
67634              make the BOM detection code not call tell() until it has to
67635              (meant to fix esoteric compatibility issues where PL_rsfp
67636              is overridden)
67637      Branch: perl
67638           !> toke.c
67639 ____________________________________________________________________________
67640 [  8588] By: jhi                                   on 2001/01/29  15:29:11
67641         Log: Subject: MAking Solaris malloc() the default
67642              From: Lupe Christoph <lupe@lupe-christoph.de>
67643              Date: Mon, 29 Jan 2001 12:59:36 +0100
67644              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
67645              
67646              The README.solaris part slightly tweaked.
67647      Branch: perl
67648            ! README.solaris hints/solaris_2.sh
67649 ____________________________________________________________________________
67650 [  8587] By: jhi                                   on 2001/01/29  15:17:34
67651         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
67652              From: root@ak-75.mind.de
67653              Date: Sun, 28 Jan 2001 20:32:29 +0100
67654              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
67655      Branch: perl
67656            ! pod/perlre.pod
67657 ____________________________________________________________________________
67658 [  8586] By: gsar                                  on 2001/01/29  13:43:44
67659         Log: make the BOM detection code not call tell() until it has to
67660              (meant to fix esoteric compatibility issues where PL_rsfp
67661              is overridden)
67662      Branch: maint-5.6/perl
67663            ! toke.c
67664 ____________________________________________________________________________
67665 [  8585] By: jhi                                   on 2001/01/28  20:05:45
67666         Log: Update Changes.
67667      Branch: perl
67668            ! Changes patchlevel.h
67669 ____________________________________________________________________________
67670 [  8584] By: jhi                                   on 2001/01/28  19:30:02
67671         Log: Integrate perlio:
67672              
67673              [  8582]
67674              Add pod/perliol.pod to MANIFEST :-(
67675              
67676              [  8581]
67677              PerlIO documentation. Proofing and sub-editing requested.
67678      Branch: perl
67679           +> pod/perliol.pod
67680           !> MANIFEST pod/perlapio.pod
67681 ____________________________________________________________________________
67682 [  8583] By: jhi                                   on 2001/01/28  19:28:40
67683         Log: Patch from Inaba Hiroto:
67684              - canonical UTF-8 hash keys: if a key string for a hash is
67685              UTF8-on, try downgrade the string and use it if
67686              unicode::distinct is not in effect.
67687              For the task, I added a function bytes_from_utf8() to utf8.c.
67688              It might resemble utf8_to_bytes() but it is not convenient
67689              to the task.
67690              Made a test for it and added to t/op/each.t
67691              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
67692              the mortal copy of the argument SV.
67693              And changed t/io/utf8.t test 18 which expects print() to
67694              upgrade its argument.
67695              - re-implement sv_eq with bytes_from_utf8()
67696              - some bug fixes
67697              - tr/// does not handle UTF8 range (\x{}-\x{})
67698              - \ before raw UTF8 character produced
67699              "Malformed UTF-8 character" warning.
67700              - "\x{100}\N{CENT SIGN}" is Malformed.
67701              Added tests for these 3.
67702              - and one silly bug (by me) with qu operator.
67703      Branch: perl
67704            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
67705            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
67706            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
67707 ____________________________________________________________________________
67708 [  8582] By: nick                                  on 2001/01/28  19:25:04
67709         Log: Add pod/perliol.pod to MANIFEST :-(
67710      Branch: perlio
67711            ! MANIFEST
67712 ____________________________________________________________________________
67713 [  8581] By: nick                                  on 2001/01/28  19:22:40
67714         Log: PerlIO documentation. Proofing and sub-editing requested.
67715      Branch: perlio
67716            + pod/perliol.pod
67717            ! pod/perlapio.pod
67718 ____________________________________________________________________________
67719 [  8580] By: jhi                                   on 2001/01/28  05:16:25
67720         Log: Revert the change to sv_2pv() done by #8054: Someone who
67721              did SvNV_set() on a scalar that also happened to be POK,
67722              followed by sv_2pv() won't get the right coercion anymore.
67723              [Sarathy]
67724      Branch: maint-5.6/perl
67725            ! sv.c
67726 ____________________________________________________________________________
67727 [  8579] By: jhi                                   on 2001/01/28  05:15:04
67728         Log: Remove the #8084 effect: do not allow -Q to be interpreted
67729              as -&Q(), this is too much wiggle room.
67730      Branch: maint-5.6/perl
67731            ! toke.c
67732 ____________________________________________________________________________
67733 [  8578] By: jhi                                   on 2001/01/28  05:12:45
67734         Log: Needed bits of #8439 (should have been in #8576),
67735              mainly for lval substr().
67736      Branch: maint-5.6/perl
67737            ! mg.c pp.c pp_hot.c
67738 ____________________________________________________________________________
67739 [  8577] By: jhi                                   on 2001/01/28  05:02:46
67740         Log: A missing check-in.
67741      Branch: maint-5.6/perl
67742            ! utf8.c
67743 ____________________________________________________________________________
67744 [  8576] By: jhi                                   on 2001/01/28  04:26:18
67745         Log: Integrate changes #8425,8436,8439,8517 from mainline.
67746              The 8439 was not truly integrated because it had too many
67747              dependencies on the development branch and because it introduced
67748              concepts too bold for a maintenance branch (such as the qu operator).
67749              
67750              Subject: [PATCH perl@8342] -Wformat
67751              
67752              Tighten some of the UTF-8 tests a bit.
67753              
67754              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
67755              - The substr lval was still not okay.
67756              - Now pp_stringify and sv_setsv copies source's UTF8 flag
67757              even if IN_BYTE.  pp_stringify is called from fold_constants
67758              at optimization phase and "\x{100}" was made SvUTF8_off under
67759              use bytes (the bytes pragma is for "byte semantics" and not
67760              for "do not produce UTF8 data")
67761      Branch: maint-5.6/perl
67762            ! t/lib/charnames.t t/op/substr.t toke.c
67763           !> sv.c t/pragma/utf8.t
67764 ____________________________________________________________________________
67765 [  8575] By: jhi                                   on 2001/01/28  04:01:51
67766         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
67767              
67768              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
67769              
67770              Subject: [ID 20001230.003] UTF-8 tr still hurts
67771              
67772              Test cases for #8385 (from Simon's "torture.pl")
67773              
67774              Start fixing UTF-8 lval substr() (8405)
67775      Branch: maint-5.6/perl
67776           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
67777           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
67778 ____________________________________________________________________________
67779 [  8574] By: jhi                                   on 2001/01/28  03:09:06
67780         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
67781              from mainline.
67782              
67783              UTF-8 cleanup.
67784              
67785              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
67786              
67787              "\x{FF}\xFF" was broken.
67788              
67789              Tests for #8329 and #8330.
67790              
67791              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
67792              
67793              IRIX compiler noticed that the bof initialization might be
67794              bypassed by control flow.
67795              
67796              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67797      Branch: maint-5.6/perl
67798           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67799           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
67800 ____________________________________________________________________________
67801 [  8573] By: jhi                                   on 2001/01/28  02:06:12
67802         Log: Retract #8552.
67803      Branch: perl
67804            ! lib/Text/Wrap.pm t/lib/textwrap.t
67805 ____________________________________________________________________________
67806 [  8572] By: jhi                                   on 2001/01/28  02:04:49
67807         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
67808              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
67809              not really integrated but instead salvaged by hand
67810              (they had too many dependencies on the development release
67811              to be cleanly integratable).
67812              
67813              Subject: more UTF8 test suites and an UTF8 patch
67814              
67815              Tweak for MULTIPLICITY/USE_PERLIO
67816              
67817              Signedness nit.
67818              
67819              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
67820              
67821              Use the UTF8_XXX macros in is_utf8_char().
67822              
67823              Rewrite pp_concat() in terms of sv_catsv().  The . operator
67824              should now be UTF-8-proof.
67825              
67826              Subject: [PATCH perl@8269] scanning two hex-constants
67827              fails on EBCDIC environment (script length.t)
67828              
67829              Add some Unicode chop() tests.
67830      Branch: maint-5.6/perl
67831            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
67832           !> sv.c t/op/chop.t utf8.h
67833 ____________________________________________________________________________
67834 [  8571] By: jhi                                   on 2001/01/28  00:35:59
67835         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
67836              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
67837              
67838              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
67839              
67840              The maxiters upper limit sanity check (guarding against
67841              non-progress) assumed bytes instead of characters in s///
67842              and split().
67843              
67844              Signedness nit.
67845              
67846              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
67847              join() should now be UTF-8-proof.
67848              
67849              More split // UTF-8 tests. (8250)
67850      Branch: maint-5.6/perl
67851           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
67852           !> util.c
67853 ____________________________________________________________________________
67854 [  8570] By: jhi                                   on 2001/01/27  22:15:46
67855         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
67856              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
67857              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
67858              8084,8204,8244,8333 from mainline.
67859              
67860              For -Q where Q might be a one-letter sub name one does no more
67861              get a warning about an unknown filetest (7941,7943,7944,8084).
67862              
67863              Subject: Re: [ID 20001130.011] expression parsing bug ?
67864              
67865              Make uv_to_utf8() to zero-terminate its output buffer.
67866              
67867              Split off t/op/length.t (7995)
67868              
67869              Split off t/op/utf8decode.t (7996)
67870              
67871              Remove an unnecessary 'use utf8' from the utf8.t (7998)
67872              
67873              Split off t/op/concat.t (8004)
67874              
67875              Split off t/op/ver.t (8005)
67876              
67877              Document utf8_length(), utf8_distance(), and utf8_hop().
67878              
67879              Document utf8_to_uv() better.
67880              
67881              Introduce macros for UTF8 decoding (8028,8033).
67882              
67883              Add test for reverse() (8030,8031).
67884              
67885              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
67886              
67887              Do not return the Unicode replacement character    on UTF-8
67888              decoding failure.
67889              
67890              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
67891              not this_utf8 i.e. the output string has one, but don't mess
67892              with source assumption. (8052,8053)
67893              
67894              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
67895              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
67896              was not expecting to be called with something that was already
67897              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
67898              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
67899              (8054)
67900              
67901              Recode the naughty binary bytes in utf8decode.t using the \xHH.
67902              
67903              Make some panic messages a bit more logical.
67904      Branch: maint-5.6/perl
67905           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
67906           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
67907           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
67908           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
67909           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
67910           !> utf8.c utf8.h
67911 ____________________________________________________________________________
67912 [  8569] By: jhi                                   on 2001/01/27  19:16:43
67913         Log: Integrate changes #7750 from perlio and #8566 from mainline.
67914      Branch: maint-5.6/perl
67915           !> regexec.c sv.c
67916 ____________________________________________________________________________
67917 [  8568] By: jhi                                   on 2001/01/27  18:06:51
67918         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
67919              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
67920              7935[-perlio.c],7936,7959,7965 from mainline.
67921              
67922              Change the "big byte" error message to "Wide character".
67923              (7355, the croak-if-wide-chars-in-print part ignored)
67924              
67925              Use UINT64_C().
67926              
67927              Introduce Perl_utf8_length().
67928              
67929              diff -se shows these as different (7753, forgotten check-ins)
67930              
67931              Subject: [PATCH] doop.c - UTF8 tr///
67932              
67933              If we use (aTHX_ ...) then put Perl_ on the front.
67934              
67935              Make utf8_length() and utf8_distance() to be less forgiving
67936              about bad UTF-8.
67937              
67938              Test line numbers are different with utf8.
67939              
67940              No need to scan till infinity, 13 is enough. (7872,7911)
67941              
67942              Subject: [PATCH] Tokeniser debugging
67943              
67944              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
67945              
67946              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
67947              
67948              Be more careful in Perl_sv_utf8_downgrade().
67949              
67950              Use DO_UTF8().
67951              
67952              Raw zero bytes in text files confuse at least GNU patch 2.1.
67953      Branch: maint-5.6/perl
67954           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
67955           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
67956           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
67957           !> t/pragma/utf8.t toke.c utf8.c utf8.h
67958 ____________________________________________________________________________
67959 [  8567] By: nick                                  on 2001/01/27  11:10:38
67960         Log: Integrate mainline
67961      Branch: perlio
67962           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
67963           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
67964           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
67965           !> toke.c
67966 ____________________________________________________________________________
67967 [  8566] By: jhi                                   on 2001/01/27  06:22:48
67968         Log: More documentation for the regexp context stack.
67969      Branch: perl
67970            ! regexec.c
67971 ____________________________________________________________________________
67972 [  8565] By: jhi                                   on 2001/01/27  05:21:57
67973         Log: Update Changes.
67974      Branch: perl
67975            ! Changes patchlevel.h
67976 ____________________________________________________________________________
67977 [  8564] By: jhi                                   on 2001/01/27  04:44:04
67978         Log: Threadedness patch for #8562 from Doug MacEachern.
67979      Branch: perl
67980            ! toke.c
67981 ____________________________________________________________________________
67982 [  8563] By: jhi                                   on 2001/01/27  04:26:24
67983         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67984              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67985              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
67986              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
67987      Branch: perl
67988            ! op.c
67989 ____________________________________________________________________________
67990 [  8562] By: jhi                                   on 2001/01/27  04:20:30
67991         Log: Subject: Re: Announce : Tokener reporting patch
67992              From: Simon Cozens <simon@cozens.net>
67993              Date: Mon, 22 Jan 2001 02:17:22 +0000
67994              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
67995      Branch: perl
67996            ! embed.h embed.pl proto.h toke.c
67997 ____________________________________________________________________________
67998 [  8561] By: jhi                                   on 2001/01/27  04:17:24
67999         Log: Forgot from #8545.  Oops.
68000      Branch: perl
68001            ! pp.c t/pragma/overload.t
68002 ____________________________________________________________________________
68003 [  8560] By: jhi                                   on 2001/01/27  03:01:47
68004         Log: A better module compilation test, use MANIFEST as suggested
68005              by Spider.
68006      Branch: perl
68007            ! t/lib/1_compile.t
68008 ____________________________________________________________________________
68009 [  8559] By: jhi                                   on 2001/01/27  02:50:48
68010         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
68011              From: Peter Prymmer <pvhp@forte.com>
68012              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
68013              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
68014      Branch: perl
68015            ! t/lib/b.t
68016 ____________________________________________________________________________
68017 [  8558] By: jhi                                   on 2001/01/27  02:27:05
68018         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
68019              From: Peter Prymmer <pvhp@forte.com>
68020              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
68021              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
68022      Branch: perl
68023            ! t/pragma/sub_lval.t
68024 ____________________________________________________________________________
68025 [  8557] By: jhi                                   on 2001/01/27  02:26:03
68026         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
68027              From: Peter Prymmer <pvhp@forte.com>
68028              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
68029              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
68030      Branch: perl
68031            ! t/lib/st-06compat.t
68032 ____________________________________________________________________________
68033 [  8556] By: jhi                                   on 2001/01/27  02:24:33
68034         Log: Subject: [PATCH: perl@8531] minor update to README.os390
68035              From: Peter Prymmer <pvhp@forte.com>
68036              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
68037              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
68038      Branch: perl
68039            ! README.os390
68040 ____________________________________________________________________________
68041 [  8555] By: jhi                                   on 2001/01/27  00:35:47
68042         Log: No point in checking the length before we know whether the pointer
68043              is bogus or not, fixes Abigail's odbm failures in Linux.
68044      Branch: perl
68045            ! sv.c
68046 ____________________________________________________________________________
68047 [  8554] By: nick                                  on 2001/01/26  19:01:31
68048         Log: Integrate mainline
68049      Branch: perlio
68050           !> lib/Text/Wrap.pm t/lib/textwrap.t
68051 ____________________________________________________________________________
68052 [  8553] By: jhi                                   on 2001/01/26  15:19:39
68053         Log: Integrate change #7792 from perlio (multiplicity fix),
68054              fix the AV leak in regex DEBUGGING (tiny part of the
68055              polymorphic regexp patch #8143).
68056      Branch: maint-5.6/perl
68057            ! regcomp.c
68058           !> scope.h
68059 ____________________________________________________________________________
68060 [  8552] By: jhi                                   on 2001/01/26  15:03:23
68061         Log: (Retracted by #8573)
68062              
68063              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
68064              From: Michael G Schwern <schwern@pobox.com>
68065              Date: Fri, 26 Jan 2001 09:28:31 -0500
68066              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
68067      Branch: perl
68068            ! lib/Text/Wrap.pm t/lib/textwrap.t
68069 ____________________________________________________________________________
68070 [  8551] By: jhi                                   on 2001/01/26  02:33:19
68071         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
68072              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
68073              
68074              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
68075              
68076              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
68077              
68078              Message nit.
68079              
68080              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
68081              
68082              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
68083              
68084              (the cleanup of unused submatches in regtry() and regcppop())
68085              
68086              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
68087              stored and restored, and thusly was trounced by the utf8 swash
68088              routines.
68089              
68090              use utf8 not required to use \x{}.
68091              
68092              Removed two more tests that make no sense in UTF-8 since the test
68093              data is not in UTF-8.
68094              
68095              Get the three different space character classes right under utf8.
68096              
68097              Implement ANYOFUTF8 regprop() dumping.
68098              
68099              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
68100              
68101              Document the regex context pushing/popping a bit better.
68102      Branch: maint-5.6/perl
68103           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
68104           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
68105           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
68106           !> t/op/regmesg.t utf8.c
68107 ____________________________________________________________________________
68108 [  8550] By: nick                                  on 2001/01/25  19:42:30
68109         Log: Integrate mainline
68110      Branch: perlio
68111           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
68112           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
68113           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
68114           !> t/lib/bigint.t t/lib/bigintpm.t
68115 ____________________________________________________________________________
68116 [  8549] By: jhi                                   on 2001/01/25  15:22:28
68117         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
68118      Branch: maint-5.6/perl
68119            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
68120 ____________________________________________________________________________
68121 [  8548] By: jhi                                   on 2001/01/25  15:02:55
68122         Log: Integrate changes #7997,8063,8492,8547 from mainline.
68123              
68124              Subject: Re: STRLEN - what?
68125              
68126              Subject: [PATCH] perlguts.pod
68127              
68128              Memory management calls documentation.
68129              
68130              Layout using tabulator is not a good idea in a pod.
68131      Branch: maint-5.6/perl
68132           !> pod/perlguts.pod
68133 ____________________________________________________________________________
68134 [  8547] By: jhi                                   on 2001/01/25  14:49:05
68135         Log: Layout using tabulator is not a good idea in a pod.
68136      Branch: perl
68137            ! pod/perlguts.pod
68138 ____________________________________________________________________________
68139 [  8546] By: jhi                                   on 2001/01/25  14:31:12
68140         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
68141              from mainline.
68142              
68143              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
68144              
68145              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
68146              
68147              More Win32 editor/IDE/shell hints.
68148              
68149              More Win32 Perling.
68150              
68151              Yet another editor edit.
68152              
68153              Edit edit edit.
68154              
68155              IDE/editor section tweaking.
68156              
68157              Few more IDE/editor nits from p5p.
68158      Branch: maint-5.6/perl
68159           !> pod/perlfaq3.pod
68160 ____________________________________________________________________________
68161 [  8545] By: jhi                                   on 2001/01/25  04:16:32
68162         Log: Subject: [PATCH 5.7.0] overload int()
68163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68164              Date: Wed, 24 Jan 2001 19:06:57 -0500
68165              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
68166      Branch: perl
68167            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
68168            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
68169            ! t/lib/bigintpm.t
68170 ____________________________________________________________________________
68171 [  8544] By: jhi                                   on 2001/01/25  04:15:11
68172         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
68173              From: Peter Prymmer <pvhp@forte.com>
68174              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
68175              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
68176      Branch: perl
68177            ! Makefile.SH README.os390 hints/os390.sh installperl
68178 ____________________________________________________________________________
68179 [  8543] By: jhi                                   on 2001/01/25  03:52:08
68180         Log: Integrate change #8462,8469 from mainline.
68181              
68182              In VMS Perl subversion (perl -V) is undef.
68183      Branch: maint-5.6/perl
68184           !> configure.com
68185 ____________________________________________________________________________
68186 [  8542] By: jhi                                   on 2001/01/25  03:44:55
68187         Log: Integrate changes #7835,7850,8315,8316 from mainline.
68188              
68189              Solaris hints.
68190      Branch: maint-5.6/perl
68191           !> hints/solaris_2.sh
68192 ____________________________________________________________________________
68193 [  8541] By: jhi                                   on 2001/01/25  03:39:28
68194         Log: Integrate #8336 from mainline.
68195      Branch: maint-5.6/perl
68196           !> hv.c
68197 ____________________________________________________________________________
68198 [  8540] By: jhi                                   on 2001/01/25  03:23:50
68199         Log: Retract #8539.
68200      Branch: maint-5.6/perl
68201            ! pod/perlfaq3.pod
68202 ____________________________________________________________________________
68203 [  8539] By: jhi                                   on 2001/01/25  03:21:55
68204         Log: (Retracted by #8540.)
68205      Branch: maint-5.6/perl
68206            ! pod/perlfaq3.pod
68207 ____________________________________________________________________________
68208 [  8538] By: jhi                                   on 2001/01/25  03:14:07
68209         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
68210              From: Peter Prymmer <pvhp@forte.com>
68211              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
68212              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
68213              
68214              The VMS bits.
68215      Branch: maint-5.6/perl
68216            ! configure.com vms/descrip_mms.template
68217 ____________________________________________________________________________
68218 [  8537] By: jhi                                   on 2001/01/25  03:06:09
68219         Log: Integrate #7710,7824,7973 from mainline.
68220      Branch: maint-5.6/perl
68221           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68222           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
68223           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
68224           !> vos/config.ga.def vos/config.ga.h win32/config.bc
68225           !> win32/config.gc win32/config.vc
68226 ____________________________________________________________________________
68227 [  8536] By: jhi                                   on 2001/01/24  13:50:20
68228         Log: Revert the edits made by me so far to the 5.6 branch since
68229              the TRIAL1 since I did edits when I should have been using
68230              integrates.  Bad programmer.   (Will integrate them properly later.)
68231              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
68232              The #8353 will not be reapplied at least for now since
68233              the UTF-8 hash keys need more thinking.
68234              (The patches #8347, #8354, #8454, #8473 were okay since they
68235              were original edits made specifically for the 5.6.1-TRIAL1.)
68236      Branch: maint-5.6/perl
68237            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68238            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
68239            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
68240            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
68241            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
68242            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68243            ! win32/config.bc win32/config.gc win32/config.vc
68244 ____________________________________________________________________________
68245 [  8535] By: bailey                                on 2001/01/24  06:37:02
68246         Log: SYN SYN
68247      Branch: vmsperl
68248           +> (branch 26 files)
68249           !> (integrate 130 files)
68250 ____________________________________________________________________________
68251 [  8534] By: nick                                  on 2001/01/23  19:30:57
68252         Log: Integrate mainline.
68253      Branch: perlio
68254           !> Changes Configure Porting/Glossary Porting/config.sh
68255           !> Porting/config_H embed.h embed.pl ext/Encode/compile
68256           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
68257           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
68258           !> pod/perlvar.pod proto.h t/lib/1_compile.t
68259 ____________________________________________________________________________
68260 [  8533] By: jhi                                   on 2001/01/23  16:15:46
68261         Log: Forgotten from #8501.
68262      Branch: perl
68263            ! Porting/Glossary Porting/config.sh Porting/config_H
68264 ____________________________________________________________________________
68265 [  8532] By: jhi                                   on 2001/01/23  16:13:27
68266         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
68267              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68268              Date: Mon, 22 Jan 2001 17:51:58 +0100
68269              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
68270      Branch: perl
68271            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
68272 ____________________________________________________________________________
68273 [  8531] By: jhi                                   on 2001/01/23  15:46:01
68274         Log: Update Changes.
68275      Branch: perl
68276            ! Changes patchlevel.h
68277 ____________________________________________________________________________
68278 [  8530] By: jhi                                   on 2001/01/23  15:38:39
68279         Log: De-cut-and-pasto.
68280      Branch: perl
68281            ! t/lib/1_compile.t
68282 ____________________________________________________________________________
68283 [  8529] By: jhi                                   on 2001/01/23  15:11:04
68284         Log: Document the mkdir trailing slashes case.
68285      Branch: perl
68286            ! pod/perlfunc.pod
68287 ____________________________________________________________________________
68288 [  8528] By: jhi                                   on 2001/01/23  15:08:28
68289         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
68290              get installed:
68291              
68292              Subject: lib/lib.pm
68293              From: <abigail@foad.org>
68294              Date: Mon, 28 Aug 2000 20:35:08 -0400
68295              Message-ID: <20000829003508.21281.qmail@foad.org>
68296      Branch: perl
68297            ! installperl
68298 ____________________________________________________________________________
68299 [  8527] By: jhi                                   on 2001/01/23  14:44:04
68300         Log: Metaconfig unit change for #8526.
68301      Branch: metaconfig
68302            ! U/threads/archname.U
68303 ____________________________________________________________________________
68304 [  8526] By: jhi                                   on 2001/01/23  14:43:19
68305         Log: Attach -perlio to the archname if so selected.
68306      Branch: perl
68307            ! Configure
68308 ____________________________________________________________________________
68309 [  8525] By: jhi                                   on 2001/01/23  14:24:01
68310         Log: Subject: [PATCH] pod/perlvar.pod
68311              From: abigail@foad.org
68312              Date: Tue, 23 Jan 2001 01:41:10 +0100
68313              Message-ID: <20010123004110.22259.qmail@foad.org>
68314      Branch: perl
68315            ! pod/perlvar.pod
68316 ____________________________________________________________________________
68317 [  8524] By: jhi                                   on 2001/01/23  14:22:32
68318         Log: A bug introduced in #8217 (the undefined variable in the
68319              lib/safe1_t #3) fixed, by Charles Lane:
68320              
68321              The earlier patch made it so that stuff running in Safe
68322              compartments could do a "caller" and see "main".  That
68323              little change in name is done right before the code in
68324              the compartment is run, and apparantly the parser
68325              was picking up the stash name before it got changed.
68326              
68327              (why it was threaded vs. unthreaded Perl that was sensitive to this
68328              I still don't know...and it probably doesn't matter).
68329              
68330              I tryed removing the stash name-change and saw that threaded Perl
68331              did indeed pass the lib/safe1.t tests.
68332              
68333              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
68334              do the name change (and to connect _ in the compartment to the global
68335              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
68336              to call _safe_pkg_prep when creating a new compartment.
68337              
68338              Passes all tests with threaded perl on linux; passes all tests
68339              with unthreaded perl on VMS.
68340              
68341              At some point I'll probably want to revisit Safe and Opcode to
68342              provide more sensible handling of global variables...and to get
68343              formats working in Safe compartments, which they don't do currently.
68344      Branch: perl
68345            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
68346 ____________________________________________________________________________
68347 [  8523] By: jhi                                   on 2001/01/23  14:11:58
68348         Log: Also the lib/Thread.pm itself needs to be ignored if
68349              the Thread extension hasn't been built.
68350      Branch: perl
68351            ! t/lib/1_compile.t
68352 ____________________________________________________________________________
68353 [  8522] By: jhi                                   on 2001/01/23  13:51:28
68354         Log: print() instead of warn() so that stderr doesn't get
68355              unnecessarily polluted.
68356      Branch: perl
68357            ! ext/Encode/compile
68358 ____________________________________________________________________________
68359 [  8521] By: jhi                                   on 2001/01/23  13:49:48
68360         Log: Integrate perlio:
68361              
68362              [  8520]
68363              More messing with Encode:
68364              Extra fields in header to allow multiple names and to record
68365              other things "compile" knows.
68366              Re-organise compile to factor out common output routines.
68367              
68368              [  8519]
68369              Change file-of-files command line from -F to -f to avoid case issues on VMS.
68370      Branch: perl
68371           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
68372           !> ext/Encode/encode.h
68373 ____________________________________________________________________________
68374 [  8520] By: nick                                  on 2001/01/22  21:44:00
68375         Log: More messing with Encode:
68376              Extra fields in header to allow multiple names and to record
68377              other things "compile" knows.
68378              Re-organise compile to factor out common output routines.
68379      Branch: perlio
68380            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
68381 ____________________________________________________________________________
68382 [  8519] By: nick                                  on 2001/01/22  20:33:50
68383         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
68384      Branch: perlio
68385            ! ext/Encode/Makefile.PL ext/Encode/compile
68386 ____________________________________________________________________________
68387 [  8518] By: nick                                  on 2001/01/22  20:28:13
68388         Log: Integrate mainline
68389      Branch: perlio
68390           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
68391           !> vos/config.alpha.def vos/config.alpha.h
68392 ____________________________________________________________________________
68393 [  8517] By: jhi                                   on 2001/01/22  15:37:17
68394         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
68395              by Inaba Hiroto.
68396      Branch: perl
68397            ! sv.c
68398 ____________________________________________________________________________
68399 [  8516] By: jhi                                   on 2001/01/22  14:55:15
68400         Log: More SIG_SIZE fixes.
68401      Branch: perl
68402            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
68403 ____________________________________________________________________________
68404 [  8515] By: jhi                                   on 2001/01/22  14:50:27
68405         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
68406              From: "Craig A. Berry" <craigberry@mac.com>
68407              Date: Mon, 22 Jan 2001 00:42:24 -0600
68408              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
68409      Branch: perl
68410            ! configure.com
68411 ____________________________________________________________________________
68412 [  8514] By: jhi                                   on 2001/01/22  14:31:17
68413         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
68414              From: "Craig A. Berry" <craigberry@mac.com>
68415              Date: Sun, 21 Jan 2001 23:03:25 -0600
68416              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
68417      Branch: perl
68418            ! configure.com
68419 ____________________________________________________________________________
68420 [  8513] By: jhi                                   on 2001/01/22  14:14:00
68421         Log: Add the .ucm encoding tables to the MANIFEST.
68422      Branch: perl
68423            ! MANIFEST
68424 ____________________________________________________________________________
68425 [  8512] By: jhi                                   on 2001/01/22  13:43:33
68426         Log: Integrate perlio:
68427              
68428              [  8511]
68429              Make "real" layers of ":utf8" and ":raw".
68430              So now PERLIO=utf8 perl ...
68431              does what Andreas wanted.
68432              Fix arg passing in open.pm (still have a Carp issue).
68433              
68434              [  8508]
68435              Switch "compiled in" encodings to .ucm format.
68436              (Leave others as .enc till we can run-time load .ucm,
68437              or find some other way to load them.)
68438      Branch: perl
68439           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68440           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68441           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68442           +> ext/Encode/Encode/iso8859-10.ucm
68443           +> ext/Encode/Encode/iso8859-13.ucm
68444           +> ext/Encode/Encode/iso8859-14.ucm
68445           +> ext/Encode/Encode/iso8859-15.ucm
68446           +> ext/Encode/Encode/iso8859-16.ucm
68447           +> ext/Encode/Encode/iso8859-2.ucm
68448           +> ext/Encode/Encode/iso8859-3.ucm
68449           +> ext/Encode/Encode/iso8859-4.ucm
68450           +> ext/Encode/Encode/iso8859-5.ucm
68451           +> ext/Encode/Encode/iso8859-6.ucm
68452           +> ext/Encode/Encode/iso8859-7.ucm
68453           +> ext/Encode/Encode/iso8859-8.ucm
68454           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68455           +> ext/Encode/Encode/symbol.ucm
68456           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
68457           !> perliol.h
68458 ____________________________________________________________________________
68459 [  8511] By: nick                                  on 2001/01/21  23:44:47
68460         Log: Make "real" layers of ":utf8" and ":raw".
68461              So now PERLIO=utf8 perl ...
68462              does what Andreas wanted.
68463              Fix arg passing in open.pm (still have a Carp issue).
68464      Branch: perlio
68465            ! lib/open.pm perlio.c perliol.h
68466 ____________________________________________________________________________
68467 [  8510] By: jhi                                   on 2001/01/21  22:56:53
68468         Log: Document the regex content pushing/popping a bit better.
68469      Branch: perl
68470            ! regexec.c
68471 ____________________________________________________________________________
68472 [  8509] By: jhi                                   on 2001/01/21  22:55:44
68473         Log: Tweak the mkdir trailing slash code some more.
68474              
68475              TO DO: the same handling should probably be done for
68476              all the other filesystem functions that can have directories
68477              as their arguments.
68478      Branch: perl
68479            ! pp_sys.c
68480 ____________________________________________________________________________
68481 [  8508] By: nick                                  on 2001/01/21  21:37:43
68482         Log: Switch "compiled in" encodings to .ucm format.
68483              (Leave others as .enc till we can run-time load .ucm,
68484              or find some other way to load them.)
68485      Branch: perlio
68486            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68487            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68488            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68489            + ext/Encode/Encode/iso8859-10.ucm
68490            + ext/Encode/Encode/iso8859-13.ucm
68491            + ext/Encode/Encode/iso8859-14.ucm
68492            + ext/Encode/Encode/iso8859-15.ucm
68493            + ext/Encode/Encode/iso8859-16.ucm
68494            + ext/Encode/Encode/iso8859-2.ucm
68495            + ext/Encode/Encode/iso8859-3.ucm
68496            + ext/Encode/Encode/iso8859-4.ucm
68497            + ext/Encode/Encode/iso8859-5.ucm
68498            + ext/Encode/Encode/iso8859-6.ucm
68499            + ext/Encode/Encode/iso8859-7.ucm
68500            + ext/Encode/Encode/iso8859-8.ucm
68501            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68502            + ext/Encode/Encode/symbol.ucm
68503            ! ext/Encode/Makefile.PL ext/Encode/compile
68504 ____________________________________________________________________________
68505 [  8507] By: nick                                  on 2001/01/21  21:02:03
68506         Log: Integrate (partial) mainline.
68507      Branch: perlio
68508           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
68509           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
68510           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68511 ____________________________________________________________________________
68512 [  8506] By: jhi                                   on 2001/01/21  20:09:30
68513         Log: Update Changes.
68514      Branch: perl
68515            ! Changes patchlevel.h
68516 ____________________________________________________________________________
68517 [  8505] By: jhi                                   on 2001/01/21  19:39:59
68518         Log: Subject: Minor typos in perlfaq2.pod
68519              From: "Stephen P. Potter" <spp@spotter.yi.org>
68520              Message-Id: <200101192101.QAA11911@spotter.yi.org>
68521              Date: Fri, 19 Jan 2001 16:01:13 -0500
68522              
68523              with a nit from Philip Newton.
68524      Branch: perl
68525            ! pod/perlfaq2.pod
68526 ____________________________________________________________________________
68527 [  8504] By: jhi                                   on 2001/01/21  19:33:05
68528         Log: Metaconfig change for #8503.
68529      Branch: metaconfig
68530            ! U/threads/usethreads.U
68531 ____________________________________________________________________________
68532 [  8503] By: jhi                                   on 2001/01/21  19:32:21
68533         Log: Sanity check for conflicting thread flavours.
68534      Branch: perl
68535            ! Configure config_h.SH
68536 ____________________________________________________________________________
68537 [  8502] By: jhi                                   on 2001/01/21  19:23:00
68538         Log: Metaconfig change for #8501.
68539      Branch: metaconfig
68540            ! U/modified/sig_name.U
68541 ____________________________________________________________________________
68542 [  8501] By: jhi                                   on 2001/01/21  19:22:26
68543         Log: The SIG_SIZE is the number of the elements *excluding*
68544              the terminating NULL.
68545      Branch: perl
68546            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
68547            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
68548            ! win32/config_H.vc
68549 ____________________________________________________________________________
68550 [  8500] By: jhi                                   on 2001/01/21  18:31:31
68551         Log: Integrate perlio:
68552              
68553              [  8498]
68554              Encode cleanup.
68555              Add command line control over "compile" so that Makefile.PL
68556              needs can be combined with other uses.
68557              Use command line options in Makefile.PL.
68558              Fix multi-byte parsing in .ucm files.
68559              
68560              [  8497]
68561              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68562              
68563              [  8496]
68564              Fixup after integrate:
68565              missed the .sym files that are changed by regen_headers
68566              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68567              
68568              [  8484]
68569              Infrastructure to allow:
68570              open($fh,"|-",@array);
68571              to be implemented
68572              i.e. mark pp_open as needing a stack mark, and make pp_open
68573              process its args in that style (and pass them _all_ to tied handles OPEN).
68574              Invent do_openn() which takes SV ** at allow it to see multiple args.
68575              Note this does not _do_ anything yet.
68576      Branch: perl
68577           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
68578           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
68579           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
68580           !> pp_sys.c proto.h sv.c
68581 ____________________________________________________________________________
68582 [  8499] By: jhi                                   on 2001/01/21  17:43:57
68583         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
68584              From: Hugo <hv@crypt.compulink.co.uk>
68585              Date: Sun, 21 Jan 2001 13:34:05 +0000
68586              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
68587              
68588              In sprintf UTF8ize only if necessary.
68589      Branch: perl
68590            ! sv.c
68591 ____________________________________________________________________________
68592 [  8498] By: nick                                  on 2001/01/21  16:25:32
68593         Log: Encode cleanup.
68594              Add command line control over "compile" so that Makefile.PL
68595              needs can be combined with other uses.
68596              Use command line options in Makefile.PL.
68597              Fix multi-byte parsing in .ucm files.
68598      Branch: perlio
68599            ! ext/Encode/Makefile.PL ext/Encode/compile
68600 ____________________________________________________________________________
68601 [  8497] By: nick                                  on 2001/01/21  12:56:27
68602         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68603      Branch: perlio
68604            ! ext/Encode/Encode.xs
68605 ____________________________________________________________________________
68606 [  8496] By: nick                                  on 2001/01/21  12:18:45
68607         Log: Fixup after integrate:
68608              missed the .sym files that are changed by regen_headers
68609              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68610      Branch: perlio
68611            ! global.sym pp.sym sv.c
68612 ____________________________________________________________________________
68613 [  8495] By: nick                                  on 2001/01/21  11:51:07
68614         Log: Integrate mainline.
68615      Branch: perlio
68616           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
68617           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
68618           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
68619           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
68620           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
68621           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
68622           !> win32/Makefile win32/makefile.mk
68623 ____________________________________________________________________________
68624 [  8494] By: jhi                                   on 2001/01/20  23:12:11
68625         Log: Forgot the expect_number() prototype.
68626      Branch: perl
68627            ! embed.h embed.pl proto.h
68628 ____________________________________________________________________________
68629 [  8493] By: jhi                                   on 2001/01/20  22:56:39
68630         Log: Subject: [PATCH: perl@8482] README.vms URL updates
68631              From: Peter Prymmer <pvhp@forte.com>
68632              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
68633              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
68634              
68635              Plus Craig A. Berry's suggestion to use compaq.com instead
68636              of digital.com.
68637      Branch: perl
68638            ! README.vms
68639 ____________________________________________________________________________
68640 [  8492] By: jhi                                   on 2001/01/20  22:50:05
68641         Log: Memory management calls documentation.
68642      Branch: perl
68643            ! pod/perlguts.pod
68644 ____________________________________________________________________________
68645 [  8491] By: jhi                                   on 2001/01/20  22:38:33
68646         Log: Signedness nit plus few memcpy/Copy nits.
68647      Branch: perl
68648            ! sv.c
68649 ____________________________________________________________________________
68650 [  8490] By: jhi                                   on 2001/01/20  22:25:53
68651         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
68652              From: Peter Prymmer <pvhp@forte.com>
68653              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
68654              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
68655      Branch: perl
68656            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
68657 ____________________________________________________________________________
68658 [  8489] By: jhi                                   on 2001/01/20  22:24:41
68659         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
68660              From: Peter Prymmer <pvhp@forte.com>
68661              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
68662              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
68663      Branch: perl
68664            ! win32/Makefile win32/makefile.mk
68665 ____________________________________________________________________________
68666 [  8488] By: jhi                                   on 2001/01/20  22:22:27
68667         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
68668              From: Peter Prymmer <pvhp@forte.com>
68669              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
68670              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
68671      Branch: perl
68672            ! Makefile.SH
68673 ____________________________________________________________________________
68674 [  8487] By: jhi                                   on 2001/01/20  22:21:18
68675         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
68676              From: Peter Prymmer <pvhp@forte.com>
68677              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
68678              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
68679      Branch: perl
68680            + ext/DynaLoader/dl_dllload.xs
68681            ! MANIFEST Makefile.SH hints/os390.sh
68682 ____________________________________________________________________________
68683 [  8486] By: jhi                                   on 2001/01/20  22:17:53
68684         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
68685              From: Peter Prymmer <pvhp@forte.com>
68686              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
68687              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
68688      Branch: perl
68689            ! README.os390 README.posix-bc
68690 ____________________________________________________________________________
68691 [  8485] By: jhi                                   on 2001/01/20  20:15:30
68692         Log: Document and test the new qu operator.
68693      Branch: perl
68694            + t/op/qu.t
68695            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
68696            ! pod/perlretut.pod pod/perlunicode.pod
68697 ____________________________________________________________________________
68698 [  8484] By: nick                                  on 2001/01/20  19:42:30
68699         Log: Infrastructure to allow:
68700              open($fh,"|-",@array);
68701              to be implemented
68702              i.e. mark pp_open as needing a stack mark, and make pp_open
68703              process its args in that style (and pass them _all_ to tied handles OPEN).
68704              Invent do_openn() which takes SV ** at allow it to see multiple args.
68705              Note this does not _do_ anything yet.
68706      Branch: perlio
68707            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
68708            ! perlapi.c pp_proto.h pp_sys.c proto.h
68709 ____________________________________________________________________________
68710 [  8483] By: nick                                  on 2001/01/20  17:23:14
68711         Log: Integrate mainline.
68712      Branch: perlio
68713           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
68714           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
68715 ____________________________________________________________________________
68716 [  8482] By: jhi                                   on 2001/01/19  15:37:49
68717         Log: Update Changes.
68718      Branch: perl
68719            ! Changes patchlevel.h
68720 ____________________________________________________________________________
68721 [  8481] By: jhi                                   on 2001/01/19  14:41:24
68722         Log: Subject: Re: new feature: s?printf parameter reordering 
68723              From: Hugo <hv@crypt.compulink.co.uk>
68724              Date: Thu, 11 Jan 2001 17:09:03 +0000
68725              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
68726              
68727              - support reordering for all parameters: %, *v, *, .*
68728              - lay down that the reordering specification must immediately
68729              follow that parameter: %3$, *v3$, *3$, .*3$
68730              - fix vectorisation of a zero-length string
68731              - factor out the code choosing the argument to format
68732              
68733              Possibly unwanted side-effects:
68734              - the special format specifiers ' +-0' must now precede any
68735              vectorisation specifier. Tests in op/sprintf and op/ver
68736              have been changed to reflect this.
68737              - sprintf.t test #214 changed its expectations because in many
68738              cases, the next parameter has already been consumed when an
68739              invalid type letter is detected.
68740              
68741              Probably wanted side-effects:
68742              - attempts to format a non-existent parameter will warn as if C<undef>
68743              - attempt to write to non-existent parameter with '%n' will complain
68744              of "attempt to modify read-only value" instead of being silent
68745      Branch: perl
68746            ! sv.c t/op/sprintf.t t/op/ver.t
68747 ____________________________________________________________________________
68748 [  8480] By: jhi                                   on 2001/01/19  14:08:37
68749         Log: Subject: PATCH pragma/locale.t
68750              From: andreas.koenig@anima.de (Andreas J. Koenig)
68751              Date: 18 Jan 2001 09:45:37 +0100
68752              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
68753      Branch: perl
68754            ! t/pragma/locale.t
68755 ____________________________________________________________________________
68756 [  8479] By: jhi                                   on 2001/01/19  13:19:58
68757         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
68758      Branch: perl
68759            ! configure.com
68760 ____________________________________________________________________________
68761 [  8478] By: jhi                                   on 2001/01/19  02:12:35
68762         Log: Automate 1_compile.t.
68763      Branch: perl
68764            ! t/lib/1_compile.t
68765 ____________________________________________________________________________
68766 [  8477] By: jhi                                   on 2001/01/19  01:49:56
68767         Log: Integrate perlio:
68768              
68769              [  8475]
68770              Win32 "safe signals" co-existance fix.
68771              Fix SIG_SIZE value.
68772              Clear PL_sig_pending when cloning (fork).
68773      Branch: perl
68774           !> sv.c win32/config.bc win32/config.gc win32/config.vc
68775           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68776 ____________________________________________________________________________
68777 [  8476] By: nick                                  on 2001/01/18  21:51:52
68778         Log: Integrate mainline
68779      Branch: perlio
68780           +> t/lib/1_compile.t t/lib/compmod.pl
68781           !> MANIFEST configure.com lib/unicode/distinct.pm
68782 ____________________________________________________________________________
68783 [  8475] By: nick                                  on 2001/01/18  21:48:02
68784         Log: Win32 "safe signals" co-existance fix.
68785              Fix SIG_SIZE value.
68786              Clear PL_sig_pending when cloning (fork).
68787      Branch: perlio
68788            ! sv.c win32/config.bc win32/config.gc win32/config.vc
68789            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68790 ____________________________________________________________________________
68791 [  8474] By: jhi                                   on 2001/01/18  14:40:57
68792         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
68793      Branch: perl
68794            ! t/lib/1_compile.t
68795 ____________________________________________________________________________
68796 [  8473] By: gsar                                  on 2001/01/18  11:42:31
68797         Log: unsubmitted trial1 change
68798      Branch: maint-5.6/perl
68799            ! Changes
68800 ____________________________________________________________________________
68801 [  8472] By: jhi                                   on 2001/01/18  04:30:24
68802         Log: The first bug found by 1_compile.t.
68803      Branch: perl
68804            ! lib/unicode/distinct.pm
68805 ____________________________________________________________________________
68806 [  8471] By: jhi                                   on 2001/01/18  04:29:42
68807         Log: Add Schwern's 1_compile test.  The compile_module script renamed
68808              to be a bit shorter for the 8.3 people.
68809      Branch: perl
68810            + t/lib/1_compile.t t/lib/compmod.pl
68811            ! MANIFEST
68812 ____________________________________________________________________________
68813 [  8470] By: jhi                                   on 2001/01/18  04:16:00
68814         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)
68815              From: Peter Prymmer <pvhp@forte.com>
68816              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68817              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68818              Replace #8463.
68819      Branch: maint-5.6/perl
68820            ! configure.com
68821 ____________________________________________________________________________
68822 [  8469] By: jhi                                   on 2001/01/18  04:13:02
68823         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)
68824              From: Peter Prymmer <pvhp@forte.com>
68825              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68826              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68827              Replace #8462.
68828      Branch: perl
68829            ! configure.com
68830 ____________________________________________________________________________
68831 [  8468] By: jhi                                   on 2001/01/18  03:42:08
68832         Log: Integrate perlio:
68833              
68834              [  8467]
68835              "Safe" signals - trial implementation.
68836              gv.c tweaked to zero PL_sig_pend array
68837              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68838              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68839              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68840      Branch: perl
68841           !> gv.c mg.c perlio.c util.c
68842 ____________________________________________________________________________
68843 [  8467] By: nick                                  on 2001/01/17  22:41:10
68844         Log: "Safe" signals - trial implementation.
68845              gv.c tweaked to zero PL_sig_pend array
68846              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68847              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68848              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68849      Branch: perlio
68850            ! gv.c mg.c perlio.c util.c
68851 ____________________________________________________________________________
68852 [  8466] By: nick                                  on 2001/01/17  20:40:20
68853         Log: Integrate mainline.
68854      Branch: perlio
68855           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68856           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68857           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
68858           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68859           !> vos/config.ga.h win32/config.bc win32/config.gc
68860           !> win32/config.vc
68861 ____________________________________________________________________________
68862 [  8465] By: jhi                                   on 2001/01/17  18:37:13
68863         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68864              From: Nicholas Clark <nick@ccl4.org>
68865              Date: Wed, 17 Jan 2001 17:31:33 +0000
68866              Message-ID: <20010117173133.I2633@plum.flirble.org>
68867      Branch: perl
68868            ! t/op/int.t
68869 ____________________________________________________________________________
68870 [  8464] By: jhi                                   on 2001/01/17  14:43:17
68871         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68872              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68873              Date: Wed, 17 Jan 2001 15:16:43 +0100
68874              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
68875              
68876              pp_int() was dropping an NV to the floor,
68877              int(279964589018079/59) either returned not an integer
68878              4745162525730.15, or one got "Attempt to free unreferenced scalar."
68879      Branch: perl
68880            ! pp.c
68881 ____________________________________________________________________________
68882 [  8463] By: jhi                                   on 2001/01/17  06:12:42
68883         Log: (Replaced by #8470)
68884              
68885              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)
68886              From: "Craig A. Berry" <craigberry@mac.com>
68887              Date: Tue, 16 Jan 2001 23:38:46 -0600
68888              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68889      Branch: maint-5.6/perl
68890            ! configure.com
68891 ____________________________________________________________________________
68892 [  8462] By: jhi                                   on 2001/01/17  06:11:31
68893         Log: (Replaced by #8469)
68894              
68895              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)
68896              From: "Craig A. Berry" <craigberry@mac.com>
68897              Date: Tue, 16 Jan 2001 23:38:46 -0600
68898              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68899      Branch: perl
68900            ! configure.com
68901 ____________________________________________________________________________
68902 [  8461] By: jhi                                   on 2001/01/17  05:56:12
68903         Log: Allow for one trailing slash in the directory of mkdir().
68904      Branch: perl
68905            ! pp_sys.c
68906 ____________________________________________________________________________
68907 [  8460] By: jhi                                   on 2001/01/17  03:26:01
68908         Log: Metaconfig unit changes for #8459.
68909      Branch: metaconfig
68910            ! U/modified/Loc.U U/modified/sig_name.U
68911 ____________________________________________________________________________
68912 [  8459] By: jhi                                   on 2001/01/17  03:24:48
68913         Log: Define SIG_SIZE, the number of elements in the sig_name and
68914              sig_num arrays, including the final NULL entry.
68915      Branch: perl
68916            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68917            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68918            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
68919            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68920            ! win32/config.bc win32/config.gc win32/config.vc
68921 ____________________________________________________________________________
68922 [  8458] By: jhi                                   on 2001/01/17  01:41:33
68923         Log: Integrate perlio:
68924              
68925              [  8457]
68926              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68927              Provides all the "cost" but no benefit yet - it is to allow cost
68928              to be measured, and implementation experiments (just in mg.c?).
68929      Branch: perl
68930           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68931           !> perlapi.h proto.h sv.c
68932 ____________________________________________________________________________
68933 [  8457] By: nick                                  on 2001/01/16  22:07:26
68934         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68935              Provides all the "cost" but no benefit yet - it is to allow cost
68936              to be measured, and implementation experiments (just in mg.c?).
68937      Branch: perlio
68938            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68939            ! perlapi.h proto.h sv.c
68940 ____________________________________________________________________________
68941 [  8456] By: nick                                  on 2001/01/16  21:07:07
68942         Log: Integrate mainline.
68943      Branch: perlio
68944           !> (integrate 51 files)
68945 ____________________________________________________________________________
68946 [  8455] By: jhi                                   on 2001/01/16  18:13:43
68947         Log: Subject: [PATCH] regcomp.c old feature removal
68948              From: mjd@plover.com
68949              Date: 16 Jan 2001 14:43:18 -0000 
68950              Message-ID: <20010116144318.7140.qmail@plover.com> 
68951      Branch: perl
68952            ! regcomp.c
68953 ____________________________________________________________________________
68954 [  8454] By: jhi                                   on 2001/01/16  16:12:39
68955         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
68956              From: "Indy Singh" <indy@nusphere.com>
68957              Date: Wed, 10 Jan 2001 20:17:49 -0500
68958              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
68959      Branch: maint-5.6/perl
68960            ! win32/Makefile
68961 ____________________________________________________________________________
68962 [  8453] By: jhi                                   on 2001/01/16  16:09:33
68963         Log: Update Changes.
68964      Branch: perl
68965            ! Changes patchlevel.h
68966 ____________________________________________________________________________
68967 [  8452] By: jhi                                   on 2001/01/16  15:42:04
68968         Log: Subject: Re: API Cleanup
68969              To: perl5-porters@perl.org
68970              Date: Tue, 16 Jan 2001 13:42:30 +0000
68971              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
68972              
68973              Subject: [PATCH] utf8.c documentation
68974              From: Simon Cozens <simon@cozens.net>
68975              Date: Tue, 16 Jan 2001 13:52:48 +0000
68976              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
68977              
68978              Subject: Re: API Cleanup
68979              From: Simon Cozens <simon@cozens.net>
68980              Date: Tue, 16 Jan 2001 14:58:55 +0000
68981              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
68982              
68983              UTF-8 doc patches.
68984      Branch: perl
68985            ! embed.pl pod/perlapi.pod utf8.c
68986 ____________________________________________________________________________
68987 [  8451] By: jhi                                   on 2001/01/16  14:41:39
68988         Log: podlators 1.07, from Russ Allbery.
68989      Branch: perl
68990            ! lib/Pod/Man.pm
68991 ____________________________________________________________________________
68992 [  8450] By: jhi                                   on 2001/01/16  14:24:19
68993         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
68994              From: "Indy Singh" <indy@nusphere.com>
68995              Date: Mon, 15 Jan 2001 20:59:40 -0500
68996              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
68997      Branch: perl
68998            ! win32/Makefile
68999 ____________________________________________________________________________
69000 [  8449] By: jhi                                   on 2001/01/16  03:42:55
69001         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
69002              at the setting of the ofs_sv in new_struct_thread() as the
69003              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
69004              uninitialized fields are, uh, initialized with),
69005              SvREFCNT_inc()ing that invited a core dump.
69006      Branch: perl
69007            ! util.c
69008 ____________________________________________________________________________
69009 [  8448] By: jhi                                   on 2001/01/16  01:49:07
69010         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
69011              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69012              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
69013              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
69014              
69015              Replace #8444 and #8445.
69016      Branch: perl
69017            ! ext/B/B.xs ext/B/B/Debug.pm
69018 ____________________________________________________________________________
69019 [  8447] By: jhi                                   on 2001/01/15  21:05:35
69020         Log: Subject: [PATCH] API Variable documentation   
69021              From: Simon Cozens <simon@cozens.net>
69022              Date: Mon, 15 Jan 2001 19:35:54 +0000
69023              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
69024      Branch: perl
69025            ! pod/perlapi.pod thrdvar.h
69026 ____________________________________________________________________________
69027 [  8446] By: jhi                                   on 2001/01/15  20:49:20
69028         Log: Signedness nit.
69029      Branch: perl
69030            ! pp_ctl.c
69031 ____________________________________________________________________________
69032 [  8445] By: jhi                                   on 2001/01/15  20:28:48
69033         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
69034      Branch: perl
69035            ! ext/B/B/Debug.pm
69036 ____________________________________________________________________________
69037 [  8444] By: jhi                                   on 2001/01/15  13:09:10
69038         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
69039      Branch: perl
69040            ! ext/B/B.xs
69041 ____________________________________________________________________________
69042 [  8443] By: jhi                                   on 2001/01/15  13:06:26
69043         Log: Missing from #8439.
69044      Branch: perl
69045            ! keywords.h mg.c
69046 ____________________________________________________________________________
69047 [  8442] By: jhi                                   on 2001/01/15  13:02:38
69048         Log: Subject: [PATCH @8436] Eliminate op_children
69049              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69050              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
69051              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
69052              
69053              Subject: [PATCH @8436] Re: Eliminate op_children
69054              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69055              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
69056              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
69057      Branch: perl
69058            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
69059            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
69060            ! op.c op.h
69061 ____________________________________________________________________________
69062 [  8441] By: jhi                                   on 2001/01/15  12:57:08
69063         Log: Use the /^Perl_/-less form of is_lvalue_sub().
69064      Branch: perl
69065            ! pp.h
69066 ____________________________________________________________________________
69067 [  8440] By: jhi                                   on 2001/01/15  05:13:09
69068         Log: Revert #8437 and #8438, the Linux large files story is more complex.
69069      Branch: metaconfig/U/perl
69070            ! d_fpos64_t.U d_off64_t.U
69071      Branch: perl
69072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69073            ! config_h.SH configure.com epoc/config.sh perl.h
69074            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69075            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69076            ! win32/config.bc win32/config.gc win32/config.vc
69077 ____________________________________________________________________________
69078 [  8439] By: jhi                                   on 2001/01/15  05:02:24
69079         Log: More UTF-8 patches from Inaba Hiroto.
69080              - The substr lval was still not okay.
69081              - Now pp_stringify and sv_setsv copies source's UTF8 flag
69082              even if IN_BYTE.  pp_stringify is called from fold_constants
69083              at optimization phase and "\x{100}" was made SvUTF8_off under
69084              use bytes (the bytes pragma is for "byte semantics" and not
69085              for "do not produce UTF8 data")
69086              - New `qu' operator to generate UTF8 string explicitly.
69087              Though I agree with the policy "0x00-0xff always produce bytes",
69088              sometimes want to such a string to be coded in UTF8.
69089              I can use pack"U0a*" but it requires more typing and has
69090              runtime overhead.
69091              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
69092              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
69093              string is not UTF8_on and has char 0x80-0xff.
69094              
69095              TODO: document and test qu.
69096      Branch: perl
69097            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
69098            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
69099            ! toke.c
69100 ____________________________________________________________________________
69101 [  8438] By: jhi                                   on 2001/01/14  05:10:23
69102         Log: (Reverted by #8440)
69103              
69104              Metaconfig unit changes for #8437.
69105      Branch: metaconfig/U/perl
69106            ! d_fpos64_t.U d_off64_t.U
69107 ____________________________________________________________________________
69108 [  8437] By: jhi                                   on 2001/01/14  04:55:34
69109         Log: (Reverted by #8440)
69110              
69111              Add <features.h> probing, seems to be needed for (some?)
69112              Linux largefileness.
69113      Branch: perl
69114            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69115            ! config_h.SH configure.com epoc/config.sh perl.h
69116            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
69117            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69118            ! win32/config.bc win32/config.gc win32/config.vc
69119 ____________________________________________________________________________
69120 [  8436] By: jhi                                   on 2001/01/13  17:47:21
69121         Log: Tighten some of the tests a bit.
69122      Branch: perl
69123            ! t/pragma/utf8.t
69124 ____________________________________________________________________________
69125 [  8435] By: jhi                                   on 2001/01/13  17:31:54
69126         Log: Integrate perlio:
69127              
69128              [  8434]
69129              Run dmake regen_config_h for Win32
69130              
69131              [  8433]
69132              VMS friendly patch to Encode compile process
69133      Branch: perl
69134           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
69135           !> win32/config_H.gc win32/config_H.vc
69136 ____________________________________________________________________________
69137 [  8434] By: nick                                  on 2001/01/13  11:36:53
69138         Log: Run dmake regen_config_h for Win32
69139      Branch: perlio
69140            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69141 ____________________________________________________________________________
69142 [  8433] By: nick                                  on 2001/01/13  11:31:55
69143         Log: VMS friendly patch to Encode compile process
69144      Branch: perlio
69145            ! ext/Encode/Makefile.PL ext/Encode/compile
69146 ____________________________________________________________________________
69147 [  8432] By: nick                                  on 2001/01/13  11:06:44
69148         Log: Integrate mainline
69149      Branch: perlio
69150           +> ext/B/B/Concise.pm
69151           !> (integrate 52 files)
69152 ____________________________________________________________________________
69153 [  8431] By: jhi                                   on 2001/01/13  05:55:55
69154         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
69155              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69156              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
69157              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
69158      Branch: perl
69159            ! ext/B/B/Concise.pm
69160 ____________________________________________________________________________
69161 [  8430] By: jhi                                   on 2001/01/13  04:24:18
69162         Log: The LVRET macro needed an aTHX.
69163      Branch: perl
69164            ! pp.h
69165 ____________________________________________________________________________
69166 [  8429] By: jhi                                   on 2001/01/13  02:12:42
69167         Log: Update Changes.
69168      Branch: perl
69169            ! Changes patchlevel.h
69170 ____________________________________________________________________________
69171 [  8428] By: jhi                                   on 2001/01/13  02:08:50
69172         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
69173              From: Peter Prymmer <pvhp@forte.com>
69174              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
69175              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
69176              
69177              Add a BEGIN guard for sloppy floating point division.
69178      Branch: perl
69179            ! lib/Math/BigInt.pm lib/bigint.pl
69180 ____________________________________________________________________________
69181 [  8427] By: jhi                                   on 2001/01/13  01:47:16
69182         Log: The B::Terse drop-in replacement wasn't quite drop-in.
69183      Branch: perl
69184            ! ext/B/B/Terse.pm
69185 ____________________________________________________________________________
69186 [  8426] By: jhi                                   on 2001/01/12  21:20:43
69187         Log: Use UVXf.
69188      Branch: perl
69189            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69190            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
69191            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69192            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69193            ! win32/config.gc win32/config.vc
69194 ____________________________________________________________________________
69195 [  8425] By: jhi                                   on 2001/01/12  20:20:14
69196         Log: Subject: [PATCH perl@8342] -Wformat
69197              From: Robin Barker <rmb1@cise.npl.co.uk>
69198              Date: Fri, 12 Jan 2001 20:03:14 GMT
69199              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
69200      Branch: perl
69201            ! ext/Encode/Encode.xs mg.c sv.c toke.c
69202 ____________________________________________________________________________
69203 [  8424] By: jhi                                   on 2001/01/12  20:01:48
69204         Log: Subject: B::Concise -- an improved replacement for B::Terse 
69205              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69206              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
69207              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
69208      Branch: perl
69209            + ext/B/B/Concise.pm
69210            ! MANIFEST ext/B/B/Terse.pm
69211 ____________________________________________________________________________
69212 [  8423] By: jhi                                   on 2001/01/12  19:24:02
69213         Log: The new metaconfig unit from the #8421.
69214      Branch: metaconfig/U/perl
69215            + d_sigprocmask.U
69216 ____________________________________________________________________________
69217 [  8422] By: jhi                                   on 2001/01/12  19:23:43
69218         Log: Forgot the microperl config from the #8421.
69219      Branch: perl
69220            ! uconfig.h uconfig.sh
69221 ____________________________________________________________________________
69222 [  8421] By: jhi                                   on 2001/01/12  19:05:27
69223         Log: Add sigprocmask() probe, regen Configure, regen toc.
69224      Branch: perl
69225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69226            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
69227            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69228            ! vos/config.ga.h win32/config.bc win32/config.gc
69229            ! win32/config.vc
69230 ____________________________________________________________________________
69231 [  8420] By: jhi                                   on 2001/01/12  18:34:31
69232         Log: Add sockatmark() to the todo list.
69233      Branch: perl
69234            ! Todo-5.6
69235 ____________________________________________________________________________
69236 [  8419] By: jhi                                   on 2001/01/12  18:09:46
69237         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
69238      Branch: perl
69239            ! op.c
69240 ____________________________________________________________________________
69241 [  8418] By: jhi                                   on 2001/01/12  18:05:30
69242         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
69243              From: Radu Greab <radu@netsoft.ro>
69244              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
69245              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
69246      Branch: perl
69247            ! op.c t/pragma/sub_lval.t
69248 ____________________________________________________________________________
69249 [  8417] By: jhi                                   on 2001/01/12  16:09:09
69250         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
69251              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
69252              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
69253              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
69254      Branch: perl
69255            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
69256            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
69257            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
69258            ! t/pragma/sub_lval.t toke.c
69259 ____________________________________________________________________________
69260 [  8416] By: jhi                                   on 2001/01/12  15:42:06
69261         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
69262              From: "Richard Soderberg" <rs@crystalflame.net>
69263              Date: Fri, 12 Jan 2001 04:49:35 -0800
69264              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
69265              
69266              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
69267              according to the platform.
69268      Branch: perl
69269            ! op.c
69270 ____________________________________________________________________________
69271 [  8415] By: jhi                                   on 2001/01/12  15:33:41
69272         Log: One more UTF-8 fix from Inaba Hiroto.
69273      Branch: perl
69274            ! pp.c regexec.c t/pragma/utf8.t
69275 ____________________________________________________________________________
69276 [  8414] By: jhi                                   on 2001/01/12  15:30:18
69277         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
69278      Branch: perl
69279            ! regexec.c
69280 ____________________________________________________________________________
69281 [  8413] By: jhi                                   on 2001/01/12  15:22:10
69282         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
69283              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69284              Date: Thu, 11 Jan 2001 12:53:36 +0100
69285              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
69286      Branch: perl
69287            ! toke.c
69288 ____________________________________________________________________________
69289 [  8412] By: jhi                                   on 2001/01/12  15:20:25
69290         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
69291              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69292              Date: Fri, 12 Jan 2001 14:37:55 +0100
69293              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
69294      Branch: perl
69295            ! hints/posix-bc.sh
69296 ____________________________________________________________________________
69297 [  8411] By: jhi                                   on 2001/01/12  15:14:14
69298         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
69299              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69300              Date: Fri, 12 Jan 2001 10:42:21 +0100
69301              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
69302      Branch: perl
69303            ! t/op/regmesg.t
69304 ____________________________________________________________________________
69305 [  8410] By: jhi                                   on 2001/01/12  05:48:55
69306         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
69307              From: Nicholas Clark <nick@ccl4.org> 
69308              Date: Sun, 7 Jan 2001 19:47:14 +0000
69309              Message-ID: <20010107194714.B1048@plum.flirble.org>
69310      Branch: perl
69311            ! t/op/numconvert.t
69312 ____________________________________________________________________________
69313 [  8409] By: jhi                                   on 2001/01/12  05:41:28
69314         Log: Integrate perlio:
69315              
69316              [  8408]
69317              Remove variables that were used in experiments.
69318              
69319              [  8407]
69320              Catch die in %SIG handler and unblock the signal before re-dying.
69321              This make Linux work _without_ sigsetjmp().
69322              Turn off sigsetjmp() to see what else it does.
69323              May need Configure probe for sigprocmask() if anything has sigaction()
69324              but not sigprocmask().
69325      Branch: perl
69326           !> mg.c scope.h
69327 ____________________________________________________________________________
69328 [  8408] By: nick                                  on 2001/01/11  22:43:28
69329         Log: Remove variables that were used in experiments.
69330      Branch: perlio
69331            ! mg.c
69332 ____________________________________________________________________________
69333 [  8407] By: nick                                  on 2001/01/11  20:57:44
69334         Log: Catch die in %SIG handler and unblock the signal before re-dying.
69335              This make Linux work _without_ sigsetjmp().
69336              Turn off sigsetjmp() to see what else it does.
69337              May need Configure probe for sigprocmask() if anything has sigaction()
69338              but not sigprocmask().
69339      Branch: perlio
69340            ! mg.c scope.h
69341 ____________________________________________________________________________
69342 [  8406] By: nick                                  on 2001/01/11  19:32:07
69343         Log: Integrate mainline
69344      Branch: perlio
69345           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
69346           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
69347           !> t/op/substr.t
69348 ____________________________________________________________________________
69349 [  8405] By: jhi                                   on 2001/01/11  17:11:01
69350         Log: Fix UTF-8 lval substr().
69351      Branch: perl
69352            ! mg.c t/op/substr.t
69353 ____________________________________________________________________________
69354 [  8404] By: jhi                                   on 2001/01/11  05:13:58
69355         Log: Update Changes.
69356      Branch: perl
69357            ! Changes patchlevel.h
69358 ____________________________________________________________________________
69359 [  8403] By: jhi                                   on 2001/01/11  04:38:24
69360         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
69361              From: Hugo <hv@crypt.compulink.co.uk>
69362              Date: Mon, 30 Oct 2000 01:33:26 +0000
69363              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
69364      Branch: perl
69365            ! regexec.c t/op/re_tests
69366 ____________________________________________________________________________
69367 [  8402] By: jhi                                   on 2001/01/11  04:26:12
69368         Log: Integrate perlio:
69369              
69370              [  8401]
69371              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69372              (So Alan and Ilya can try setting via hints.)
69373              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69374              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69375              doing the save everywhere seems to restart read() correctly, but just
69376              doing it once "round" the handler does not.
69377              
69378              [  8399]
69379              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69380              
69381              [  8393]
69382              Back out Simon's pid hackery for now.
69383              
69384              [  8371]
69385              Fix "scalars leaked" bugs caused by overload magic
69386              (Highlighted by Ilya's DESTROY optimization.)
69387      Branch: perl
69388           !> scope.h util.c
69389 ____________________________________________________________________________
69390 [  8401] By: nick                                  on 2001/01/10  22:52:55
69391         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
69392              (So Alan and Ilya can try setting via hints.)
69393              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
69394              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
69395              doing the save everywhere seems to restart read() correctly, but just
69396              doing it once "round" the handler does not.
69397      Branch: perlio
69398            ! scope.h
69399 ____________________________________________________________________________
69400 [  8400] By: jhi                                   on 2001/01/10  21:57:54
69401         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
69402              of IRIX, HP-UX is unaffected.
69403      Branch: perl
69404            ! perl.h
69405 ____________________________________________________________________________
69406 [  8399] By: nick                                  on 2001/01/10  21:29:19
69407         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69408      Branch: perlio
69409            ! util.c
69410 ____________________________________________________________________________
69411 [  8398] By: jhi                                   on 2001/01/10  20:55:31
69412         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
69413              also have ReusePort.
69414      Branch: perl
69415            ! ext/IO/lib/IO/Socket/INET.pm
69416 ____________________________________________________________________________
69417 [  8397] By: jhi                                   on 2001/01/10  20:50:57
69418         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
69419              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69420              Date: Wed, 10 Jan 2001 01:38:13 -0800
69421              Message-ID: <20010110013813.B41744@yahoo-inc.com>
69422      Branch: perl
69423            ! ext/IO/lib/IO/Socket/INET.pm
69424 ____________________________________________________________________________
69425 [  8396] By: jhi                                   on 2001/01/10  20:49:30
69426         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
69427              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69428              Date: Wed, 10 Jan 2001 01:37:32 -0800
69429              Message-ID: <20010110013732.A41744@yahoo-inc.com>
69430      Branch: perl
69431            ! ext/Socket/Socket.pm
69432 ____________________________________________________________________________
69433 [  8395] By: jhi                                   on 2001/01/10  20:41:37
69434         Log: Test for bug id 20010105.016 (fixed by #8378).
69435      Branch: perl
69436            ! t/op/split.t
69437 ____________________________________________________________________________
69438 [  8394] By: jhi                                   on 2001/01/10  20:26:32
69439         Log: Integrate perlio.
69440      Branch: perl
69441            ! util.c
69442 ____________________________________________________________________________
69443 [  8393] By: nick                                  on 2001/01/10  19:34:30
69444         Log: Back out Simon's pid hackery for now.
69445      Branch: perlio
69446            ! util.c
69447 ____________________________________________________________________________
69448 [  8392] By: nick                                  on 2001/01/10  19:23:13
69449         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
69450      Branch: perlio
69451           !> (integrate 29 files)
69452 ____________________________________________________________________________
69453 [  8391] By: jhi                                   on 2001/01/10  18:43:15
69454         Log: Subject: [PATCH] Fix my_pclose segfault
69455              From: Simon Cozens <simon@cozens.net>
69456              Date: Wed, 10 Jan 2001 18:39:35 +0000
69457              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
69458      Branch: perl
69459            ! util.c
69460 ____________________________________________________________________________
69461 [  8390] By: jhi                                   on 2001/01/10  18:42:08
69462         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
69463              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69464              Date:     Wed, 10 Jan 2001 13:23:02 EST
69465              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
69466      Branch: perl
69467            ! ext/Opcode/Opcode.xs
69468 ____________________________________________________________________________
69469 [  8389] By: jhi                                   on 2001/01/10  15:16:07
69470         Log: Turn off the integer preservation for now.
69471      Branch: perl
69472            ! perl.h
69473 ____________________________________________________________________________
69474 [  8388] By: jhi                                   on 2001/01/10  15:01:25
69475         Log: Few more IDE/editor nits from p5p.
69476      Branch: perl
69477            ! pod/perlfaq3.pod
69478 ____________________________________________________________________________
69479 [  8387] By: jhi                                   on 2001/01/10  06:53:16
69480         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
69481              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
69482              Date: Tue, 9 Jan 2001 23:16:02 +0000
69483              Message-ID: <20010109231602.A81101@plum.flirble.org>
69484      Branch: perl
69485            ! sv.c
69486 ____________________________________________________________________________
69487 [  8386] By: jhi                                   on 2001/01/10  03:17:54
69488         Log: Test cases for #8385 (from Simon's "torture.pl")
69489      Branch: perl
69490            ! t/op/tr.t
69491 ____________________________________________________________________________
69492 [  8385] By: jhi                                   on 2001/01/10  03:17:11
69493         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
69494              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
69495              Date: Wed, 10 Jan 2001 11:39:39 +0900
69496              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
69497              
69498              Some more UTF-8 tr cases fixed.
69499      Branch: perl
69500            ! doop.c
69501 ____________________________________________________________________________
69502 [  8384] By: jhi                                   on 2001/01/09  22:45:40
69503         Log: Allow the locale test needing POSIX and the taint test
69504              needing IPC::SysV to run under 'minitest' (basically,
69505              bail out if loading the extension fails)
69506      Branch: perl
69507            ! t/op/misc.t t/op/taint.t
69508 ____________________________________________________________________________
69509 [  8383] By: jhi                                   on 2001/01/09  21:36:04
69510         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
69511              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69512              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
69513              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
69514      Branch: perl
69515            ! t/io/openpid.t
69516 ____________________________________________________________________________
69517 [  8382] By: jhi                                   on 2001/01/09  21:06:08
69518         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
69519              Should finish up the bug id 20001205.022.
69520      Branch: perl
69521            ! pp.c pp_hot.c scope.c
69522 ____________________________________________________________________________
69523 [  8381] By: jhi                                   on 2001/01/09  18:27:43
69524         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
69525              From: Andy Dougherty <doughera@lafayette.edu>
69526              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
69527              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
69528              
69529              More robust yacc/bison error detection.
69530      Branch: perl
69531            ! t/comp/proto.t
69532 ____________________________________________________________________________
69533 [  8380] By: jhi                                   on 2001/01/09  15:21:38
69534         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
69535              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69536              Date:     Tue, 9 Jan 2001 07:53:55 EST
69537              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
69538      Branch: perl
69539            ! t/op/misc.t vms/test.com
69540 ____________________________________________________________________________
69541 [  8379] By: jhi                                   on 2001/01/09  15:20:38
69542         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
69543              From: jhi@cc.hut.fi
69544              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
69545              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
69546              
69547              The #8378 fixed this.
69548      Branch: perl
69549            ! t/op/tr.t
69550 ____________________________________________________________________________
69551 [  8378] By: jhi                                   on 2001/01/09  15:05:32
69552         Log: Subject: One more patch for UTF8 
69553              From: Inaba Hiroto <inaba@st.rim.or.jp>
69554              Date: Tue, 09 Jan 2001 01:04:32 +0900
69555              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
69556              
69557              UTF-8 fixes for 'x' and tr///.
69558      Branch: perl
69559            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
69560            ! regcomp.c regexec.c toke.c utf8.c
69561 ____________________________________________________________________________
69562 [  8377] By: jhi                                   on 2001/01/09  14:32:17
69563         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
69564      Branch: perl
69565            ! t/op/length.t
69566 ____________________________________________________________________________
69567 [  8376] By: jhi                                   on 2001/01/09  04:32:32
69568         Log: integrate changes #7775, #8316, #8316 from mainline
69569      Branch: maint-5.6/perl
69570            ! hints/solaris_2.sh
69571 ____________________________________________________________________________
69572 [  8375] By: jhi                                   on 2001/01/09  04:26:43
69573         Log: Update Changes.
69574      Branch: perl
69575            ! Changes patchlevel.h
69576 ____________________________________________________________________________
69577 [  8374] By: jhi                                   on 2001/01/09  04:14:32
69578         Log: IDE/editor section tweaking.
69579      Branch: perl
69580            ! pod/perlfaq3.pod
69581 ____________________________________________________________________________
69582 [  8373] By: jhi                                   on 2001/01/09  02:38:26
69583         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
69584              From: Peter Prymmer <pvhp@forte.com>
69585              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
69586              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
69587              
69588              In preparation os OS/390 dynamic loading.
69589      Branch: perl
69590            ! README.os390 hints/os390.sh
69591 ____________________________________________________________________________
69592 [  8372] By: jhi                                   on 2001/01/09  00:24:30
69593         Log: Integrate with perlio.
69594      Branch: perl
69595           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69596 ____________________________________________________________________________
69597 [  8371] By: nick                                  on 2001/01/08  23:54:33
69598         Log: Fix "scalars leaked" bugs caused by overload magic
69599              (Highlighted by Ilya's DESTROY optimization.)
69600      Branch: perlio
69601            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69602 ____________________________________________________________________________
69603 [  8370] By: nick                                  on 2001/01/08  20:19:41
69604         Log: Integrate mainline
69605      Branch: perlio
69606           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
69607           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
69608           !> t/op/64bitint.t
69609 ____________________________________________________________________________
69610 [  8369] By: jhi                                   on 2001/01/08  17:30:52
69611         Log: save_delete() Safefree() doesn't (anymore?) work with shared
69612              strings, one test failure in op/misc and almost all of lib/b.
69613              (Outcomments #8369.)
69614      Branch: perl
69615            ! scope.c
69616 ____________________________________________________________________________
69617 [  8368] By: jhi                                   on 2001/01/08  14:47:10
69618         Log: (Outcommented by #8369.)
69619              
69620              Subject: Re: Perl BugID 20001205.022 ---- save_delete
69621              From: Simon Cozens <simon@cozens.net>
69622              Date: Sat, 6 Jan 2001 11:48:40 +0000
69623              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
69624              
69625              The save_delete() does need the Safefree.
69626      Branch: perl
69627            ! scope.c
69628 ____________________________________________________________________________
69629 [  8367] By: bailey                                on 2001/01/08  08:53:52
69630         Log: Once again syncing after too long an absence
69631      Branch: vmsperl
69632           +> (branch 55 files)
69633            - MAINTAIN fix_pl vos/config.def vos/config.h
69634            - vos/config_h.SH_orig
69635           !> (integrate 498 files)
69636 ____________________________________________________________________________
69637 [  8366] By: jhi                                   on 2001/01/08  02:42:59
69638         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
69639              From: nick@ccl4.org
69640              Date: Sun, 7 Jan 2001 21:07:18 +0000
69641              Message-Id: <20010107210717.D1048@plum.flirble.org>
69642      Branch: perl
69643            ! sv.c t/op/64bitint.t
69644 ____________________________________________________________________________
69645 [  8365] By: jhi                                   on 2001/01/08  02:35:16
69646         Log: Subject: [PATCH] environ nit
69647              From: Simon Cozens <simon@cozens.net>
69648              Date: Sun, 7 Jan 2001 17:57:07 +0000
69649              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
69650              
69651              Use environ only if we have it.
69652      Branch: perl
69653            ! mg.c
69654 ____________________________________________________________________________
69655 [  8364] By: jhi                                   on 2001/01/08  02:24:51
69656         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
69657      Branch: perl
69658            ! ext/GDBM_File/GDBM_File.xs
69659 ____________________________________________________________________________
69660 [  8363] By: jhi                                   on 2001/01/08  02:19:24
69661         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
69662              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69663              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
69664              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
69665      Branch: perl
69666            ! dump.c op.c
69667 ____________________________________________________________________________
69668 [  8362] By: jhi                                   on 2001/01/08  02:17:43
69669         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
69670              From: Doug MacEachern <dougm@covalent.net>
69671              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
69672              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
69673              
69674              Allow AUTOLOAD to be an xsub and allow such xsubs
69675              to avoid use of $AUTOLOAD.
69676      Branch: perl
69677            ! gv.c
69678 ____________________________________________________________________________
69679 [  8361] By: jhi                                   on 2001/01/08  02:16:07
69680         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69681              From: Radu Greab <radu@netsoft.ro>
69682              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
69683              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
69684              
69685              No need for the potentially nonportable $SIG{CHLD}.
69686      Branch: perl
69687            ! t/io/pipe.t
69688 ____________________________________________________________________________
69689 [  8360] By: jhi                                   on 2001/01/08  01:58:23
69690         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
69691      Branch: perl
69692            ! lib/Getopt/Long.pm
69693 ____________________________________________________________________________
69694 [  8359] By: jhi                                   on 2001/01/08  01:55:44
69695         Log: Integrate perlio:
69696              
69697              [  8356]
69698              FILE * in XS code for PerlIO world:
69699              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69700              - Add FILE * T_STDIO typemap.
69701              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69702              
69703              [  8346]
69704              Fixup accumulated integrate muddles (perlio == devperl again)
69705      Branch: perl
69706           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
69707           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
69708           !> utf8.c win32/Makefile
69709 ____________________________________________________________________________
69710 [  8358] By: jhi                                   on 2001/01/07  21:16:50
69711         Log: Update the EPOC cross SDK URL.
69712      Branch: perl
69713            ! README.epoc
69714 ____________________________________________________________________________
69715 [  8357] By: jhi                                   on 2001/01/07  21:16:09
69716         Log: Update the EPOC cross SDK URL.
69717      Branch: maint-5.6/perl
69718            ! README.epoc
69719 ____________________________________________________________________________
69720 [  8356] By: nick                                  on 2001/01/06  21:47:52
69721         Log: FILE * in XS code for PerlIO world:
69722              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69723              - Add FILE * T_STDIO typemap.
69724              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69725      Branch: perlio
69726            ! lib/ExtUtils/typemap perlio.c perlio.h
69727 ____________________________________________________________________________
69728 [  8355] By: jhi                                   on 2001/01/06  20:27:15
69729         Log: integrate change #8336 from mainline
69730              
69731              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
69732      Branch: maint-5.6/perl
69733            ! hv.c
69734 ____________________________________________________________________________
69735 [  8354] By: jhi                                   on 2001/01/06  20:24:29
69736         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69737              From: Robin Barker <rmb1@cise.npl.co.uk>
69738              Date: Fri, 22 Dec 2000 12:17:38 GMT
69739              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
69740              
69741              The patch reformats some long =item lines so they give
69742              correct output via pod2man | nroff -man
69743              
69744              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69745              From: Robin Barker <rmb1@cise.npl.co.uk>
69746              Date: Tue, 2 Jan 2001 15:35:03 GMT
69747              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69748              
69749              Here is a _further_ patch which corrects a few more errors:
69750              * an empty C<=item> in CPAN.pm
69751              * patching the wrong file (pod/perlamiga.pod not README.amiga)
69752              * leaving empty C<=item>s which formatted incorrectly
69753              * over long C<=item>s revealed by latest patch to Pod::Man
69754      Branch: maint-5.6/perl
69755            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69756            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69757            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
69758            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
69759            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
69760            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
69761 ____________________________________________________________________________
69762 [  8353] By: jhi                                   on 2001/01/06  20:21:10
69763         Log: integrate changes #7980, 8056, 8057 from mainline
69764              
69765              UTF-8 hash keys.
69766      Branch: maint-5.6/perl
69767            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
69768 ____________________________________________________________________________
69769 [  8352] By: jhi                                   on 2001/01/06  20:18:44
69770         Log: Forgotten from #8438.
69771      Branch: maint-5.6/perl
69772            ! epoc/epocish.h
69773 ____________________________________________________________________________
69774 [  8351] By: jhi                                   on 2001/01/06  20:18:12
69775         Log: Forgotten from #8347.
69776      Branch: maint-5.6/perl
69777            ! config_h.SH
69778 ____________________________________________________________________________
69779 [  8350] By: jhi                                   on 2001/01/06  20:00:19
69780         Log: Thinko in #8347.
69781      Branch: maint-5.6/perl
69782            ! regcomp.c
69783 ____________________________________________________________________________
69784 [  8349] By: jhi                                   on 2001/01/06  18:05:30
69785         Log: Copy the FAQ3 IDE section from the development branch,
69786              changes originally by Peter Prymmer.
69787      Branch: maint-5.6/perl
69788            ! pod/perlfaq3.pod
69789 ____________________________________________________________________________
69790 [  8348] By: jhi                                   on 2001/01/06  18:03:02
69791         Log: EPOC updates for TRIAL1.
69792              
69793              Subject: [5.6.1 trial1] EPOC update
69794              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69795              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
69796              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
69797              
69798              Subject: epoc patch2 for perl-5.6.1-trial1
69799              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69800              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
69801              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
69802      Branch: maint-5.6/perl
69803            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
69804            ! epoc/epocish.c
69805 ____________________________________________________________________________
69806 [  8347] By: jhi                                   on 2001/01/06  17:29:10
69807         Log: integrate changes #7710,7824,7973 from mainline,
69808              plus VMS nits from Peter Prymmer and Dan Sugalski.
69809              
69810              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
69811              library (getprotobyname and getprotobynumber are outversioned by
69812              the same calls in libc, at least for xlc version 3.
69813              
69814              Add HAS_SBRK_PROTO.
69815              
69816              Fixes for signedness warnings noticed by VMSperlers.
69817      Branch: maint-5.6/perl
69818            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69819            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
69820            ! sv.c vms/descrip_mms.template vos/config.alpha.def
69821            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69822            ! win32/config.bc win32/config.gc win32/config.vc
69823 ____________________________________________________________________________
69824 [  8346] By: nick                                  on 2001/01/06  14:36:01
69825         Log: Fixup accumulated integrate muddles (perlio == devperl again)
69826      Branch: perlio
69827            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
69828 ____________________________________________________________________________
69829 [  8345] By: nick                                  on 2001/01/06  14:24:58
69830         Log: Integrate mainline
69831      Branch: perlio
69832           !> (integrate 55 files)
69833 ____________________________________________________________________________
69834 [  8344] By: jhi                                   on 2001/01/06  02:24:02
69835         Log: Subject: [patch] PerlIO_cleanup() prototype
69836              From: Doug MacEachern <dougm@covalent.net>
69837              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
69838              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
69839      Branch: perl
69840            ! perlio.h
69841 ____________________________________________________________________________
69842 [  8343] By: jhi                                   on 2001/01/06  01:04:09
69843         Log: IRIX compiler noticed that the bof initialization might be
69844              bypassed by control flow.
69845      Branch: perl
69846            ! toke.c
69847 ____________________________________________________________________________
69848 [  8342] By: jhi                                   on 2001/01/06  00:10:48
69849         Log: Update Changes.
69850      Branch: perl
69851            ! Changes patchlevel.h
69852 ____________________________________________________________________________
69853 [  8341] By: jhi                                   on 2001/01/05  23:52:33
69854         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
69855      Branch: perl
69856            ! toke.c
69857 ____________________________________________________________________________
69858 [  8340] By: jhi                                   on 2001/01/05  22:44:08
69859         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69860              From: Radu Greab <radu@netsoft.ro>
69861              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
69862              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
69863      Branch: perl
69864            ! t/io/pipe.t util.c
69865 ____________________________________________________________________________
69866 [  8339] By: jhi                                   on 2001/01/05  22:35:17
69867         Log: Subject: [PATCH] format and rewording in perlfaq.pod
69868              From: Robin Barker <rmb1@cise.npl.co.uk>
69869              Date: Fri, 5 Jan 2001 18:51:20 GMT
69870              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
69871      Branch: perl
69872            ! pod/perlfaq.pod
69873 ____________________________________________________________________________
69874 [  8338] By: jhi                                   on 2001/01/05  22:31:17
69875         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
69876              From: Peter Prymmer <pvhp@forte.com>
69877              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
69878              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
69879      Branch: perl
69880            ! utils/perlbug.PL
69881 ____________________________________________________________________________
69882 [  8337] By: jhi                                   on 2001/01/05  18:15:11
69883         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
69884              From: Robin Barker <rmb1@cise.npl.co.uk>
69885              Date: Tue, 2 Jan 2001 15:24:07 GMT
69886              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
69887              
69888              If you call configure as C<./Configure> or C<sh ./Configure>,
69889              $src is set to the absolute path name, not '.'.
69890              
69891              This, in turn, means -Dmksymlink tries to do its stuff because
69892              it does not think it is in the src directory.
69893              
69894              (plus a metaconfig nitfix)
69895      Branch: metaconfig
69896            ! U/compline/ccflags.U U/modified/src.U
69897      Branch: perl
69898            ! Configure config_h.SH
69899 ____________________________________________________________________________
69900 [  8336] By: jhi                                   on 2001/01/05  17:48:32
69901         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
69902              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69903              Message-ID: <3A5606C4.473D2226@uk.sun.com>
69904              Date: Fri, 05 Jan 2001 17:39:16 +0000
69905      Branch: perl
69906            ! hv.c
69907 ____________________________________________________________________________
69908 [  8335] By: jhi                                   on 2001/01/05  16:05:44
69909         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
69910      Branch: perl
69911            ! lib/Getopt/Long.pm
69912 ____________________________________________________________________________
69913 [  8334] By: jhi                                   on 2001/01/05  16:00:51
69914         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
69915              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69916              Date: Fri, 05 Jan 2001 13:46:51 +0100
69917              Message-ID: <13693.978698811@nice.ram.loc>
69918              
69919              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
69920              accurate reading of the "atime".  
69921      Branch: perl
69922            ! t/io/fs.t
69923 ____________________________________________________________________________
69924 [  8333] By: jhi                                   on 2001/01/05  15:57:37
69925         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
69926              From: Simon Cozens <simon@cozens.net>
69927              Date: Fri, 8 Dec 2000 13:33:31 +0000
69928              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
69929              
69930              A lost patch fragment.
69931      Branch: perl
69932            ! doop.c
69933 ____________________________________________________________________________
69934 [  8332] By: jhi                                   on 2001/01/05  15:40:42
69935         Log: Do away with strncpy() and a fixed length buffer.
69936      Branch: perl
69937            ! utf8.c
69938 ____________________________________________________________________________
69939 [  8331] By: jhi                                   on 2001/01/05  15:03:07
69940         Log: Tests for #8329 and #8330.
69941      Branch: perl
69942            ! t/op/bop.t
69943 ____________________________________________________________________________
69944 [  8330] By: jhi                                   on 2001/01/05  15:02:38
69945         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
69946              raw 8-bit form to the UTF-8 string.
69947      Branch: perl
69948            ! toke.c
69949 ____________________________________________________________________________
69950 [  8329] By: jhi                                   on 2001/01/05  14:55:13
69951         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
69952              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69953              Date: Fri, 5 Jan 2001 12:28:52 +0100
69954              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
69955              
69956              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
69957              no effect.  (changed the strncpy() to Copy())
69958      Branch: perl
69959            ! toke.c
69960 ____________________________________________________________________________
69961 [  8328] By: jhi                                   on 2001/01/05  06:44:27
69962         Log: UTF-8 cleanup.
69963      Branch: perl
69964            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
69965            ! regexec.c sv.c toke.c
69966 ____________________________________________________________________________
69967 [  8327] By: jhi                                   on 2001/01/05  01:11:29
69968         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')
69969              From: Radu Greab <radu@netsoft.ro>
69970              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
69971              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
69972              
69973              Cleans up Harness to not use FileHandle, which uses IO.
69974      Branch: perl
69975            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69976 ____________________________________________________________________________
69977 [  8326] By: jhi                                   on 2001/01/05  00:56:37
69978         Log: Update Changes.
69979      Branch: perl
69980            ! Changes patchlevel.h
69981 ____________________________________________________________________________
69982 [  8325] By: jhi                                   on 2001/01/05  00:53:18
69983         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
69984              From: Peter Prymmer <pvhp@forte.com>
69985              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
69986              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
69987              
69988              plus a couple more tailing whitespace removals.
69989      Branch: perl
69990            ! win32/Makefile
69991 ____________________________________________________________________________
69992 [  8324] By: jhi                                   on 2001/01/05  00:47:39
69993         Log: Add some Unicode chop() tests.
69994      Branch: perl
69995            ! t/op/chop.t
69996 ____________________________________________________________________________
69997 [  8323] By: jhi                                   on 2001/01/05  00:47:23
69998         Log: Unify UTF-8 malformedness handling.
69999      Branch: perl
70000            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
70001 ____________________________________________________________________________
70002 [  8322] By: jhi                                   on 2001/01/04  22:21:54
70003         Log: The new $issymlink was unknown to Mksymlinks.
70004      Branch: metaconfig/U/perl
70005            ! Mksymlinks.U issymlink.U
70006      Branch: perl
70007            ! Configure config_h.SH
70008 ____________________________________________________________________________
70009 [  8321] By: jhi                                   on 2001/01/04  21:51:05
70010         Log: The test didn't work under the core test framework.
70011      Branch: perl
70012            ! t/lib/st-lock.t
70013 ____________________________________________________________________________
70014 [  8320] By: jhi                                   on 2001/01/04  21:14:22
70015         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
70016      Branch: perl
70017            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
70018 ____________________________________________________________________________
70019 [  8319] By: jhi                                   on 2001/01/04  20:46:17
70020         Log: Typo in #8312 when manually applying a problematic patch fragment.
70021      Branch: perl
70022            ! ext/Storable/Storable.xs
70023 ____________________________________________________________________________
70024 [  8318] By: jhi                                   on 2001/01/04  20:43:01
70025         Log: The $sh_c didn't fly.
70026      Branch: metaconfig
70027            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
70028            ! U/modified/Loc.U U/modified/myhostname.U
70029            ! U/modified/spitshell.U
70030      Branch: metaconfig/U/perl
70031            ! issymlink.U
70032      Branch: perl
70033            ! Configure config_h.SH
70034 ____________________________________________________________________________
70035 [  8317] By: jhi                                   on 2001/01/04  19:58:01
70036         Log: AIX builtin test -h is broken, changes based on
70037              
70038              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
70039              Date: Tue, 02 Jan 2001 11:24:39 +0100
70040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70041              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
70042      Branch: metaconfig
70043            + U/modified/spitshell.U
70044            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
70045            ! U/modified/Loc.U U/modified/myhostname.U
70046      Branch: metaconfig/U/perl
70047            ! Mksymlinks.U issymlink.U
70048      Branch: perl
70049            ! Configure
70050 ____________________________________________________________________________
70051 [  8316] By: jhi                                   on 2001/01/04  19:02:22
70052         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
70053              From: Andy Dougherty <doughera@lafayette.edu>
70054              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
70055              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
70056              
70057              Beware of GNU ld.
70058      Branch: perl
70059            ! hints/solaris_2.sh
70060 ____________________________________________________________________________
70061 [  8315] By: jhi                                   on 2001/01/04  18:56:48
70062         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
70063              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
70064              Date: Wed, 3 Jan 2001 07:58:51 +0100
70065              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
70066      Branch: perl
70067            ! hints/solaris_2.sh
70068 ____________________________________________________________________________
70069 [  8314] By: jhi                                   on 2001/01/04  18:54:07
70070         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
70071              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70072              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
70073              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
70074              
70075              Doc tweak on #8313.
70076      Branch: perl
70077            ! ext/B/B/Deparse.pm
70078 ____________________________________________________________________________
70079 [  8313] By: jhi                                   on 2001/01/04  18:52:27
70080         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
70081              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
70082              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70083              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
70084              
70085              Make the peephole optimizer to bypass more null ops and
70086              and rewrite the deparse handling of continue blocks.
70087      Branch: perl
70088            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
70089 ____________________________________________________________________________
70090 [  8312] By: jhi                                   on 2001/01/04  18:47:39
70091         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
70092      Branch: perl
70093            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
70094            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
70095            ! t/lib/st-lock.t
70096 ____________________________________________________________________________
70097 [  8311] By: jhi                                   on 2001/01/04  18:36:08
70098         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
70099              filter to be run on each .pm during the pm_to_blib() phase,
70100              a fixed version of
70101              
70102              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
70103              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
70104              Date: Wed, 03 Jan 2001 22:01:30 +0100
70105              Message-ID: <5296.978555690@nice.ram.loc>
70106      Branch: perl
70107            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
70108            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
70109            ! lib/ExtUtils/MakeMaker.pm
70110 ____________________________________________________________________________
70111 [  8310] By: jhi                                   on 2001/01/04  18:32:54
70112         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
70113              From: Robin Barker <rmb1@cise.npl.co.uk>
70114              Date: Tue, 2 Jan 2001 15:35:03 GMT
70115              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
70116      Branch: perl
70117            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
70118            ! pod/perlrequick.pod
70119 ____________________________________________________________________________
70120 [  8309] By: jhi                                   on 2001/01/04  18:29:07
70121         Log: Subject: Re: [patch] static-ize XS()
70122              From: Doug MacEachern <dougm@covalent.net>
70123              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
70124              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
70125              
70126              Provide prototypes for the XS functions.
70127      Branch: perl
70128            ! lib/ExtUtils/xsubpp
70129 ____________________________________________________________________________
70130 [  8308] By: jhi                                   on 2001/01/04  18:27:44
70131         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
70132              From: Doug MacEachern <dougm@covalent.net>
70133              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
70134              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
70135      Branch: perl
70136            ! lib/ExtUtils/typemap
70137 ____________________________________________________________________________
70138 [  8307] By: jhi                                   on 2001/01/04  18:25:25
70139         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
70140              From: Doug MacEachern <dougm@covalent.net>
70141              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
70142              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
70143              
70144              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
70145      Branch: perl
70146            ! lib/ExtUtils/MM_Unix.pm
70147 ____________________________________________________________________________
70148 [  8306] By: jhi                                   on 2001/01/04  18:23:00
70149         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
70150              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70151              Date: Thu, 4 Jan 2001 12:47:10 +0100 
70152              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
70153              
70154              The toke.c part only, patching embed.h and proto.h is futile.
70155      Branch: perl
70156            ! toke.c
70157 ____________________________________________________________________________
70158 [  8305] By: jhi                                   on 2001/01/04  18:05:51
70159         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
70160              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70161              Date: Thu, 4 Jan 2001 17:50:12 +0100 
70162              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
70163      Branch: perl
70164            ! toke.c
70165 ____________________________________________________________________________
70166 [  8304] By: jhi                                   on 2001/01/04  18:03:26
70167         Log: Subject: [PATCH perl@8269]
70168              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
70169              Date: Thu, 4 Jan 2001 12:53:39 +0100 
70170              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
70171              
70172              If running byacc write-enable also perly.h.
70173      Branch: perl
70174            ! Makefile.SH
70175 ____________________________________________________________________________
70176 [  8303] By: jhi                                   on 2001/01/04  15:40:49
70177         Log: Rewrite pp_concat() in terms of sv_catsv().
70178      Branch: perl
70179            ! pp_hot.c
70180 ____________________________________________________________________________
70181 [  8302] By: nick                                  on 2001/01/03  22:43:22
70182         Log: Integrate mainline.
70183      Branch: perlio
70184           !> ext/Encode/Encode.xs sv.c utf8.c
70185 ____________________________________________________________________________
70186 [  8301] By: jhi                                   on 2001/01/02  23:40:26
70187         Log: Variable naming tweak.
70188      Branch: perl
70189            ! sv.c
70190 ____________________________________________________________________________
70191 [  8300] By: jhi                                   on 2001/01/02  23:40:02
70192         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
70193              in is_utf8_string().
70194      Branch: perl
70195            ! utf8.c
70196 ____________________________________________________________________________
70197 [  8299] By: jhi                                   on 2001/01/02  22:14:40
70198         Log: Integrate perlio:
70199              
70200              [  8298]
70201              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
70202              
70203              [  8296]
70204              Add Encode and correct Filter/Util/Call in nmake Makefile
70205      Branch: perl
70206           !> pp.c pp_hot.c win32/Makefile
70207 ____________________________________________________________________________
70208 [  8298] By: nick                                  on 2001/01/02  22:03:06
70209         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
70210      Branch: perlio
70211            ! pp.c pp_hot.c
70212 ____________________________________________________________________________
70213 [  8297] By: jhi                                   on 2001/01/02  04:26:28
70214         Log: Signedness nit.
70215      Branch: perl
70216            ! ext/Encode/Encode.xs
70217 ____________________________________________________________________________
70218 [  8296] By: nick                                  on 2001/01/01  23:49:36
70219         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
70220      Branch: perlio
70221            ! win32/Makefile
70222 ____________________________________________________________________________
70223 [  8295] By: jhi                                   on 2001/01/01  23:05:48
70224         Log: Integrate perlio:
70225              
70226              [  8293]
70227              More rigor in UTF-8-ness of Encode's toUnicode
70228              XS export some of the utf8 internal functions.
70229              Test some of the functions.
70230              Fix pp_concat() bug shown by said tests.
70231      Branch: perl
70232           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
70233           !> t/lib/encode.t
70234 ____________________________________________________________________________
70235 [  8294] By: nick                                  on 2001/01/01  22:48:34
70236         Log: Integrate mainline
70237      Branch: perlio
70238            ! pp_hot.c t/lib/encode.t
70239           !> (integrate 65 files)
70240 ____________________________________________________________________________
70241 [  8293] By: nick                                  on 2001/01/01  21:58:50
70242         Log: More rigor in UTF-8-ness of Encode's toUnicode
70243              XS export some of the utf8 internal functions.
70244              Test some of the functions.
70245              Fix pp_concat() bug shown by said tests.
70246      Branch: perlio
70247            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
70248            ! t/lib/encode.t
70249 ____________________________________________________________________________
70250 [  8292] By: jhi                                   on 2001/01/01  18:11:44
70251         Log: Integrate perlio:
70252              
70253              [  8290]
70254              Loose the "Loading..." warning.
70255              Another bug in fallback support
70256              
70257              [  8288]
70258              Fix .ucm reading - forgot a chr()
70259              Start of .ucm write (for .enc to .ucm)
70260              
70261              [  8285]
70262              Start of support of ICU-style .ucm files:
70263              - teach compile how to read a .ucm file
70264              - first guess at how to represent fallbacks in "tries".
70265              - use fallbacks if check == 0
70266              - new return code to indicate we used one.
70267      Branch: perl
70268           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
70269           !> ext/Encode/encengine.c ext/Encode/encode.h
70270 ____________________________________________________________________________
70271 [  8291] By: jhi                                   on 2001/01/01  18:10:58
70272         Log: Podify README.mpeix (a new version from the web),
70273              add a dummy NAME to Carp::Heavy, regen toc.
70274      Branch: perl
70275            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
70276            ! pod/perltoc.pod
70277 ____________________________________________________________________________
70278 [  8290] By: nick                                  on 2001/01/01  17:43:47
70279         Log: Loose the "Loading..." warning.
70280              Another bug in fallback support
70281      Branch: perlio
70282            ! ext/Encode/Encode.pm ext/Encode/encengine.c
70283 ____________________________________________________________________________
70284 [  8289] By: jhi                                   on 2001/01/01  00:01:57
70285         Log: Bump up Larry's copyright.
70286      Branch: perl
70287            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
70288            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
70289            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
70290            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
70291            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
70292            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
70293            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
70294            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
70295 ____________________________________________________________________________
70296 [  8288] By: nick                                  on 2000/12/31  21:27:53
70297         Log: Fix .ucm reading - forgot a chr()
70298              Start of .ucm write (for .enc to .ucm)
70299      Branch: perlio
70300            ! ext/Encode/compile
70301 ____________________________________________________________________________
70302 [  8287] By: jhi                                   on 2000/12/31  18:15:56
70303         Log: Comment away a diagnostic message as noted by Craig A. Berry
70304              (the unexpected message was confusing testing)
70305      Branch: perl
70306            ! ext/Encode/Encode.pm
70307 ____________________________________________________________________________
70308 [  8286] By: jhi                                   on 2000/12/31  18:14:51
70309         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
70310              Date: Sun, 31 Dec 2000 11:17:37 -0600
70311              From: "Craig A. Berry" <craigberry@mac.com>
70312              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
70313      Branch: perl
70314            ! ext/Encode/Makefile.PL
70315 ____________________________________________________________________________
70316 [  8285] By: nick                                  on 2000/12/31  18:11:54
70317         Log: Start of support of ICU-style .ucm files:
70318              - teach compile how to read a .ucm file
70319              - first guess at how to represent fallbacks in "tries".
70320              - use fallbacks if check == 0
70321              - new return code to indicate we used one.
70322      Branch: perlio
70323            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
70324            ! ext/Encode/encengine.c ext/Encode/encode.h
70325 ____________________________________________________________________________
70326 [  8284] By: jhi                                   on 2000/12/31  18:04:41
70327         Log: Pacify picky VMS compiler.
70328              
70329              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
70330              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70331              Date: Sat, 30 Dec 2000 18:10:02 -0600
70332              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
70333      Branch: perl
70334            ! sv.c
70335 ____________________________________________________________________________
70336 [  8283] By: jhi                                   on 2000/12/31  16:11:47
70337         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
70338      Branch: perl
70339            ! t/lib/glob-basic.t
70340 ____________________________________________________________________________
70341 [  8282] By: jhi                                   on 2000/12/31  15:26:11
70342         Log: Integrate perlio:
70343              
70344              [  8281]
70345              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70346              is available to be exported
70347              
70348              [  8280]
70349              Ilya's OS2 patch (testing for damage on Win32)
70350      Branch: perl
70351           !> makedef.pl opcode.pl os2/os2.c perlio.c
70352 ____________________________________________________________________________
70353 [  8281] By: nick                                  on 2000/12/31  10:06:15
70354         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
70355              is available to be exported
70356      Branch: perlio
70357            ! makedef.pl perlio.c
70358 ____________________________________________________________________________
70359 [  8280] By: nick                                  on 2000/12/31  09:41:26
70360         Log: Ilya's OS2 patch (testing for damage on Win32)
70361      Branch: perlio
70362            ! makedef.pl opcode.pl os2/os2.c
70363 ____________________________________________________________________________
70364 [  8279] By: jhi                                   on 2000/12/30  21:52:07
70365         Log: Test nits.
70366      Branch: perl
70367            ! t/lib/syslfs.t t/op/lfs.t
70368 ____________________________________________________________________________
70369 [  8278] By: jhi                                   on 2000/12/30  21:47:49
70370         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70371              From: andreas.koenig@anima.de (Andreas J. Koenig)
70372              Date: 30 Dec 2000 22:35:37 +0100
70373              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
70374              
70375              The 32-bit wraparound test wasn't quite right.
70376      Branch: perl
70377            ! t/lib/syslfs.t t/op/lfs.t
70378 ____________________________________________________________________________
70379 [  8277] By: jhi                                   on 2000/12/30  21:33:44
70380         Log: Subject: [PATCH] open() example in perlfunc.pod 
70381              From: Karsten Sperling <s_sperli@ira.uka.de>
70382              Date: Sat, 30 Dec 2000 22:27:09 +0100
70383              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
70384      Branch: perl
70385            ! pod/perlfunc.pod
70386 ____________________________________________________________________________
70387 [  8276] By: jhi                                   on 2000/12/30  20:32:40
70388         Log: Not quite that many tests yet.
70389      Branch: perl
70390            ! t/op/pat.t
70391 ____________________________________________________________________________
70392 [  8275] By: jhi                                   on 2000/12/30  20:26:58
70393         Log: Integrate perlio:
70394              
70395              [  8272]
70396              Tweak for MULTIPLICITY/USE_PERLIO
70397      Branch: perl
70398           !> toke.c
70399 ____________________________________________________________________________
70400 [  8274] By: jhi                                   on 2000/12/30  20:24:56
70401         Log: Signedness nit.
70402      Branch: perl
70403            ! utf8.c
70404 ____________________________________________________________________________
70405 [  8273] By: jhi                                   on 2000/12/30  20:15:46
70406         Log: Add a test case for 20000731.001 which was fixed by the #8267.
70407      Branch: perl
70408            ! t/op/pat.t
70409 ____________________________________________________________________________
70410 [  8272] By: nick                                  on 2000/12/30  19:47:51
70411         Log: Tweak for MULTIPLICITY/USE_PERLIO
70412      Branch: perlio
70413            ! toke.c
70414 ____________________________________________________________________________
70415 [  8271] By: nick                                  on 2000/12/30  19:46:45
70416         Log: Integrate mainline
70417      Branch: perlio
70418           +> lib/unicode/distinct.pm
70419           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
70420           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
70421           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
70422 ____________________________________________________________________________
70423 [  8270] By: jhi                                   on 2000/12/30  19:39:50
70424         Log: Subject: RE: perl@8269
70425              From: "Richard Soderberg" <rs@crystalflame.net>
70426              Date: Sat, 30 Dec 2000 11:36:27 -0800
70427              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
70428              
70429              A missing aTHX_.
70430      Branch: perl
70431            ! toke.c
70432 ____________________________________________________________________________
70433 [  8269] By: jhi                                   on 2000/12/30  18:55:48
70434         Log: Update Changes.
70435      Branch: perl
70436            ! Changes patchlevel.h
70437 ____________________________________________________________________________
70438 [  8268] By: jhi                                   on 2000/12/30  17:18:40
70439         Log: Add a test for Unicode split //.  The #8267 was the cure.
70440      Branch: perl
70441            ! t/op/split.t
70442 ____________________________________________________________________________
70443 [  8267] By: jhi                                   on 2000/12/30  17:14:19
70444         Log: Subject: more UTF8 test suites and an UTF8 patch
70445              From: Inaba Hiroto <inaba@st.rim.or.jp>
70446              Date: Sat, 30 Dec 2000 14:27:10 +0900
70447              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
70448              
70449              Just the patch part for now, and the pragma renamed
70450              as unicode::distinct.
70451      Branch: perl
70452            + lib/unicode/distinct.pm
70453            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
70454            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
70455            ! regcomp.h regexec.c sv.c toke.c utf8.c
70456 ____________________________________________________________________________
70457 [  8266] By: nick                                  on 2000/12/30  16:40:49
70458         Log: Integrate mainline
70459      Branch: perlio
70460           +> lib/Pod/Text/Overstrike.pm
70461           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
70462           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
70463           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
70464           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
70465           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
70466 ____________________________________________________________________________
70467 [  8265] By: jhi                                   on 2000/12/30  07:28:55
70468         Log: The sv_catsv() fix, take two.
70469      Branch: perl
70470            ! sv.c t/op/join.t
70471 ____________________________________________________________________________
70472 [  8264] By: jhi                                   on 2000/12/30  06:19:18
70473         Log: Undo all the join-related changes since #8248: relevant
70474              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
70475              The new sv_catsv() doesn't fly so it must go back to
70476              the drawing board.
70477      Branch: perl
70478            ! sv.c t/op/join.t t/pragma/utf8.t
70479 ____________________________________________________________________________
70480 [  8263] By: jhi                                   on 2000/12/30  01:08:32
70481         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
70482      Branch: perl
70483            ! sv.c
70484 ____________________________________________________________________________
70485 [  8262] By: jhi                                   on 2000/12/30  00:45:14
70486         Log: Retract #8261.
70487      Branch: perl
70488            ! hv.c util.c
70489 ____________________________________________________________________________
70490 [  8261] By: jhi                                   on 2000/12/30  00:38:32
70491         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
70492      Branch: perl
70493            ! hv.c util.c
70494 ____________________________________________________________________________
70495 [  8260] By: jhi                                   on 2000/12/29  22:51:33
70496         Log: (Retracted by #8264)  More fixing for #8251.
70497      Branch: perl
70498            ! sv.c
70499 ____________________________________________________________________________
70500 [  8259] By: jhi                                   on 2000/12/29  18:27:30
70501         Log: Subject: podlators 1.06 released
70502              From: Russ Allbery <rra@stanford.edu>
70503              Date: 25 Dec 2000 05:09:30 -0800
70504              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
70505      Branch: perl
70506            + lib/Pod/Text/Overstrike.pm
70507            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
70508            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
70509 ____________________________________________________________________________
70510 [  8258] By: jhi                                   on 2000/12/29  18:20:45
70511         Log: Make the large file tests more robust/talkative as suggested by
70512              
70513              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70514              From: andreas.koenig@anima.de (Andreas J. Koenig)
70515              Date: 29 Dec 2000 14:23:01 +0100
70516              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
70517      Branch: perl
70518            ! t/lib/syslfs.t t/op/lfs.t
70519 ____________________________________________________________________________
70520 [  8257] By: jhi                                   on 2000/12/29  17:48:04
70521         Log: Further VMS piping fixes from Charles Lane:
70522              
70523              In summary, error messages produced when a subprocess terminated
70524              abnormally were being sent not just to the parent process, but to
70525              grandparents, because of default values for error output that were
70526              not completely overridden when the subprocess was started.
70527              
70528              This patch fixes this behavior by defining user-mode (i.e., temporary
70529              for the duration of the program) logical names for SYS$OUTPUT and
70530              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
70531              changes to make it so that the user-mode logicals are the ones that
70532              control where Perl's error messages go if it terminates abnormally.
70533              
70534              I also added some gratuitous fixes to the indentation of braces in
70535              the piping code.  It just looked ugly, before.
70536      Branch: perl
70537            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
70538 ____________________________________________________________________________
70539 [  8256] By: jhi                                   on 2000/12/29  17:45:12
70540         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
70541              From: "Casey R. Tweten" <crt@kiski.net>
70542              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
70543              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
70544              
70545              Tests for for #8240.
70546      Branch: perl
70547            ! t/pragma/constant.t
70548 ____________________________________________________________________________
70549 [  8255] By: jhi                                   on 2000/12/29  17:43:07
70550         Log: Subject: Re: [PATCH] Interesting syntax idea
70551              From: Simon Cozens <simon@cozens.net>
70552              Date: Fri, 29 Dec 2000 14:34:04 +0000
70553              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
70554              
70555              Tests for #8254.
70556      Branch: perl
70557            ! t/pragma/sub_lval.t
70558 ____________________________________________________________________________
70559 [  8254] By: jhi                                   on 2000/12/29  17:42:11
70560         Log: Subject: [PATCH] Interesting syntax idea
70561              From: Simon Cozens <simon@cozens.net>
70562              Date: Wed, 27 Dec 2000 05:08:57 +0000
70563              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
70564              
70565              Make opens + bareword assigns do typeglob assigns.
70566      Branch: perl
70567            ! op.c
70568 ____________________________________________________________________________
70569 [  8253] By: jhi                                   on 2000/12/29  17:36:45
70570         Log: Output the (apparent) version of gcc, as suggested by
70571              
70572              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
70573              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
70574              Date: 26 Dec 2000 04:29:17 -0500
70575              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
70576              
70577              (The patch as such didn't any more apply as the misparsing had
70578              already been addressed in #6474.)  Also change the wording about
70579              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
70580      Branch: perl
70581            ! hints/dec_osf.sh
70582 ____________________________________________________________________________
70583 [  8252] By: nick                                  on 2000/12/29  12:14:31
70584         Log: Integrate mainline
70585      Branch: perlio
70586           !> (integrate 27 files)
70587 ____________________________________________________________________________
70588 [  8251] By: jhi                                   on 2000/12/29  08:45:46
70589         Log: (Retracted by #8264)
70590              
70591              (Fixed by #8260.)
70592              
70593              sv_catsv() needs one more byte space than seems reasonable.
70594              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
70595              Curiouser and curiouser.
70596      Branch: perl
70597            ! sv.c
70598 ____________________________________________________________________________
70599 [  8250] By: jhi                                   on 2000/12/29  07:57:52
70600         Log: More split // UTF-8 tests.
70601      Branch: perl
70602            ! t/pragma/utf8.t
70603 ____________________________________________________________________________
70604 [  8249] By: jhi                                   on 2000/12/29  07:54:51
70605         Log: (Retracted by #8264)  More join() testing which was good because
70606              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
70607      Branch: perl
70608            ! pp.c t/op/join.t utf8.c utf8.h
70609 ____________________________________________________________________________
70610 [  8248] By: jhi                                   on 2000/12/29  07:08:32
70611         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
70612              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
70613              that the only cases to care about are byte+byte and byte+character.
70614              
70615              TODO: See how well pp_concat() could be implemented in terms
70616              of sv_catsv().
70617      Branch: perl
70618            ! doop.c sv.c t/op/join.t utf8.h
70619 ____________________________________________________________________________
70620 [  8247] By: jhi                                   on 2000/12/29  06:35:23
70621         Log: Signedness nit.
70622      Branch: perl
70623            ! pp_hot.c
70624 ____________________________________________________________________________
70625 [  8246] By: jhi                                   on 2000/12/29  01:23:31
70626         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
70627              From: Lupe Christoph <lupe@lupe-christoph.de>
70628              Date: Thu, 28 Dec 2000 23:00:00 +0100
70629              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
70630              
70631              Suggest rsync --delete --dry-run.
70632      Branch: perl
70633            ! pod/perlhack.pod
70634 ____________________________________________________________________________
70635 [  8245] By: jhi                                   on 2000/12/28  23:57:05
70636         Log: The maxiters upper limit sanity check (guarding against
70637              non-progress) assumed bytes instead of characters in s///
70638              and split().
70639      Branch: perl
70640            ! pp.c pp_hot.c
70641 ____________________________________________________________________________
70642 [  8244] By: jhi                                   on 2000/12/28  23:34:08
70643         Log: Make some panic messages a bit more logical.
70644      Branch: perl
70645            ! doop.c pod/perldiag.pod pp.c pp_hot.c
70646 ____________________________________________________________________________
70647 [  8243] By: jhi                                   on 2000/12/28  22:59:16
70648         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
70649              From: Simon Cozens <simon@cozens.net>
70650              Date: Wed, 27 Dec 2000 02:30:03 +0000
70651              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
70652      Branch: perl
70653            ! pp.c t/pragma/sub_lval.t
70654 ____________________________________________________________________________
70655 [  8242] By: jhi                                   on 2000/12/28  22:56:53
70656         Log: Subject: [PATCH blead] Fix B::Terse indentation
70657              From: Daniel Chetlin <daniel@chetlin.com>
70658              Date: Wed, 27 Dec 2000 06:43:30 -0800
70659              Message-ID: <20001227064329.B9573@darkstar>
70660      Branch: perl
70661            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
70662 ____________________________________________________________________________
70663 [  8241] By: jhi                                   on 2000/12/28  22:48:59
70664         Log: The latter patch from the
70665              
70666              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
70667              From: Peter Prymmer <pvhp@forte.com> 
70668              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
70669              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
70670              
70671              (the former patch from the above should have been
70672              taken care of by Nick I-S)
70673      Branch: perl
70674            ! win32/Makefile
70675 ____________________________________________________________________________
70676 [  8240] By: jhi                                   on 2000/12/28  22:45:22
70677         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
70678              From: "Casey R. Tweten" <crt@kiski.net>
70679              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
70680              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
70681      Branch: perl
70682            ! lib/constant.pm
70683 ____________________________________________________________________________
70684 [  8239] By: jhi                                   on 2000/12/28  22:37:45
70685         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
70686              From: Simon Cozens <simon@cozens.net>
70687              Date: Wed, 27 Dec 2000 14:12:44 +0000
70688              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
70689      Branch: perl
70690            ! t/op/method.t t/op/sort.t toke.c
70691 ____________________________________________________________________________
70692 [  8238] By: jhi                                   on 2000/12/28  22:30:32
70693         Log: Subject: [PATCH perl@8229] Call.pm
70694              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70695              Date: Mon, 25 Dec 2000 10:47:15 -0000
70696              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
70697      Branch: perl
70698            ! ext/Filter/Util/Call/Call.pm
70699 ____________________________________________________________________________
70700 [  8237] By: jhi                                   on 2000/12/28  22:19:21
70701         Log: Subject: [PATCH blead] Fix problem with `&' prototype
70702              From: Daniel Chetlin <daniel@chetlin.com>
70703              Date: Wed, 27 Dec 2000 15:55:32 -0800
70704              Message-ID: <20001227155532.D9573@darkstar>
70705      Branch: perl
70706            ! op.c t/comp/proto.t
70707 ____________________________________________________________________________
70708 [  8236] By: jhi                                   on 2000/12/28  22:09:25
70709         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
70710              From: Daniel Chetlin <daniel@chetlin.com>
70711              Date: Sun, 24 Dec 2000 04:09:49 -0800
70712              Message-ID: <20001224040949.B3090@darkstar>
70713      Branch: perl
70714            ! gv.c mg.c t/op/attrs.t
70715 ____________________________________________________________________________
70716 [  8235] By: jhi                                   on 2000/12/28  22:07:11
70717         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
70718              From: Jan Dubois <jand@ActiveState.com>
70719              Date: Tue, 26 Dec 2000 20:57:31 -0800
70720              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
70721      Branch: perl
70722            ! win32/win32.c
70723 ____________________________________________________________________________
70724 [  8234] By: jhi                                   on 2000/12/28  21:52:42
70725         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
70726              From: Simon Cozens <simon@cozens.net>
70727              Date: Thu, 28 Dec 2000 20:33:13 +0000
70728              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
70729      Branch: perl
70730            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
70731 ____________________________________________________________________________
70732 [  8233] By: jhi                                   on 2000/12/28  19:40:49
70733         Log: Integrate perlio:
70734              
70735              [  8232]
70736              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70737              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70738              
70739              [  8231]
70740              "Compiled" encode build cleanup
70741              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70742              - .c files do not export sub-tables
70743      Branch: perl
70744           !> ext/Encode/Makefile.PL ext/Encode/compile
70745 ____________________________________________________________________________
70746 [  8232] By: nick                                  on 2000/12/23  16:06:00
70747         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70748              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70749      Branch: perlio
70750            ! ext/Encode/Makefile.PL
70751 ____________________________________________________________________________
70752 [  8231] By: nick                                  on 2000/12/23  14:30:34
70753         Log: "Compiled" encode build cleanup
70754              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70755              - .c files do not export sub-tables
70756      Branch: perlio
70757            ! ext/Encode/Makefile.PL ext/Encode/compile
70758 ____________________________________________________________________________
70759 [  8230] By: nick                                  on 2000/12/23  12:50:37
70760         Log: Integrate mainline
70761      Branch: perlio
70762           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70763           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70764           !> pod/perl5004delta.pod pod/perl5005delta.pod
70765           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70766           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70767           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70768           !> pod/perlsub.pod
70769 ____________________________________________________________________________
70770 [  8229] By: jhi                                   on 2000/12/22  15:32:12
70771         Log: Integrate perlio:
70772              
70773              [  8226]
70774              Handy script for when one forgets to "dmake clean" 
70775              
70776              [  8225]
70777              CRLF platform issue with io/utf8 fix.
70778      Branch: perl
70779           +> win32/distclean.bat
70780           !> MANIFEST t/io/utf8.t
70781 ____________________________________________________________________________
70782 [  8228] By: jhi                                   on 2000/12/22  15:29:40
70783         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
70784              From: Robin Barker <rmb1@cise.npl.co.uk>
70785              Date: Fri, 22 Dec 2000 12:17:38 GMT
70786              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
70787      Branch: perl
70788            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70789            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70790            ! pod/perl5004delta.pod pod/perl5005delta.pod
70791            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70792            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70793            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70794            ! pod/perlsub.pod
70795 ____________________________________________________________________________
70796 [  8227] By: jhi                                   on 2000/12/22  15:24:28
70797         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
70798              From: "John L. Allen" <allen@grumman.com>
70799              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
70800              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
70801              
70802              Document APPLLIB_EXP.
70803      Branch: perl
70804            ! INSTALL
70805 ____________________________________________________________________________
70806 [  8226] By: nick                                  on 2000/12/21  22:11:50
70807         Log: Handy script for when one forgets to "dmake clean" 
70808      Branch: perlio
70809            + win32/distclean.bat
70810            ! MANIFEST
70811 ____________________________________________________________________________
70812 [  8225] By: nick                                  on 2000/12/21  21:54:04
70813         Log: CRLF platform issue with io/utf8 fix.
70814      Branch: perlio
70815            ! t/io/utf8.t
70816 ____________________________________________________________________________
70817 [  8224] By: nick                                  on 2000/12/21  21:02:20
70818         Log: Integrate mainline
70819      Branch: perlio
70820           !> Changes Configure Makefile.SH Porting/Glossary
70821           !> Porting/config.sh Porting/config_H configure.com
70822           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
70823           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
70824           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
70825           !> win32/config.bc win32/config.gc win32/config.vc
70826 ____________________________________________________________________________
70827 [  8223] By: jhi                                   on 2000/12/21  17:09:16
70828         Log: Update Changes.
70829      Branch: perl
70830            ! Changes patchlevel.h
70831 ____________________________________________________________________________
70832 [  8222] By: jhi                                   on 2000/12/21  16:24:01
70833         Log: Metaconfig unit changes for #8221.
70834      Branch: metaconfig/U/perl
70835           +> issymlink.U
70836            - testsyml.U
70837            ! Mksymlinks.U
70838 ____________________________________________________________________________
70839 [  8221] By: jhi                                   on 2000/12/21  16:23:48
70840         Log: Rename testsyml to issymlink.
70841      Branch: perl
70842            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70843            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
70844            ! win32/config.vc
70845 ____________________________________________________________________________
70846 [  8220] By: jhi                                   on 2000/12/21  15:47:26
70847         Log: Robustness support for #8218 (symlink forest) since the GNU
70848              tools seem to be overly picky about symlinkage depths.
70849      Branch: perl
70850            ! Makefile.SH t/io/fs.t
70851 ____________________________________________________________________________
70852 [  8219] By: jhi                                   on 2000/12/21  15:38:27
70853         Log: Metaconfig changes for #8218.
70854      Branch: metaconfig
70855            ! U/modified/Oldconfig.U
70856      Branch: metaconfig/U/perl
70857            + Mksymlinks.U
70858            ! testsyml.U
70859 ____________________________________________________________________________
70860 [  8218] By: jhi                                   on 2000/12/21  15:37:57
70861         Log: Add Configure option -Dmksymlinks which will create a symlink
70862              forest if the current/build differs from the source directory.
70863              TODO: mkdir -p is not portable.
70864      Branch: perl
70865            ! Configure
70866 ____________________________________________________________________________
70867 [  8217] By: jhi                                   on 2000/12/21  14:39:12
70868         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
70869              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70870              Date: Thu, 21 Dec 2000 09:38:18 GMT
70871              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
70872              
70873              The ofs became an SV.
70874      Branch: perl
70875            ! ext/Thread/Thread.xs
70876 ____________________________________________________________________________
70877 [  8216] By: jhi                                   on 2000/12/21  05:40:21
70878         Log: The polymorphism seems to have fixed 20000517.001.
70879      Branch: perl
70880            ! t/pragma/utf8.t
70881 ____________________________________________________________________________
70882 [  8215] By: jhi                                   on 2000/12/21  04:44:52
70883         Log: read() documentation tweak for 20001121.004.
70884      Branch: perl
70885            ! pod/perlfunc.pod
70886 ____________________________________________________________________________
70887 [  8214] By: jhi                                   on 2000/12/21  03:54:11
70888         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
70889      Branch: perl
70890            ! pp_sys.c t/op/misc.t
70891 ____________________________________________________________________________
70892 [  8213] By: jhi                                   on 2000/12/21  00:28:10
70893         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
70894              From: Peter Prymmer <pvhp@forte.com>
70895              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
70896              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
70897      Branch: perl
70898            ! configure.com
70899 ____________________________________________________________________________
70900 [  8212] By: jhi                                   on 2000/12/21  00:26:21
70901         Log: Edit edit edit.
70902      Branch: perl
70903            ! pod/perlfaq3.pod
70904 ____________________________________________________________________________
70905 [  8211] By: jhi                                   on 2000/12/20  18:52:46
70906         Log: Update Changes.
70907      Branch: perl
70908            ! Changes patchlevel.h
70909 ____________________________________________________________________________
70910 [  8210] By: jhi                                   on 2000/12/20  18:34:47
70911         Log: Yet another editor edit.
70912      Branch: perl
70913            ! pod/perlfaq3.pod
70914 ____________________________________________________________________________
70915 [  8209] By: jhi                                   on 2000/12/20  15:33:28
70916         Log: More Win32 Perling.
70917      Branch: perl
70918            ! pod/perlfaq3.pod
70919 ____________________________________________________________________________
70920 [  8208] By: jhi                                   on 2000/12/20  15:07:46
70921         Log: More Win32 editor/IDE/shell hints.
70922      Branch: perl
70923            ! pod/perlfaq3.pod
70924 ____________________________________________________________________________
70925 [  8207] By: jhi                                   on 2000/12/20  03:54:08
70926         Log: Subject: [PATCH] obscure timing knowledge
70927              From: Nicholas Clark <nick@ccl4.org>
70928              Date: Tue, 19 Dec 2000 19:22:31 +0000
70929              Message-ID: <20001219192231.F2827@plum.flirble.org>
70930      Branch: perl
70931            ! sv.c
70932 ____________________________________________________________________________
70933 [  8206] By: jhi                                   on 2000/12/20  03:45:57
70934         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
70935              From: Spider Boardman <spider@leggy.zk3.dec.com>
70936              Date: Tue, 19 Dec 2000 21:30:16 -0500
70937              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
70938      Branch: perl
70939            ! sv.c
70940 ____________________________________________________________________________
70941 [  8205] By: jhi                                   on 2000/12/19  23:02:01
70942         Log: Update Changes.
70943      Branch: perl
70944            ! Changes patchlevel.h
70945 ____________________________________________________________________________
70946 [  8204] By: jhi                                   on 2000/12/19  22:58:18
70947         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
70948              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
70949              on editors and diffing/patching.
70950      Branch: perl
70951            ! t/op/utf8decode.t
70952 ____________________________________________________________________________
70953 [  8203] By: nick                                  on 2000/12/19  21:36:16
70954         Log: Integrate mainline (forgot my own change...)
70955      Branch: perlio
70956           !> ext/Encode/compile
70957 ____________________________________________________________________________
70958 [  8202] By: nick                                  on 2000/12/19  21:34:42
70959         Log: Integrate mainline.
70960      Branch: perlio
70961           !> (integrate 61 files)
70962 ____________________________________________________________________________
70963 [  8201] By: nick                                  on 2000/12/19  21:34:06
70964         Log: Avoid looking for File::Glob when we don't need it.
70965      Branch: perl
70966            ! ext/Encode/compile
70967 ____________________________________________________________________________
70968 [  8200] By: jhi                                   on 2000/12/19  18:35:49
70969         Log: Update Changes.
70970      Branch: perl
70971            ! Changes patchlevel.h
70972 ____________________________________________________________________________
70973 [  8199] By: jhi                                   on 2000/12/19  18:35:07
70974         Log: Microperl tweaks.
70975      Branch: perl
70976            ! sv.c uconfig.h uconfig.sh
70977 ____________________________________________________________________________
70978 [  8198] By: jhi                                   on 2000/12/19  18:29:59
70979         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
70980      Branch: perl
70981            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70982            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
70983 ____________________________________________________________________________
70984 [  8197] By: jhi                                   on 2000/12/19  17:55:29
70985         Log: In VMS embedded perls couldn't access the statically built Socket,
70986              from Charles Lane.
70987      Branch: perl
70988            ! configure.com
70989 ____________________________________________________________________________
70990 [  8196] By: jhi                                   on 2000/12/19  17:49:50
70991         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
70992              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
70993              Date: Sun, 17 Dec 2000 19:11:44 -0000
70994              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
70995      Branch: perl
70996            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
70997            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
70998 ____________________________________________________________________________
70999 [  8195] By: jhi                                   on 2000/12/19  17:47:53
71000         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
71001              From: Jonathan Stowe <gellyfish@gellyfish.com>
71002              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
71003              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
71004      Branch: perl
71005            ! utils/h2xs.PL
71006 ____________________________________________________________________________
71007 [  8194] By: jhi                                   on 2000/12/19  17:46:28
71008         Log: Subject: Re: useless use of void context work-around
71009              From: andreas.koenig@anima.de (Andreas J. Koenig)
71010              Date: 16 Dec 2000 15:13:36 +0100
71011              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
71012              
71013              Document (comment) the q(di ds ig) trick in the code.
71014      Branch: perl
71015            ! op.c
71016 ____________________________________________________________________________
71017 [  8193] By: jhi                                   on 2000/12/19  17:10:57
71018         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
71019              From: "Mark J. Reed" <mreed@strange.turner.com>
71020              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
71021              Message-Id: <200012160222.VAA13986@strange.turner.com>
71022      Branch: perl
71023            ! ext/Sys/Syslog/Syslog.pm
71024 ____________________________________________________________________________
71025 [  8192] By: jhi                                   on 2000/12/19  17:07:45
71026         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
71027              From: Nicholas Clark <nick@ccl4.org>
71028              Date: Sat, 16 Dec 2000 19:03:13 +0000
71029              Message-ID: <20001216190313.D68304@plum.flirble.org>
71030      Branch: perl
71031            ! t/op/64bitint.t
71032 ____________________________________________________________________________
71033 [  8191] By: jhi                                   on 2000/12/19  17:06:13
71034         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
71035              From: Dominic Dunlop <domo@computer.org>
71036              Date: Mon, 18 Dec 2000 12:00:15 +0100
71037              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
71038              
71039              This patchlet is needed in order that perl can be statically linked.  
71040      Branch: perl
71041            ! regexec.c
71042 ____________________________________________________________________________
71043 [  8190] By: jhi                                   on 2000/12/19  17:03:08
71044         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
71045              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71046              Date: Sun, 17 Dec 2000 00:18:35 -0600
71047              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
71048      Branch: perl
71049            ! perlio.h vms/gen_shrfls.pl
71050 ____________________________________________________________________________
71051 [  8189] By: jhi                                   on 2000/12/19  16:20:28
71052         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
71053              From: Prymmer/Kahn <pvhp@best.com>
71054              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
71055              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
71056              
71057              A better version of #8188.
71058      Branch: perl
71059            ! pod/perlfaq3.pod
71060 ____________________________________________________________________________
71061 [  8188] By: jhi                                   on 2000/12/19  15:57:06
71062         Log: (Replaced by #8189)
71063              
71064              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
71065              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
71066              From: Prymmer/Kahn <pvhp@best.com>
71067              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
71068              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
71069              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
71070              Date: Mon, 18 Dec 2000 11:10:45 -0500
71071              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
71072      Branch: perl
71073            ! pod/perlfaq3.pod
71074 ____________________________________________________________________________
71075 [  8187] By: jhi                                   on 2000/12/19  15:54:19
71076         Log: Email address fix for Anton Berezin.
71077      Branch: perl
71078            ! AUTHORS
71079 ____________________________________________________________________________
71080 [  8186] By: jhi                                   on 2000/12/19  15:38:54
71081         Log: Subject: [PATCH perl@8102] cygwin port
71082              From: "Eric Fifer" <efifer@dircon.co.uk> 
71083              Date: Thu, 14 Dec 2000 13:41:29 -0000
71084              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
71085              
71086              When compiling modules the data item that is being imported
71087              from libperl.dll needs to be tagged as imported/shared data:
71088              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
71089      Branch: perl
71090            ! perliol.h
71091 ____________________________________________________________________________
71092 [  8185] By: jhi                                   on 2000/12/19  14:53:24
71093         Log: Regen uconfig.h and uconfig.sh.
71094      Branch: perl
71095            ! uconfig.h uconfig.sh
71096 ____________________________________________________________________________
71097 [  8184] By: jhi                                   on 2000/12/18  20:43:49
71098         Log: Comments work so much better when they are closed.
71099      Branch: perl
71100            ! regcomp.c
71101 ____________________________________________________________________________
71102 [  8183] By: jhi                                   on 2000/12/18  18:04:02
71103         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
71104              Fixes the bug 20001218.016.
71105      Branch: perl
71106            ! regcomp.c
71107 ____________________________________________________________________________
71108 [  8182] By: gsar                                  on 2000/12/18  09:53:47
71109         Log: delete spurious files
71110      Branch: maint-5.6/perl
71111            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
71112            - vos/config.h vos/config_h.SH_orig
71113 ____________________________________________________________________________
71114 [  8181] By: gsar                                  on 2000/12/18  09:46:08
71115         Log: regen perltoc
71116      Branch: maint-5.6/perl
71117            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
71118 ____________________________________________________________________________
71119 [  8180] By: gsar                                  on 2000/12/18  09:20:27
71120         Log: integrate changes#7924..7926,7946,7952 from mainline
71121              
71122              A test works better if it has the right 1..$n output.
71123              
71124              All the core library users of Class::Struct seem to be
71125              using "use Class::Struct 'struct';" instead of the bare
71126              "use Class::Struct;", which isn't documented in Class::Struct.
71127              This can't be right.
71128              
71129              Make the Class::Struct import() wiser.
71130              
71131              Upgrade to CPAN 1.59_51, from Andreas König.
71132              
71133              Subject: Re: long shell lines
71134              Split overly long shell command lines.
71135      Branch: maint-5.6/perl
71136           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
71137           !> lib/File/stat.pm t/lib/class-struct.t
71138 ____________________________________________________________________________
71139 [  8179] By: gsar                                  on 2000/12/18  08:55:54
71140         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
71141              7918,7919,7988,8907 from mainline (various)
71142              
71143              Subject: [ID 20001127.004] White space problem in perlamiga.pod
71144              
71145              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
71146              
71147              Subject: [PATCH] perlcc.PL cleanups
71148              
71149              Subject: [PATCH] Updating perltie.pod for arrays
71150              
71151              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
71152              Subject: Re: [PATCH] Updating perltie.pod for arrays
71153              Subject: Re: [PATCH] Updating perltie.pod for arrays
71154              
71155              One more perltie.pod nit from Casey R. Tweten.
71156              
71157              Subject: [PATCH] $^O  win32 -> MSWin32
71158              plus similar nits for vms, err, VMS, and UNICOS.
71159              
71160              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
71161              More checking in case someone has broken their services or
71162              protocol databases.
71163              
71164              Make "use Class::Struct 'struct';" work again (broken by #7617);
71165              add a test for Class::Struct.
71166              
71167              Integrate the "skip" messages to explain().
71168              
71169              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
71170      Branch: maint-5.6/perl
71171           +> t/lib/class-struct.t
71172           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
71173           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
71174           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
71175 ____________________________________________________________________________
71176 [  8178] By: gsar                                  on 2000/12/18  08:16:30
71177         Log: avoid redefinition warnings on windows due to sys/socket.h getting
71178              #included before win32.h
71179      Branch: maint-5.6/perl
71180            ! win32/include/sys/socket.h
71181 ____________________________________________________________________________
71182 [  8177] By: gsar                                  on 2000/12/18  05:24:04
71183         Log: make regen_headers; fix POSIX.xs problems; remove outdated
71184              code from sys/socket.h that makes build fail now
71185      Branch: maint-5.6/perl
71186            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
71187            ! pod/perlapi.pod
71188           !> win32/include/sys/socket.h
71189 ____________________________________________________________________________
71190 [  8176] By: gsar                                  on 2000/12/18  05:20:17
71191         Log: update Changes
71192      Branch: maint-5.6/perl
71193            ! Changes patchlevel.h
71194 ____________________________________________________________________________
71195 [  8175] By: gsar                                  on 2000/12/18  04:57:48
71196         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
71197              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
71198              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
71199              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
71200              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
71201              7823,7825,7838
71202              
71203              Subject: Re: [PATCH] README.solaris
71204              
71205              Add getpagesize() probing, on non-UNIX guess 'undef'.
71206              
71207              Simplify the getpagesize() unit by dropping the
71208              pagesize probe since it's nowadays slightly more
71209              complicated because of sysconf(). (Note: if some
71210              platform really needs the -lPW for getpagesize,
71211              I just broke it.)
71212              TODO: a new pagesize unit.
71213              
71214              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
71215              
71216              MachTen doesn't really do mmap() and munmap().
71217              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
71218              
71219              More README.solaris updates from Andy Dougherty.
71220              
71221              Copy the s// information of README.hpux also to the perlrun.
71222              
71223              Add HAS_FSYNC, lack noticed by Nicholas Clark.
71224              
71225              Add a metaconfig unit for fsync.
71226              
71227              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
71228              
71229              Many subdocumented return values of the IO extension now documented.
71230              ungetc and write still left subdocumented.
71231              Subject: [PATCH] (was Re: IO::Handle::ungetc)
71232              
71233              Document tell() on special streams.
71234              
71235              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
71236              
71237              Subject: [ID 20001112.007] sfio's sftell isn't ftell
71238              
71239              Couple of tests from #7660 salvaged.
71240              
71241              Tweak the definition of the bit complement on UTF-8 data:
71242              if none of the characters in the string are > 0xff,
71243              the result is a complemented byte string, not a (UTF-8)
71244              char string.  Based on the summary in
71245              Subject: Re: [ID 20000918.005] ~ on wide chars
71246              This should give us the maximum backward (pre-char string)
71247              compatibility and utf8 compatibility.  The other alternative
71248              would be to limit the bit complement to be always byte only,
71249              taking the least significant byte of the chars.
71250              
71251              Cleanup messy #ifdef.
71252              
71253              Typos in #7667.
71254              
71255              Declare reg_data like reg_substr_data.
71256              
71257              Placate nervous compilers that see longer than ints switch()ing.
71258              
71259              Remove the new two tests of lib/io_xs for now, they seem to
71260              fail under perlio on some platforms.
71261              
71262              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
71263              
71264              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
71265              
71266              Subject: tiny typo in perl5db.pl
71267              
71268              Subject: some additions for makefiles for win32 (for perl@7674)
71269              
71270              Hoist the duplicated socket/netdb include logic to perl.h;
71271              undef SETERRNO in case SOCKS has defined it.  Based on:
71272              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
71273              
71274              Regen Configure.
71275              
71276              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
71277              (a macro to define signed and unsigned integer constants).
71278              
71279              Use UINT64_C().
71280              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
71281              
71282              Use u_int32_t for the size of hash_cb(), not size_t.
71283              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
71284              
71285              Quit utf8_to_uv() instantly if curlen == 0.
71286              
71287              Subject: [PATCH: perl@7674] updates to README.os390
71288              
71289              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
71290              
71291              EBCDIC tweaks.
71292              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
71293              
71294              Linenumber fix.
71295              
71296              SOCKS has its own USE_THREADS, based on
71297              Subject: [ID 20001114.002] et. al. bugfix followup
71298              
71299              UINT64_C() work continues.
71300              
71301              Detypo.
71302              
71303              The type of the hash_cb() size argument is tricky.
71304              
71305              Add fwalk() probe to the configuration files and regen perltoc.
71306              
71307              Subject: perllocale.pod changes
71308              
71309              Avoid an infinite loop in VMS when utils scripts are run
71310              with no arguments, from Charles Lane.
71311              
71312              Subject: Re: Bug in Carp::Heavy/5.6.0?
71313              
71314              For Solaris use64bitall the stdchar needs a little bit of help.
71315              
71316              The long double hints can be here or there.
71317              
71318              Test tweak for the open pragma.
71319              
71320              Also the 64bitall hints can be either here or there.
71321              
71322              As surmised the #7719 wasn't a good move.
71323              
71324              Subject: Fix for 20000409.001
71325              
71326              Subject: Fix for 20000815.006
71327              It's really 20000518.006.
71328              
71329              Subject: [PATCH 5.6.0 README.win32] very minor typos
71330              
71331              Subject: Fix for README.amiga (20000323.033)
71332              
71333              Explain in more detail the {} syntax ambiguousity.
71334              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
71335              
71336              Sparc 64-bit pack() fix from Jens Hamisch.
71337              
71338              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
71339              
71340              Subject: podlators 1.05 available        
71341              
71342              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
71343              
71344              Subject: [perl 7711: EPOC] updates
71345              
71346              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
71347              
71348              Miraculous typo.
71349              
71350              sysseek() instead of seek().
71351              
71352              Solaris hints tweaks.
71353              
71354              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
71355              This may be overly harsh but until proven otherwise, we think this
71356              way, or until we have a simple test for Configure (having to start
71357              up servers is does not count as simple) to check for the problems.
71358              
71359              Remove the shared object before attempting to create
71360              (by linking) a new one.  E.g. in AIX not removing
71361              becomes quite painful if one tries to do more than one
71362              build in the same tree (an interrupted build, for example),
71363              since the AIX' shared dynaloader seemingly keeps the shared
71364              objects open and therefore 'busy' for quite a while, even when
71365              nobody is using the objects, leading into link failures.
71366              
71367              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
71368              
71369              Subject: DOC PATCH 5.6.0 perlreftut
71370              
71371              Subject: [PATCH: perl@7777] add system locale testing for VMS
71372              
71373              Subject: [PATCH] Test.pm POD peculiarity
71374              
71375              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
71376              
71377              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
71378              
71379              Subject: Re: perl@7777 
71380              Detypoing.
71381              
71382              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
71383              
71384              Go ahead and #include <unistd.h> in perl.h.
71385              
71386              Subject: [PATCH perl@7795] small cleanup task for test suite
71387              
71388              Subject: Re: av.c patch (having slight problems)
71389              unshift() speedup.
71390              
71391              Reach back one higher up when searching for PERL_SRC.
71392      Branch: maint-5.6/perl
71393           +> lib/File/Spec/Epoc.pm
71394           !> (integrate 88 files)
71395 ____________________________________________________________________________
71396 [  8174] By: gsar                                  on 2000/12/18  03:53:09
71397         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
71398              7625..7629,7631..7634,7637,7639,7642 from mainline
71399              
71400              Fix for the tie-refhash string table leaks.
71401              
71402              Subject: [patch perl@7595] VMS configure.com tweak
71403              
71404              More careful detection of how well NVs and UVs mix.
71405              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))
71406              Added some SIGFPE paranoia.
71407              
71408              Forgot to bump the line numbers in #7601.
71409              
71410              Subject: PATCH std stdio for (Free)BSD
71411              
71412              Deleting $ENV{PATH} in VMS is not recommendable.
71413              
71414              Locale buglets.
71415              Subject: RE: Locales support (setlocale) fixes
71416              
71417              Do not test UTF-8 locales since that the tests would require
71418              polymorphic regexen.
71419              
71420              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
71421              
71422              A missing aTHX_.
71423              
71424              Subject: [ID 20001108.013] spelling
71425              
71426              Subject: [PATCH] Class::Struct at compile time
71427              
71428              Make deleting for %ENV work for (newer versions of) VMS,
71429              from Craig A. Berry.
71430              
71431              Forgot from #7618.
71432              
71433              More VMS moves on environment handling, from Charles Lane.
71434              
71435              Remove unused extra arguments.
71436              
71437              Typo in an ifndef.
71438              Subject: Re: [PATCH 5.7.0] better messages from malloc()
71439              
71440              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
71441              All except the "cow orker" change.
71442              
71443              The generated boot_* headers are wrong.  Pickier compiler,
71444              such as KAI C++ will refuse to compile the resulting perlmain.
71445              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71446              
71447              There's no =head3.
71448              
71449              Disable only the tests 99 and 166 for UTF-8 locales.
71450              
71451              Missing dTHXs.
71452              Subject: RE: perl@7595 builds not on cygwin
71453              
71454              Subject: Re: bash -c exit and linux hints 
71455              
71456              Various doc oddball characters.
71457              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71458              
71459              Subject: [PATCH] IO::Seekable pod
71460              
71461              Amdahl UTS hints updates.
71462              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
71463              
71464              Explain better why certain regex tests are skipped.
71465              Subject: Re: tests skipped: unknown reason
71466              
71467              Subject: [PATCH] README.solaris
71468              
71469              Subject: [PATCH perl@7638] cygwin port
71470      Branch: maint-5.6/perl
71471           +> README.solaris
71472           !> (integrate 26 files)
71473 ____________________________________________________________________________
71474 [  8173] By: gsar                                  on 2000/12/18  03:37:02
71475         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
71476              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
71477              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
71478              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
71479              
71480              Better create a true mailing list for the repository keepers.
71481              
71482              Subject: [ID 20001027.007] uniq array in perlfaq
71483              
71484              De-quoted-unreadable to ISO Latin 1.
71485              (There's one ISO-2022-JP name in Changes5.004.)
71486              
71487              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71488              
71489              The #7476 needs a MANIFEST change, too.
71490              
71491              Add also emailless people.
71492              
71493              UTF-8 decoder tweak.
71494              
71495              Make \x{...} consistently produce UTF-8.
71496              Subject: Re: \x{...} is confused 
71497              
71498              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71499              
71500              Add a perlbug flag, -A, to avoid acknowledgement messages.
71501              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71502              
71503              Use Errno magic.
71504              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71505              
71506              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71507              
71508              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71509              
71510              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71511              
71512              Be more lenient on bad UTF-8 when doing bit arithmetics.
71513              Subject: Re: [ID 20000918.005] ~ on wide chars
71514              (The ord() part of the patch skipped.)
71515              
71516              Subject: perlfaq style changes
71517              
71518              AUTHORS tweaks.
71519              
71520              Whitespace style tweak.  Was originally going to see to
71521              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71522              but that had already been taken care of.
71523              
71524              The compiler is either gcc or cc, from Tom Bates.
71525              
71526              The osname has been lowercased by now, from Tom Bates.
71527              
71528              The NonStop-UX libraries have a novel way to say NaN.
71529              
71530              printf UVs the correct way, noticed by Robin Barker.
71531              
71532              Subject: [PATCH] startperl to respect versiononly
71533              
71534              AUTHORS updates.
71535              
71536              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71537              
71538              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71539              
71540              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71541              
71542              Generalize the Camel wording.
71543              Subject: Re: perlfaq style changes
71544              
71545              Subject: [ID 20001005.006] Documentation -- description of qr//
71546              
71547              C.pm part of
71548              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71549              
71550              Locale warning explanation tweak.
71551              
71552              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71553              
71554              Make the POSIX::setuid and POSIX::setgid to really call setuid()
71555              and setgid() because they were just changing $< and $( which means
71556              only changing the real uid/gid, as opposed to changing both
71557              real and effective ids.  (The alternative way could have been
71558              in POSIX.pm to change $> and $), too, but making a direct call
71559              to the C API feels cleaner.)  Fixes the bug
71560              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71561              
71562              Expand %Config variables and %ENV variables only if
71563              so requested during build time using the
71564              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71565              Not expanding makes relocating distributions easier.
71566              
71567              More tweaking on the #7522 theme.
71568              
71569              Test::Harness revealed buglets in the new DynaLoader.
71570              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71571              
71572              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71573              fix a autovivification bug in Tie::RefHash, add tests for both.
71574              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71575              
71576              Detpyo.
71577              
71578              recv() can fail and return undef.
71579              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71580              
71581              Fix the problem discussed in
71582              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71583              originally from Linc Madison.  Also Andreas König's comments
71584              taken into account.  Some other problems with Tie::SubstrHash
71585              fixed: didn't croak when the table exceeded the requested number
71586              of entries (as documented) but instead when the number of entries
71587              exceeded the size of the table, a croak() had an unnecessary \n,
71588              didn't have a CLEAR method, documented that there is no exists().
71589              Didn't fix to be strict-proof because the module uses &foo; and
71590              dynamic scope.  Added a test script exercizing both first tamely 
71591              the basic functionality, and then the failure cases reported by
71592              Linc Madison.
71593              
71594              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71595              
71596              The #7521 touched things it shouldn't have.
71597              
71598              Subject: [PATCH 5.7.0] better messages from malloc()
71599              
71600              Subject: Re: README.aix
71601              
71602              Add FCNTL_CAN_LOCK.
71603              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71604              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71605              
71606              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71607              create a "fast path" for locale name probing using "locale -a"
71608              if available, squash finally hopefully the s?printf resetting
71609              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71610              
71611              More Changes tweakery.
71612              
71613              Dying is too strict here, better just skip.
71614              
71615              Subject: Locales support (setlocale) fixes
71616              Modified quite a bit to be more portable.
71617              
71618              Configure would use a bad $myuname from an old config.sh.
71619              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71620              
71621              Fix for
71622              Subject: [ID 20001004.006] undef is never tainted
71623              An undef read from a slurped file was not tainted.
71624              
71625              Fix for
71626              Subject: [ID 20001004.007] taint propogation is inconsistent
71627              The culprit was sv_setsv() which was rather blindly
71628              propagating taint, which lead to behaviour where if
71629              a tainted anon hash value was seen all the hash values
71630              from then on at that level became tainted, or at any
71631              upper levels in the case of nested anon hashes.
71632              
71633              Test tweak: show also the failed locales.
71634              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71635              
71636              A fix of sorts for 20000329.026, a better error message
71637              for a missing "use charnames" when using the \N{...}. 
71638              
71639              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71640              
71641              Add =pod to be tidy.
71642              
71643              Fix for bug id 19990615.008, pos() unset during s///ge.
71644              
71645              Add a note for future generations about bug id 20000229.006.
71646              
71647              Use -dM for gcc (the suggested patch did it only for Linux,
71648              but I think it can be generalized).
71649              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71650              
71651              opmini.o can linger from Configures past.
71652              
71653              Document that the evaled syntax errors cause scalar leaks.
71654              
71655              Fix for
71656              Subject: [ID 20000728.005] perl -P broken
71657              (hopefully).  The fix is also not complete, it seems to break
71658              BOM swallowing for libc5 systems, but until someone figures
71659              out a way to do this without ftell(), this will do.
71660              
71661              AUTHORS updates.
71662              
71663              Subject: Re: rsync'ed patches vs. rsync'ed source
71664              
71665              Admit that the test leaks scalars.
71666              
71667              Sanitize the environment further.
71668              
71669              VOS updates from Paul Green.
71670              
71671              Document %ENV = () portability issues.
71672              
71673              Make the stdio test program of 7427 less noisy while being 
71674              compiled so that Digital UNIX wouldn't get both
71675              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
71676              undefined.  This makes perlio happy.
71677              
71678              glibc5 detection by __GNU_LIBRARY__.
71679              
71680              %ENV note tweaks from Dan Sugalski.
71681              
71682              Varargs don't always work too well if one puts an unsigned
71683              char on the stack and pop an unsigned quad off the stack.
71684              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
71685              
71686              Subject: Pod updates
71687              
71688              Fake support of holey files in win/dosish platforms.
71689              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
71690              
71691              A doc addition for bug id 20001105.019, beware \p.
71692              
71693              Tweak #7587.
71694              
71695              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
71696              
71697              perlhack updates from H.Merijn Brand.
71698              
71699              Subject: [PATCH perl@7573] cygwin port
71700              Synchronize with Cygwin 1.1.5.
71701              
71702              Bad thinko in #7581 (I used the test program with the expanded
71703              values as-is).
71704              
71705              Make perlbug not insist on dumping to a file when stdout isn't a tty.
71706              Subject: [PATCH] perlbug.PL
71707              
71708              Overrideable keys, each, pop, push, shift, splice, unshift.
71709              Subject: [PATCH] prototyped functions that should be overrideable
71710              
71711              Try to avoid flockless and emulationless places.
71712      Branch: maint-5.6/perl
71713           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71714            - MAINTAIN
71715           !> (integrate 111 files)
71716 ____________________________________________________________________________
71717 [  8172] By: jhi                                   on 2000/12/18  02:49:27
71718         Log: Regen pods.
71719      Branch: perl
71720            ! pod/perlmodlib.pod pod/perltoc.pod
71721 ____________________________________________________________________________
71722 [  8171] By: gsar                                  on 2000/12/18  02:49:24
71723         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
71724              7465..7471 from mainline
71725              
71726              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71727              in platforms that strictly require all the symbols being present
71728              at link time.
71729              
71730              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71731              
71732              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71733              
71734              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71735              
71736              Subject: [PATCH] todo
71737              
71738              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71739              
71740              Use $sort, $uniq (and $tr) consistently as wondered
71741              by Nicholas Clark.
71742              
71743              Too enthusiastic editing in #7460.
71744              
71745              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71746              
71747              Upgrade to CPAN 1.58_55.
71748              Subject: CPAN.pm status
71749              
71750              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71751              
71752              Make target reordering to avoid pointless re-makes.
71753              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71754              
71755              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71756              
71757              Subject: DOC PATCH 5.6.0
71758              
71759              Add the repository doc by Malcolm, Sarathy, and by Simon,
71760              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71761      Branch: maint-5.6/perl
71762           +> Porting/repository.pod
71763           !> Configure MANIFEST Makefile.SH README.dos README.os2
71764           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
71765           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
71766           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
71767 ____________________________________________________________________________
71768 [  8169] By: gsar                                  on 2000/12/18  02:33:34
71769         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
71770              7435..7441,7445 from mainline
71771              
71772              Make the UTF-8 decoding stricter and more verbose when
71773              malformation happens.  This involved adding an argument
71774              to utf8_to_uv_chk(), which involved changing its prototype,
71775              and prefer STRLEN over I32 for the UTF-8 length, which as
71776              a domino effect necessitated changing the prototypes of
71777              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71778              The stricter UTF-8 decoding checking uses Markus Kuhn's
71779              UTF-8 Decode Stress Tester from
71780              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71781              
71782              Run vms/vms_yfix.pl, should have done that after changing
71783              perly.c in #7382.
71784              
71785              Subject: [PATCH 5.7.0] static linking with uninstalled perl
71786              
71787              (Replaced by #7440.)
71788              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71789              
71790              Fix the bug ID 20001024.005, the bug introduced by #7416.
71791              
71792              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71793              
71794              Fix the bug reported in
71795              From: andreas.koenig@anima.de (Andreas J. Koenig)
71796              Also make is_utf8_char() stricter.
71797              
71798              Missed the header file changes from #7425.
71799              
71800              Check if stdio supports tweaking lval and cnt simultaneously.
71801              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71802              
71803              Stratus VOS updates from Paul Green.
71804              
71805              Podify README.epoc and README.vos.
71806              
71807              Add targets to Makefile.SH, most importantly
71808              'regen_all' which also remembers to update vms/perly*.
71809              
71810              Subject: Minor update to find2perl, for portability
71811              
71812              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71813              
71814              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71815              
71816              Rename UTF8LEN() to be UNISKIP(), too confusing to have
71817              UTF8LEN() and UTF8SKIP(). 
71818              
71819              Allow poking holes at the UTF-8 decoding strictness.
71820              
71821              Continue the internal UTF-8 API tweaking.
71822              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71823              used much more than the simpler API, now called utf8_to_uv_simple().
71824              Still not quite happy with API, too much partial duplication
71825              of functionality.
71826              
71827              A new version of making the syslog test more robust.
71828              (Replaces #7421.)
71829              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71830              
71831              buildtoc target tweaks.
71832              
71833              Integrate with vmsperl #7430 by Charles Bailey:
71834              
71835              Cleanup from prior patch (Charles Lane?):
71836              - improve handling of MFDs in Basename and Path
71837              - default to no xsubpp line # munging when building debug images
71838      Branch: maint-5.6/perl
71839           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71840           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71841           !> (integrate 67 files)
71842 ____________________________________________________________________________
71843 [  8168] By: gsar                                  on 2000/12/18  02:05:49
71844         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
71845              
71846              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71847              From: Martin Husemann <martin@duskware.de>
71848              
71849              Subject: [PATCH 5.7.0] restore match data on backtracing
71850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71851      Branch: maint-5.6/perl
71852           !> regcomp.c regexec.c t/op/re_tests
71853 ____________________________________________________________________________
71854 [  8167] By: gsar                                  on 2000/12/18  01:55:22
71855         Log: integrate changes#7858,7986 from mainline
71856              
71857              C<foreach my $x ...> in pseudo-fork()ed process may diddle
71858              parent's memory; fix it by keeping track of the actual pad
71859              offset rather than a raw pointer (this change is probably also
71860              relevant to non-ithreads case to avoid fallout from reallocs of
71861              the pad array, but is currently only enabled for the ithreads
71862              case in the interests of minimal disruption to existing "well
71863              tested" code)
71864              
71865              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
71866              due to the notorious GetFileType() bug in Windows 9x, which fstat()
71867              tickles)
71868      Branch: maint-5.6/perl
71869           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
71870           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
71871           !> win32/win32.c win32/win32.h win32/win32sck.c
71872 ____________________________________________________________________________
71873 [  8166] By: gsar                                  on 2000/12/18  01:52:59
71874         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
71875              from mainline (xsubpp and ExtUtils::LibList fixups, various
71876              other small items)
71877              
71878              The generated boot_* headers are wrong.  Pickier compiler,
71879              such as KAI C++ will refuse to compile the resulting perlmain.
71880              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71881              
71882              Various doc oddball characters.
71883              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71884              
71885              Subject: [PATCH] Re: 20001101.003 PDL
71886              
71887              Subject: [PATCH 5.7.0] etags broken again
71888              
71889              Subject: [PATCH 5.7.0] Liblist finally works
71890              
71891              Subject: [PATCH 5.7.0] Liblist returns found libraries
71892              
71893              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
71894              
71895              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
71896              
71897              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71898              OUT keyword nits.
71899              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71900              OUT and IN_OUT documentation.
71901      Branch: maint-5.6/perl
71902           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
71903           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
71904           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
71905           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
71906           !> win32/bin/search.pl
71907 ____________________________________________________________________________
71908 [  8165] By: gsar                                  on 2000/12/18  01:28:45
71909         Log: integrate changes#7533,7563,7611,7623 from mainline (various
71910              malloc.c embellishments)
71911      Branch: maint-5.6/perl
71912           !> malloc.c pod/perldiag.pod
71913 ____________________________________________________________________________
71914 [  8164] By: gsar                                  on 2000/12/18  01:23:33
71915         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
71916              fixups)
71917      Branch: maint-5.6/perl
71918           !> utils/h2xs.PL
71919 ____________________________________________________________________________
71920 [  8163] By: gsar                                  on 2000/12/18  01:17:50
71921         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
71922              fixups)
71923      Branch: maint-5.6/perl
71924           !> Makefile.SH utils/perlbug.PL
71925 ____________________________________________________________________________
71926 [  8162] By: gsar                                  on 2000/12/18  00:25:43
71927         Log: always export Perl_deb() (it is required by re.xs whether
71928              Perl is built with or without -DDEBUGGING)
71929      Branch: maint-5.6/perl
71930            ! makedef.pl
71931 ____________________________________________________________________________
71932 [  8161] By: gsar                                  on 2000/12/18  00:23:38
71933         Log: integrate change#7414 from mainline
71934              
71935              Undo the basename() part of #7412 since the lib/basename
71936              tests would need upgrading too.
71937              
71938              squelch two tests in tr.t that rely on tr/// paranoia change
71939              that's not in 5.6.x
71940      Branch: maint-5.6/perl
71941            ! t/op/tr.t
71942           !> lib/File/Basename.pm
71943 ____________________________________________________________________________
71944 [  8160] By: gsar                                  on 2000/12/18  00:05:30
71945         Log: missing change in previous integrate
71946      Branch: maint-5.6/perl
71947           !> README.aix
71948 ____________________________________________________________________________
71949 [  8159] By: gsar                                  on 2000/12/18  00:03:38
71950         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
71951              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
71952              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
71953              7410..7413 from mainline
71954              
71955              Introduce the man[24-8] variables, from Andy Dougherty.
71956              
71957              Upgrade to CPAN 1.58, from Andreas König.
71958              
71959              An updated EBCDIC tr patch.
71960              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
71961              
71962              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
71963              
71964              Two thirds of
71965              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71966              The Install.pm changes will be submitted separately because
71967              they need some work and discussion still.
71968              
71969              The Install.pm third of
71970              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71971              
71972              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
71973              
71974              Subject: [PATCH 5.7.0] IVs in mtats
71975              
71976              Subject: [PATCH 5.7.0] Perl API for mstats
71977              
71978              Ilya implemented the memory profiling API.
71979              
71980              In Amdahl UTS "struct sv" is defined by a system header,
71981              <ksync.h>.
71982              
71983              Slight tweak of the code to appease Amdahl UTS cc.
71984              
71985              Amdahl UTS doesn't seem to do dynaloading.
71986              
71987              Use UTF8SKIP(), from Simon Cozens.
71988              
71989              Thinko in #7222.
71990              
71991              op/sprintf.t patch for OS/390 (and any other host with limited
71992              floating-point exponent length)
71993              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
71994              
71995              Tweak #7225.
71996              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
71997              
71998              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
71999              
72000              Needs to be conditional on SunOS 4.
72001              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
72002              
72003              Test cases for bug id 20000323.056 (the bug seems to be fixed).
72004              
72005              Add test for bug id 20000427.003 (which seems to have
72006              been fixed) (also duplicate as 20000427.004, though
72007              with a higher severity).  Move one utf8 from op/append
72008              to pragma/utf8, tag the tests with bug ids.
72009              
72010              Document FNCASE=y as discussed in the bug 20000902.009.
72011              
72012              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
72013              The problem was that rx->minlen was in chars while pp_split()
72014              thought it would be in bytes. 
72015              
72016              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
72017              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
72018              
72019              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
72020              
72021              Fix a couple of compiler-noted nits in #7235.
72022              
72023              Tweak the test of #7235.
72024              
72025              One more ~utf8 tweak.
72026              
72027              -w cleanup.
72028              Subject: Re: Problems with bleadperl 
72029              
72030              Subject: small pod patch
72031              
72032              Subject: [PATCH perlguts.pod] Document offset hack
72033              
72034              Add Charles Lane.
72035              
72036              Add the capability to include/exclude branches.
72037              
72038              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
72039              
72040              Detect early whether the std streams have gone bad.
72041              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72042              
72043              More IoTYPE sprinkling.
72044              
72045              Workaround for a sfio bug where the stream error indicator
72046              is not cleared as documented.
72047              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72048              
72049              Clarify documentation on 'use bytes'.
72050              Subject: Re: What does 'use bytes' "mean" ?
72051              
72052              Show the failed remote port, instead of the failing line number.
72053              Subject: [PATCH 5.6.1 Debugger] More diagnostics
72054              
72055              Make Cwd more bulletproof in chrooted environments.
72056              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
72057              
72058              Subject: Pod patch for Devel::Peek
72059              
72060              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
72061              
72062              Borland C fstat() never saw the fd as writable.
72063              Subject: fix for Borland's weak "stat" (perl@7211)
72064              
72065              Missing change from #7362.
72066              
72067              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
72068              
72069              Add the test case for the bug id 20000730.004 which seems
72070              to have been fixed by now.
72071              
72072              Fix of sorts for bug id 20000901.092.  There seems to be no trace
72073              of a 'pmshort' anywhere in the B, so the offending line was simply
72074              removed.
72075              
72076              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
72077              
72078              Subject: PATCH do_print has 2 PerlIO_error()s
72079              
72080              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
72081              
72082              Typo noted by Mark Lutz.
72083              
72084              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
72085              
72086              In the latest compiler builds cccdlflags must not become -fpic,
72087              from Wilfredo Sánchez.
72088              
72089              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
72090              
72091              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
72092              
72093              SOCKS function redefinitions need prototypes, too, otherwise
72094              for example 32 bit versus 64 bit differences cause a lot of
72095              problems.  Part of
72096              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72097              
72098              Portability tweak on #7377.
72099              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
72100              
72101              Don't write double values through long double pointers,
72102              based on a part of
72103              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72104              
72105              Reëntrancy fix.
72106              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72107              
72108              Make scan_num() reëntrant, as suggested in
72109              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72110              
72111              Fix for ID 20001020.006, concatenating an unset submatch
72112              with utf8 resulted in "Modification of a read-only value".
72113              
72114              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
72115              
72116              The #7383 was right only in the context of the original bug report,
72117              not in more general case.
72118              
72119              Update Changes.
72120              
72121              Testcases for a #7383,#7385 related bug.
72122              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
72123              
72124              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
72125              
72126              Tweak the Is* definitions of Unicode character classes
72127              to better match the official categorizations; embrace
72128              the official categorizations; add the combining marks
72129              as alpha (and -numeric); fix DCinital (a typo and edito)
72130              to be DCmedial.
72131              
72132              Hints tweak from Anton Berezin.
72133              
72134              Subject: installman go-faster stripes
72135              Subject: Re: installman go-faster stripes
72136              
72137              Subject: [ID 20001021.003] updated hints/openbsd.sh
72138              
72139              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
72140              
72141              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72142              
72143              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
72144              
72145              Doc patch.
72146              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
72147              
72148              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
72149              
72150              Subject: Re: [ID 20001021.005] SEGV with regex match 
72151              
72152              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
72153              
72154              The change #7187 was not so good on VMS.
72155              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
72156              
72157              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
72158              
72159              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
72160              
72161              Document PERL_INSTALL_ROOT of #7210.
72162      Branch: maint-5.6/perl
72163           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
72164           +> t/lib/tie-splice.t
72165            - lib/unicode/Is/DCinital.pl
72166           !> (integrate 112 files)
72167 ____________________________________________________________________________
72168 [  8158] By: jhi                                   on 2000/12/17  23:04:24
72169         Log: Subject: [PATCHES] RE: perl@8150 
72170              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
72171              Date: Sun, 17 Dec 2000 21:46:39 +0100
72172              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
72173              
72174              Neither cygwin has a getpwuid() one can trust on.
72175      Branch: perl
72176            ! t/lib/glob-basic.t
72177 ____________________________________________________________________________
72178 [  8157] By: jhi                                   on 2000/12/17  23:01:54
72179         Log: More MAN.PODS => {} fixes.
72180      Branch: perl
72181            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
72182            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
72183            ! os2/OS2/REXX/Makefile.PL
72184 ____________________________________________________________________________
72185 [  8156] By: gsar                                  on 2000/12/17  22:49:13
72186         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
72187              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
72188              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
72189              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
72190              7201,7204 from mainline
72191              
72192              Remove vestiges of tr//CU.
72193              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72194              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72195              
72196              The return value of setlocale must be copied away.
72197              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72198              
72199              Allow chop() and chomp() to be overridden.
72200              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72201              
72202              Hints optimization.
72203              Subject: Minor nit
72204              
72205              Subject: [PATCH] de-wall t/README
72206              
72207              Subject: Re: Two advertising clauses need to be removed
72208              
72209              Batch of UTF-8 patches from Simon Cozens.
72210              
72211              Fix for a parsing bug, not for the original bug.
72212              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
72213              
72214              Compilation warnings and an error.
72215              
72216              Subject: File::Find 5.7.0 POD nits
72217              
72218              Subject: [PATCH perl-5.7.0] continued -Wformat support
72219              
72220              The one that got away.
72221              
72222              Subject: Re: perl@7078
72223              
72224              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
72225              convertable to bytes by checking it doesn't go above 0xc3
72226              Subject: Re: perl@7078
72227              
72228              Replace #7084 with
72229              Subject: Re: perl@7078 
72230              
72231              We don't need to count the high bit bytes, a boolean is enough. 
72232              
72233              Subject: [PATCH] utf8.c apidoc
72234              
72235              Subject: Re: perl@7078 
72236              
72237              Botched the #7090 check-in.
72238              
72239              Fix for the charnames.t failures from Spider Boardman.
72240              
72241              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
72242              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
72243              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
72244              0 to checking to get the warning.
72245              
72246              Subject: [PATCH] Nits in perlmod.pod
72247              
72248              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
72249              
72250              Subject: Re: unicode support and perl [ID 20000901.097]
72251              
72252              Subject: Re: unicode support and perl [ID 20000901.097]
72253              
72254              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
72255              
72256              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
72257              
72258              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
72259              
72260              Subject: [PATCH@blead] Fix some recursion in overload.pm
72261              
72262              s/Robin Parker/Robin Barker/
72263              
72264              Subject: [PATCH] Fix aliasing of tied filehandles
72265              
72266              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
72267              
72268              Subject: Re: [PATCH 5.005_64 missed]
72269              
72270              SOCK_DGRAM and listen() do not mix as reported in
72271              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
72272              The patch for 5.7.0+ had to be reengineered, though.
72273              
72274              Subject: DOC PATCH 5.6.0
72275              
72276              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
72277              
72278              Document the issue (is not a syntax error, kind of)
72279              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
72280              
72281              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
72282              Did not apply cleanly, manual intervention was needed.
72283              
72284              Subject: [PATCH] DLL not restartabke with threaded perl
72285              
72286              Inside require() $^S was always left undefined.
72287              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
72288              
72289              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
72290              
72291              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
72292              
72293              Regen headers.
72294              
72295              Subject: [PATCH 5.7.0] Epoc update
72296              
72297              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
72298              as suggested by Olaf Flebbe and Nick Clark.
72299              
72300              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
72301              
72302              Misplaced else.
72303              
72304              Scale down the VMS message boxes, by Charles Lane.
72305              Fix for ID 20000903.009, workaround at
72306              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
72307              
72308              Subject: [ID 20001003.006] B::Debug not -w clean
72309              
72310              Test harness update to sync with the new perlcc,
72311              from Simon Cozens.
72312              
72313              One remaining nit less at the VMS mailbox sizing.
72314              
72315              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72316              
72317              It is possible to have no hosts database at all.  Pointed out in
72318              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
72319              
72320              Subject: [PATCH 5.7.0] h2xs not working
72321              Subject: [PATCH 5.7.0] h2xs not documenting the created module
72322              
72323              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
72324              
72325              Subject: perlhack.pod Patch for Externals Tools
72326              
72327              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
72328              
72329              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72330              
72331              Enable disabling scripts installation by Configure -Uinstallscripts,
72332              suggested by H. Merijn Brand.
72333              
72334              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
72335              reported several times by Dominic Dunlop, for example in
72336              ID 20000315.008.  Patch from Dominic.  Patch affects at
72337              least MachTen, and possibly other oldish BSDs. Should not
72338              break non-broken platforms (tested on LinuxPPC). 
72339              
72340              Regen toc.
72341              
72342              Subject: Re: Questions about Tie::Array and perl modules
72343              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
72344              
72345              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
72346              
72347              Tweak #7153.
72348              
72349              IO::Handle->syswrite() did not handle length omission
72350              like CORE::syswrite() does.
72351              Subject: [Fwd] IO::Handle, syswrite and arguments
72352              The original patch from andrew@ugh.net.au.
72353              
72354              Also the $ccflags is needed for the C compiler check.
72355              Subject: Configure (check for C-compiler)
72356              
72357              Eliminate $Is_VMS code from the test.
72358              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
72359              
72360              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
72361              as the first option of cc/ld because of ultrapicky compilers
72362              (e.g. OS/390 R2.5)
72363              
72364              Change the version number of Tie::Handle in the core to 4.0,
72365              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
72366              Subject: Note on Tie::Handle
72367              
72368              UTF8ize split() so that the cloned substrings get the UTF8
72369              flag of the original scalar.  Problem reported by Simon Cozens.
72370              
72371              save_re_context() could reset PL_curcop to freed memory, causing core
72372              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
72373              
72374              Subject: PATCH 5.6 perldebguts grammar cleanup
72375              
72376              Add a todo note about overloadable assertions.
72377              
72378              on Windows, LoadLibrary() could load an extension DLL multiple
72379              times if forward slashes are used in the path
72380              
72381              on Windows, cwd strings in the environment should be of the
72382              form =X:=X:\foo instead of =X=X:\foo\
72383              
72384              on Windows, avoid potential exception (could happen if MSVCRT isn't
72385              being used) when closing a socket handle
72386              
72387              avoid nonportable example code
72388              
72389              Windows9x doesn't support link(), despite what Config.pm
72390              might think
72391              
72392              pod nit
72393              
72394              Change #7160 had a nasty typo.
72395              
72396              Warn about unknown scripts.
72397              Subject: Re: ideas? patches? [PATCH bleadperl]
72398              
72399              on Windows, clean targets might not work under some flavors of the shell
72400              
72401              tweak for change#7173
72402              
72403              Make eq work again with utf8 (disabling the upgrading
72404              should no more be necessary since the copies of the
72405              scalars are upgraded, not the scalars themselves).
72406              Takes care of ID 20001009.001.  (The claimed length()
72407              bug in 20001009.001 seems bogus to me.)
72408              
72409              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
72410              
72411              Upgrade to CGI.pm 2.74, from Lincoln Stein.
72412              
72413              Upgrade to podlators 1.04, from Russ Allbery.
72414              
72415              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
72416              
72417              Quote the temp file name, needed in Win32 because the
72418              default name unfortunately contains spaces, shouldn't
72419              hurt elsewhere.
72420              Subject: FW: perldoc fails if $TEMP contains spaces
72421              
72422              Subject: RE: [ID 19990803.001] README.win32 suggestions 
72423              
72424              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
72425              
72426              Subject: Re: utf8 concat, mg_get
72427              
72428              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
72429              
72430              Subject: [PATCH: perl@7181] op/tr tests on OS/390
72431              
72432              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
72433              
72434              Use the versiononly instead of the installscripts,
72435              retract the changes 7146 and 7147.
72436              
72437              Reapply Andy's patch and regen Configure.
72438              
72439              Add the test case for #7190, from the original bug report
72440              by Andreas König.
72441              
72442              Remove duplicated code.
72443              
72444              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
72445              
72446              restore change#7202
72447      Branch: maint-5.6/perl
72448           !> (integrate 121 files)
72449 ____________________________________________________________________________
72450 [  8155] By: jhi                                   on 2000/12/17  22:30:58
72451         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
72452              From: "Craig A. Berry" <craigberry@mac.com>
72453              Date: Sun, 17 Dec 2000 13:09:28 -0600
72454              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
72455              
72456              MAN.PODS => ' ' is naughty.
72457      Branch: perl
72458            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
72459 ____________________________________________________________________________
72460 [  8154] By: nick                                  on 2000/12/17  22:07:13
72461         Log: MULTIPLICITY nit.
72462      Branch: perl
72463            ! mg.c
72464 ____________________________________________________________________________
72465 [  8153] By: gsar                                  on 2000/12/17  21:23:05
72466         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
72467              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
72468              from mainline
72469              
72470              Document the SvIOK_.*UV().
72471              
72472              Update Unicode todo list.
72473              
72474              Guard against bad string->int conversion for quads.
72475              
72476              Subject: small apidoc fix
72477              
72478              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
72479              
72480              Subject: [PATCH] Tied filehandle documentation
72481              
72482              Subject: [PATCH] Modernize Opcode.pm documentation
72483              
72484              Make Data::Dumper (non-XS) to work with changed semantics of ref().
72485              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72486              [applied even though said semantics didn't change in 5.6.x]
72487              
72488              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
72489              
72490              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
72491              
72492              Fix the URL, but the server is still missing in action.
72493              Subject: [ID 20000905.002] perlfaq1.pod URL error
72494              
72495              Subject: [ID 20000903.001] \w in utf8-strings
72496              
72497              Fix the ccversion detection for 5.1 and beyond.
72498              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72499              
72500              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72501              
72502              Subject: [ID 20000904.008] Tiny fix for perldiag
72503              
72504              Subject: Re: [ID 20000906.004] segfault with bad perl statement
72505              
72506              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72507              
72508              Subject: [ID 20000908.002] perlipc documentation bug.
72509              
72510              Subject: [PATCH lib/Benchmark.pm]
72511              
72512              Re-allow vec() for characters > 255.
72513              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
72514              
72515              Do away with memory models cruft.  Sorry, PDP users.
72516              
72517              Continue #7041.
72518              
72519              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
72520              
72521              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
72522              
72523              Upgrade to CPAN 1.57_65, from Andreas König.
72524              
72525              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
72526              by Russ Allbery.
72527              
72528              Silence t/pod/*.t about alternate quote-mappings now implemented
72529              by Pod::Text, from Brad Appleton.
72530              
72531              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
72532              Subject: borland C++ win32.c tweak
72533              
72534              C<@a = @b = split(...)> optimization coredumps under ithreads
72535              (missed a spot when fixing up op_pmreplroot hack for ithreads)
72536              
72537              Document the SvUTF8*().
72538              
72539              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
72540              
72541              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
72542              
72543              Do in VMS as the #7054 does.
72544              
72545              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
72546              
72547              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
72548              
72549              Subject: [patch: perl@7045] vms updates
72550              
72551              Test for the #7049.
72552              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
72553              
72554              Break up the myconfig lines a bit.
72555              Subject: perlbug/perl -V output format
72556              
72557              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
72558              
72559              The #7054 truncated Configure badly.
72560              
72561              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
72562              initialization in all the threads on Windows
72563              
72564              Allow for whitespace between "#" and "line" in cpp output.
72565              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
72566              
72567              Remove vestiges of tr//CU.
72568              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72569              
72570              The return value of setlocale must be copied away.
72571              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72572              
72573              Allow chop() and chomp() to be overridden.
72574              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72575              
72576              Hints optimization.
72577              Subject: Minor nit
72578              
72579              Subject: [PATCH] de-wall t/README
72580              
72581              Subject: Re: Two advertising clauses need to be removed
72582      Branch: maint-5.6/perl
72583           !> (integrate 75 files)
72584 ____________________________________________________________________________
72585 [  8152] By: gsar                                  on 2000/12/17  20:30:11
72586         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
72587              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
72588              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
72589              
72590              Don't attach -ld to the archname if pointless.
72591              
72592              Document UNTIE in a very minimalistic way.
72593              
72594              POSIX doesn't report long double values under -Duselongdouble
72595              when the long doubles are "real" (bigger than doubles).
72596              
72597              More author updates.
72598              
72599              Try to deduce NV_MAX.  Really should be Configure fodder.
72600              
72601              :: not allowed in pathnames, change to .
72602              Subject: [PATCH perl@6938] cygwin port
72603              
72604              Forget about NV_MAX (#6951).  Various floating point tweaks,
72605              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72606              
72607              Move the Solaris 7 scan to use64bitall, make the
72608              failure to find 64-bot sparc libc to mention the
72609              possibility of being in an intel, from Lupe and Alan.
72610              
72611              Regen perltoc.
72612              
72613              AUTHORS tweaks, from Peter Prymmer.
72614              
72615              More address tweaking.
72616              
72617              Small tweaks all over.
72618              
72619              File::Temp patches from Andreas König,
72620              
72621              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
72622              
72623              Subject: CPAN.pm beta 1.57_57 for the core
72624              
72625              Part of the solution.
72626              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
72627              
72628              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
72629              
72630              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72631              
72632              Add the overload warnings to perldiag.
72633              
72634              Drop unused argument.
72635              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
72636              
72637              Subject: Nit in Configure (bleadperl@6961)
72638              
72639              Update to PodParser 1.18, from Brad Appleton.
72640              
72641              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
72642              
72643              Subject: [PATCH: 6948] add SCNfldbl to configure.com
72644              
72645              Document UNTIE. Also tweak implementation to suppress the 'inner references'
72646              warning when UNTIE exists and instead pass the cound of extra references to
72647              the UNTIE method.
72648              
72649              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
72650              so that case-ignoring systems like DCL can tell them from
72651              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
72652              
72653              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72654              
72655              Feature ordering tweak.
72656              
72657              Regen perltoc.
72658              
72659              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
72660              
72661              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
72662              
72663              Subject: http:// in L<>
72664              
72665              Detypo.
72666              
72667              change#6791 accidentally clobbered change#6710, put it back
72668              
72669              Only the first line, thank you very much.
72670              
72671              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
72672              plus rework the http: spots as suggested by Tom Christiansen,
72673              plus regen perltoc.
72674              
72675              Undo part of change 6489 which looks like a bulk edit which
72676              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
72677              The supressing of main:: on return from select() is undesirable.
72678              
72679              Apparently avoiding the swapping is too costly.
72680              
72681              Various Configure nits by Philip Newton,
72682              plus the ebcdic one by me.
72683              
72684              Make certain cc is set before trying to run it.
72685              
72686              If overloaded %{} etc. return the object do not loop.
72687              Thus  sub deref { $_[0] } functions if object is wanted type.
72688              
72689              Update perlhist.
72690              
72691              More %{} and other deref special casing - do not pass to 'nomethod'.
72692      Branch: maint-5.6/perl
72693           !> (integrate 59 files)
72694 ____________________________________________________________________________
72695 [  8151] By: gsar                                  on 2000/12/17  19:14:38
72696         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
72697              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
72698              
72699              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
72700              
72701              Make the epsilon to be relative, not absolute.
72702              
72703              Put back the flags dump as reasoned in
72704              Subject: Re: [PATCH] Glob dumping
72705              
72706              Introduce ccname to keep track of what compiler kind of we have.
72707              
72708              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
72709              
72710              Put back the slice accidentally removed by #6907.
72711              
72712              Reset archname and archname64 always, forcing them be
72713              recomputed at each Configure run, make Configure and
72714              the hints files agree on the naming of largefiles variables.
72715              
72716              Don't say "Perl 5.0 source kit".
72717              
72718              Subject: [PATCH] fix misc cast warnings
72719              
72720              Subject: typos in pods
72721              
72722              NVs not necessarily doubles, as pointed out by Yitzchak.
72723              
72724              Subject: [PATCH 6889] add a few ldbl formats to configure.com
72725              
72726              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
72727              
72728              Better options for rsync.
72729              
72730              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
72731              
72732              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
72733              
72734              Subject: [PATCH] Re: UNTIE method 
72735              
72736              A better fix for the Socket building problem from Craig Berry.
72737              
72738              Retract the dummy test, skip the security tests (instead of failing),
72739              explain what the warnings mean.
72740              
72741              Heap decorruption.
72742              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
72743              
72744              Update to Unicode 3.0.1.
72745              
72746              Missed one Unicode file.
72747              
72748              Subject: Re: typos in pods
72749              
72750              The #6929 was too skimpy.
72751              
72752              sscanf() may be the only way to read long doubles from strings.
72753              
72754              Reveal Borland's isnan.
72755              Subject: build with BC++ tweak
72756              
72757              Issue useful diagnostic on unknown pod commands.
72758              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
72759              
72760              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
72761              
72762              Clarify the third case of ftmp-security warnings.
72763              
72764              Make -Dusemorebits find long doubles in Solaris.
72765              
72766              Wrap the test in eval.
72767      Branch: maint-5.6/perl
72768           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
72769           +> lib/unicode/PropList.txt lib/unicode/README.perl
72770           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
72771           +> lib/unicode/Unicode.301 vms/vmspipe.com
72772            - lib/unicode/Props.txt lib/unicode/UCD300.html
72773            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72774           !> (integrate 305 files)
72775 ____________________________________________________________________________
72776 [  8150] By: jhi                                   on 2000/12/17  18:47:57
72777         Log: Uncheckedin generated files.
72778      Branch: perl
72779            ! global.sym perlapi.c pod/perlapi.pod
72780 ____________________________________________________________________________
72781 [  8149] By: jhi                                   on 2000/12/17  18:41:22
72782         Log: Update Changes.
72783      Branch: perl
72784            ! Changes patchlevel.h
72785 ____________________________________________________________________________
72786 [  8148] By: jhi                                   on 2000/12/17  18:39:16
72787         Log: Subject: [PATCH] Fcntl constants speedup
72788              From: Nicholas Clark <nick@ccl4.org>
72789              Date: Sun, 17 Dec 2000 16:29:24 +0000
72790              Message-ID: <20001217162924.E97668@plum.flirble.org>
72791              
72792              Use IVs for the Fcntl constants instead of NVs.
72793      Branch: perl
72794            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
72795 ____________________________________________________________________________
72796 [  8147] By: jhi                                   on 2000/12/17  18:33:41
72797         Log: Add test for #8145 (binmode() warning), add warning for
72798              ioctl() and sockpair(), document them. (fileno() cannot
72799              be tripwired with the same kind of warning because
72800              'defined fileno($foo)' seems to be an idiom.)
72801      Branch: perl
72802            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
72803 ____________________________________________________________________________
72804 [  8146] By: gsar                                  on 2000/12/17  18:09:08
72805         Log: update Changes
72806      Branch: maint-5.6/perl
72807            ! Changes
72808 ____________________________________________________________________________
72809 [  8145] By: jhi                                   on 2000/12/17  17:39:35
72810         Log: Subject: [PATCH] Re: The long awaited feature ...
72811              From: Simon Cozens <simon@cozens.net>
72812              Date: Sun, 17 Dec 2000 12:31:56 +0000
72813              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
72814              
72815              Add a warning to binmode() about using bad filehandles
72816              (can happen e.g. if someone forgets the filehandle argument)
72817      Branch: perl
72818            ! pp_sys.c
72819 ____________________________________________________________________________
72820 [  8144] By: jhi                                   on 2000/12/17  17:33:48
72821         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
72822              From: Jonathan Stowe <gellyfish@gellyfish.com>
72823              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
72824              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
72825      Branch: perl
72826            ! lib/Net/Ping.pm
72827 ____________________________________________________________________________
72828 [  8143] By: jhi                                   on 2000/12/17  05:31:37
72829         Log: Polymorphic regexps.
72830              
72831              Fixes at least the bugs 20001028.003 (both of them...) and
72832              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
72833              also to be fixed by now, probably already before this patch.
72834      Branch: perl
72835            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
72836            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
72837            ! t/op/utf8decode.t t/pragma/utf8.t
72838 ____________________________________________________________________________
72839 [  8142] By: jhi                                   on 2000/12/16  17:16:05
72840         Log: Subject: [patch perl@8102] dos/djgpp update
72841              From: Laszlo Molnar <ml1050@freemail.hu>
72842              Date: Sat, 16 Dec 2000 01:40:52 +0100
72843              Message-ID: <20001216014052.A335@freemail.hu>
72844      Branch: perl
72845            ! djgpp/config.over t/base/commonsense.t
72846 ____________________________________________________________________________
72847 [  8141] By: jhi                                   on 2000/12/16  17:09:27
72848         Log: Few uncheckedin files.
72849      Branch: perl
72850            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
72851 ____________________________________________________________________________
72852 [  8140] By: nick                                  on 2000/12/15  22:14:31
72853         Log: Integrate mainline
72854      Branch: perlio
72855           !> (integrate 53 files)
72856 ____________________________________________________________________________
72857 [  8139] By: jhi                                   on 2000/12/15  19:49:49
72858         Log: One more IVUV tweak from Nicholas Clark.
72859      Branch: perl
72860            ! sv.c
72861 ____________________________________________________________________________
72862 [  8138] By: jhi                                   on 2000/12/15  19:17:06
72863         Log: Return of the IVUV-preservation, now seems to be happy even
72864              in Digital UNIX (the broken strtoul brokenness detection
72865              seems to have been the fly in the ointment).
72866      Branch: perl
72867            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72868            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
72869            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
72870            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
72871            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72872            ! vos/config.ga.h win32/config.bc win32/config.gc
72873            ! win32/config.vc
72874 ____________________________________________________________________________
72875 [  8137] By: jhi                                   on 2000/12/15  18:12:14
72876         Log: Metaconfig unit change for #8136.
72877      Branch: metaconfig
72878            ! U/modified/d_strtoul.U
72879      Branch: metaconfig/U/perl
72880            ! d_strtoull.U d_strtouq.U
72881 ____________________________________________________________________________
72882 [  8136] By: jhi                                   on 2000/12/15  18:11:35
72883         Log: I don't think it's sensible or portable to test the strtou*
72884              on /^-/ strings.
72885      Branch: perl
72886            ! Configure
72887 ____________________________________________________________________________
72888 [  8135] By: jhi                                   on 2000/12/15  17:18:49
72889         Log: Metaconfig unit change for #8134.
72890      Branch: metaconfig
72891            ! U/modified/d_strtoul.U
72892 ____________________________________________________________________________
72893 [  8134] By: jhi                                   on 2000/12/15  17:14:13
72894         Log: If longsize is 8 we don't need a LL suffix for integer constants.
72895      Branch: perl
72896            ! Configure config_h.SH
72897 ____________________________________________________________________________
72898 [  8133] By: jhi                                   on 2000/12/15  16:00:23
72899         Log: Update Changes.
72900      Branch: perl
72901            ! Changes patchlevel.h
72902 ____________________________________________________________________________
72903 [  8132] By: jhi                                   on 2000/12/15  15:44:16
72904         Log: Some compilers get huffy if you do not cast a const pointer
72905              to a non-const when assigning.
72906      Branch: perl
72907            ! gv.c
72908 ____________________________________________________________________________
72909 [  8131] By: jhi                                   on 2000/12/15  15:38:30
72910         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
72911              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72912              Date: Fri, 15 Dec 2000 05:26:57 -0500
72913              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
72914      Branch: perl
72915            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
72916            ! t/pragma/overload.t
72917 ____________________________________________________________________________
72918 [  8130] By: jhi                                   on 2000/12/15  15:36:08
72919         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
72920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72921              Date: Thu, 14 Dec 2000 22:02:43 -0500
72922              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
72923      Branch: perl
72924            ! gv.c perl.h
72925 ____________________________________________________________________________
72926 [  8129] By: jhi                                   on 2000/12/15  15:34:16
72927         Log: Subject: PATCH: h2xs nit
72928              From: Tim Jenness <t.jenness@jach.hawaii.edu>
72929              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
72930              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
72931              
72932              Add a template README.
72933      Branch: perl
72934            ! utils/h2xs.PL
72935 ____________________________________________________________________________
72936 [  8128] By: jhi                                   on 2000/12/15  15:32:22
72937         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
72938      Branch: perl
72939            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
72940 ____________________________________________________________________________
72941 [  8127] By: jhi                                   on 2000/12/15  15:19:34
72942         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
72943              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72944              Date:     Thu, 14 Dec 2000 20:04:42 EST
72945              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
72946      Branch: perl
72947            ! ext/Opcode/Opcode.xs
72948 ____________________________________________________________________________
72949 [  8126] By: jhi                                   on 2000/12/15  15:17:49
72950         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
72951              From: Peter Prymmer <pvhp@forte.com>
72952              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
72953              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
72954      Branch: perl
72955            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
72956            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
72957            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
72958 ____________________________________________________________________________
72959 [  8125] By: jhi                                   on 2000/12/15  15:11:05
72960         Log: This seems to be a stage sane and stable enough to checkin.
72961              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
72962      Branch: perl
72963            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
72964            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
72965            ! t/op/cmp.t t/op/numconvert.t
72966 ____________________________________________________________________________
72967 [  8124] By: jhi                                   on 2000/12/15  04:20:26
72968         Log: Something is really wonky.
72969      Branch: perl
72970            ! sv.c
72971 ____________________________________________________________________________
72972 [  8123] By: jhi                                   on 2000/12/15  04:00:50
72973         Log: Fixes for the IV UV patches to compile in Digital UNIX.
72974      Branch: perl
72975            ! sv.c
72976 ____________________________________________________________________________
72977 [  8122] By: jhi                                   on 2000/12/15  02:53:40
72978         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
72979              From: "Craig A. Berry" <craigberry@mac.com>
72980              Date: Thu, 14 Dec 2000 19:10:49 -0600
72981              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
72982      Branch: perl
72983            ! vms/vms.c
72984 ____________________________________________________________________________
72985 [  8121] By: jhi                                   on 2000/12/15  02:50:00
72986         Log: Metaconfig changes for #8120.
72987      Branch: metaconfig
72988            + U/modified/d_strtoul.U
72989      Branch: metaconfig/U/perl
72990            ! d_strtoull.U d_strtouq.U
72991 ____________________________________________________________________________
72992 [  8120] By: jhi                                   on 2000/12/15  02:49:42
72993         Log: From: Nicholas Clark <nick@ccl4.org> 
72994              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
72995              Date: Thu, 14 Dec 2000 18:38:57 +0000
72996              Message-ID: <20001214183857.B97909@plum.flirble.org>
72997      Branch: perl
72998            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72999            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
73000            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
73001            ! vos/config.ga.def vos/config.ga.h win32/config.bc
73002            ! win32/config.gc win32/config.vc
73003 ____________________________________________________________________________
73004 [  8119] By: jhi                                   on 2000/12/14  23:40:58
73005         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
73006              From: Nicholas Clark <nick@ccl4.org>
73007              Date: Wed, 13 Dec 2000 20:08:50 +0000
73008              Message-ID: <20001213200849.B71166@plum.flirble.org>
73009      Branch: perl
73010            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
73011            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
73012 ____________________________________________________________________________
73013 [  8118] By: jhi                                   on 2000/12/14  22:46:26
73014         Log: Integrate perlio:
73015              
73016              [  8117]
73017              Win32 tweaks to get Encode to build
73018              - temp hack to makedef.pl till PerlIO is properly "exported".
73019              - MSVC dislikes  
73020              static encpage_t foo[];
73021              so make 'em extern for now.
73022              
73023              [  8116]
73024              Document the new files
73025      Branch: perl
73026           !> MANIFEST ext/Encode/compile makedef.pl
73027 ____________________________________________________________________________
73028 [  8117] By: nick                                  on 2000/12/14  22:38:53
73029         Log: Win32 tweaks to get Encode to build
73030              - temp hack to makedef.pl till PerlIO is properly "exported".
73031              - MSVC dislikes  
73032              static encpage_t foo[];
73033              so make 'em extern for now.
73034      Branch: perlio
73035            ! ext/Encode/compile makedef.pl
73036 ____________________________________________________________________________
73037 [  8116] By: nick                                  on 2000/12/14  22:00:53
73038         Log: Document the new files
73039      Branch: perlio
73040            ! MANIFEST
73041 ____________________________________________________________________________
73042 [  8115] By: jhi                                   on 2000/12/14  21:58:01
73043         Log: MANIFEST new files of #8114.
73044      Branch: perl
73045            ! MANIFEST
73046 ____________________________________________________________________________
73047 [  8114] By: jhi                                   on 2000/12/14  21:50:49
73048         Log: Integrate perlio:
73049              
73050              [  8106]
73051              "Cold" build correction to Encode's Makefile.PL
73052              
73053              [  8105]
73054              "Compiled" encodings.
73055              Correct replacement character in EBCDIC .enc files
73056              Add 0x7F to ASCII repertoire.
73057              
73058              [  8103]
73059              Beginings of compiled encodings - checked in as a snapshot of thoughts
73060              so far and so it does not get lost.
73061      Branch: perl
73062           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
73063           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
73064           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
73065           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
73066           !> ext/Encode/Makefile.PL
73067 ____________________________________________________________________________
73068 [  8113] By: jhi                                   on 2000/12/14  21:48:49
73069         Log: The documentation part of the
73070              
73071              Subject: [ID 20001214.002] Net::Ping patch
73072              From: Jonathan Stowe <gellyfish@gellyfish.com>
73073              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
73074              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
73075              since the #7529 had already addressed the same problem.
73076      Branch: perl
73077            ! lib/Net/Ping.pm
73078 ____________________________________________________________________________
73079 [  8112] By: jhi                                   on 2000/12/14  21:42:57
73080         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
73081              From: Dominic Dunlop <domo@computer.org>
73082              Date: Tue, 12 Dec 2000 10:47:10 +0100
73083              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
73084              
73085              Document how elusive subroutines can be.
73086      Branch: perl
73087            ! pod/perlfunc.pod
73088 ____________________________________________________________________________
73089 [  8111] By: jhi                                   on 2000/12/14  21:38:05
73090         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
73091              From: Dominic Dunlop <domo@computer.org>
73092              Date: Thu, 14 Dec 2000 10:13:51 +0100
73093              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
73094      Branch: perl
73095            ! ext/POSIX/POSIX.pod
73096 ____________________________________________________________________________
73097 [  8110] By: jhi                                   on 2000/12/14  21:36:32
73098         Log: Subject: [patch] perlfaq7
73099              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
73100              Date: Thu, 14 Dec 2000 15:31:07 +0100
73101              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
73102      Branch: perl
73103            ! pod/perlfaq7.pod
73104 ____________________________________________________________________________
73105 [  8109] By: jhi                                   on 2000/12/14  21:29:20
73106         Log: Subject: [8104] Encode
73107              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73108              Date: Thu, 14 Dec 2000 14:49:34 +0100
73109              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
73110              
73111              Type casting for nervous compilers.
73112      Branch: perl
73113            ! ext/Encode/Encode.xs
73114 ____________________________________________________________________________
73115 [  8108] By: jhi                                   on 2000/12/14  21:26:17
73116         Log: Subject: [8104] DB_File
73117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73118              Date: Thu, 14 Dec 2000 14:49:35 +0100
73119              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
73120              
73121              Type definition incorrect for DB 2.7.7.  Not known when it
73122              changed, so only changed it for a known revision.
73123      Branch: perl
73124            ! ext/DB_File/DB_File.xs
73125 ____________________________________________________________________________
73126 [  8107] By: jhi                                   on 2000/12/14  21:23:41
73127         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
73128              From: Peter Prymmer <pvhp@forte.com>
73129              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
73130              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
73131              
73132              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
73133      Branch: perl
73134            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
73135            ! ext/Encode/Encode/posix-bc.enc
73136 ____________________________________________________________________________
73137 [  8106] By: nick                                  on 2000/12/14  20:36:13
73138         Log: "Cold" build correction to Encode's Makefile.PL
73139      Branch: perlio
73140            ! ext/Encode/Makefile.PL
73141 ____________________________________________________________________________
73142 [  8105] By: nick                                  on 2000/12/14  20:09:37
73143         Log: "Compiled" encodings.
73144              Correct replacement character in EBCDIC .enc files
73145              Add 0x7F to ASCII repertoire.
73146      Branch: perlio
73147            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
73148            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
73149            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
73150            ! ext/Encode/Makefile.PL ext/Encode/compile
73151            ! ext/Encode/encengine.c ext/Encode/encode.h
73152 ____________________________________________________________________________
73153 [  8104] By: nick                                  on 2000/12/14  00:38:20
73154         Log: Integrate mainline
73155      Branch: perlio
73156           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
73157           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
73158           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
73159           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
73160           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
73161           !> t/lib/db-hash.t t/lib/db-recno.t
73162 ____________________________________________________________________________
73163 [  8103] By: nick                                  on 2000/12/13  23:16:13
73164         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
73165              so far and so it does not get lost.
73166      Branch: perlio
73167            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
73168 ____________________________________________________________________________
73169 [  8102] By: jhi                                   on 2000/12/13  17:14:22
73170         Log: Update Changes.
73171      Branch: perl
73172            ! Changes patchlevel.h
73173 ____________________________________________________________________________
73174 [  8101] By: jhi                                   on 2000/12/13  16:53:41
73175         Log: Move the proto of start_glob() to a better place; regen api files.
73176      Branch: perl
73177            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
73178 ____________________________________________________________________________
73179 [  8100] By: jhi                                   on 2000/12/13  16:47:11
73180         Log: Metaconfig change for #8099.
73181      Branch: metaconfig
73182            ! U/modified/Head.U
73183 ____________________________________________________________________________
73184 [  8099] By: jhi                                   on 2000/12/13  16:46:48
73185         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
73186              From: Andy Dougherty <doughera@lafayette.edu>
73187              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
73188              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
73189      Branch: perl
73190            ! Configure
73191 ____________________________________________________________________________
73192 [  8098] By: jhi                                   on 2000/12/13  16:39:02
73193         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
73194              From: rspier@pobox.com (Robert Spier)
73195              Date: Tue, 12 Dec 2000 21:12:39 -0500
73196              Message-ID: <14902.56087.678086.725773@rls.cx>
73197              
73198              fastgetcwd is defined using a glob alias on a $^O dependent basis -
73199              and there was no default assignment or perl subroutine.
73200      Branch: perl
73201            ! lib/Cwd.pm
73202 ____________________________________________________________________________
73203 [  8097] By: jhi                                   on 2000/12/13  16:16:01
73204         Log: Subject: [PATCH] move startglob out of pp_hot.c
73205              From: Nicholas Clark <nick@ccl4.org>
73206              Date: Mon, 11 Dec 2000 23:16:39 +0000
73207              Message-ID: <20001211231638.A55550@plum.flirble.org>
73208      Branch: perl
73209            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
73210 ____________________________________________________________________________
73211 [  8096] By: jhi                                   on 2000/12/13  15:26:23
73212         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
73213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
73214              Date: Wed, 13 Dec 2000 14:01:37 +0100
73215              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
73216              
73217              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
73218              in turn requires libpthread in libswanted.
73219      Branch: perl
73220            ! hints/hpux.sh
73221 ____________________________________________________________________________
73222 [  8095] By: jhi                                   on 2000/12/12  19:51:05
73223         Log: The integration wars continue.
73224      Branch: perl
73225           !> sv.c
73226 ____________________________________________________________________________
73227 [  8094] By: jhi                                   on 2000/12/12  19:48:26
73228         Log: Subject: [PATCH perl@8070] DB_File-1.74  
73229              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
73230              Date: Mon, 11 Dec 2000 23:07:17 -0000
73231              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
73232      Branch: perl
73233            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
73234            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
73235            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
73236            ! t/lib/db-recno.t
73237 ____________________________________________________________________________
73238 [  8093] By: nick                                  on 2000/12/12  19:42:13
73239         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
73240      Branch: perlio
73241            ! sv.c
73242           !> lib/File/DosGlob.pm
73243 ____________________________________________________________________________
73244 [  8092] By: jhi                                   on 2000/12/12  19:28:11
73245         Log: Integrate perlio:
73246              
73247              [  8091]
73248              Fix for Tk, and upgrading shared SVs.
73249      Branch: perl
73250           !> sv.c
73251 ____________________________________________________________________________
73252 [  8091] By: nick                                  on 2000/12/12  18:49:45
73253         Log: Fix for Tk, and upgrading shared SVs.
73254      Branch: perlio
73255            ! sv.c
73256 ____________________________________________________________________________
73257 [  8090] By: jhi                                   on 2000/12/12  16:48:59
73258         Log: Subject: [PATCH] Re: Breadperl & Tk
73259              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73260              Date: Tue, 12 Dec 2000 14:48:27 GMT
73261              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
73262      Branch: perl
73263            ! sv.c
73264 ____________________________________________________________________________
73265 [  8089] By: jhi                                   on 2000/12/12  03:37:19
73266         Log: Subject: DosGlob.pm diff for bash style brace expansion.
73267              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
73268              Date: Fri, 8 Dec 2000 10:45:30 -0600
73269              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
73270      Branch: perl
73271            ! lib/File/DosGlob.pm
73272 ____________________________________________________________________________
73273 [  8088] By: nick                                  on 2000/12/11  23:59:59
73274         Log: Integrate mainline
73275      Branch: perlio
73276           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
73277           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73278           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
73279           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
73280           !> t/op/local.t t/pragma/warn/toke toke.c
73281 ____________________________________________________________________________
73282 [  8087] By: jhi                                   on 2000/12/11  23:20:23
73283         Log: Integrate perlio:
73284              
73285              [  8085]
73286              Finish 1st pass of "encoding" layer e.g. :
73287              open($fh,"<encoding(iso8859-7)",$greek) || die;
73288              
73289              [  8082]
73290              Restore mmap function (broken by tweaks to shared buffer
73291              layer for encode(xxxx)).
73292              
73293              [  8076]
73294              Not merge worthy...
73295              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
73296              syntax is modelled on attributes.
73297              Untested fix for io/utf8 on Win32 etc.
73298              Very clumsy start to the encode layer.
73299      Branch: perl
73300           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
73301 ____________________________________________________________________________
73302 [  8086] By: jhi                                   on 2000/12/11  22:50:59
73303         Log: Tune further the OS detection of CGI.
73304      Branch: perl
73305            ! lib/CGI.pm
73306 ____________________________________________________________________________
73307 [  8085] By: nick                                  on 2000/12/11  22:50:46
73308         Log: Finish 1st pass of "encoding" layer e.g. :
73309              open($fh,"<encoding(iso8859-7)",$greek) || die;
73310      Branch: perlio
73311            ! ext/Encode/Encode.xs perlio.c perliol.h
73312 ____________________________________________________________________________
73313 [  8084] By: jhi                                   on 2000/12/11  22:32:06
73314         Log: Revert the -f ambiguousity patch, seems to cause
73315              too much hassle (the interpret -Q as a function
73316              where Q is not a known filetest part is left in).
73317      Branch: perl
73318            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
73319            ! toke.c
73320 ____________________________________________________________________________
73321 [  8083] By: jhi                                   on 2000/12/11  22:27:23
73322         Log: (accidentally empty check-in)
73323      Branch: perl
73324            ! lib/File/DosGlob.pm
73325 ____________________________________________________________________________
73326 [  8082] By: nick                                  on 2000/12/11  19:09:51
73327         Log: Restore mmap function (broken by tweaks to shared buffer
73328              layer for encode(xxxx)).
73329      Branch: perlio
73330            ! perlio.c
73331 ____________________________________________________________________________
73332 [  8081] By: jhi                                   on 2000/12/11  18:29:13
73333         Log: Subject: Re: The long awaited feature ...
73334              From: Simon Cozens <simon@cozens.net>
73335              Date: Mon, 11 Dec 2000 15:54:24 +0000
73336              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
73337              
73338              More io/utf8 tests.
73339      Branch: perl
73340            ! t/io/utf8.t
73341 ____________________________________________________________________________
73342 [  8080] By: jhi                                   on 2000/12/11  18:19:36
73343         Log: Subject: PATCH MakeMaker manpage clarification
73344              From: andreas.koenig@anima.de (Andreas J. Koenig)
73345              Date: 10 Dec 2000 20:46:13 +0100
73346              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
73347      Branch: perl
73348            ! lib/ExtUtils/MakeMaker.pm
73349 ____________________________________________________________________________
73350 [  8079] By: jhi                                   on 2000/12/11  15:35:07
73351         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
73352              From: Simon Cozens <simon@cozens.net>
73353              Date: Sun, 10 Dec 2000 19:06:19 +0000
73354              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
73355      Branch: perl
73356            ! ext/B/B/Deparse.pm t/lib/b.t
73357 ____________________________________________________________________________
73358 [  8078] By: jhi                                   on 2000/12/11  15:09:11
73359         Log: Subject: [PATCH] docs on NaN
73360              From: Nicholas Clark <nick@ccl4.org>
73361              Date: Mon, 11 Dec 2000 01:48:38 +0000
73362              Message-ID: <20001211014838.B99205@plum.flirble.org>
73363      Branch: perl
73364            ! pod/perlop.pod
73365 ____________________________________________________________________________
73366 [  8077] By: jhi                                   on 2000/12/11  15:02:21
73367         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
73368              From: Simon Cozens <simon@cozens.net>
73369              Date: Mon, 11 Dec 2000 01:21:45 +0000
73370              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
73371      Branch: perl
73372            ! pp.c pp_hot.c scope.c t/op/local.t
73373 ____________________________________________________________________________
73374 [  8076] By: nick                                  on 2000/12/10  20:43:32
73375         Log: Not merge worthy...
73376              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
73377              syntax is modelled on attributes.
73378              Untested fix for io/utf8 on Win32 etc.
73379              Very clumsy start to the encode layer.
73380      Branch: perlio
73381            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
73382 ____________________________________________________________________________
73383 [  8075] By: jhi                                   on 2000/12/10  18:39:33
73384         Log: Darwin is not Windows.
73385      Branch: perl
73386            ! lib/CGI.pm
73387 ____________________________________________________________________________
73388 [  8074] By: jhi                                   on 2000/12/10  18:31:27
73389         Log: Subject: Ambiguous -%c() resolved as a file test
73390              From: "Paul Marquess" <Paul.Marquess@openwave.com>
73391              Date: Sun, 10 Dec 2000 15:35:07 -0000
73392              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
73393      Branch: perl
73394            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
73395 ____________________________________________________________________________
73396 [  8073] By: jhi                                   on 2000/12/10  18:16:29
73397         Log: Subject: PATCH installperl misinformed 
73398              From: andreas.koenig@anima.de (Andreas J. Koenig)
73399              Date: 10 Dec 2000 13:01:32 +0100 
73400              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
73401      Branch: perl
73402            ! installperl
73403 ____________________________________________________________________________
73404 [  8072] By: jhi                                   on 2000/12/10  18:07:55
73405         Log: The walkoptree confusion rages; walkoptree() seems to be coming
73406              from B.xs, while walkoptree_slow() comes from B.pm.
73407      Branch: perl
73408            ! ext/B/B.pm
73409 ____________________________________________________________________________
73410 [  8071] By: nick                                  on 2000/12/10  11:45:47
73411         Log: Integrate mainline
73412      Branch: perlio
73413           +> t/base/commonsense.t
73414           !> (integrate 37 files)
73415 ____________________________________________________________________________
73416 [  8070] By: jhi                                   on 2000/12/10  04:46:21
73417         Log: Update Changes.
73418      Branch: perl
73419            ! Changes patchlevel.h
73420 ____________________________________________________________________________
73421 [  8069] By: jhi                                   on 2000/12/10  04:39:19
73422         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
73423              From: andreas.koenig@anima.de (Andreas J. Koenig)
73424              Date: 09 Dec 2000 17:14:25 +0100
73425              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
73426      Branch: perl
73427            + t/base/commonsense.t
73428            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
73429 ____________________________________________________________________________
73430 [  8068] By: jhi                                   on 2000/12/10  04:17:36
73431         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
73432              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73433              Date: Sat, 9 Dec 2000 16:47:22 -0000
73434              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
73435      Branch: perl
73436            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
73437            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
73438            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
73439            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
73440            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
73441            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
73442            ! t/lib/sdbm.t
73443 ____________________________________________________________________________
73444 [  8067] By: jhi                                   on 2000/12/10  03:52:02
73445         Log: Test case for #8066.
73446      Branch: perl
73447            ! t/op/misc.t
73448 ____________________________________________________________________________
73449 [  8066] By: jhi                                   on 2000/12/10  03:50:30
73450         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
73451              From: Simon Cozens <simon@cozens.net>
73452              Date: Sun, 10 Dec 2000 00:55:37 +0000
73453              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
73454      Branch: perl
73455            ! pp_sys.c
73456 ____________________________________________________________________________
73457 [  8065] By: jhi                                   on 2000/12/10  03:44:52
73458         Log: Test case for #8064.
73459      Branch: perl
73460            ! t/comp/proto.t
73461 ____________________________________________________________________________
73462 [  8064] By: jhi                                   on 2000/12/10  03:42:32
73463         Log: Subject: Re: prototype of substr
73464              From: Simon Cozens <simon@cozens.net>
73465              Date: Sun, 10 Dec 2000 00:13:33 +0000
73466              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
73467              
73468              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
73469              In other words, make the returned prototypes for any function
73470              stop prepending the ';' optionality marker after the first one.
73471              If they start getting optional, all the rest are optional.
73472      Branch: perl
73473            ! pp.c
73474 ____________________________________________________________________________
73475 [  8063] By: jhi                                   on 2000/12/10  03:39:42
73476         Log: Subject: [PATCH] perlguts.pod
73477              From: Simon Cozens <simon@cozens.net>
73478              Date: Sun, 10 Dec 2000 00:06:47 +0000
73479              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
73480              
73481              Documentation of the different types of ops,
73482              plus the functions in dump.c
73483      Branch: perl
73484            ! pod/perlguts.pod
73485 ____________________________________________________________________________
73486 [  8062] By: jhi                                   on 2000/12/10  03:30:04
73487         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
73488              From: Nicholas Clark <nick@talking.bollo.cx>
73489              Date: Sat, 09 Dec 2000 18:57:25 +0000
73490              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
73491              
73492              Be more robust in weird hostname setups.
73493      Branch: perl
73494            ! t/lib/net-hostent.t
73495 ____________________________________________________________________________
73496 [  8061] By: jhi                                   on 2000/12/10  03:28:21
73497         Log: Pacify fussy compiler. 
73498      Branch: perl
73499            ! pp_sys.c
73500 ____________________________________________________________________________
73501 [  8060] By: jhi                                   on 2000/12/10  02:52:46
73502         Log: Integrate perlio:
73503              
73504              [  8059]
73505              read/sysread/recv should now be utf8 aware.
73506              Basic test for utf8 read.
73507      Branch: perl
73508           !> pp_sys.c t/io/utf8.t
73509 ____________________________________________________________________________
73510 [  8059] By: nick                                  on 2000/12/09  23:40:14
73511         Log: read/sysread/recv should now be utf8 aware.
73512              Basic test for utf8 read.
73513      Branch: perlio
73514            ! pp_sys.c t/io/utf8.t
73515 ____________________________________________________________________________
73516 [  8058] By: jhi                                   on 2000/12/09  21:56:02
73517         Log: Integrate perlio:
73518              
73519              [  8055]
73520              Make write() (i.e. formats) utf8-aware by calling do_print() rather
73521              than raw PerlIO_write() - does not seem to break any tests.
73522              
73523              [  8054]
73524              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73525              (sysread, recv and write i.e. formats still to do...)
73526              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73527              open($fh,">:utf8","name")
73528              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73529              so no extra overhead is involved.
73530              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73531              to a non-utf8 stream.
73532              Add initial io/utf8.t
73533              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73534              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73535              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73536              
73537              [  8053]
73538              Did not get that has_utf8/this_utf8 fix right last time, another spot
73539              was only testing this_utf8.
73540              
73541              [  8052]
73542              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73543              i.e. the output string has one, but don't mess with source assumption.
73544      Branch: perl
73545           +> t/io/utf8.t
73546           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
73547 ____________________________________________________________________________
73548 [  8057] By: jhi                                   on 2000/12/09  21:53:35
73549         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
73550              From: Inaba Hiroto <inaba@st.rim.or.jp>
73551              Date: Sun, 10 Dec 2000 05:53:21 +0900
73552              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
73553              
73554              Tests for #8056.
73555      Branch: perl
73556            ! t/op/each.t
73557 ____________________________________________________________________________
73558 [  8056] By: jhi                                   on 2000/12/09  21:51:16
73559         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
73560              From: Inaba Hiroto <inaba@st.rim.or.jp>
73561              Date: Sat, 09 Dec 2000 18:02:00 +0900
73562              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
73563              
73564              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
73565      Branch: perl
73566            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
73567 ____________________________________________________________________________
73568 [  8055] By: nick                                  on 2000/12/09  20:11:48
73569         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
73570              than raw PerlIO_write() - does not seem to break any tests.
73571      Branch: perlio
73572            ! pp_sys.c
73573 ____________________________________________________________________________
73574 [  8054] By: nick                                  on 2000/12/09  19:47:30
73575         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73576              (sysread, recv and write i.e. formats still to do...)
73577              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73578              open($fh,">:utf8","name")
73579              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73580              so no extra overhead is involved.
73581              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73582              to a non-utf8 stream.
73583              Add initial io/utf8.t
73584              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73585              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73586              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73587      Branch: perlio
73588            + t/io/utf8.t
73589            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
73590 ____________________________________________________________________________
73591 [  8053] By: nick                                  on 2000/12/09  19:26:37
73592         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
73593              was only testing this_utf8.
73594      Branch: perlio
73595            ! toke.c
73596 ____________________________________________________________________________
73597 [  8052] By: nick                                  on 2000/12/09  19:09:41
73598         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73599              i.e. the output string has one, but don't mess with source assumption.
73600      Branch: perlio
73601            ! toke.c
73602 ____________________________________________________________________________
73603 [  8051] By: jhi                                   on 2000/12/09  16:55:17
73604         Log: Integrate perlio:
73605              
73606              [  8049]
73607              UTF8 output prework.
73608              - Store $\ and $, as SVs so they can have SvUTF8 flag
73609              - use do_print() rather than raw PerlIO_write() to print them.
73610      Branch: perl
73611           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
73612           !> sv.c thrdvar.h util.c
73613 ____________________________________________________________________________
73614 [  8050] By: jhi                                   on 2000/12/09  16:48:07
73615         Log: Nits noticed by Peter Prymmer.
73616      Branch: perl
73617            ! lib/ExtUtils/MM_VMS.pm
73618 ____________________________________________________________________________
73619 [  8049] By: nick                                  on 2000/12/09  13:49:40
73620         Log: UTF8 output prework.
73621              - Store $\ and $, as SVs so they can have SvUTF8 flag
73622              - use do_print() rather than raw PerlIO_write() to print them.
73623      Branch: perlio
73624            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
73625            ! thrdvar.h util.c
73626 ____________________________________________________________________________
73627 [  8048] By: nick                                  on 2000/12/09  12:30:43
73628         Log: Integrate mainline.
73629      Branch: perlio
73630           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
73631           +> t/op/reverse.t
73632           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
73633           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
73634           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
73635           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
73636           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
73637           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73638 ____________________________________________________________________________
73639 [  8047] By: jhi                                   on 2000/12/09  00:23:27
73640         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
73641              From: Michael G Schwern <schwern@pobox.com>
73642              Date: Fri, 8 Dec 2000 14:43:04 -0600
73643      Branch: perl
73644            ! lib/ExtUtils/MM_VMS.pm
73645 ____________________________________________________________________________
73646 [  8046] By: jhi                                   on 2000/12/08  23:10:27
73647         Log: A missed check-in.
73648      Branch: perl
73649            ! lib/ExtUtils/Manifest.pm
73650 ____________________________________________________________________________
73651 [  8045] By: jhi                                   on 2000/12/08  21:57:12
73652         Log: (null check-in)
73653      Branch: perl
73654            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
73655 ____________________________________________________________________________
73656 [  8044] By: jhi                                   on 2000/12/08  21:11:06
73657         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
73658              at the final draft stage.
73659      Branch: perl
73660            + ext/Encode/Encode/iso8859-16.enc
73661            ! MANIFEST
73662 ____________________________________________________________________________
73663 [  8043] By: jhi                                   on 2000/12/08  16:39:04
73664         Log: Update Changes.
73665      Branch: perl
73666            ! Changes patchlevel.h
73667 ____________________________________________________________________________
73668 [  8042] By: jhi                                   on 2000/12/08  16:33:39
73669         Log: Do not return the Unicode replacement character if UTF-8
73670              decoding goes awry, it should be up to the caller to decide.
73671      Branch: perl
73672            ! pod/perlapi.pod utf8.c
73673 ____________________________________________________________________________
73674 [  8041] By: jhi                                   on 2000/12/08  16:22:28
73675         Log: metaconfig maintenance.
73676      Branch: metaconfig
73677            ! U/modified/stdchar.U
73678      Branch: metaconfig/U/perl
73679            + testsyml.U
73680 ____________________________________________________________________________
73681 [  8040] By: jhi                                   on 2000/12/08  16:03:08
73682         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
73683              From: sthoenna@efn.org
73684              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
73685              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
73686      Branch: perl
73687            ! Changes lib/ExtUtils/MM_OS2.pm
73688 ____________________________________________________________________________
73689 [  8039] By: jhi                                   on 2000/12/08  15:57:11
73690         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
73691              From: Simon Cozens <simon@cozens.net>
73692              Date: Fri, 8 Dec 2000 13:33:31 +0000
73693              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
73694              
73695              (The pp_hot part needed a rewrite.)
73696      Branch: perl
73697            ! doop.c pp_hot.c utf8.c
73698 ____________________________________________________________________________
73699 [  8038] By: jhi                                   on 2000/12/08  15:25:08
73700         Log: Subject: djSP
73701              From: Michael Stevens <michael@etla.org>
73702              Date: Wed, 6 Dec 2000 23:24:01 +0000
73703              Message-ID: <20001206232400.A21381@firedrake.org>
73704              
73705              Plus a note from Nick Ing-Simmons.
73706      Branch: perl
73707            ! pp.h
73708 ____________________________________________________________________________
73709 [  8037] By: jhi                                   on 2000/12/08  15:18:35
73710         Log: Filetype is text.
73711      Branch: perl
73712            ! t/op/utf8decode.t
73713 ____________________________________________________________________________
73714 [  8036] By: jhi                                   on 2000/12/08  03:31:27
73715         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73716              From: Andy Dougherty <doughera@lafayette.edu>
73717              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
73718              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
73719              
73720              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73721              From: Andy Dougherty <doughera@lafayette.edu>
73722              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
73723              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
73724      Branch: perl
73725            + ext/POSIX/hints/svr4.pl
73726            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
73727 ____________________________________________________________________________
73728 [  8035] By: jhi                                   on 2000/12/08  03:26:01
73729         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
73730              From: Andy Dougherty <doughera@lafayette.edu>
73731              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
73732              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
73733      Branch: perl
73734            ! t/README t/base/term.t
73735 ____________________________________________________________________________
73736 [  8034] By: jhi                                   on 2000/12/08  03:21:59
73737         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
73738              From: mjd@plover.com  
73739              Date: 7 Dec 2000 21:04:20 -0000
73740              Message-ID: <20001207210420.22282.qmail@plover.com>
73741              
73742              Plus -z doc.
73743      Branch: perl
73744            ! pod/perlfunc.pod
73745 ____________________________________________________________________________
73746 [  8033] By: jhi                                   on 2000/12/08  03:19:03
73747         Log: Use the UTF8 macros a bit.  They can't be used with abandon
73748              everywhere because we do generate illegal UTF-8 in some situations.
73749              This is of course naughty.
73750      Branch: perl
73751            ! pod/perlapi.pod utf8.c utf8.h
73752 ____________________________________________________________________________
73753 [  8032] By: jhi                                   on 2000/12/08  03:00:09
73754         Log: Out of sync?
73755      Branch: perl
73756            ! t/pragma/warn/utf8
73757 ____________________________________________________________________________
73758 [  8031] By: jhi                                   on 2000/12/08  02:22:39
73759         Log: Cnt spl.
73760      Branch: perl
73761            ! MANIFEST
73762 ____________________________________________________________________________
73763 [  8030] By: jhi                                   on 2000/12/08  01:23:54
73764         Log: Add test for reverse().
73765      Branch: perl
73766            + t/op/reverse.t
73767            ! MANIFEST
73768 ____________________________________________________________________________
73769 [  8029] By: jhi                                   on 2000/12/08  01:21:47
73770         Log: Integrate perlio:
73771              
73772              [  8026]
73773              Various oddities p4 diff -se showed up
73774              Remove 'our' from warnings.pl
73775              
73776              [  8025]
73777              Change PerlIO_(get|set)pos to take SV *
73778              Should fix, OS/2, VMS, (sfio??)
73779      Branch: perl
73780           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
73781           !> perlio.c perlio.h perlsdio.h warnings.pl
73782 ____________________________________________________________________________
73783 [  8028] By: jhi                                   on 2000/12/08  01:19:08
73784         Log: Introduce macros for UTF8 decoding.
73785      Branch: perl
73786            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73787 ____________________________________________________________________________
73788 [  8027] By: nick                                  on 2000/12/07  22:18:19
73789         Log: Integrate mainline
73790      Branch: perlio
73791           !> embed.pl pod/perlapi.pod utf8.c
73792 ____________________________________________________________________________
73793 [  8026] By: nick                                  on 2000/12/07  21:45:08
73794         Log: Various oddities p4 diff -se showed up
73795              Remove 'our' from warnings.pl
73796      Branch: perlio
73797            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
73798 ____________________________________________________________________________
73799 [  8025] By: nick                                  on 2000/12/07  21:43:32
73800         Log: Change PerlIO_(get|set)pos to take SV *
73801              Should fix, OS/2, VMS, (sfio??)
73802      Branch: perlio
73803            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
73804 ____________________________________________________________________________
73805 [  8024] By: jhi                                   on 2000/12/07  19:05:32
73806         Log: Document utf8_to_uv() better.
73807      Branch: perl
73808            ! pod/perlapi.pod utf8.c
73809 ____________________________________________________________________________
73810 [  8023] By: jhi                                   on 2000/12/07  18:23:47
73811         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
73812      Branch: perl
73813            ! embed.pl pod/perlapi.pod utf8.c
73814 ____________________________________________________________________________
73815 [  8022] By: jhi                                   on 2000/12/07  04:13:51
73816         Log: Integrate perlio:
73817              
73818              [  8021]
73819              Various attempts at MSVC debug - not sure what has
73820              changed but works now. 
73821              Seems atexit() _may_ work for DLLs built with MSVC so don't
73822              call cleanup that way.
73823              
73824              [  8019]
73825              Add useperlio to config.vc
73826              Turn off binmode in config_H.PL
73827              Regen all the config_H.xx
73828              Attempt to get debugging build with MSVC.
73829              
73830              [  8018]
73831              Test various dup/external program options on all platforms.
73832              
73833              [  8017]
73834              Fix harness to be less picky
73835      Branch: perl
73836           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
73837           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
73838           !> win32/makefile.mk
73839 ____________________________________________________________________________
73840 [  8021] By: nick                                  on 2000/12/07  00:28:14
73841         Log: Various attempts at MSVC debug - not sure what has
73842              changed but works now. 
73843              Seems atexit() _may_ work for DLLs built with MSVC so don't
73844              call cleanup that way.
73845      Branch: perlio
73846            ! perlio.c win32/makefile.mk
73847 ____________________________________________________________________________
73848 [  8020] By: nick                                  on 2000/12/06  19:57:20
73849         Log: Integrate mainline
73850      Branch: perlio
73851           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
73852           !> (integrate 75 files)
73853 ____________________________________________________________________________
73854 [  8019] By: nick                                  on 2000/12/06  19:28:21
73855         Log: Add useperlio to config.vc
73856              Turn off binmode in config_H.PL
73857              Regen all the config_H.xx
73858              Attempt to get debugging build with MSVC.
73859      Branch: perlio
73860            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73861            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
73862 ____________________________________________________________________________
73863 [  8018] By: nick                                  on 2000/12/06  19:21:57
73864         Log: Test various dup/external program options on all platforms.
73865      Branch: perlio
73866            ! t/io/dup.t
73867 ____________________________________________________________________________
73868 [  8017] By: nick                                  on 2000/12/06  19:20:47
73869         Log: Fix harness to be less picky
73870      Branch: perlio
73871            ! lib/Test/Harness.pm
73872 ____________________________________________________________________________
73873 [  8016] By: jhi                                   on 2000/12/06  16:45:12
73874         Log: Update Changes.
73875      Branch: perl
73876            ! Changes patchlevel.h
73877 ____________________________________________________________________________
73878 [  8015] By: jhi                                   on 2000/12/06  16:41:03
73879         Log: Test \x{...} with ord().
73880      Branch: perl
73881            ! t/op/ord.t
73882 ____________________________________________________________________________
73883 [  8014] By: jhi                                   on 2000/12/06  16:20:33
73884         Log: Test tweak because of #8013.
73885      Branch: perl
73886            ! t/lib/b.t
73887 ____________________________________________________________________________
73888 [  8013] By: jhi                                   on 2000/12/06  16:09:09
73889         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
73890              From: Michael G Schwern <schwern@pobox.com>
73891              Date: Tue, 5 Dec 2000 21:23:28 -0500
73892              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
73893              
73894              Carp::Heavy parts not very applicable because of recent changes.
73895      Branch: perl
73896            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
73897            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
73898            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
73899            ! lib/Exporter.pm lib/Exporter/Heavy.pm
73900            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
73901            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
73902            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
73903            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
73904            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
73905            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
73906            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
73907            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
73908            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
73909            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
73910            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
73911            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
73912            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
73913            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
73914            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
73915            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
73916            ! warnings.pl
73917 ____________________________________________________________________________
73918 [  8012] By: jhi                                   on 2000/12/06  15:22:38
73919         Log: Subject: [PATCH] Re: New harness is failing things
73920              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73921              Date: Wed, 6 Dec 2000 13:00:30 GMT
73922              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
73923      Branch: perl
73924            ! lib/Test/Harness.pm
73925 ____________________________________________________________________________
73926 [  8011] By: jhi                                   on 2000/12/06  15:12:08
73927         Log: Subject: installhtml changes
73928              From: Michael Stevens <michael@etla.org>
73929              Date: Wed, 6 Dec 2000 13:15:53 +0000
73930              Message-ID: <20001206131553.A27317@firedrake.org>
73931      Branch: perl
73932            ! installhtml
73933 ____________________________________________________________________________
73934 [  8010] By: jhi                                   on 2000/12/06  15:06:05
73935         Log: Subject: the dTHR hits
73936              From: Michael Stevens <michael@etla.org>
73937              Date: Wed, 6 Dec 2000 12:06:03 +0000
73938              Message-ID: <20001206120603.A24581@firedrake.org>
73939              
73940              More, errrm, less dTHRs.
73941      Branch: perl
73942            ! bytecode.pl ext/B/B/C.pm
73943 ____________________________________________________________________________
73944 [  8009] By: jhi                                   on 2000/12/06  15:04:25
73945         Log: Subject: MakeMaker mailing list gone?
73946              From: Michael G Schwern <schwern@pobox.com>
73947              Date: Tue, 5 Dec 2000 19:29:59 -0500
73948              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
73949              
73950              The MakeMaker mailing list is dead, perlbug is the right
73951              address to report bugs.
73952      Branch: perl
73953            ! lib/ExtUtils/MakeMaker.pm
73954 ____________________________________________________________________________
73955 [  8008] By: jhi                                   on 2000/12/06  15:00:32
73956         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
73957              From: Michael G Schwern <schwern@pobox.com>
73958              Date: Tue, 5 Dec 2000 19:21:21 -0500
73959              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
73960              
73961              Add a default MANIFEST skip that ignores things like
73962              version control files, editor temporary files, and the Makefile.
73963      Branch: perl
73964            + lib/ExtUtils/MANIFEST.SKIP
73965            ! MANIFEST lib/ExtUtils/Manifest.pm
73966 ____________________________________________________________________________
73967 [  8007] By: jhi                                   on 2000/12/06  14:57:20
73968         Log: In Amiga more manual hackery of the scripts seems to be needed,
73969              from Jan-Erik Karlsson.  Why Configure does not get this right
73970              is unknown, may be shell-induced.
73971      Branch: perl
73972            ! README.amiga
73973 ____________________________________________________________________________
73974 [  8006] By: jhi                                   on 2000/12/05  23:53:12
73975         Log: Add TOPm1s to peek at the second topmost stack item.
73976      Branch: perl
73977            ! pp.h
73978 ____________________________________________________________________________
73979 [  8005] By: jhi                                   on 2000/12/05  23:13:55
73980         Log: Avaunt, you foul UTF-8 tests.
73981      Branch: perl
73982            ! t/op/ver.t t/pragma/utf8.t
73983 ____________________________________________________________________________
73984 [  8004] By: jhi                                   on 2000/12/05  23:09:54
73985         Log: Continue utf8 dispersal. 
73986      Branch: perl
73987            + t/op/concat.t
73988            ! MANIFEST t/pragma/utf8.t
73989 ____________________________________________________________________________
73990 [  8003] By: nick                                  on 2000/12/05  23:02:39
73991         Log: Integrate mainline.
73992      Branch: perlio
73993           +> t/op/length.t t/op/utf8decode.t
73994           !> (integrate 69 files)
73995 ____________________________________________________________________________
73996 [  8002] By: jhi                                   on 2000/12/05  22:59:28
73997         Log: Integrate perlio:
73998              
73999              [  8001]
74000              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
74001              - calloc/free suffer from damage on TerminateThread()
74002              - use PerlMemShared (as originally planned) now fixed
74003              - avoid doing anything important on DLL "detach".
74004              
74005              [  8000]
74006              Fix gross PerlMemShared issue.
74007      Branch: perl
74008           !> iperlsys.h perl.c perlio.c win32/perllib.c
74009 ____________________________________________________________________________
74010 [  8001] By: nick                                  on 2000/12/05  22:07:52
74011         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
74012              - calloc/free suffer from damage on TerminateThread()
74013              - use PerlMemShared (as originally planned) now fixed
74014              - avoid doing anything important on DLL "detach".
74015      Branch: perlio
74016            ! perl.c perlio.c win32/perllib.c
74017 ____________________________________________________________________________
74018 [  8000] By: nick                                  on 2000/12/05  21:05:09
74019         Log: Fix gross PerlMemShared issue.
74020      Branch: perlio
74021            ! iperlsys.h
74022 ____________________________________________________________________________
74023 [  7999] By: jhi                                   on 2000/12/05  20:46:58
74024         Log: Test for Unicode (UTF-8) hash keys.
74025      Branch: perl
74026            ! t/op/each.t
74027 ____________________________________________________________________________
74028 [  7998] By: jhi                                   on 2000/12/05  20:30:35
74029         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
74030              is now always UTF-8), empty line cosmetics.
74031      Branch: perl
74032            ! t/pragma/utf8.t
74033 ____________________________________________________________________________
74034 [  7997] By: jhi                                   on 2000/12/05  20:15:40
74035         Log: Subject: Re: STRLEN - what?
74036              From: Andy Dougherty <doughera@lafayette.edu>
74037              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
74038              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
74039              
74040              Explain STRLEN.
74041      Branch: perl
74042            ! pod/perlguts.pod
74043 ____________________________________________________________________________
74044 [  7996] By: jhi                                   on 2000/12/05  20:13:34
74045         Log: Split off the UTF-8 decoder tests, make them to check also
74046              the error message.
74047      Branch: perl
74048            + t/op/utf8decode.t
74049            ! MANIFEST t/pragma/utf8.t utf8.c
74050 ____________________________________________________________________________
74051 [  7995] By: jhi                                   on 2000/12/05  16:39:47
74052         Log: Start migrating bits of pragma/utf8 to elsewhere
74053              (since the long term plan is to obsolete 'use utf8').
74054      Branch: perl
74055            + t/op/length.t
74056            ! MANIFEST t/pragma/utf8.t
74057 ____________________________________________________________________________
74058 [  7994] By: jhi                                   on 2000/12/05  16:30:21
74059         Log: Fix a manual edit typo from #7993, fix the message formatting
74060              for Unicode, add few our declarations.
74061      Branch: perl
74062            ! lib/Carp/Heavy.pm
74063 ____________________________________________________________________________
74064 [  7993] By: jhi                                   on 2000/12/05  16:09:15
74065         Log: Subject: Need help with warnings :-(
74066              From: "Ben Tilly" <ben_tilly@hotmail.com>
74067              Date: Tue, 05 Dec 2000 01:35:54 -0500
74068              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
74069              
74070              Subject: UPDATE: Carp/Heavy now passes all tests
74071              From: "Ben Tilly" <ben_tilly@hotmail.com>
74072              Date: Tue, 05 Dec 2000 07:59:41 -0500
74073              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
74074              
74075              The Brave New Carp.
74076      Branch: perl
74077            ! lib/Carp.pm lib/Carp/Heavy.pm
74078 ____________________________________________________________________________
74079 [  7992] By: jhi                                   on 2000/12/05  15:55:08
74080         Log: Subject: [PATCH perl@7979] cygwin port
74081              From: "Eric Fifer" <efifer@dircon.co.uk>
74082              Date: Tue, 5 Dec 2000 14:04:09 -0000
74083              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
74084      Branch: perl
74085            ! t/lib/net-hostent.t
74086 ____________________________________________________________________________
74087 [  7991] By: jhi                                   on 2000/12/05  15:52:34
74088         Log: Subject: Re: [PATCH] The largest hoax of all times?
74089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74090              Date: Tue, 5 Dec 2000 00:40:25 -0500
74091              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
74092              
74093              Subject: Re: [PATCH] The largest hoax of all times?
74094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74095              Date: Mon, 4 Dec 2000 23:55:53 -0500
74096              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
74097              
74098              Subject: Re: [PATCH] The largest hoax of all times?
74099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74100              Date: Tue, 5 Dec 2000 01:28:45 -0500
74101              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
74102              
74103              Fix the unpredictable order of DESTROYs.
74104      Branch: perl
74105            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
74106            ! sv.c sv.h t/op/ref.t
74107 ____________________________________________________________________________
74108 [  7990] By: jhi                                   on 2000/12/05  14:38:53
74109         Log: Subject: [PATCH] shrink pp_hot fractionally
74110              From: Nicholas Clark <nick@ccl4.org>
74111              Date: Tue, 5 Dec 2000 12:44:31 +0000
74112              Message-ID: <20001205124431.E74518@plum.flirble.org>
74113              
74114              Use report_evil_fh().
74115      Branch: perl
74116            ! opcode.pl opnames.h pp_hot.c util.c
74117 ____________________________________________________________________________
74118 [  7989] By: jhi                                   on 2000/12/05  14:21:27
74119         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
74120              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74121              Date: Mon, 04 Dec 2000 22:21:59 -0800
74122              Message-ID: <HmIL6gzkgepS092yn@efn.org>
74123              
74124              Harness shouldn't ignore responses like "ok 3\r\r\n".
74125      Branch: perl
74126            ! lib/Test/Harness.pm
74127 ____________________________________________________________________________
74128 [  7988] By: jhi                                   on 2000/12/05  13:51:28
74129         Log: Integrate the "skip" messages to explain().
74130      Branch: perl
74131            ! t/lib/syslfs.t t/op/lfs.t
74132 ____________________________________________________________________________
74133 [  7987] By: jhi                                   on 2000/12/05  12:34:54
74134         Log: The one that got away in #7984.
74135              
74136              Subject: Re: dTHR - what and why?
74137              From: Michael Stevens <michael@etla.org> 
74138              Date: Tue, 5 Dec 2000 11:15:52 +0000
74139              Message-ID: <20001205111552.A4647@firedrake.org>
74140      Branch: perl
74141            ! sv.h
74142 ____________________________________________________________________________
74143 [  7986] By: gsar                                  on 2000/12/05  09:14:44
74144         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
74145              due to the notorious GetFileType() bug in Windows 9x, which fstat()
74146              tickles)
74147      Branch: perl
74148            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
74149 ____________________________________________________________________________
74150 [  7985] By: jhi                                   on 2000/12/05  05:49:03
74151         Log: Integrate perlio:
74152              
74153              [  7983]
74154              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
74155      Branch: perl
74156           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
74157           !> win32/perlhost.h win32/perllib.c
74158 ____________________________________________________________________________
74159 [  7984] By: jhi                                   on 2000/12/05  05:48:16
74160         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
74161      Branch: perl
74162            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
74163            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
74164            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
74165            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
74166            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
74167            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
74168            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
74169            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
74170            ! win32/win32.c
74171 ____________________________________________________________________________
74172 [  7983] By: nick                                  on 2000/12/04  23:27:43
74173         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
74174      Branch: perlio
74175            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
74176            ! win32/perlhost.h win32/perllib.c
74177 ____________________________________________________________________________
74178 [  7982] By: jhi                                   on 2000/12/04  19:44:09
74179         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
74180              uncovered by #7980.
74181      Branch: perl
74182            ! op.c
74183 ____________________________________________________________________________
74184 [  7981] By: jhi                                   on 2000/12/04  19:42:07
74185         Log: Subject: [PATCH] Trivial dump.c feature
74186              From: Simon Cozens <simon@cozens.net>
74187              Date: Mon, 4 Dec 2000 18:08:38 +0000
74188              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
74189              
74190              Show whether a constant is UTF-8.
74191      Branch: perl
74192            ! dump.c
74193 ____________________________________________________________________________
74194 [  7980] By: jhi                                   on 2000/12/04  19:36:51
74195         Log: UTF-8 hash keys, patch from Inaba Hiroto.
74196      Branch: perl
74197            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
74198 ____________________________________________________________________________
74199 [  7979] By: jhi                                   on 2000/12/04  17:36:28
74200         Log: Update Changes.
74201      Branch: perl
74202            ! Changes patchlevel.h
74203 ____________________________________________________________________________
74204 [  7978] By: jhi                                   on 2000/12/04  16:42:17
74205         Log: Retract #7977, still too volatile (the euphemism of the day
74206              for unfinished and buggy :-)
74207      Branch: perl
74208            ! doop.c hv.c pp.c sv.h
74209 ____________________________________________________________________________
74210 [  7977] By: jhi                                   on 2000/12/04  16:25:15
74211         Log: (Retracted by #7978, too shaky yet.)
74212              
74213              Subject: Re: utf8 in hash keys, implementor missing
74214              From: Simon Cozens <simon@cozens.net>
74215              Date: Sat, 2 Dec 2000 19:49:35 +0000
74216              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
74217              
74218              The first step at UTF-8 hash keys.
74219      Branch: perl
74220            ! doop.c hv.c pp.c sv.h
74221 ____________________________________________________________________________
74222 [  7976] By: jhi                                   on 2000/12/04  16:13:53
74223         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
74224              From: sthoenna@efn.org
74225              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
74226              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
74227      Branch: perl
74228            ! os2/os2.c perlio.c
74229 ____________________________________________________________________________
74230 [  7975] By: jhi                                   on 2000/12/04  16:05:25
74231         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
74232              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74233              Date: Thu, 30 Nov 2000 20:50:37 -0800
74234              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
74235      Branch: perl
74236            ! os2/os2.c
74237 ____________________________________________________________________________
74238 [  7974] By: jhi                                   on 2000/12/04  16:03:57
74239         Log: Subject: [PATCH] ++ 20% faster
74240              From: Nicholas Clark <nick@ccl4.org>
74241              Date: Mon, 4 Dec 2000 12:17:27 +0000
74242              Message-ID: <20001204121726.B52976@plum.flirble.org>
74243              
74244              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
74245      Branch: perl
74246            ! sv.c
74247 ____________________________________________________________________________
74248 [  7973] By: jhi                                   on 2000/12/04  16:00:48
74249         Log: 
74250              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
74251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74252              Date: Mon, 04 Dec 2000 12:30:45 +0100
74253              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
74254              
74255              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
74256              library (getprotobyname and getprotobynumber are outversioned by
74257              the same calls in libc, at least for xlc version 3.
74258      Branch: perl
74259            ! hints/aix.sh
74260 ____________________________________________________________________________
74261 [  7972] By: jhi                                   on 2000/12/04  02:58:31
74262         Log: Integrate perlio:
74263              
74264              [  7971]
74265              Quieten some noise in Win32 builds:
74266              - win32.h is included after <sys/socket.h>, so need to 
74267              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
74268              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
74269              
74270              [  7970]
74271              PERL_IMPLICIT_SYS compiles but does not work.
74272      Branch: perl
74273           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
74274           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
74275           !> win32/win32.h win32/win32iop.h win32/win32thread.h
74276 ____________________________________________________________________________
74277 [  7971] By: nick                                  on 2000/12/04  00:24:33
74278         Log: Quieten some noise in Win32 builds:
74279              - win32.h is included after <sys/socket.h>, so need to 
74280              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
74281              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
74282      Branch: perlio
74283            ! doio.c perl.h toke.c win32/win32.h
74284 ____________________________________________________________________________
74285 [  7970] By: nick                                  on 2000/12/03  22:57:46
74286         Log: PERL_IMPLICIT_SYS compiles but does not work.
74287      Branch: perlio
74288            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
74289            ! win32/perlhost.h win32/perllib.c win32/win32.h
74290            ! win32/win32iop.h win32/win32thread.h
74291 ____________________________________________________________________________
74292 [  7969] By: jhi                                   on 2000/12/03  22:12:58
74293         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
74294              used to swash_init(), makes regprop() dumps more informative
74295              (+utf8::IsAlpha, -utf8::IsDigit, for example).
74296      Branch: perl
74297            ! regcomp.c regexec.c
74298 ____________________________________________________________________________
74299 [  7968] By: jhi                                   on 2000/12/03  21:39:56
74300         Log: Implement ANYOFUTF8 regprop() dumping.
74301      Branch: perl
74302            ! regcomp.c
74303 ____________________________________________________________________________
74304 [  7967] By: jhi                                   on 2000/12/03  20:57:19
74305         Log: Make uv_to_utf8() to zero-terminate its output buffer,
74306              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
74307      Branch: perl
74308            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
74309 ____________________________________________________________________________
74310 [  7966] By: nick                                  on 2000/12/03  18:41:21
74311         Log: Integrate mainline (STDCHAR)
74312      Branch: perlio
74313           !> Configure t/pragma/utf8.t
74314 ____________________________________________________________________________
74315 [  7965] By: jhi                                   on 2000/12/03  17:58:20
74316         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
74317      Branch: perl
74318            ! t/pragma/utf8.t
74319 ____________________________________________________________________________
74320 [  7964] By: jhi                                   on 2000/12/03  17:35:56
74321         Log: Integrate perlio:
74322              
74323              [  7961]
74324              Make iperlsys.h vector stdio not PerlIO.
74325      Branch: perl
74326           !> iperlsys.h perlio.c
74327 ____________________________________________________________________________
74328 [  7963] By: jhi                                   on 2000/12/03  17:33:55
74329         Log: Metaconfig unit change for #7962.
74330      Branch: metaconfig
74331            ! U/modified/stdchar.U
74332 ____________________________________________________________________________
74333 [  7962] By: jhi                                   on 2000/12/03  17:33:27
74334         Log: Untangle the <stdio.h> #include nest for the stdchar test,
74335              from Andy Dougherty.
74336      Branch: perl
74337            ! Configure
74338 ____________________________________________________________________________
74339 [  7961] By: nick                                  on 2000/12/03  16:53:00
74340         Log: Make iperlsys.h vector stdio not PerlIO.
74341      Branch: perlio
74342            ! iperlsys.h perlio.c
74343 ____________________________________________________________________________
74344 [  7960] By: nick                                  on 2000/12/03  14:43:01
74345         Log: Integrate mainline
74346      Branch: perlio
74347           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
74348           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
74349 ____________________________________________________________________________
74350 [  7959] By: jhi                                   on 2000/12/03  08:16:36
74351         Log: Use DO_UTF8().
74352      Branch: perl
74353            ! op.c
74354 ____________________________________________________________________________
74355 [  7958] By: jhi                                   on 2000/12/02  18:33:05
74356         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74357              From: Mike Guy <mjtg@cam.ac.uk>         
74358              Date: Sat, 02 Dec 2000 17:27:13 +0000
74359              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
74360              
74361              An extraneous argument.
74362      Branch: perl
74363            ! toke.c
74364 ____________________________________________________________________________
74365 [  7957] By: jhi                                   on 2000/12/02  18:22:32
74366         Log: A missing hunk.
74367      Branch: perl
74368            ! t/lib/net-hostent.t
74369 ____________________________________________________________________________
74370 [  7956] By: jhi                                   on 2000/12/02  18:06:20
74371         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
74372              From: Nicholas Clark <nick@ccl4.org>
74373              Date: Sat, 2 Dec 2000 14:28:27 +0000
74374              Message-ID: <20001202142827.A12308@plum.flirble.org>
74375              
74376              Test robustness.
74377      Branch: perl
74378            ! t/lib/net-hostent.t
74379 ____________________________________________________________________________
74380 [  7955] By: jhi                                   on 2000/12/02  17:58:06
74381         Log: Metaconfig unit change for #7954.
74382      Branch: metaconfig
74383            ! U/modified/stdchar.U
74384 ____________________________________________________________________________
74385 [  7954] By: jhi                                   on 2000/12/02  17:54:32
74386         Log: An inconvenient hang would happen if the stdio _ptr wasn't
74387              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
74388              would be grepping stdin for all eternity for the _ptr.)
74389      Branch: perl
74390            ! Configure
74391 ____________________________________________________________________________
74392 [  7953] By: jhi                                   on 2000/12/02  00:07:15
74393         Log: Update Changes.
74394      Branch: perl
74395            ! Changes patchlevel.h
74396 ____________________________________________________________________________
74397 [  7952] By: jhi                                   on 2000/12/01  23:54:47
74398         Log: Subject: Re: long shell lines
74399              From: Andy Dougherty <doughera@lafayette.edu>
74400              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
74401              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
74402              
74403              Split overly long shell command lines.
74404      Branch: perl
74405            ! lib/ExtUtils/MM_Unix.pm
74406 ____________________________________________________________________________
74407 [  7951] By: jhi                                   on 2000/12/01  23:48:02
74408         Log: The metaconfig unit change for #7950.
74409      Branch: metaconfig
74410            + U/modified/stdchar.U
74411 ____________________________________________________________________________
74412 [  7950] By: jhi                                   on 2000/12/01  23:47:39
74413         Log: Try to find stdchar also from <stdio_impl.h>.
74414      Branch: perl
74415            ! Configure config_h.SH
74416 ____________________________________________________________________________
74417 [  7949] By: jhi                                   on 2000/12/01  23:46:45
74418         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74419              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
74420              Date: Fri, 1 Dec 2000 16:26:08 -0500
74421              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
74422              
74423              Reword the diagnostic message.
74424      Branch: perl
74425            ! pod/perldiag.pod
74426 ____________________________________________________________________________
74427 [  7948] By: nick                                  on 2000/12/01  22:49:43
74428         Log: Integrate mainline (for s/y/m as sub names stuff).
74429      Branch: perlio
74430           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
74431           !> t/pragma/warn/toke toke.c
74432 ____________________________________________________________________________
74433 [  7947] By: jhi                                   on 2000/12/01  20:55:41
74434         Log: Integrate perlio:
74435              
74436              [  7942]
74437              Fix 'mmap' lib/filehand.t (ungetc) test fail.
74438              Make 'unix' pass most tests
74439              - do unread by temporary push of layer ("pending") holding unread chars
74440              - fast_gets is now based on per-handle flag
74441              - relax one of io/pipe.t tests to allow print to fail and close to
74442              succeed so that it passes on unbuffered "unix" layer.
74443              Remaining fail is sporadic and a genuine race condition between
74444              parent/child in fork test.
74445      Branch: perl
74446           !> perlio.c perliol.h t/io/pipe.t
74447 ____________________________________________________________________________
74448 [  7946] By: jhi                                   on 2000/12/01  20:36:51
74449         Log: Upgrade to CPAN 1.59_51, from Andreas König.
74450      Branch: perl
74451            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74452 ____________________________________________________________________________
74453 [  7945] By: nick                                  on 2000/12/01  20:31:32
74454         Log: Integrate mainline
74455      Branch: perlio
74456           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
74457           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
74458           +> t/lib/net-hostent.t
74459           !> (integrate 35 files)
74460 ____________________________________________________________________________
74461 [  7944] By: jhi                                   on 2000/12/01  20:23:29
74462         Log: Some help for 20001130.011.  Now one gets warnings like
74463              "Ambiguous -f() resolved as a file test ..."
74464      Branch: perl
74465            ! pod/perldiag.pod t/pragma/warn/toke toke.c
74466 ____________________________________________________________________________
74467 [  7943] By: jhi                                   on 2000/12/01  19:44:44
74468         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
74469              that also breaks using them as methods. 
74470      Branch: perl
74471            ! pod/perldiag.pod t/op/misc.t toke.c
74472 ____________________________________________________________________________
74473 [  7942] By: nick                                  on 2000/12/01  17:56:46
74474         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
74475              Make 'unix' pass most tests
74476              - do unread by temporary push of layer ("pending") holding unread chars
74477              - fast_gets is now based on per-handle flag
74478              - relax one of io/pipe.t tests to allow print to fail and close to
74479              succeed so that it passes on unbuffered "unix" layer.
74480              Remaining fail is sporadic and a genuine race condition between
74481              parent/child in fork test.
74482      Branch: perlio
74483            ! perlio.c perliol.h t/io/pipe.t
74484 ____________________________________________________________________________
74485 [  7941] By: jhi                                   on 2000/12/01  15:28:58
74486         Log: (Retracted by #7943.)
74487              
74488              Reserve the short named string operator names.
74489      Branch: perl
74490            ! pod/perldiag.pod t/op/misc.t toke.c
74491 ____________________________________________________________________________
74492 [  7940] By: jhi                                   on 2000/12/01  06:45:53
74493         Log: Get the three different space character classes right under utf8.
74494      Branch: perl
74495            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
74496            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
74497            ! regexec.c t/op/pat.t utf8.c
74498 ____________________________________________________________________________
74499 [  7939] By: jhi                                   on 2000/12/01  03:26:26
74500         Log: Two more tests that make no sense in UTF-8 since the test
74501              data is not in UTF-8.
74502      Branch: perl
74503            ! t/op/regexp.t
74504 ____________________________________________________________________________
74505 [  7938] By: jhi                                   on 2000/12/01  03:20:39
74506         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
74507              should it be required inside regexen?
74508      Branch: perl
74509            ! regcomp.c t/op/regmesg.t
74510 ____________________________________________________________________________
74511 [  7937] By: jhi                                   on 2000/12/01  02:58:53
74512         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
74513              stored and restored, and thusly was trounced by the utf8 swash
74514              routines.
74515      Branch: perl
74516            ! regcomp.c
74517 ____________________________________________________________________________
74518 [  7936] By: jhi                                   on 2000/11/30  20:41:39
74519         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
74520              Why the different platforms behave so differently (core dump vs
74521              no core dump) on this bug is a but of a mystery, but if I had to
74522              guess I would mumble something like 'alignment'.
74523      Branch: perl
74524            ! sv.c
74525 ____________________________________________________________________________
74526 [  7935] By: jhi                                   on 2000/11/30  16:17:02
74527         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
74528              From: Robin Barker <rmb1@cise.npl.co.uk>
74529              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
74530              Date: Thu, 30 Nov 2000 14:27:12 GMT
74531      Branch: perl
74532            ! perlio.c toke.c
74533 ____________________________________________________________________________
74534 [  7934] By: jhi                                   on 2000/11/30  16:04:49
74535         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
74536      Branch: perl
74537            ! t/lib/net-hostent.t
74538 ____________________________________________________________________________
74539 [  7933] By: jhi                                   on 2000/11/30  06:07:26
74540         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
74541              From: Peter Prymmer <pvhp@forte.com>
74542              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
74543              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
74544              
74545              In VMS the localhost may be LOCALHOST.
74546      Branch: perl
74547            ! t/lib/net-hostent.t
74548 ____________________________________________________________________________
74549 [  7932] By: jhi                                   on 2000/11/30  01:11:11
74550         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
74551              From: Peter Prymmer <pvhp@forte.com>
74552              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
74553              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
74554              
74555              plus regen perlapi.pod.
74556      Branch: perl
74557            ! pod/perlapi.pod utf8.c
74558 ____________________________________________________________________________
74559 [  7931] By: jhi                                   on 2000/11/30  01:06:19
74560         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
74561              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74562              Date:     Wed, 29 Nov 2000 17:15:11 EST
74563              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
74564      Branch: perl
74565            ! t/lib/filter-util.pl t/lib/filter-util.t
74566 ____________________________________________________________________________
74567 [  7930] By: jhi                                   on 2000/11/29  18:51:55
74568         Log: Update Changes.
74569      Branch: perl
74570            ! Changes patchlevel.h
74571 ____________________________________________________________________________
74572 [  7929] By: jhi                                   on 2000/11/29  18:50:55
74573         Log: Update the va_copy() metaconfig unit.
74574      Branch: metaconfig/U/perl
74575            ! need_va_copy.U
74576 ____________________________________________________________________________
74577 [  7928] By: jhi                                   on 2000/11/29  17:50:43
74578         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
74579              From: Dominic Dunlop <domo@computer.org>
74580              Date: Tue, 28 Nov 2000 16:41:57 +0100
74581              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
74582              
74583              Patch to catch a core dump in the Configure va_copy test.
74584      Branch: perl
74585            ! Configure config_h.SH
74586 ____________________________________________________________________________
74587 [  7927] By: jhi                                   on 2000/11/29  17:31:59
74588         Log: Retract #7921, the patch shouldn't be needed.
74589      Branch: perl
74590            ! sv.c
74591 ____________________________________________________________________________
74592 [  7926] By: jhi                                   on 2000/11/29  17:01:41
74593         Log: Make the Class::Struct import() wiser.
74594      Branch: perl
74595            ! lib/Class/Struct.pm t/lib/class-struct.t
74596 ____________________________________________________________________________
74597 [  7925] By: jhi                                   on 2000/11/29  16:36:33
74598         Log: All the core library users of Class::Struct seem to be
74599              using "use Class::Struct 'struct';" instead of the bare
74600              "use Class::Struct;", which isn't documented in Class::Struct.
74601              This can't be right.
74602      Branch: perl
74603            ! lib/File/stat.pm
74604 ____________________________________________________________________________
74605 [  7924] By: jhi                                   on 2000/11/29  16:32:15
74606         Log: A test works better if it has the right 1..$n output.
74607      Branch: perl
74608            ! t/lib/class-struct.t
74609 ____________________________________________________________________________
74610 [  7923] By: jhi                                   on 2000/11/29  16:29:11
74611         Log: Forgot to MANIFEST the new Net::hostent test.
74612      Branch: perl
74613            ! MANIFEST
74614 ____________________________________________________________________________
74615 [  7922] By: jhi                                   on 2000/11/29  16:27:49
74616         Log: Integrate perlio:
74617              
74618              [  7906]
74619              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74620      Branch: perl
74621           !> iperlsys.h perlio.c
74622 ____________________________________________________________________________
74623 [  7921] By: jhi                                   on 2000/11/29  16:27:10
74624         Log: (Retracted by #7927.)
74625              
74626              Subject: [PATCH] Is infinity a number?
74627              From: Simon Cozens <simon@cozens.net>
74628              Date: Wed, 29 Nov 2000 14:48:20 +0000
74629              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
74630      Branch: perl
74631            ! sv.c
74632 ____________________________________________________________________________
74633 [  7920] By: jhi                                   on 2000/11/29  16:23:02
74634         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
74635              From: rspier@pobox.com (Robert Spier)
74636              Date: Wed, 29 Nov 2000 02:17:49 -0500
74637              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
74638              
74639              Add a test for Net::hostent.
74640      Branch: perl
74641            + t/lib/net-hostent.t
74642 ____________________________________________________________________________
74643 [  7919] By: jhi                                   on 2000/11/29  16:21:31
74644         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
74645              add a test for Class::Struct.
74646      Branch: perl
74647            + t/lib/class-struct.t
74648            ! MANIFEST lib/Class/Struct.pm
74649 ____________________________________________________________________________
74650 [  7918] By: jhi                                   on 2000/11/29  15:48:40
74651         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
74652              From: rspier@pobox.com (Robert Spier)
74653              Date: Wed, 29 Nov 2000 02:25:39 -0500
74654              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
74655              
74656              More checking in case someone has broken their services or
74657              protocol databases.
74658      Branch: perl
74659            ! ext/Sys/Syslog/Syslog.pm
74660 ____________________________________________________________________________
74661 [  7917] By: jhi                                   on 2000/11/29  15:46:25
74662         Log: Subject: [PATCH] $^O  win32 -> MSWin32
74663              From: rspier@pobox.com (Robert Spier)
74664              Date: Wed, 29 Nov 2000 02:17:38 -0500
74665              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
74666              
74667              plus similar nits for vms, err, VMS, and UNICOS.
74668      Branch: perl
74669            ! t/lib/syslfs.t t/op/lfs.t
74670 ____________________________________________________________________________
74671 [  7916] By: jhi                                   on 2000/11/29  15:42:51
74672         Log: Subject: [PATCH] Tokeniser debugging
74673              From: Simon Cozens <simon@cozens.net>
74674              Date: Wed, 29 Nov 2000 14:15:45 +0000
74675              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
74676      Branch: perl
74677            ! perl.c perl.h pod/perlrun.pod toke.c
74678 ____________________________________________________________________________
74679 [  7915] By: jhi                                   on 2000/11/29  15:41:36
74680         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74682              Date: Wed, 29 Nov 2000 02:13:14 -0500
74683              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
74684              
74685              OUT keyword nits.
74686              
74687              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74689              Date: Wed, 29 Nov 2000 03:09:04 -0500
74690              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
74691              
74692              OUT and IN_OUT documentation.
74693      Branch: perl
74694            ! lib/ExtUtils/xsubpp pod/perlxs.pod
74695 ____________________________________________________________________________
74696 [  7914] By: jhi                                   on 2000/11/29  03:35:01
74697         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
74698              From: John Tobey <jtobey@john-edwin-tobey.org>
74699              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
74700              Message-Id: <m140e1N-000FOoC@feynman.localnet>
74701              
74702              plus a performance speedup noticed by Sarathy.
74703      Branch: perl
74704            ! op.c
74705 ____________________________________________________________________________
74706 [  7913] By: jhi                                   on 2000/11/29  03:16:59
74707         Log: Use "1 while unlink" so that VMS gets clean, too.
74708      Branch: perl
74709            ! t/lib/filter-util.t
74710 ____________________________________________________________________________
74711 [  7912] By: jhi                                   on 2000/11/29  03:09:08
74712         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
74713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74714              Date: Tue, 28 Nov 2000 03:27:09 -0500
74715              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
74716      Branch: perl
74717            ! lib/ExtUtils/xsubpp
74718 ____________________________________________________________________________
74719 [  7911] By: jhi                                   on 2000/11/29  03:06:30
74720         Log: This should have been part of #7872: no need to scan UTF-8
74721              until eternity.
74722      Branch: perl
74723            ! utf8.c
74724 ____________________________________________________________________________
74725 [  7910] By: jhi                                   on 2000/11/29  02:50:04
74726         Log: One more perltie.pod nit from Casey R. Tweten.
74727      Branch: perl
74728            ! pod/perltie.pod
74729 ____________________________________________________________________________
74730 [  7909] By: jhi                                   on 2000/11/29  02:44:23
74731         Log: Document the known sprintf test failures, exact standard
74732              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
74733      Branch: perl
74734            ! pod/perldelta.pod t/op/sprintf.t
74735 ____________________________________________________________________________
74736 [  7908] By: jhi                                   on 2000/11/29  02:36:23
74737         Log: Add the Encoding table format documentation.
74738      Branch: perl
74739            + ext/Encode/Encode/EncodeFormat.pod
74740            ! MANIFEST
74741 ____________________________________________________________________________
74742 [  7907] By: jhi                                   on 2000/11/29  02:07:24
74743         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
74744              From: "Casey R. Tweten" <crt@kiski.net>
74745              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
74746              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
74747              
74748              Subject: Re: [PATCH] Updating perltie.pod for arrays
74749              From: "Casey R. Tweten" <crt@kiski.net>
74750              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
74751              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
74752      Branch: perl
74753            ! pod/perltie.pod
74754 ____________________________________________________________________________
74755 [  7906] By: nick                                  on 2000/11/28  22:40:59
74756         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74757      Branch: perlio
74758            ! iperlsys.h perlio.c
74759 ____________________________________________________________________________
74760 [  7905] By: nick                                  on 2000/11/28  22:04:34
74761         Log: Integrate mainline
74762      Branch: perlio
74763           !> (integrate 39 files)
74764 ____________________________________________________________________________
74765 [  7904] By: jhi                                   on 2000/11/28  16:44:43
74766         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
74767              From: Nicholas Clark <nick@babyhippo.co.uk>
74768              Date: Tue, 28 Nov 2000 11:16:57 +0000
74769              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
74770      Branch: perl
74771            ! pod/perlipc.pod
74772 ____________________________________________________________________________
74773 [  7903] By: jhi                                   on 2000/11/28  16:40:31
74774         Log: Subject: [PATCH] Updating perltie.pod for arrays
74775              From: "Casey R. Tweten" <crt@kiski.net>
74776              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
74777              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
74778      Branch: perl
74779            ! pod/perltie.pod
74780 ____________________________________________________________________________
74781 [  7902] By: jhi                                   on 2000/11/28  16:39:37
74782         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
74783              From: Robin Barker <rmb1@cise.npl.co.uk>
74784              Date: Mon, 27 Nov 2000 17:56:44 GMT
74785              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
74786      Branch: perl
74787            ! pod/perlfunc.pod t/op/split.t
74788 ____________________________________________________________________________
74789 [  7901] By: jhi                                   on 2000/11/28  16:28:04
74790         Log: setmode() is a DOSish-only thing.
74791      Branch: perl
74792            ! perlio.c
74793 ____________________________________________________________________________
74794 [  7900] By: jhi                                   on 2000/11/28  16:21:46
74795         Log: Subject: [PATCH] perlcc.PL cleanups
74796              From: Simon Cozens <simon@cozens.net>
74797              Date: Tue, 28 Nov 2000 12:44:35 +0000
74798              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
74799      Branch: perl
74800            ! utils/perlcc.PL
74801 ____________________________________________________________________________
74802 [  7899] By: gsar                                  on 2000/11/28  06:32:55
74803         Log: reintegrate files missed by change#7895
74804      Branch: maint-5.6/perl
74805           +> ext/ByteLoader/bytecode.h utils/Makefile
74806            - utils/perlbc.PL
74807 ____________________________________________________________________________
74808 [  7897] By: gsar                                  on 2000/11/27  18:22:47
74809         Log: can't integrate these two files, for some reason
74810      Branch: maint-5.6/perl
74811            - ext/ByteLoader/bytecode.h utils/Makefile
74812 ____________________________________________________________________________
74813 [  7895] By: gsar                                  on 2000/11/27  18:11:21
74814         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
74815              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
74816              6757..6890,6892..6901 from mainline
74817              
74818              Bytecompiler patches from Benjamin Stuhl.
74819              
74820              More bytecompiler.
74821              
74822              Subject: [PATCH blead] B:: missing dependency
74823              
74824              Subject: [PATCH: 6757] configure.com updates and syslog build
74825              
74826              Long double Gconvert fixes from Yitzchak Scott-Thoennes
74827              and Spider Boardman.
74828              
74829              Subject: [PATCH blead] nextchar() abuse misses an optimisation
74830              
74831              Long double fixes from Spider Boardman.
74832              
74833              Make the selection of NVff et al stricter.
74834              
74835              cSVOPo_*v things index into the current PL_curpad
74836              under ithreads, which is different from the curpad
74837              used by the XSUB.  (In other words, the code as-is
74838              before this patch wouldn't work under ithreads.)
74839              
74840              Be portable.
74841              
74842              VMS MMS (make) wants null action.
74843              
74844              Mac and other portability updates from Chris Nandor.
74845              
74846              Storable support, v-version fixes.
74847              Subject: CPAN.pm beta for testing available
74848              
74849              Portability fix from Hugo van der Sanden.
74850              
74851              Bad makefile.
74852              
74853              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
74854              
74855              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
74856              
74857              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74858              
74859              Replace #6705 with a minimal doc patch.
74860              Subject: [PATCH 5.6.0] replace change #6705
74861              
74862              Drop the separate perlbc, perlcc -b should be enough.
74863              
74864              installperl couldn't tell whether it had run tests or not.
74865              Subject: [PATCH] Re: installperl and t/TEST
74866              
74867              Add silencer flags to installperl.
74868              Subject: [PATCH] Making installperl silent.
74869              
74870              Make "make install" by default silent.  A new "install-verbose"
74871              target is verbose.
74872              
74873              More liberal parsing of version numbers.
74874              Subject: Re: CPAN.pm beta for testing available
74875              
74876              Create directories in silence.
74877              Subject: [PATCH] Another silencer for MakeMaker
74878              
74879              DOS patches and portability/porting notes, from Tim Jenness.
74880              
74881              Make installman to recognize the silence flag -S.
74882              
74883              Actually do something with the silencer option.
74884              
74885              Continue silencing.
74886              
74887              Show the doc file, not the temp file.
74888              
74889              Regen perltoc.
74890              
74891              Subject: [PATCH] More silencing of installman.
74892              
74893              Better wording for the vec lvalue diagnostic.
74894              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74895              
74896              Subject: [PATCH: 6805] several more tweaks to configure.com
74897              
74898              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
74899              
74900              Missing parts of 
74901              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
74902              
74903              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
74904              (applied slightly modified)
74905              
74906              installperl --verbose and --silent.
74907              Subject: Re: [PATCH] More silencing of installman.
74908              
74909              Add install-silent target.
74910              
74911              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
74912              the problem reported in
74913              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
74914              
74915              Tweak the sfio/useperlio logic, hopefully as wished in
74916              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
74917              
74918              One forgotten file from #6816.
74919              
74920              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
74921              
74922              Remove duplicately applied patch shards.
74923              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
74924              
74925              Support preserving extremely big/small angles.
74926              
74927              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
74928              
74929              Subject: [PATCH] installation not quite silent yet.
74930              
74931              Update the test count.
74932              
74933              Use UVxf, PTR2UV, NVff.
74934              
74935              Document PTR2XX and INT2PTR.
74936              
74937              no-install target a la make -n.
74938              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
74939              
74940              grep -e isn't portable.
74941              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
74942              
74943              Can't get the test to reliably work thanks to the
74944              inaccurateness of floating point.  "Resolves" bug ids
74945              20000826.003, 20000826.009, 20000826.010,
74946              
74947              Subject: installman buglet
74948              
74949              DJGPP update from Laszlo Molnar.
74950              
74951              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74952              
74953              Passing -R in ldflags makes now it to appear in the default
74954              for lddlflags, just like with -L.
74955              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74956              
74957              Test nit.
74958              
74959              Use the actual thread type, not the pointer-to-struct.
74960              
74961              Provice virtual $Config{ccflags_nolargefiles} etc. 
74962              
74963              display_format used as a class method without arguments was broken,
74964              reported in
74965              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
74966              
74967              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
74968              
74969              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
74970              
74971              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
74972              
74973              opmini.o may be left around if a build is interrupted.
74974              
74975              Typo in #6858.
74976              
74977              Fix for ID 20000828.001, long doubles were not formatted
74978              correctly (showed up in $], which stopped installing perl).
74979              
74980              An attempt to fix the problem reported in
74981              Subject: Building perl@6856 using gcc/AIX 4.3.3 
74982              I can't test this properly since the gcc installation I have
74983              access to seems to be botched (gcc is calling the AIX cpp,
74984              a losing proposition...)
74985              
74986              Add -ld to archname on long tr...double platforms.
74987              
74988              Subject: hv.h Doc Patch
74989              
74990              Potential cruft.
74991              
74992              Subject: [PATCH bleedperl@6856] warnings fixes
74993              
74994              -S is the silent flag, -s is the strip flag.
74995              Subject: [PATCH] Re: [PATCH] make no-install          
74996              
74997              Take out the SUIDMAIL thing, that will not be
74998              a problem in 5.7.*.
74999              
75000              Subject: [PATCH bleedperl@6866] spellings
75001              
75002              Subject: [PATCH] Re: files not cleaned even by veryclean
75003              
75004              Use minimal @INC in tests, most of the time just '../lib',
75005              so that we simply can't pick up stuff from other Perls than
75006              the one we are testing.  Pointed out by
75007              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
75008              
75009              Update to Getopt::Long 2.24, from Johan Vromans.
75010              
75011              Fix for thinko in #6848.
75012              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
75013              
75014              Patches all over for people and the files they (hopefully) care about.
75015              
75016              Subject: Net::protoent does not export 'getproto'
75017              
75018              Missed a change in #6869.
75019              
75020              Subject: [PATCH] Warnings in B::Deparse
75021              
75022              Subject: [PATCH] Glob dumping
75023              
75024              Disable one of the tests for now.
75025              
75026              Disabling the one test is a bit tricky.
75027              
75028              Don't forget to tidy up.
75029              
75030              The #6881 removed one dump line.
75031              
75032              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
75033              
75034              Under usethreads the dumped variable is IN_PAD.
75035              Subject: Re: [PATCH] Glob dumping
75036              
75037              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
75038              
75039              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
75040              
75041              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
75042              
75043              Regen Configure for #6894.
75044              
75045              Subject: [PATCH: 6889] updates to perlebcdic.pod
75046              
75047              Undo namespace pollution of #6878.
75048              Subject: Re: Net::protoent does not export 'getproto'
75049              
75050              Admit that we are leaking scalars.
75051              
75052              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
75053      Branch: maint-5.6/perl
75054           !> (integrate 271 files)
75055 ____________________________________________________________________________
75056 [  7894] By: gsar                                  on 2000/11/27  16:00:34
75057         Log: a couple of nits
75058      Branch: maint-5.6/perl
75059            ! MANIFEST pp_sys.c
75060 ____________________________________________________________________________
75061 [  7893] By: gsar                                  on 2000/11/27  15:10:56
75062         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
75063              6740..6745,6747..6757,6760
75064              
75065              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
75066              
75067              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
75068              
75069              Doc nits spotted by Richard Soderberg.
75070              
75071              move WNOHANG definition to where other such things are
75072              
75073              Make $Config{byteorder} more magical so that it is
75074              dynamically computed: nice for 'fat binaries'.
75075              Subject: [PATCH]: default byteorder
75076              
75077              Subject: [PATCH] Cwd.pm now uses strict
75078              
75079              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
75080              
75081              Get -DLEAKTEST to compile (not necessarily to work, mind)
75082              Subject: [ID 20000724.006] -DLEAKTEST problem
75083              
75084              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
75085              
75086              Add perlebcdic from Peter Prymmer, regen toc.
75087              
75088              Don't propose using modules built for 5.005 if no binary
75089              compatibility with 5.005 is attempted.
75090              
75091              Do not use prototyping here.
75092              Subject: [ID 20000817.016] [PATCH] Peek.xs
75093              
75094              Document what the backtick returns if the command fails.
75095              
75096              Add byteorder to the myconfig output.
75097              
75098              Introduce NVef, NVff, and NVgf, use the middle one.
75099              (helps for lib/peek + Linux + long doubles)  Reported in
75100              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
75101              Use NVs in POSIX math, not doubles.
75102              Subject: [ID 20000817.014] POSIX & modfl
75103              
75104              Subject: [PATCH 5.6.0+] newSVrv() memory leak
75105              
75106              The byteorder code in #6671 was wrong.
75107              
75108              Fix the lib/complex failure of
75109              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
75110              Linux long double accuracy issue: something that
75111              when printed with %g looks like "2" but int() of it is 1.
75112              
75113              Propagate new Configure vars.
75114              
75115              Unbuffer the output.
75116              
75117              Subject: [PATCH] perltrap.pod spring cleaning
75118              
75119              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
75120              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
75121              
75122              Tiny Getopt::Long patch from Johan Vromans.
75123              
75124              Document code point which makes if (defined %stash::) to work
75125              (noted by Spider Boardman).
75126              
75127              Subject: [PATCH perl@6698] cygwin port
75128              
75129              Document the NDBM_File and ODBM_File as SDBM_File
75130              was documented in #6417.
75131              
75132              The new tests were missing from #6415.
75133              
75134              Add [[:blank:]] as suggested in
75135              Subject: [ID 20000716.024] [=cc=] / [:blank:]
75136              (the [=cc=] has already been taken care of by #6439
75137              so the whole bug report can be closed)
75138              and make [[:space:]] to be equivalent to isspace(3)
75139              (as opposed to \s, which is isSPACE()).  The difference
75140              is that now [[:space:]] matches the mythical vertical tab,
75141              while \s doesn't.
75142              
75143              Don't eat leading os from index entries.
75144              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
75145              
75146              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
75147              
75148              Typo in pp_complement().
75149              Subject: [PATCH perl-current] Deparse
75150              
75151              Add warnif(), check warnings further up the stack,
75152              all the warnings functions now can take an optional object reference.
75153              Subject: [PATCH bleedperl@6691] warnings pragma update
75154              
75155              Fix a core dump in lib/selfloader under -DDEBUGGING.
75156              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
75157              
75158              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
75159              
75160              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
75161              
75162              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
75163              Put back the long double avoidance code to POSIX.xs
75164              because VMS seems to need it still.
75165              
75166              Introduce a 'veryclean' target that is like 'distclean'
75167              but also removes *~ and *.orig.
75168              
75169              Subject: [ID 20000817.023] endianness description in perlfunc.pod
75170              
75171              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
75172              
75173              Let's try #6717 again.
75174              
75175              UTF8 concat fixes.
75176              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
75177              
75178              pp_open() could pass an uninitialized filename down to do_open9().
75179              
75180              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
75181              
75182              Update to CGI 2.72, from Lincoln Stein.
75183              
75184              Subject: [PATCH] Silence MakeMaker (Was: installman)
75185              
75186              Use temporary directory instead of current directory.
75187              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
75188              
75189              Document odd vs even subreleases and -Dusedevel.
75190              
75191              The veryclean target needs to clobber.
75192              
75193              Use File::Spec->tmpdir().
75194              
75195              Document the number of exponent digits.
75196              
75197              Mention perlebcdic and perlposix-bc.
75198              
75199              s/this one/the 5.6.0 release/
75200              
75201              The #6724 is here.
75202              
75203              The correct cleaning order is an art.
75204              
75205              small tweaks for change#6705: avoid C++ style comments in C code;
75206              use Perl's malloc API rather than the low level system one
75207              
75208              Array context keeps slithering in.
75209              
75210              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
75211              
75212              Subject: [PATCH] os2.c fix for use64bitint
75213              
75214              Update to Pod::LaTeX 0.53.
75215              Subject: [PATCH] lib/Pod/LaTeX.pm updates
75216              
75217              Document the endianness of Alpha more precisely.
75218              
75219              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
75220              
75221              Rename the macro argument because some preprocessors
75222              can't tell the difference and expand arguments also inside
75223              double quoted strings.
75224              
75225              free TLS slot properly on Windows
75226              
75227              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
75228              
75229              Unicos/mk requires elaborate paranoia.
75230              
75231              Tweak the floating point output routine preferences.
75232              
75233              Also under djgpp the timestamps are funky.
75234              
75235              Apply some PodParser 1.18 patches; the Pod/Find.pm
75236              patches cannot be applied since #6712 conflicts.
75237              
75238              Use PodParser 1.18 new test.
75239              
75240              A pod nit.
75241              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
75242              
75243              Be verydeepclean.
75244      Branch: maint-5.6/perl
75245           +> pod/perlebcdic.pod
75246           !> (integrate 106 files)
75247 ____________________________________________________________________________
75248 [  7892] By: jhi                                   on 2000/11/27  15:02:32
75249         Log: Update Changes.
75250      Branch: perl
75251            ! Changes patchlevel.h
75252 ____________________________________________________________________________
75253 [  7891] By: jhi                                   on 2000/11/27  14:57:23
75254         Log: Subject: Re: perlfaq style changes
75255              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75256              Date: Sat, 25 Nov 2000 23:32:26 -0800
75257              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
75258              
75259              plus a note from Ronald Kimball.
75260      Branch: perl
75261            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
75262 ____________________________________________________________________________
75263 [  7890] By: jhi                                   on 2000/11/27  14:53:14
75264         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
75265              From: Benjamin Holzman <bah@ecnvantage.com>
75266              Date: Sun, 26 Nov 2000 16:27:33 -0500
75267              Message-ID: <20001126162733.J25040@ecnvantage.com>
75268      Branch: perl
75269            ! gv.c
75270 ____________________________________________________________________________
75271 [  7889] By: jhi                                   on 2000/11/27  14:43:11
75272         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
75273              From: lvirden@cas.org
75274              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
75275              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
75276      Branch: perl
75277            ! README.amiga
75278 ____________________________________________________________________________
75279 [  7888] By: jhi                                   on 2000/11/27  14:32:34
75280         Log: Restore also the locale test to no-sprintf-taint state.
75281              Fixes the bug 20001127.003.
75282      Branch: perl
75283            ! sv.c t/pragma/locale.t
75284 ____________________________________________________________________________
75285 [  7887] By: gsar                                  on 2000/11/27  14:13:05
75286         Log: integrate changes#6613..6616,6620..6665 from mainline
75287              
75288              VMS configure.com update continues.
75289              
75290              Subject: Test fails / warnings with perl-current #6612
75291              
75292              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
75293              
75294              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75295              
75296              For now remove the mail code.
75297              
75298              Subject: Re: [PATCH] @+, @- readonly
75299              
75300              Subject: warning: storage class after type is obsolescent
75301              
75302              Subject: sfio2000
75303              
75304              Subject: Re: File::Temp problems on VMS in bleedperl
75305              
75306              README.os2 update.
75307              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
75308              
75309              Make the user to give up his firstborn, err, to knowingly
75310              verify installing an unstable developer release.  Also bump
75311              the release to 5.7.0, but leave a patch tag in the local
75312              patches saying that this is not yet the real thing.
75313              
75314              Update (kinda) to Test 1.14, from Joshua Pritikin.
75315              
75316              make ok etc also for win32.
75317              
75318              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
75319              
75320              Don't blow limited stacks, a lower number is enough to
75321              tickle the lookbehind limit.
75322              
75323              Use -Dusedevel; regen Configure and the respective Porting stuff.
75324              
75325              Subject: [PATCH] debugger exit code should reflect user exit code
75326              
75327              Subject: [PATCH perl@6620] cygwin port
75328              
75329              Missed a file from #6638.
75330              
75331              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)
75332              
75333              magic callbacks all need to have same type signature
75334              
75335              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
75336              
75337              Fix a dependency problem.
75338              Subject: [PATCH: 6640] VMS Makefile.SH update
75339              
75340              The numeric locale was reset to "C" by s?printf and never restored.
75341              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
75342              No test since adding the failing example to locale.t
75343              does not fail -- probably because the locale settings are so
75344              thoroughly tweaked by that time.  Running the example standalone
75345              does fail, though.  UPDATE: test case added at change #7540.
75346              
75347              Subject: [ID 20000324.040] minor fix to perlhpux.pod
75348              
75349              Update to CPAN 1.57.
75350              
75351              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
75352              
75353              Change the perlbug address to perl.org since it's more forgiving.
75354              
75355              Change the regx compilation error markers to use = instead of <
75356              since pod makes using the latter quite messy.  Reported in
75357              ID 20000814.006 by Abigail and in
75358              Subject: Unknown escape E<> ?
75359              
75360              Update to perldebtut 1.9, from Richard Foley.
75361              
75362              check that the number pseudo children doesn't exceed
75363              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
75364              the WaitForMultipleObjects() limit that would cause wait()
75365              to crash)
75366              wait() and waitpid() could potentially be rewritten to use
75367              more than one thread to do the waiting to eliminate this
75368              limitation
75369              
75370              change#6328 could make close(SOCKET) return false on windows
75371              when it shouldn't
75372              
75373              pod nit seen in passing
75374              
75375              on windows, the return values from wait() and waitpid() don't
75376              match those of pseudo-pids
75377              
75378              waitpid() now handles externally spawned pids correctly;
75379              fixes for backtick/wait/waitpid failures on Windows 9x
75380              these changes make the pid returned by process functions on
75381              Windows 9x always positive by clearing the high bit (which
75382              is always set on Win9x); pseudo-process PIDs are likewise
75383              always negative now on Win9x (just as on NT/2000)
75384              
75385              trailing new %ENV entries weren't being pushed into the real
75386              environment of subprocesses on Windows
75387              
75388              Tweak the regex compilation errors once more.
75389              
75390              avoid warnings from dense compiler
75391              
75392              add "ok" targets from change#6632 in makefile.mk
75393      Branch: maint-5.6/perl
75394            - lib/Pod/PlainText.pm vms/configure.com
75395           !> (integrate 66 files)
75396 ____________________________________________________________________________
75397 [  7886] By: jhi                                   on 2000/11/27  13:54:18
75398         Log: __FUNCTION__ isn't portable and trying to emulate it leads
75399              into practically spelling out the name of the function.
75400              Takes care of the bug 20001127.001.
75401      Branch: perl
75402            ! perlio.c
75403 ____________________________________________________________________________
75404 [  7885] By: gsar                                  on 2000/11/27  13:53:18
75405         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
75406              6610..6611 from mainline
75407              
75408              Make regular expression parse error messages easier to understand.
75409              Subject: Re: enhanced(?) regex error messages
75410              
75411              Tiny tidying on report_evil_fh().
75412              
75413              Subject: Re: enhanced(?) regex error messages 
75414              plus Capitalize the error messages, plus perldiag them.
75415              
75416              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
75417              
75418              Document here-doc better.
75419              
75420              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75421              
75422              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
75423              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
75424              (either perlbug or p5p ate the original), plus regen
75425              perlapi and perltoc. 
75426              
75427              Regen global.sym.
75428              
75429              Double check that we have a dirhandle.
75430              
75431              Subject: Re: enhanced(?) regex error messages
75432              (plus two small patches sent privately)
75433              (this still seems to leave few test failures)
75434              
75435              warn is a macro, avoid using at a variable to avoid warnings
75436              in some configurations; readdir.t is too conservative in
75437              estimating number of *.t's
75438              
75439              Get back into sync with Jeffrey on the enhanced regex warnings.
75440              
75441              Subject: [PATCH 5.6.0] cygwin port
75442              
75443              Zero entries were skipped, fix from Adrian Goalby
75444              <argoalby@yahoo.co.uk>
75445              
75446              Subject: Remove dead entry in perldiag
75447              
75448              Amend the description of Perl6.
75449              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
75450              
75451              detypo
75452              
75453              It's the 2ndO'ROSSC.
75454              
75455              Revert the sv.c part of #6559, a better fix is needed.
75456              
75457              Iterating perl6 description.
75458              
75459              Update to Term::ANSIColor 1.03, from Russ Allbery.
75460              
75461              Update to Getopt::Long 2.23_05, from Johan Vromans.
75462              
75463              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
75464              
75465              Update to Pod::Parser 1.17, from Brad Appleton.
75466              
75467              Update to CPAN 1.56, from Andreas König.
75468              
75469              Update to CGI 2.70, from Lincoln Stein.
75470              
75471              Put back the std @INC thing.
75472              
75473              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
75474              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
75475              
75476              Document the IO::Select timeout.
75477              
75478              sleep(1) does not necessarily return 1.
75479              Subject: [PATCH bleadperl] op/lex_assign.t  
75480              
75481              Subject: debugger "d" command doesnt check line number
75482              
75483              B::Deparse didn't do sub attributes.
75484              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75485              
75486              Preprocessing and postprocessing for File::Find.
75487              Subject: Patch to Find::File.pm to allow alphabetical results
75488              
75489              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
75490              
75491              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
75492              
75493              Subject: Re: [ID 20000730.003] utf8::length() bad
75494              
75495              Subject: Getting perlio and threads to compile
75496              (the Solaris version changes in Configure skipped)
75497              
75498              Tests for #6589.
75499              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75500              
75501              Add Perl debugging tutorial, regen toc. 
75502              Subject: perldebtut.pod
75503              
75504              Add a few missing files, update MANIFEST.
75505              
75506              Rewrite of vms/subconfigure.com as configure.com,
75507              from Peter Prymmer and the vmsperl crew.
75508              
75509              Should have deleted this in #6603.
75510              
75511              Fix the test for 5005threads.
75512              
75513              Fix-n-skip the tests under 5005threads.
75514              
75515              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75516              
75517              Upgrade to CGI 2.71, from Lincoln Stein.
75518      Branch: maint-5.6/perl
75519           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75520           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
75521           +> t/op/regmesg.t t/pod/find.t vms/configure.com
75522            - vms/subconfigure.com
75523            ! lib/lib.pm
75524           !> (integrate 115 files)
75525 ____________________________________________________________________________
75526 [  7884] By: jhi                                   on 2000/11/27  13:44:33
75527         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
75528              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75529              Date:     Mon, 27 Nov 2000 08:23:54 EST
75530              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
75531      Branch: perl
75532            ! vms/descrip_mms.template vms/test.com
75533 ____________________________________________________________________________
75534 [  7883] By: gsar                                  on 2000/11/27  11:50:46
75535         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
75536              6511..6513,6515..6523,6525..6536
75537              
75538              The swallow_bom() saga continues.  The #23 of require.t
75539              (UTF16-LE) still fails (silently, no output) but the #22
75540              (UTF16-BE) seems to be working now.  The root of the
75541              failure may be in sv_gets(): is it UTF-16LE-aware,
75542              especially when it comes to line endings? 
75543              
75544              Document the problem with -P in HP-UX and its workaround.
75545              
75546              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
75547              (aka ID 20000730.002)
75548              
75549              Subject: fix and question re: waitpid() under win32
75550              
75551              Make the safety catch for buggy gccs work with triple version
75552              numbers like 2.95.2.  Reported in
75553              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
75554              
75555              In Digital UNIX warn if gcc explicitly chosen because even
75556              2.95.2 is known to cause problems.
75557              
75558              Make chr() for values >127 to create utf8 when under utf8.
75559              
75560              various syntax errors and such (not fixed: comp/require.t#22 coredump
75561              on Windows)
75562              
75563              Stash away the largefiles flags and libswanted.
75564              
75565              BOM patching from Simon Cozens.
75566              
75567              If gccosandvers is equal to osname, clear gccosandvers.
75568              
75569              Make p4desc to skip non-mainperl branches by default.
75570              
75571              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
75572              
75573              The test from this
75574              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
75575              
75576              In new BSDs changes to argv[] do not show up in ps(1) output,
75577              instead one must use setproctitle().  This was already addressed
75578              by change #6457, but the below has a new variant for FreeBSD 4.0
75579              or later, and the matter is also documented more.
75580              
75581              FreeBSD 3.* updates from
75582              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
75583              
75584              regen_headers, regen perltoc.
75585              
75586              Document in one place the memory abstractions used in Perl core.
75587              
75588              memcpy has n o in it, as pinted ut by Sarathy.
75589              
75590              Remove the extraneous "main::" prefix from all the
75591              "opened only for", "on closed", and "never opened" warnings.
75592              
75593              The name of a filehandle does not have <these>.
75594              
75595              The tr utf8 patching continues.
75596              
75597              The new setproctitle() feature is available only in 
75598              bleeding edge FreeBSD.  From Paul Saab.
75599              
75600              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
75601              
75602              Dump UVs as UVs in Data::Dumper.
75603              
75604              detypo #6494
75605              
75606              Document the IVdf UVuf UVof UVxf.
75607              
75608              require.t needs binmode() to work on windows
75609              
75610              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
75611              that are hopefully soon put into use.
75612              
75613              Allow "no Module;" even if there is no 'unimport'.
75614              
75615              Better skip message for the test; one of the two problems in
75616              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
75617              
75618              The subtest 4 may fail also on VOBS, as pointed out
75619              by Nick Ing-Simmons in November 1999, bug id 19991124.003
75620              (but the failure in that bug report isn't the subtest 4).
75621              
75622              Be more informative on what is skipped and why,
75623              also repeat the list at the end.
75624              
75625              Add a URL for FSF.
75626              
75627              Subject: [PATCH] sv.h documentation - SvLEN
75628              
75629              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
75630              
75631              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
75632              
75633              Subject: [PATCH] bad cppsymbols on os2 + Configure question
75634              
75635              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
75636              
75637              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
75638              mention the idea of @( and @)
75639              
75640              This is 6512.  Really.
75641              
75642              Subject: [ID 19990721.004] Documentation bug in perlfunc
75643              
75644              Subject: Minor tweak to perlvar.pod
75645              
75646              In the warnings call filehandles consistently so;
75647              add "unopened" warning for stat().
75648              
75649              After the #6519 a warning about stat() is just that,
75650              not about a filetest, which now have their own warning.
75651              
75652              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
75653              
75654              Subject: Re: Array vs. List context
75655              
75656              Subject: New perlcc, take 2
75657              
75658              Weed buglets pointed out by
75659              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
75660              
75661              gcc versions might have (parentheses) in them.
75662              
75663              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
75664              
75665              Essential prototype changes were missing from #6527.
75666              Also make report_evil_fh() more bomb-proof.
75667              
75668              Zap lib/Sys directory when cleaning up.
75669              
75670              Change the Policy policy: now -Dprefix= with an existing
75671              Policy.sh and prefix == siteprefix == vendorprefix, then all
75672              of them follow along the new prefix.
75673              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
75674              
75675              Continue fixing the io warnings.  This also
75676              sort of fixes bug ID 20000802.003: the core dump
75677              is no more.  Whether the current behaviour is correct
75678              (giving a warning: "Not a format reference"), is another matter.
75679              
75680              Have symbols for the IoTYPEs.
75681              
75682              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
75683              
75684              Document a bit that UDP is not what you might think.
75685              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
75686              tr memory corruption fix from Simon Cozens.
75687              
75688              Plug the security hole described in the Aug 05 2000 bugtraq message
75689              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
75690              The security hole exists only in suidperls, which isn't
75691              installed or even built by default.
75692      Branch: maint-5.6/perl
75693           !> (integrate 71 files)
75694 ____________________________________________________________________________
75695 [  7882] By: gsar                                  on 2000/11/27  10:25:36
75696         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
75697              from mainline
75698              
75699              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
75700              to be fatal errors (instead of by default ignoring them, and
75701              ignoring with a bug: even though -w gave an error, the opening [
75702              was left in)  Reported in:
75703              
75704              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
75705              
75706              Subject: [PATCH] split /^/
75707              
75708              MacOS nits from Matthias Neeracher.
75709              
75710              More split() doc and test patches from Mike Guy.
75711              
75712              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
75713              from Graham Barr in the module list.
75714              
75715              docfix from Peter Scott <Peter@PSDT.com>.
75716              
75717              File::Temp patches for VMS and OS/2 from Tim Jenness.
75718              
75719              open() wariness in perlbug.
75720              
75721              Subject: [PATCH] minor doc change - perlguts
75722              
75723              Subject: Minor doc patch: handy.h
75724              
75725              Be wary of close()s, too.
75726              
75727              Further File::Temp patches from Yitzchak Scott-Thoennes
75728              and Craig A. Berry.
75729              
75730              Subject: [PATCH] fixes bug 20000508.004
75731              
75732              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
75733              
75734              Allow "no AutoLoader;", based on change #6444,
75735              suggested by Graham Barr.
75736              
75737              Use setproctitle() if available to modify $0.
75738              
75739              Warn if the version of the operating system used to compile gcc
75740              differs from the current version of the operating system.
75741              Also display the gcc compilation os and version in myconfig.
75742              Inspiration from
75743              
75744              Tiny fixes for #6460.
75745              
75746              The problem described in this
75747              Subject: [ID 20000322.018] named chars aren't magical enough
75748              has been fixed in perl 5.6.0 but just in case added a test
75749              to keep it away.  (The report from Joseph Hall.)
75750              
75751              Tune the comments and hopefully stop a memory leak.
75752              
75753              Subject: UTF8 concat
75754              (with a memory leak fixed, plus a few casts added)
75755              This also seems to help for
75756              Subject: [ID 20000716.015] join UTF8 weirdness
75757              
75758              Do not upgrade SVs into utf8 just because they participate
75759              in eq or cmp.  Reported and fix suggested in
75760              Subject: [ID 20000720.009] sv_eq UTF8 bug
75761              
75762              Fix the HALF_UPGRADE() macro introduced in #6263.
75763              
75764              Find green threads before native threads.
75765              Subject: Re: Patch to jpl/JNI/Makefile.PL
75766      Branch: maint-5.6/perl
75767           !> (integrate 30 files)
75768 ____________________________________________________________________________
75769 [  7881] By: jhi                                   on 2000/11/27  05:48:41
75770         Log: It seems that *both* the unused submatch loop cleanup
75771              codes are needed.
75772      Branch: perl
75773            ! regexec.c
75774 ____________________________________________________________________________
75775 [  7880] By: jhi                                   on 2000/11/27  04:50:07
75776         Log: Clean .exists deeper.
75777      Branch: perl
75778            ! Makefile.SH
75779 ____________________________________________________________________________
75780 [  7879] By: jhi                                   on 2000/11/27  02:31:35
75781         Log: The code in regcppop() (see #7878) contains the correct lower
75782              limit for the unused submatch 'cleanup' loop so that under
75783              "use utf8" the following code wouldn't dump core:
75784              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
75785              the cleanup loop in regtry() stomped beyond allocated area
75786              in the startp[] array.  Therefore, copied the correct lower
75787              loop limit (*PL_reglastparen) to regtry().  Note: something
75788              may still not be quite right: why was the _higher_ loop limit
75789              (prog->nparens) different in the utf8 case?
75790              
75791              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
75792              without core dumps, there were about 17 of them before
75793              the patch (with us since Perl 5.7.0).  Two failures, still:
75794              496 and 505 (though these may not be severe).
75795              
75796              Patch #7881 is also needed since both the cleanup loops
75797              seem to be needed.
75798              
75799              Also, the t/op/pat#44 seems to core dump under utf8.
75800              Plus a couple of failures.  UGH-8.
75801      Branch: perl
75802            ! regexec.c
75803 ____________________________________________________________________________
75804 [  7878] By: jhi                                   on 2000/11/27  02:21:17
75805         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
75806              the code in regcppop() seems to be redundant for the test suite --
75807              but it contains a germ of truth, and it needed for the build
75808              process itself: see #7879 and #7881.
75809      Branch: perl
75810            ! regexec.c
75811 ____________________________________________________________________________
75812 [  7877] By: jhi                                   on 2000/11/27  01:53:09
75813         Log: Comment on comment.
75814      Branch: perl
75815            ! regexec.c
75816 ____________________________________________________________________________
75817 [  7876] By: jhi                                   on 2000/11/27  00:49:59
75818         Log: Adjust the docs to agree with #7875.
75819      Branch: perl
75820            ! pod/perllocale.pod
75821 ____________________________________________________________________________
75822 [  7875] By: jhi                                   on 2000/11/27  00:49:27
75823         Log: Retract #7863.  It makes more sense not to taint formatted output,
75824              not even by sprintf().
75825      Branch: perl
75826            ! sv.c
75827 ____________________________________________________________________________
75828 [  7874] By: jhi                                   on 2000/11/26  23:36:02
75829         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
75830              Not really fixed (should really dump the UTF-8 charclass),
75831              but stopped displaying the garbage.
75832              
75833              Also add a note on the (missing) Unicode PSXSPC and BLANK.
75834      Branch: perl
75835            ! regcomp.c
75836 ____________________________________________________________________________
75837 [  7873] By: jhi                                   on 2000/11/26  21:31:13
75838         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
75839      Branch: perl
75840            ! regexec.c
75841 ____________________________________________________________________________
75842 [  7872] By: jhi                                   on 2000/11/26  21:06:04
75843         Log: No need to scan till infinity, 13 is enough.
75844      Branch: perl
75845            ! handy.h utf8.c
75846 ____________________________________________________________________________
75847 [  7871] By: jhi                                   on 2000/11/26  20:20:32
75848         Log: Test line numbers are different with utf8.
75849      Branch: perl
75850            ! t/op/re_tests
75851 ____________________________________________________________________________
75852 [  7870] By: jhi                                   on 2000/11/26  20:10:12
75853         Log: Message nit.
75854      Branch: perl
75855            ! regcomp.c
75856 ____________________________________________________________________________
75857 [  7869] By: jhi                                   on 2000/11/26  19:01:05
75858         Log: Make utf8_length() and utf8_distance() (the latter of which
75859              is unused at the moment) to be less forgiving about bad UTF-8.
75860      Branch: perl
75861            ! embed.h embed.pl objXSUB.h proto.h utf8.c
75862 ____________________________________________________________________________
75863 [  7868] By: jhi                                   on 2000/11/26  18:45:56
75864         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
75865              From: Benjamin Holzman <bah@ecnvantage.com>
75866              Date: Sat, 25 Nov 2000 20:40:20 -0500       
75867              Message-ID: <20001125204020.A25040@ecnvantage.com>              
75868              
75869              Debian allows installing /usr/bin/locale without installing
75870              any locales, an error message will ensue.
75871      Branch: perl
75872            ! t/pragma/locale.t
75873 ____________________________________________________________________________
75874 [  7867] By: jhi                                   on 2000/11/26  18:31:12
75875         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
75876              From: Benjamin Holzman <bah@ecnvantage.com>
75877              Date: Sun, 26 Nov 2000 02:42:34 -0500
75878              Message-ID: <20001126024234.G25040@ecnvantage.com>
75879              
75880              Patch for the bug 20000212.002.
75881      Branch: perl
75882            ! sv.c t/op/array.t
75883 ____________________________________________________________________________
75884 [  7866] By: jhi                                   on 2000/11/26  18:28:09
75885         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
75886              From: Tim Jenness <t.jenness@jach.hawaii.edu>
75887              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
75888              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
75889              
75890              File::Temp 0.11.
75891      Branch: perl
75892            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
75893 ____________________________________________________________________________
75894 [  7865] By: jhi                                   on 2000/11/26  18:24:22
75895         Log: The metaconfig unit change for #7864.
75896      Branch: metaconfig/U/perl
75897            ! need_va_copy.U
75898 ____________________________________________________________________________
75899 [  7864] By: jhi                                   on 2000/11/26  18:23:41
75900         Log: Make the va_copy() test not to be so talkative.
75901      Branch: perl
75902            ! Configure config_h.SH
75903 ____________________________________________________________________________
75904 [  7863] By: jhi                                   on 2000/11/26  18:11:02
75905         Log: Fix locale inconsistencies unearthed by Hugo's work.
75906              Now the floating point sprintf really does taint the result
75907              string as perllocale promises (has promised for a long time)
75908              if "use locale" is in the lexical scope.
75909      Branch: perl
75910            ! sv.c t/pragma/locale.t
75911 ____________________________________________________________________________
75912 [  7862] By: jhi                                   on 2000/11/26  00:35:15
75913         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
75914              From: Nicholas Clark <nick@ccl4.org>
75915              Date: Sun, 26 Nov 2000 00:07:50 +0000
75916              Message-ID: <20001126000750.A22446@plum.flirble.org>
75917              
75918              Infinit.
75919      Branch: perl
75920            ! sv.c
75921 ____________________________________________________________________________
75922 [  7861] By: jhi                                   on 2000/11/26  00:01:26
75923         Log: Integrate perlio:
75924              
75925              [  7860]
75926              Correct relative path from new ext\Filter\Util\Call location
75927              back to miniperl.
75928              
75929              [  7857]
75930              All tests pass on Win32/gcc/USE_PERLIO.
75931              - when crlf layer is pushed make unix-level binary.
75932              - remove :crlf injection in pp_backtick in pp_sys.c
75933              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75934              
75935              [  7853]
75936              Re-arrange crlf vs binary for platforms that care.
75937              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75938              Lip-service to making stdio layer work on such platforms (untested).
75939              Now fails 3 tests rather than one, checkin to see if I can debug 
75940              the issue under linux. (Do not merge.)
75941      Branch: perl
75942           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
75943 ____________________________________________________________________________
75944 [  7860] By: nick                                  on 2000/11/25  22:04:17
75945         Log: Correct relative path from new ext\Filter\Util\Call location
75946              back to miniperl.
75947      Branch: perlio
75948            ! win32/makefile.mk
75949 ____________________________________________________________________________
75950 [  7859] By: nick                                  on 2000/11/25  21:26:54
75951         Log: Integrate mainline.
75952      Branch: perlio
75953           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75954           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75955           +> t/lib/filter-util.t
75956            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75957            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75958            - t/lib/filt-util.t
75959           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
75960           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75961           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
75962           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
75963           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
75964           !> win32/makefile.mk
75965 ____________________________________________________________________________
75966 [  7858] By: gsar                                  on 2000/11/25  20:52:17
75967         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
75968              parent's memory; fix it by keeping track of the actual pad
75969              offset rather than a raw pointer (this change is probably also
75970              relevant to non-ithreads case to avoid fallout from reallocs of
75971              the pad array, but is currently only enabled for the ithreads
75972              case in the interests of minimal disruption to existing "well
75973              tested" code)
75974      Branch: perl
75975            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
75976            ! proto.h scope.c scope.h sv.c t/op/fork.t
75977 ____________________________________________________________________________
75978 [  7857] By: nick                                  on 2000/11/25  20:01:28
75979         Log: All tests pass on Win32/gcc/USE_PERLIO.
75980              - when crlf layer is pushed make unix-level binary.
75981              - remove :crlf injection in pp_backtick in pp_sys.c
75982              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75983      Branch: perlio
75984            ! doio.c perlio.c pp_sys.c win32/makefile.mk
75985 ____________________________________________________________________________
75986 [  7856] By: jhi                                   on 2000/11/25  18:38:30
75987         Log: Update the metaconfig units for #7855.
75988      Branch: metaconfig/U/perl
75989            ! useperlio.U usesocks.U
75990 ____________________________________________________________________________
75991 [  7855] By: jhi                                   on 2000/11/25  18:37:54
75992         Log: Undo the SOCKS workarounds, instead start using PerlIO
75993              if SOCKS is selected.
75994              
75995              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
75996              From: Jens Hamisch <jens@Strawberry.COM>
75997              Date: Fri, 24 Nov 2000 18:31:30 +0100
75998              Message-ID: <20001124183130.E28337@Strawberry.COM>
75999              
76000              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
76001              From: Jens Hamisch <jens@Strawberry.COM>
76002              Date: Fri, 24 Nov 2000 19:11:51 +0100
76003              Message-ID: <20001124191151.A28753@Strawberry.COM>
76004      Branch: perl
76005            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
76006            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
76007 ____________________________________________________________________________
76008 [  7854] By: jhi                                   on 2000/11/25  17:39:08
76009         Log: Undo #7848.  Some of the code seems to use walkoptree(),
76010              some walkoptree_slow().  An unfinished renaming?
76011              Now the sub is walkoptree() (which is @EXPORT_OK),
76012              the walkoptree_slow() is a typeglob alias to walkoptree.
76013              This makes the tests to pass, at least.
76014      Branch: perl
76015            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
76016 ____________________________________________________________________________
76017 [  7853] By: nick                                  on 2000/11/24  22:24:33
76018         Log: Re-arrange crlf vs binary for platforms that care.
76019              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
76020              Lip-service to making stdio layer work on such platforms (untested).
76021              Now fails 3 tests rather than one, checkin to see if I can debug 
76022              the issue under linux. (Do not merge.)
76023      Branch: perlio
76024            ! doio.c perlio.c perliol.h
76025 ____________________________________________________________________________
76026 [  7852] By: jhi                                   on 2000/11/24  18:57:39
76027         Log: AUTHORS edits.
76028      Branch: perl
76029            ! AUTHORS
76030 ____________________________________________________________________________
76031 [  7851] By: jhi                                   on 2000/11/24  17:34:56
76032         Log: Add Jan-Erik Karlsson.
76033      Branch: perl
76034            ! AUTHORS
76035 ____________________________________________________________________________
76036 [  7850] By: jhi                                   on 2000/11/24  17:27:56
76037         Log: Configure should find stdchar on its own.
76038      Branch: perl
76039            ! hints/solaris_2.sh
76040 ____________________________________________________________________________
76041 [  7849] By: jhi                                   on 2000/11/24  17:24:55
76042         Log: Subject: PATCH over 7848: Filter test flawed
76043              From: andreas.koenig@anima.de (Andreas J. Koenig)
76044              Date: 24 Nov 2000 10:28:29 +0100
76045              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
76046      Branch: perl
76047            ! t/lib/filter-util.t
76048 ____________________________________________________________________________
76049 [  7848] By: jhi                                   on 2000/11/24  17:22:15
76050         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
76051              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
76052              Date: Fri, 24 Nov 2000 16:12:58 +0000
76053              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
76054      Branch: perl
76055            ! ext/B/B.pm
76056 ____________________________________________________________________________
76057 [  7847] By: jhi                                   on 2000/11/24  03:07:01
76058         Log: Integrate perlio:
76059              
76060              [  7844]
76061              Win32/perlio Now just fails one io/argv.t test - lack 
76062              of default :crlf on standard streams.
76063              
76064              [  7843]
76065              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
76066              peek fail is showing a real problem (multiple crlf layers
76067              are getting pushed.)
76068              
76069              [  7842]
76070              Implement PerlIO_binmode()
76071              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
76072              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
76073              make binmode in t/lib/io_tell.t unconditional so that works.
76074              Checkin just so Win32 machine can see these changes.
76075              
76076              [  7836]
76077              Implement crlf layer - not ready for merge.
76078      Branch: perl
76079           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
76080           !> win32/makefile.mk
76081 ____________________________________________________________________________
76082 [  7846] By: gsar                                  on 2000/11/24  00:55:57
76083         Log: integrate changes#6415..6418,6420..6438 from mainline
76084              
76085              Fix the bitvector ops for utf8 (tricky since past 7 bits
76086              the utf8 'characters' can be more than one octet).
76087              
76088              MPE/ix updates for perl 5.6.0 from Mark Bixby.
76089              
76090              Subject: SDBM_File documentation
76091              
76092              Detypo.
76093              
76094              Decutandpasto.
76095              
76096              Send all installperl messages to STDERR and be -w clean.
76097              
76098              Out-of-date note removed.
76099              
76100              Protect against "wild next"s, that is, callbacks doing "next"
76101              instead of "return".
76102              
76103              Use STDOUT consistently.
76104              
76105              The output might have been produced in the wrong order.
76106              
76107              A missing 'break' after the [[:space:]] switch case.
76108              
76109              Add tests for
76110              [ID 19991110.003] another matching finding by pcre author
76111              which has already been fixed by some patch, as verified in
76112              
76113              Documentation to explain the behaviour of map().
76114              
76115              Add an optimization for map-maps-a-list-element-to-more-list-elements
76116              case, but add also notes explaining the relationship of this
76117              patch and the earlier notes by Sarathy.
76118              
76119              Subject: [ID 20000716.023] syslog test fails without sockets
76120              
76121              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
76122              Test cases for #6431.
76123              
76124              File::Spec::VMS fixup for tmpdir from Craig Berry.
76125              
76126              Make the "uninit variable" warning to say "concat or string"
76127              or "join or string" when in concat or join .
76128              
76129              Get UTF16 BOMs working.  Patch from
76130              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
76131              
76132              Subject: [PATCH] Make large file tests deal with SIGXFSZ
76133              
76134              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
76135              
76136              Subject: [PATCH] av.c apidoc
76137      Branch: maint-5.6/perl
76138           !> (integrate 43 files)
76139 ____________________________________________________________________________
76140 [  7845] By: gsar                                  on 2000/11/24  00:20:45
76141         Log: integrate changes#6406..6414 from mainline
76142              
76143              Merge perlhacktut into perlhack, update perlguts.
76144              
76145              Fix AutoSplit to use File::Spec the right way in VMS,
76146              from Peter Prymmer.
76147              
76148              The bug report
76149              [ID 19991110.002] minimal matching discrepancy found by pcre author
76150              seems to have been fixed (though differently from what was suggested
76151              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
76152              
76153              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
76154              not in pod, from Peter Prymmer
76155              
76156              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
76157              From: Hugo <hv@crypt.compulink.co.uk>
76158              Date: Fri, 14 Jul 2000 23:05:20 +0100
76159              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
76160              
76161              Didn't anymore apply, but that point still could use another fix.
76162              
76163              lib/b test fixes from Peter Prymmer.
76164              
76165              More docs for sv functions.
76166              
76167              perlvms.pod whitespace cleanup to keep pod utils happy.
76168              
76169              another VMS build tweak from Peter Prymmer
76170      Branch: maint-5.6/perl
76171           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
76172           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
76173           !> vms/descrip_mms.template vms/perlvms.pod
76174 ____________________________________________________________________________
76175 [  7844] By: nick                                  on 2000/11/23  23:42:45
76176         Log: Win32/perlio Now just fails one io/argv.t test - lack 
76177              of default :crlf on standard streams.
76178      Branch: perlio
76179            ! doio.c perlio.c
76180 ____________________________________________________________________________
76181 [  7843] By: nick                                  on 2000/11/23  23:04:05
76182         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
76183              peek fail is showing a real problem (multiple crlf layers
76184              are getting pushed.)
76185      Branch: perlio
76186            ! doio.c perlio.c win32/makefile.mk
76187 ____________________________________________________________________________
76188 [  7842] By: nick                                  on 2000/11/23  19:46:23
76189         Log: Implement PerlIO_binmode()
76190              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
76191              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
76192              make binmode in t/lib/io_tell.t unconditional so that works.
76193              Checkin just so Win32 machine can see these changes.
76194      Branch: perlio
76195            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
76196 ____________________________________________________________________________
76197 [  7841] By: jhi                                   on 2000/11/23  19:30:00
76198         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
76199      Branch: perl
76200            ! README.amiga
76201 ____________________________________________________________________________
76202 [  7840] By: jhi                                   on 2000/11/23  17:18:02
76203         Log: SOCKS wrestling continues, patches from Jens Hamisch.
76204      Branch: perl
76205            ! doio.c embed.h embed.pl perlsdio.h proto.h
76206 ____________________________________________________________________________
76207 [  7839] By: jhi                                   on 2000/11/23  16:54:14
76208         Log: Push Filter::Util::Call one level deeper.
76209      Branch: perl
76210            + t/lib/filter-util.t
76211           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
76212           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
76213            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76214            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76215            - t/lib/filt-util.t
76216            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
76217            ! win32/Makefile win32/makefile.mk
76218 ____________________________________________________________________________
76219 [  7838] By: jhi                                   on 2000/11/23  16:52:40
76220         Log: Reach back one higher up when searching for PERL_SRC.
76221      Branch: perl
76222            ! lib/ExtUtils/MM_Unix.pm
76223 ____________________________________________________________________________
76224 [  7837] By: jhi                                   on 2000/11/23  16:05:41
76225         Log: Subject: Re: perl@7826
76226              Date: Thu, 23 Nov 2000 02:20:25 -0600
76227              From: "Craig A. Berry" <craigberry@mac.com>
76228              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
76229              
76230              Make VMS to like Filter::Util::Call. 
76231      Branch: perl
76232            ! configure.com ext/Filter/Util/Makefile.PL
76233 ____________________________________________________________________________
76234 [  7836] By: nick                                  on 2000/11/23  16:04:08
76235         Log: Implement crlf layer - not ready for merge.
76236      Branch: perlio
76237            ! perlio.c win32/makefile.mk
76238 ____________________________________________________________________________
76239 [  7835] By: jhi                                   on 2000/11/23  15:56:52
76240         Log: STDCHAR is different in Sparc v9 vs x86.
76241      Branch: perl
76242            ! hints/solaris_2.sh
76243 ____________________________________________________________________________
76244 [  7834] By: jhi                                   on 2000/11/23  15:50:47
76245         Log: The type needs to be visible to protos.
76246      Branch: perl
76247            ! perl.h
76248 ____________________________________________________________________________
76249 [  7833] By: jhi                                   on 2000/11/23  15:40:46
76250         Log: Finish unfinished SOCKS workaround changes.
76251      Branch: perl
76252            ! doio.c
76253 ____________________________________________________________________________
76254 [  7832] By: jhi                                   on 2000/11/23  15:33:30
76255         Log: Integrate perlio:
76256              
76257              [  7831]
76258              Correct makefile.mk dependancies for ext/Filter/Util
76259              Build ext/Encode
76260              Run dmake regen_config_h
76261      Branch: perl
76262           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
76263           !> win32/makefile.mk
76264 ____________________________________________________________________________
76265 [  7831] By: nick                                  on 2000/11/23  10:31:07
76266         Log: Correct makefile.mk dependancies for ext/Filter/Util
76267              Build ext/Encode
76268              Run dmake regen_config_h
76269      Branch: perlio
76270            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
76271            ! win32/makefile.mk
76272 ____________________________________________________________________________
76273 [  7830] By: nick                                  on 2000/11/23  08:05:07
76274         Log: Integrate mainline
76275      Branch: perlio
76276           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76277           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
76278           +> t/lib/filt-util.pl t/lib/filt-util.t
76279           !> (integrate 41 files)
76280 ____________________________________________________________________________
76281 [  7829] By: gsar                                  on 2000/11/23  03:07:11
76282         Log: build the Filter extension on windows
76283      Branch: perl
76284            ! win32/Makefile win32/makefile.mk
76285 ____________________________________________________________________________
76286 [  7828] By: gsar                                  on 2000/11/23  02:46:35
76287         Log: regenerate win32/config* and fix some inconsistencies in the
76288              makefiles; always export Perl_deb() because it is needed
76289              by ext/re/* (whether perl itself is built with -DDEBUGGING
76290              or not)
76291      Branch: perl
76292            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
76293            ! win32/config_H.vc win32/makefile.mk
76294 ____________________________________________________________________________
76295 [  7827] By: gsar                                  on 2000/11/23  02:18:38
76296         Log: get sources building on windows+MSVC again (untested with other
76297              compilers)
76298      Branch: perl
76299            ! win32/include/sys/socket.h win32/perllib.c
76300 ____________________________________________________________________________
76301 [  7826] By: jhi                                   on 2000/11/23  01:18:26
76302         Log: Update Changes.
76303      Branch: perl
76304            ! Changes patchlevel.h
76305 ____________________________________________________________________________
76306 [  7825] By: jhi                                   on 2000/11/23  00:20:41
76307         Log: Subject: Re: av.c patch (having slight problems)
76308              From: "Ben Tilly" <ben_tilly@hotmail.com>
76309              Date: Tue, 21 Nov 2000 23:29:31 -0500
76310              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
76311              
76312              unshift() speedup.
76313      Branch: perl
76314            ! av.c
76315 ____________________________________________________________________________
76316 [  7824] By: jhi                                   on 2000/11/22  23:59:15
76317         Log: Fixes for signedness warnings noticed by VMSperlers.
76318      Branch: perl
76319            ! ext/Storable/Storable.xs regcomp.c sv.c
76320 ____________________________________________________________________________
76321 [  7823] By: jhi                                   on 2000/11/22  23:19:31
76322         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
76323              From: Peter Prymmer <pvhp@forte.com>
76324              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
76325              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
76326      Branch: perl
76327            ! t/pragma/warn/pp_hot
76328 ____________________________________________________________________________
76329 [  7822] By: jhi                                   on 2000/11/22  22:52:20
76330         Log: Be clean.
76331      Branch: perl
76332            ! Makefile.SH
76333 ____________________________________________________________________________
76334 [  7821] By: jhi                                   on 2000/11/22  22:46:39
76335         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
76336              by Damian Conway, as suggested by Paul Marquess.
76337      Branch: perl
76338            + lib/Filter/Simple.pm
76339 ____________________________________________________________________________
76340 [  7820] By: jhi                                   on 2000/11/22  22:45:51
76341         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
76342      Branch: perl
76343            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
76344            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
76345            + t/lib/filt-util.t
76346            ! MANIFEST
76347 ____________________________________________________________________________
76348 [  7819] By: jhi                                   on 2000/11/22  22:03:27
76349         Log: Integrate perlio:
76350              
76351              [  7802]
76352              Win32 PerlIO intermediate state now working as expected.
76353              - In current state we are still using C runtime in text/binary
76354              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76355              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76356              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76357              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76358              for CRLF translation happening in C runtime. All other tests pass.
76359              Added note to README.win32 to point out the snags of doing a perl build
76360              with Norton AntiVirus turned on.
76361              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76362              which file a fail comes from.
76363              Updated "canned" config.h to match the one generated.
76364      Branch: perl
76365           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76366           !> win32/makefile.mk
76367 ____________________________________________________________________________
76368 [  7818] By: jhi                                   on 2000/11/22  21:56:02
76369         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
76370      Branch: perl
76371            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
76372            ! t/lib/io_sock.t
76373 ____________________________________________________________________________
76374 [  7817] By: jhi                                   on 2000/11/22  21:39:49
76375         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
76376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76377              Date: Wed, 22 Nov 2000 16:08:12 -0500
76378              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
76379      Branch: perl
76380            ! lib/ExtUtils/Liblist.pm
76381 ____________________________________________________________________________
76382 [  7816] By: jhi                                   on 2000/11/22  21:38:25
76383         Log: Go ahead and #include <unistd.h> in perl.h.
76384      Branch: perl
76385            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
76386            ! util.c
76387 ____________________________________________________________________________
76388 [  7815] By: jhi                                   on 2000/11/22  21:22:52
76389         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
76390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76391              Date: Mon, 20 Nov 2000 18:30:52 -0500
76392              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
76393      Branch: perl
76394            ! pod/perlre.pod regcomp.c t/op/re_tests
76395 ____________________________________________________________________________
76396 [  7814] By: jhi                                   on 2000/11/22  21:21:46
76397         Log: Subject: [PATCH 5.7.0] Liblist finally works
76398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76399              Date: Tue, 21 Nov 2000 22:02:17 -0500
76400              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
76401      Branch: perl
76402            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
76403            ! lib/ExtUtils/MakeMaker.pm
76404 ____________________________________________________________________________
76405 [  7813] By: jhi                                   on 2000/11/22  21:20:23
76406         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
76407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76408              Date: Wed, 22 Nov 2000 17:53:15 +0100
76409              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
76410              
76411              AIX dynaloader and perlio patch.
76412      Branch: perl
76413            ! ext/DynaLoader/dl_aix.xs
76414 ____________________________________________________________________________
76415 [  7812] By: jhi                                   on 2000/11/22  21:17:52
76416         Log: (Accidentally empty patch.)
76417      Branch: perl
76418            ! av.c
76419 ____________________________________________________________________________
76420 [  7811] By: jhi                                   on 2000/11/22  21:16:31
76421         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
76422              From: Peter Prymmer <pvhp@forte.com>
76423              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
76424              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
76425      Branch: perl
76426            ! vms/test.com
76427 ____________________________________________________________________________
76428 [  7810] By: jhi                                   on 2000/11/22  21:15:36
76429         Log: Subject: Re: perl@7777 
76430              From: "John P. Linderman" <jpl@research.att.com>
76431              Date: Wed, 22 Nov 2000 13:11:11 -0500
76432              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
76433              
76434              Detypoing.
76435      Branch: perl
76436            ! lib/CPAN.pm
76437 ____________________________________________________________________________
76438 [  7809] By: jhi                                   on 2000/11/22  21:14:19
76439         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
76440              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76441              Date:     Wed, 22 Nov 2000 13:51:37 EST
76442              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
76443      Branch: perl
76444            ! perlsdio.h
76445 ____________________________________________________________________________
76446 [  7808] By: jhi                                   on 2000/11/22  21:13:27
76447         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
76448              From: Casey Tweten <crt@kiski.net>
76449              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
76450              Message-Id: <200011201653.LAA10194@home.kiski.net>
76451      Branch: perl
76452            ! t/lib/io_udp.t
76453 ____________________________________________________________________________
76454 [  7807] By: jhi                                   on 2000/11/22  21:12:35
76455         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
76456              From: Casey Tweten <crt@kiski.net>
76457              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
76458              Message-Id: <200011201636.LAA07227@home.kiski.net>
76459      Branch: perl
76460            ! t/lib/io_sock.t
76461 ____________________________________________________________________________
76462 [  7806] By: jhi                                   on 2000/11/22  21:10:59
76463         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
76464              From: "Casey R. Tweten" <crt@kiski.net>
76465              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
76466              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
76467      Branch: perl
76468            ! utils/h2xs.PL
76469 ____________________________________________________________________________
76470 [  7805] By: nick                                  on 2000/11/22  21:05:06
76471         Log: Integrate mainline
76472      Branch: perlio
76473           !> Changes Porting/genlog ext/DB_File/DB_File.xs
76474           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
76475           !> utils/perlbug.PL
76476 ____________________________________________________________________________
76477 [  7804] By: jhi                                   on 2000/11/22  21:01:12
76478         Log: Subject: [PATCH] Test.pm POD peculiarity
76479              From: "Casey R. Tweten" <crt@kiski.net>
76480              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
76481              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
76482      Branch: perl
76483            ! lib/Test.pm
76484 ____________________________________________________________________________
76485 [  7803] By: jhi                                   on 2000/11/22  20:59:59
76486         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
76487              From: "Philip Newton" <pnewton@gmx.de>
76488              Date: Wed, 22 Nov 2000 14:25:53 +0100
76489              Message-Id: <3A1BD771.25462.1939FAD@localhost>
76490              
76491              Be case-understanding also on 's', and use the -oi of sendmail
76492              not to terminate the transmission on a lone '.'.
76493      Branch: perl
76494            ! utils/perlbug.PL
76495 ____________________________________________________________________________
76496 [  7802] By: nick                                  on 2000/11/22  20:51:42
76497         Log: Win32 PerlIO intermediate state now working as expected.
76498              - In current state we are still using C runtime in text/binary
76499              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76500              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76501              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76502              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76503              for CRLF translation happening in C runtime. All other tests pass.
76504              
76505              Added note to README.win32 to point out the snags of doing a perl build
76506              with Norton AntiVirus turned on.
76507              
76508              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76509              which file a fail comes from.
76510              
76511              Updated "canned" config.h to match the one generated.
76512      Branch: perlio
76513            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76514            ! win32/makefile.mk
76515 ____________________________________________________________________________
76516 [  7801] By: jhi                                   on 2000/11/22  06:50:20
76517         Log: Nickety nits.
76518      Branch: perl
76519            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76520 ____________________________________________________________________________
76521 [  7800] By: jhi                                   on 2000/11/22  01:29:55
76522         Log: Changes had accidentally gone too silent on non-main branches.
76523      Branch: perl
76524            ! Changes Porting/genlog patchlevel.h
76525 ____________________________________________________________________________
76526 [  7799] By: gsar                                  on 2000/11/22  01:02:56
76527         Log: some lib_pm.PL changes snuck in via change#7772
76528      Branch: maint-5.6/perl
76529            ! Makefile.SH
76530 ____________________________________________________________________________
76531 [  7798] By: nick                                  on 2000/11/21  21:59:40
76532         Log: Integrate mainline
76533      Branch: perlio
76534           !> (integrate 28 files)
76535 ____________________________________________________________________________
76536 [  7797] By: jhi                                   on 2000/11/21  21:01:45
76537         Log: Integrate perlio:
76538              
76539              [  7796]
76540              Win32 builds and runs (mostly) with USE_PERLIO.
76541              PERLIO=perlio passes all tests. 
76542              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76543              
76544              [  7790]
76545              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76546              
76547              [  7788]
76548              Make extra buffer layer work (dummy crlf layer)
76549      Branch: perl
76550           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
76551 ____________________________________________________________________________
76552 [  7796] By: nick                                  on 2000/11/21  20:36:22
76553         Log: Win32 builds and runs (mostly) with USE_PERLIO.
76554              PERLIO=perlio passes all tests. 
76555              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76556      Branch: perlio
76557            ! perlio.c win32/perllib.c win32/win32.c
76558 ____________________________________________________________________________
76559 [  7795] By: jhi                                   on 2000/11/21  19:03:44
76560         Log: Update Changes.
76561      Branch: perl
76562            ! Changes patchlevel.h
76563 ____________________________________________________________________________
76564 [  7794] By: jhi                                   on 2000/11/21  18:56:34
76565         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
76566              From: "Craig A. Berry" <craigberry@mac.com>
76567              Date: Mon, 20 Nov 2000 20:27:06 -0600
76568              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
76569              
76570              A cut-and-pasto.
76571      Branch: perl
76572            ! perlio.h
76573 ____________________________________________________________________________
76574 [  7793] By: jhi                                   on 2000/11/21  18:54:41
76575         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
76576              From: Dominic Dunlop <domo@computer.org> 
76577              Date: Mon, 20 Nov 2000 18:55:29 +0100
76578              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
76579              
76580              va_copy() and the need of it.
76581              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
76582      Branch: metaconfig/U/perl
76583            + need_va_copy.U
76584      Branch: perl
76585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76586            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
76587            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
76588            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76589            ! win32/config.bc win32/config.gc win32/config.vc
76590 ____________________________________________________________________________
76591 [  7792] By: jhi                                   on 2000/11/21  17:04:10
76592         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
76593      Branch: perl
76594           !> scope.h
76595 ____________________________________________________________________________
76596 [  7791] By: jhi                                   on 2000/11/21  17:01:16
76597         Log: Export the SOCKS workaround symbols only if necessary.
76598      Branch: perl
76599            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
76600 ____________________________________________________________________________
76601 [  7790] By: nick                                  on 2000/11/20  23:57:11
76602         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76603      Branch: perlio
76604            ! scope.h
76605 ____________________________________________________________________________
76606 [  7789] By: nick                                  on 2000/11/20  23:38:33
76607         Log: Integrate mainline
76608      Branch: perlio
76609           +> lib/File/Spec/Epoc.pm
76610           !> (integrate 34 files)
76611 ____________________________________________________________________________
76612 [  7788] By: nick                                  on 2000/11/20  23:20:18
76613         Log: Make extra buffer layer work (dummy crlf layer)
76614      Branch: perlio
76615            ! doio.c perlio.c perlio.h
76616 ____________________________________________________________________________
76617 [  7787] By: jhi                                   on 2000/11/20  22:44:04
76618         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
76619              From: Peter Prymmer <pvhp@forte.com>
76620              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
76621              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
76622      Branch: perl
76623            ! t/pragma/locale.t
76624 ____________________________________________________________________________
76625 [  7786] By: jhi                                   on 2000/11/20  22:29:10
76626         Log: Subject: DOC PATCH 5.6.0 perlreftut
76627              From: mjd@plover.com
76628              Date: 20 Nov 2000 19:45:06 -0000
76629              Message-ID: <20001120194506.9505.qmail@plover.com>
76630      Branch: perl
76631            ! pod/perlreftut.pod
76632 ____________________________________________________________________________
76633 [  7785] By: jhi                                   on 2000/11/20  22:27:44
76634         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
76635              From: David Dyck <dcd@tc.fluke.com>
76636              Date: Mon, 20 Nov 2000 11:43:40 -0800
76637              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
76638      Branch: perl
76639            ! lib/Cwd.pm
76640 ____________________________________________________________________________
76641 [  7784] By: jhi                                   on 2000/11/20  22:23:21
76642         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
76643              Date: Mon, 20 Nov 2000 17:06:10 -0500
76644              To: Mailing list Perl5 <perl5-porters@perl.org>
76645              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
76646      Branch: perl
76647            ! pp_ctl.c t/op/pat.t
76648 ____________________________________________________________________________
76649 [  7783] By: jhi                                   on 2000/11/20  22:11:18
76650         Log: Subject: [PATCH] doop.c - UTF8 tr///               
76651              From: Simon Cozens <simon@cozens.net>
76652              Date: Sat, 18 Nov 2000 18:49:30 +0000
76653              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
76654              
76655              Subject: Re: [PATCH] doop.c - UTF8 tr///           
76656              From: Simon Cozens <simon@cozens.net>
76657              Date: Mon, 20 Nov 2000 20:45:22 +0000
76658              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
76659              
76660              Make tr on UTF-8 better but still not correct.
76661      Branch: perl
76662            ! doop.c
76663 ____________________________________________________________________________
76664 [  7782] By: jhi                                   on 2000/11/20  22:02:16
76665         Log: Remove the shared object before attempting to create
76666              (by linking) a new one.  E.g. in AIX not removing
76667              becomes quite painful if one tries to do more than one
76668              build in the same tree (an interrupted build, for example),
76669              since the AIX' shared dynaloader seemingly keeps the shared
76670              objects open and therefore 'busy' for quite a while, even when
76671              nobody is using the objects, leading into link failures.
76672      Branch: perl
76673            ! lib/ExtUtils/MM_Unix.pm
76674 ____________________________________________________________________________
76675 [  7781] By: gsar                                  on 2000/11/20  19:02:55
76676         Log: type mismatch due to faulty integration
76677      Branch: maint-5.6/perl
76678            ! toke.c win32/Makefile
76679 ____________________________________________________________________________
76680 [  7780] By: gsar                                  on 2000/11/20  17:31:55
76681         Log: integrate changes#6392,6394..6399,6401..6404
76682              
76683              The {multiplier} of a fixed substring was overlooked which
76684              caused a wrong initial search offset for that substring.
76685              
76686              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
76687              From: Hugo <hv@crypt.compulink.co.uk>
76688              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
76689              Date: Thu, 13 Jul 2000 19:27:13 +0100
76690              
76691              Fix the BOM bug: not a byteorder bug, a signedness bug.
76692              
76693              Replace change #6337 with a better one.
76694              
76695              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76696              From: Hugo <hv@crypt.compulink.co.uk>
76697              Date: Fri, 14 Jul 2000 04:16:20 +0100
76698              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
76699              
76700              MakeMaker should not remove editor backups (*~) on `make clean`
76701              by default (completes change#6383)
76702              
76703              move new variables to the end of the interpreter structure (for
76704              bincompat in code that doesn't #include XSUB.h)
76705              
76706              rename totally bletcherous SvLOCK() thingy (doesn't do what the
76707              name suggests anyway)
76708              
76709              various cleanups (typos, misformatted code, and small bugs)
76710              
76711              typecasts needed for change#6394
76712              
76713              typos in change#6399, regen headers
76714              
76715              inconsistent types needs casts
76716              
76717              PERL_OBJECT build tweaks
76718      Branch: maint-5.6/perl
76719           !> MANIFEST doop.c embed.h embed.pl embedvar.h
76720           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
76721           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
76722           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
76723           !> toke.c util.c
76724 ____________________________________________________________________________
76725 [  7779] By: gsar                                  on 2000/11/20  17:06:29
76726         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
76727              
76728              Cosmetics and perldelta.
76729              
76730              Fix nits noticed by Boston.pm.
76731              
76732              Do the cc sanity check both before the hints and
76733              after the cc selction.
76734              
76735              get sprintf.t to adjust properly for 3-digit exponents
76736              
76737              don't clobber *.orig files on *clean targets
76738              
76739              fix bugs in processing %v-*d and similar format specs (from
76740              Avi Finkel <avi@finkel.org>)
76741              
76742              sprintf test tweaks (from Dominic Dunlop)
76743              
76744              new selfloader.t in change#6183 doesn't close DATA handles,
76745              and thus fails to clean up tmp files on dosish platforms
76746              
76747              typos (spotted by Peter Prymmer)
76748              
76749              typo fix from Craig Berry
76750      Branch: maint-5.6/perl
76751           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
76752           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
76753           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
76754           !> x2p/Makefile.SH
76755 ____________________________________________________________________________
76756 [  7778] By: gsar                                  on 2000/11/20  16:46:51
76757         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
76758              
76759              Subject: Re: format bug report  [Patch]
76760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76761              Date: Wed, 05 Jul 2000 13:12:52 +0200
76762              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
76763              
76764              Subject: Re: format bug report  [Patch]
76765              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76766              Date: Wed, 05 Jul 2000 14:10:01 +0200
76767              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
76768              
76769              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
76770              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76771              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
76772              Date: Fri, 07 Jul 2000 17:57:16 +0100
76773              
76774              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
76775              To: perl5-porters@perl.org
76776              From: Karsten Sperling <spiff@phreax.net>
76777              Date: Mon, 10 Jul 2000 15:12:52 +0200
76778              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
76779              
76780              README.posix-bc podified from Thomas Dorner.
76781              
76782              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
76783              From: Dominic Dunlop <domo@computer.org>
76784              Date: Tue, 11 Jul 2000 12:27:33 +0200
76785              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
76786              
76787              Typo in #6341.
76788              
76789              Fix for
76790              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
76791              From: Roderick Schertler <roderick@argon.org>
76792              Date: Tue, 11 Jul 2000 13:55:05 -0400
76793              Message-Id: <200007111755.NAA05077@jones.argon.org>
76794              
76795              Minor cleanups on the booklist.
76796              
76797              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
76798              regen perltoc.
76799              
76800              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
76801      Branch: maint-5.6/perl
76802           +> pod/perlbook.pod
76803           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
76804           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
76805           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
76806 ____________________________________________________________________________
76807 [  7777] By: jhi                                   on 2000/11/20  16:08:49
76808         Log: Update Changes.
76809      Branch: perl
76810            ! Changes patchlevel.h
76811 ____________________________________________________________________________
76812 [  7776] By: jhi                                   on 2000/11/20  15:27:56
76813         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
76814              This may be overly harsh but until proven otherwise, we think this
76815              way, or until we have a simple test for Configure (having to start
76816              up servers is does not count as simple) to check for the problems.
76817      Branch: perl
76818            ! perl.h
76819 ____________________________________________________________________________
76820 [  7775] By: jhi                                   on 2000/11/20  15:22:17
76821         Log: Solaris hints tweaks.
76822      Branch: perl
76823            ! hints/solaris_2.sh
76824 ____________________________________________________________________________
76825 [  7774] By: jhi                                   on 2000/11/20  15:01:20
76826         Log: Add a workaround to SOCKS 64-bit problems.
76827      Branch: perl
76828            ! doio.c embed.h embed.pl perlsdio.h proto.h
76829 ____________________________________________________________________________
76830 [  7773] By: jhi                                   on 2000/11/20  14:51:47
76831         Log: sysseek() instead of seek().
76832      Branch: perl
76833            ! t/lib/syslfs.t
76834 ____________________________________________________________________________
76835 [  7772] By: gsar                                  on 2000/11/20  13:06:23
76836         Log: integrate changes#6315..6319,6321..6331,6333..6338
76837              
76838              Integrate with Sarathy, preliminary fix for unicos
76839              alignment problems in [ID 20000612.002] Perl problem on Cray system.
76840              
76841              some debugger output does not go to the socket when RemotePort is set
76842              
76843              winsock cleanup never done on Windows (leads to handle leaks)
76844              
76845              fix UNC path handling on Windows under ithreads, and chdir()
76846              return value when given a non-existent directory
76847              
76848              Autogenerate pod/Makefile and pod/buildtoc.
76849              buildtoc also checks whether the existin pods are
76850              mentioned in MANIFEST and perl.pod, and vice versa.
76851              (None of the thusly found discrepancies fixed yet.)
76852              roffitall also needs to be autogenerated similarly but it
76853              seems so badly out of date that I didn't touch it yet.
76854              
76855              Config is being used.
76856              
76857              Add =head1 NAMEs so that buildtoc is happy.
76858              (The CGI::Util nit reported to Lincoln.)
76859              
76860              Fix complaints of buildtoc.
76861              
76862              Fix the alignment problem in Crays ([ID 20000612.002]).
76863              
76864              Remove perlbook, update perlfaq book listing,
76865              rearrange perl.pod, regenerate perltoc.
76866              
76867              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
76868              was cast to an unsigned (32-bit) integer with wild abandon.
76869              
76870              winsock options weren't being set in all threads under ithreads
76871              (caused send()s from second and subsequent threads to fail)
76872              
76873              accept() leaks memory on windows due to incorrect ordering of
76874              closesocket() and fclose() calls
76875              
76876              Reorder perl.pod once more.
76877              
76878              More POSIX.pod tweaks.
76879              
76880              Sprinkle ldlibpath.
76881              
76882              Precedence goof, fix based on
76883              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
76884              From: Hugo <hv@crypt.compulink.co.uk>
76885              Date: Tue, 11 Jul 2000 12:52:38 +0100
76886              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
76887              
76888              Subject: PATCH perlguts.pod: Document D and d magic types
76889              From: mjd@plover.com
76890              Date: 5 Jul 2000 18:01:51 -0000
76891              Message-ID: <20000705180151.29413.qmail@plover.com>
76892              
76893              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
76894              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
76895              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
76896              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
76897              
76898              Subject: [PATCH cfgperl] $& segfaults if you trick it
76899              From: simon@brecon.co.uk (Simon Cozens)
76900              Date: 7 Jul 2000 11:26:09 GMT
76901              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
76902              
76903              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76904              From: Hugo <hv@crypt.compulink.co.uk>
76905              Date: Tue, 11 Jul 2000 12:44:50 +0100
76906              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
76907              
76908              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
76909              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76910              Date: Tue, 11 Jul 2000 13:50:51 +0100
76911              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
76912      Branch: maint-5.6/perl
76913           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
76914           +> pod/buildtoc.PL
76915            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
76916           !> (integrate 26 files)
76917 ____________________________________________________________________________
76918 [  7771] By: gsar                                  on 2000/11/20  12:31:42
76919         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
76920              6310,6311,6314
76921              
76922              Subject: [PATCH bleedperl] File::Spec 0.82 beta
76923              From: Barrie Slaymaker <barries@jester.slaysys.com>
76924              Date: Wed, 28 Jun 2000 11:35:29 -0400
76925              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
76926              
76927              tweak perlembed for multiplicity/usethreads sanity; correct notes
76928              about Windows
76929              
76930              localize %INC in a Safe compartment so that use/require work
76931              (many other magic globals probably need similar treatment)
76932              
76933              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
76934              when @_ is modified, causing coredumps
76935              
76936              slurp mode fix in change#4736 still not quite right
76937              
76938              Point to perlipc for more SysV IPC examples.
76939              
76940              Elaborate POSIX.pod.  Still needs work.
76941              
76942              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
76943              
76944              fix large memory leak that has been around for ever, masked by
76945              -DPURIFY (most of the arenas were never freed!)
76946              
76947              fix memory leak on Windows (PL_sys_intern contents were never
76948              freed)
76949              
76950              PERL_OBJECT build tweak
76951              
76952              adjust change#6299
76953              
76954              remove rel2abs prototypes (from Barrie Slaymaker)
76955              
76956              missing perldiag entry for unpack("w",...) diagnostic (from
76957              Andreas Koenig)
76958              
76959              better diagnostic on Frob->stuff() when Frob:: doesn't exist
76960              (from Richard Soderberg <rs@oregonnet.com>)
76961              
76962              Win32 patches for cfgperl from Sarathy.
76963              
76964              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
76965              
76966              More POSIX.pod embellishment.
76967              
76968              tyop in change#6306
76969      Branch: maint-5.6/perl
76970           !> (integrate 44 files)
76971 ____________________________________________________________________________
76972 [  7770] By: gsar                                  on 2000/11/20  11:51:00
76973         Log: integrate changes#6268..6282 from cfgperl branch
76974              
76975              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
76976              From: Dominic Dunlop <domo@computer.org>
76977              Date: Thu, 29 Jun 2000 12:32:39 +0200
76978              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
76979              
76980              Regen headers for #6261 (and update embed.pl for this) and #6267,
76981              silence few compiler warnings.
76982              
76983              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
76984              From: Nicholas Clark <nick@talking.bollo.cx>
76985              Date: Fri, 23 Jun 2000 16:21:15 +0100
76986              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
76987              
76988              Subject: PATCH pod/perltie.pod
76989              From: Ian Phillipps <Ian.Phillipps@iname.com>
76990              Date: Fri, 16 Jun 2000 00:17:19 +0100
76991              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
76992              (only the first hunk, the second hunk had already been done
76993              by some other patch)
76994              
76995              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
76996              From: Tom Phoenix <rootbeer@redcat.com>
76997              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
76998              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
76999              
77000              Subject: [PATCH] xsub attributes
77001              From: Doug MacEachern <dougm@covalent.net>
77002              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
77003              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
77004              
77005              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
77006              From: Andy Dougherty <doughera@lafayette.edu>
77007              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
77008              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
77009              
77010              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
77011              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77012              Date: Tue, 13 Jun 2000 02:43:48 -0500
77013              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
77014              
77015              Subject: [PATCH] Re: eval documentation: context
77016              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77017              Date: Mon, 12 Jun 2000 15:07:29 +0100
77018              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
77019              
77020              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
77021              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77022              Date: Mon, 12 Jun 2000 14:55:59 +0100
77023              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
77024              
77025              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
77026              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
77027              Date: Fri, 09 Jun 2000 12:39:27 -0400
77028              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
77029              (plus update the version "number" of Text::Wrap)
77030              
77031              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
77032              From: Tim Ayers <tayers@bridge.com>
77033              Date: Thu, 08 Jun 2000 08:11:06 +0200
77034              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
77035              [resent by Richard Foley, Message-Id probably wrong]
77036              
77037              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
77038              From: rspier@pobox.com (Robert Spier)
77039              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
77040              Message-ID: <14654.31913.845602.610277@rls.cx>
77041              
77042              Subject: [PATCH 5.6.0] utils/h2xs.PL
77043              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77044              Date: Wed, 7 Jun 2000 04:02:04 -0500
77045              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
77046              
77047              Subject: [PATCH 5.6.0]ITHREADs for VMS
77048              From: Dan Sugalski <dan@sidhe.org>
77049              Date: Tue, 06 Jun 2000 11:59:50 -0400
77050              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
77051      Branch: maint-5.6/perl
77052           !> (integrate 31 files)
77053 ____________________________________________________________________________
77054 [  7769] By: gsar                                  on 2000/11/20  11:29:06
77055         Log: integrate changes#6261..6266 from cfgperl
77056              
77057              Subject: Re: [PATCH cfgperl] BOMs away!
77058              From: simon@brecon.co.uk (Simon Cozens)
77059              Date: 17 Jun 2000 11:49:57 GMT
77060              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
77061              
77062              Subject: 5.6.0 Patch for EPOC
77063              From: Olaf Flebbe <o.flebbe@gmx.de>
77064              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
77065              Message-ID: <23449.960929969@www11.gmx.net>
77066              
77067              tr fixes from Simon Cozens
77068              
77069              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
77070              From: Marty Lucich <marty@netcom.com>
77071              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
77072              Message-Id: <200006282116.OAA11148@netcom.com>
77073              ccdlflags update (the BSD/OS 4.1 part had already been taken
77074              care of by #6141).
77075              
77076              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
77077              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77078              Date: Wed, 28 Jun 2000 17:50:12 -0700
77079              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
77080              
77081              Subject: [PATCH 5.6.0] cygwin port
77082              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
77083              From: "Fifer, Eric" <EFifer@sanwaint.com>
77084              Date: Thu, 29 Jun 2000 12:58:29 +0100
77085      Branch: maint-5.6/perl
77086           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
77087           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
77088           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77089           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
77090 ____________________________________________________________________________
77091 [  7768] By: gsar                                  on 2000/11/20  11:13:44
77092         Log: integrate changes#6252..6256,6259..6260
77093              
77094              Paranoia tweak on #6249.
77095              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
77096              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77097              Date: Sun, 25 Jun 2000 23:43:12 -0400
77098              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
77099              
77100              Subject: tr///, help wanted.
77101              From: simon@brecon.co.uk (Simon Cozens)
77102              Date: 28 Jun 2000 11:29:04 GMT
77103              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
77104              
77105              small thinko tweaks
77106              
77107              tweaks from Simon Conzes to further fix tr/// under utf8
77108              
77109              perlnewmod was missing from MANIFEST.
77110              
77111              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
77112              From: simon@brecon.co.uk (Simon Cozens)
77113              Date: 17 Jun 2000 11:56:44 GMT
77114              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
77115              pack U0, pack C0
77116      Branch: maint-5.6/perl
77117           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
77118           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
77119           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
77120           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
77121 ____________________________________________________________________________
77122 [  7767] By: gsar                                  on 2000/11/20  10:51:38
77123         Log: integrate change#6250 from cfgperl
77124              
77125              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
77126              From: Doug MacEachern <dougm@covalent.net>
77127              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
77128              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
77129      Branch: maint-5.6/perl
77130           +> t/op/my_stash.t
77131           !> MANIFEST embed.pl global.sym proto.h toke.c
77132 ____________________________________________________________________________
77133 [  7766] By: gsar                                  on 2000/11/20  10:48:34
77134         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
77135              
77136              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
77137              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
77138              Date: Mon, 26 Jun 2000 18:40:14 +0100
77139              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
77140              
77141              Subject: [PATCH] bytes<->utf8 fixes
77142              From: simon@brecon.co.uk (Simon Cozens)
77143              Date: 26 Jun 2000 04:55:45 GMT
77144              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
77145              
77146              Subject: [PATCH] is_utf8_string
77147              From: simon@brecon.co.uk (Simon Cozens)
77148              Date: 26 Jun 2000 02:25:59 GMT
77149              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
77150              
77151              Subject: [PATCH] avoid mg_ptr in '*' magic
77152              From: Doug MacEachern <dougm@covalent.net>
77153              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
77154              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
77155              
77156              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
77157              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
77158              Date: Sat, 24 Jun 2000 13:06:20 +0100
77159              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
77160              
77161              Allow for standalone testing.
77162              
77163              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
77164              From: Mark-Jason Dominus <mjd@plover.com>
77165              Date: Tue, 27 Jun 2000 22:36:42 -0400
77166              Message-ID: <20000628023642.12166.qmail@plover.com>
77167              
77168              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
77169              From: Frank Tobin <ftobin@uiuc.edu>
77170              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
77171              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
77172      Branch: maint-5.6/perl
77173           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
77174           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
77175           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
77176           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
77177           !> utf8.c utils/h2xs.PL
77178 ____________________________________________________________________________
77179 [  7765] By: gsar                                  on 2000/11/20  10:29:13
77180         Log: integrate change#6239 from cfgperl
77181              
77182              Configure maintenance.  Sever some dependency cycles,
77183              separate gccversion from the cc unit,
77184              address [ID 20000623.006] Configure script patch for using gcc on AIX
77185              (but solve it a little bit differently),
77186              unduplex some accidentally duplicated units,
77187              suggest using gcc if no cc available
77188              (p5p thread: "Solaris configure: counterproposal", 1999-09)
77189      Branch: maint-5.6/perl
77190           !> Configure Todo-5.6 config_h.SH
77191 ____________________________________________________________________________
77192 [  7764] By: gsar                                  on 2000/11/20  10:25:55
77193         Log: integrate changes#6233..6238 from cfgperl
77194              
77195              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
77196              From: Mark-Jason Dominus <mjd@plover.com>
77197              Date: Fri, 16 Jun 2000 20:53:04 -0400
77198              Message-ID: <20000617005304.8008.qmail@plover.com>
77199              
77200              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
77201              because when run as services (Win32ese for daemons)
77202              no environment variables are set and tmpdir ends up as /tmp,
77203              which is ambiguous.
77204              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
77205              From: matt@sergeant.org
77206              Date: 16 Jun 2000 16:30:43 -0000
77207              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
77208              
77209              The thread begun by
77210              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
77211              From: Kevin.Ruscoe@ubsw.com
77212              Date: Fri, 16 Jun 2000 16:38:51 +0100
77213              Message-Id: <H000019b03c300d6@MHS>
77214              
77215              Tweak embed.pl, regen headers.
77216              
77217              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
77218              From: Dan Sugalski <dan@sidhe.org>
77219              Date: Fri, 23 Jun 2000 17:00:00 -0400
77220              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
77221      Branch: maint-5.6/perl
77222           !> (integrate 27 files)
77223 ____________________________________________________________________________
77224 [  7763] By: gsar                                  on 2000/11/20  10:08:08
77225         Log: s/perl56delta/perldelta/g
77226      Branch: maint-5.6/perl
77227            ! pod/Makefile
77228 ____________________________________________________________________________
77229 [  7762] By: gsar                                  on 2000/11/20  10:04:00
77230         Log: integrate changes#6225,6229,6231,6232 from cfgperl
77231              
77232              Add source code filenames to apidoc.
77233              From: simon@brecon.co.uk (Simon Cozens)
77234              Subject: [PATCH embed.pl] Source X-ref
77235              Date: 22 Jun 2000 02:18:49 GMT
77236              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
77237              
77238              Subject: README.hpux version 0.6.1
77239              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
77240              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
77241              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
77242              
77243              Subject: [PATCH 5.6.0] cygwin port
77244              From: "Fifer, Eric" <EFifer@sanwaint.com>
77245              Date: Tue, 20 Jun 2000 14:30:58 +0100
77246              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
77247              
77248              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
77249              From: simon@brecon.co.uk (Simon Cozens)
77250              Date: 19 Jun 2000 15:18:27 GMT
77251              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
77252              
77253              plus update pod/Makefile and regenerate perltoc
77254      Branch: maint-5.6/perl
77255           +> pod/perlutil.pod
77256           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
77257           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
77258 ____________________________________________________________________________
77259 [  7761] By: jhi                                   on 2000/11/20  04:09:55
77260         Log: Miraculous typo.
77261      Branch: perl
77262            ! t/op/pat.t
77263 ____________________________________________________________________________
77264 [  7760] By: jhi                                   on 2000/11/20  04:06:08
77265         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
77266              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77267              Date: Sun, 19 Nov 2000 22:30:26 -0500
77268              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
77269      Branch: perl
77270            ! regexec.c scope.h t/op/pat.t
77271 ____________________________________________________________________________
77272 [  7759] By: jhi                                   on 2000/11/20  02:05:22
77273         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
77274      Branch: perl
77275            ! perl.h
77276 ____________________________________________________________________________
77277 [  7758] By: jhi                                   on 2000/11/20  01:58:11
77278         Log: Subject: [perl 7711: EPOC] updates
77279              From: Olaf Flebbe <o.flebbe@gmx.de>
77280              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
77281              Message-ID: <25575.974658810@www23.gmx.net>               
77282      Branch: perl
77283            + lib/File/Spec/Epoc.pm
77284            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
77285            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
77286            ! lib/File/Spec.pm perl.c sv.c
77287 ____________________________________________________________________________
77288 [  7757] By: jhi                                   on 2000/11/20  01:53:11
77289         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
77290      Branch: perl
77291            ! MANIFEST
77292 ____________________________________________________________________________
77293 [  7756] By: jhi                                   on 2000/11/20  01:47:22
77294         Log: Integrate perlio:
77295              
77296              [  7755]
77297              Add dummy crlf layer (just as buffer)
77298              Correct 1st bug - one layer of indirection.
77299              
77300              [  7754]
77301              Work-round to Perl_deb_nocontext is no longer required
77302              
77303              [  7753]
77304              diff -se shows these as different
77305              
77306              [  7752]
77307              Configure GCC/Win32 build -Duseperlio
77308              Fix a couple of gross issues
77309              - double-include of ../deb.o in re.dll
77310              - win32sck.c needs PerlIO and FILE 
77311              
77312              [  7751]
77313              Special case :crlf and :raw in dummy PerlIO_apply_layers
77314              
77315              [  7750]
77316              Missing aTHX_
77317      Branch: perl
77318            - ext/re/hints/MSWin32.pl
77319           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
77320           !> win32/config.gc win32/config_H.gc win32/win32sck.c
77321 ____________________________________________________________________________
77322 [  7755] By: nick                                  on 2000/11/19  20:57:17
77323         Log: Add dummy crlf layer (just as buffer)
77324              Correct 1st bug - one layer of indirection.
77325      Branch: perlio
77326            ! perlio.c perlio.h perliol.h
77327 ____________________________________________________________________________
77328 [  7754] By: nick                                  on 2000/11/19  20:56:12
77329         Log: Work-round to Perl_deb_nocontext is no longer required
77330      Branch: perlio
77331            - ext/re/hints/MSWin32.pl
77332 ____________________________________________________________________________
77333 [  7753] By: nick                                  on 2000/11/19  20:01:16
77334         Log: diff -se shows these as different
77335      Branch: perlio
77336            ! global.sym pod/perlapi.pod
77337 ____________________________________________________________________________
77338 [  7752] By: nick                                  on 2000/11/19  18:57:30
77339         Log: Configure GCC/Win32 build -Duseperlio
77340              Fix a couple of gross issues
77341              - double-include of ../deb.o in re.dll
77342              - win32sck.c needs PerlIO and FILE 
77343      Branch: perlio
77344            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
77345            ! win32/win32sck.c
77346 ____________________________________________________________________________
77347 [  7751] By: nick                                  on 2000/11/19  17:05:36
77348         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
77349      Branch: perlio
77350            ! perlio.c
77351 ____________________________________________________________________________
77352 [  7750] By: nick                                  on 2000/11/19  16:57:14
77353         Log: Missing aTHX_
77354      Branch: perlio
77355            ! sv.c
77356 ____________________________________________________________________________
77357 [  7749] By: jhi                                   on 2000/11/19  16:28:40
77358         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
77359              From: "Peter J. Farley III" <pjfarley@banet.net>
77360              Date: Sun, 19 Nov 2000 01:42:58 -0500
77361              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
77362      Branch: perl
77363            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
77364 ____________________________________________________________________________
77365 [  7748] By: jhi                                   on 2000/11/19  16:08:10
77366         Log: Subject: podlators 1.05 available        
77367              From: Russ Allbery <rra@stanford.edu>   
77368              Date: 18 Nov 2000 22:04:28 -0800
77369              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
77370      Branch: perl
77371            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
77372 ____________________________________________________________________________
77373 [  7747] By: nick                                  on 2000/11/19  11:19:39
77374         Log: Integrate mainline
77375      Branch: perlio
77376           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77377           !> util.c
77378 ____________________________________________________________________________
77379 [  7746] By: jhi                                   on 2000/11/19  06:42:22
77380         Log: Make hex scanning warn on "\x{x}" and "\xx".
77381              "\x" and and hex("x") are still valid.
77382      Branch: perl
77383            ! util.c
77384 ____________________________________________________________________________
77385 [  7745] By: nick                                  on 2000/11/18  22:52:28
77386         Log: Integrate mainline
77387      Branch: perlio
77388           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
77389           !> perl.h perlio.c proto.h regcomp.c regcomp.h
77390 ____________________________________________________________________________
77391 [  7744] By: jhi                                   on 2000/11/18  22:50:28
77392         Log: Introduce Perl_utf8_length().  Use it.
77393      Branch: perl
77394            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
77395 ____________________________________________________________________________
77396 [  7743] By: jhi                                   on 2000/11/18  22:38:51
77397         Log: Compiler denit.
77398      Branch: perl
77399            ! perlio.c
77400 ____________________________________________________________________________
77401 [  7742] By: jhi                                   on 2000/11/18  20:33:05
77402         Log: Integrate perlio:
77403              
77404              [  7740]
77405              Lexical use open ... support:
77406              add ->cop_io to COP structure in cop.h.
77407              Make mg.c and gv.c associate it with ${^OPEN}.
77408              Make lib/open.pm set it.
77409              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77410              manner similar to ->cop_warnings.
77411              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77412              call new PerlIO_apply_layers().
77413              Declare latter in perlio.h and define in perlio.c
77414      Branch: perl
77415           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77416           !> perlio.h pp_ctl.c pp_sys.c sv.c
77417 ____________________________________________________________________________
77418 [  7741] By: jhi                                   on 2000/11/18  20:31:27
77419         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
77420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77421              Date: Fri, 17 Nov 2000 20:35:11 -0500
77422              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
77423              
77424              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
77425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77426              Date: Fri, 17 Nov 2000 21:03:47 -0500
77427              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
77428              
77429              Plus a little bit of tweaking in pregcomp().
77430      Branch: perl
77431            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
77432 ____________________________________________________________________________
77433 [  7740] By: nick                                  on 2000/11/18  20:17:22
77434         Log: Lexical use open ... support:
77435              add ->cop_io to COP structure in cop.h.
77436              Make mg.c and gv.c associate it with ${^OPEN}.
77437              Make lib/open.pm set it.
77438              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77439              manner similar to ->cop_warnings.
77440              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77441              call new PerlIO_apply_layers().
77442              Declare latter in perlio.h and define in perlio.c
77443      Branch: perlio
77444            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77445            ! perlio.h pp_ctl.c pp_sys.c sv.c
77446 ____________________________________________________________________________
77447 [  7739] By: jhi                                   on 2000/11/18  19:54:00
77448         Log: Integrate perlio:
77449              
77450              [  7736]
77451              Basic tweaks to do_open() type parsing to allow layer/discipline
77452              part to be isolated.
77453              
77454              [  7727]
77455              Experiment on use of attributes.pm interface.
77456              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77457              SVt_PVRV if not already something better (else vivify of say magic gets
77458              core dump).
77459      Branch: perl
77460           !> doio.c perlio.c pp.c
77461 ____________________________________________________________________________
77462 [  7738] By: jhi                                   on 2000/11/18  17:16:13
77463         Log: Subject: [PATCH 5.7.0] etags broken again
77464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77465              Date: Sat, 18 Nov 2000 02:41:36 -0500
77466              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
77467      Branch: perl
77468            ! emacs/ptags
77469 ____________________________________________________________________________
77470 [  7737] By: jhi                                   on 2000/11/18  17:12:18
77471         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
77472      Branch: perl
77473            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77474 ____________________________________________________________________________
77475 [  7736] By: nick                                  on 2000/11/18  14:06:20
77476         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
77477              part to be isolated.
77478      Branch: perlio
77479            ! doio.c perlio.c
77480 ____________________________________________________________________________
77481 [  7735] By: nick                                  on 2000/11/18  11:03:32
77482         Log: Integrate mainline
77483      Branch: perlio
77484           !> Changes README.amiga README.win32 patchlevel.h
77485           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
77486 ____________________________________________________________________________
77487 [  7734] By: jhi                                   on 2000/11/18  01:18:56
77488         Log: Update Changes.
77489      Branch: perl
77490            ! Changes patchlevel.h
77491 ____________________________________________________________________________
77492 [  7733] By: jhi                                   on 2000/11/18  00:32:54
77493         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
77494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77495              Date: Fri, 17 Nov 2000 17:28:02 -0500
77496              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
77497      Branch: perl
77498            ! regcomp.c regexec.c t/op/re_tests
77499 ____________________________________________________________________________
77500 [  7732] By: jhi                                   on 2000/11/18  00:28:56
77501         Log: Sparc 64-bit pack() fix from Jens Hamisch.
77502      Branch: perl
77503            ! pp.c
77504 ____________________________________________________________________________
77505 [  7731] By: jhi                                   on 2000/11/18  00:18:39
77506         Log: Explain in more detail the {} syntax ambiguousity.
77507              
77508              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
77509              From: Nicholas Clark <nick@ccl4.org>
77510              Date: Fri, 17 Nov 2000 22:10:28 +0000
77511              Message-ID: <20001117221028.A88930@plum.flirble.org>
77512      Branch: perl
77513            ! pod/perlfunc.pod
77514 ____________________________________________________________________________
77515 [  7730] By: jhi                                   on 2000/11/18  00:12:18
77516         Log: Subject: Fix for README.amiga (20000323.033)
77517              From: "Stephen P. Potter" <spp@spotter.yi.org>
77518              Date: Fri, 17 Nov 2000 12:25:51 -0500
77519              Message-Id: <200011171725.MAA05768@spotter.yi.org>
77520      Branch: perl
77521            ! README.amiga
77522 ____________________________________________________________________________
77523 [  7729] By: jhi                                   on 2000/11/18  00:08:34
77524         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
77525              From: "A. C. Yardley" <yardley@tanet.net>
77526              Date: Mon, 3 Apr 2000 11:35:33 -0700
77527              Message-ID: <3483.000403@tanet.net>
77528      Branch: perl
77529            ! README.win32
77530 ____________________________________________________________________________
77531 [  7728] By: nick                                  on 2000/11/17  21:59:47
77532         Log: Integrate mainline
77533      Branch: perlio
77534           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
77535           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
77536           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
77537           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
77538 ____________________________________________________________________________
77539 [  7727] By: nick                                  on 2000/11/17  21:56:31
77540         Log: Experiment on use of attributes.pm interface.
77541              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77542              SVt_PVRV if not already something better (else vivify of say magic gets
77543              core dump).
77544      Branch: perlio
77545            ! perlio.c pp.c
77546 ____________________________________________________________________________
77547 [  7726] By: jhi                                   on 2000/11/17  14:15:49
77548         Log: Subject: Fix for 20000815.006
77549              From: "Stephen P. Potter" <spp@spotter.yi.org>
77550              Date: Fri, 17 Nov 2000 08:57:45 -0500
77551              Message-Id: <200011171357.IAA05122@spotter.yi.org>
77552              
77553              It's really 20000518.006.
77554      Branch: perl
77555            ! pod/perlmodlib.PL
77556 ____________________________________________________________________________
77557 [  7725] By: jhi                                   on 2000/11/17  14:12:31
77558         Log: Subject: Fix for 20000409.001
77559              From: "Stephen P. Potter" <spp@spotter.yi.org>
77560              Date: Fri, 17 Nov 2000 08:55:45 -0500
77561              Message-Id: <200011171355.IAA05104@spotter.yi.org>
77562      Branch: perl
77563            ! pod/perlfaq9.pod
77564 ____________________________________________________________________________
77565 [  7724] By: jhi                                   on 2000/11/17  14:08:58
77566         Log: Undo #7627 now that we have =head3.
77567      Branch: perl
77568            ! pod/perlhack.pod
77569 ____________________________________________________________________________
77570 [  7723] By: jhi                                   on 2000/11/17  14:04:09
77571         Log: As surmised the #7719 wasn't a good move.
77572      Branch: perl
77573            ! hints/solaris_2.sh
77574 ____________________________________________________________________________
77575 [  7722] By: jhi                                   on 2000/11/17  13:59:04
77576         Log: Also the 64bitall hints can be either here or there.
77577      Branch: perl
77578            ! hints/solaris_2.sh
77579 ____________________________________________________________________________
77580 [  7721] By: jhi                                   on 2000/11/17  02:26:23
77581         Log: Test tweak for the open pragma.
77582      Branch: perl
77583            ! t/lib/b.t
77584 ____________________________________________________________________________
77585 [  7720] By: jhi                                   on 2000/11/17  00:23:22
77586         Log: The long double hints can be here or there.
77587      Branch: perl
77588            ! hints/solaris_2.sh
77589 ____________________________________________________________________________
77590 [  7719] By: jhi                                   on 2000/11/17  00:14:06
77591         Log: For Solaris use64bitall the stdchar needs a little bit of help.
77592      Branch: perl
77593            ! hints/solaris_2.sh
77594 ____________________________________________________________________________
77595 [  7718] By: jhi                                   on 2000/11/16  23:27:34
77596         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
77597              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
77598              Date: Wed, 15 Nov 2000 08:56:32 +0100
77599              Message-ID: <3A1241B0.64477E00@alcatel.at>
77600      Branch: perl
77601            ! lib/Carp/Heavy.pm
77602 ____________________________________________________________________________
77603 [  7717] By: jhi                                   on 2000/11/16  23:23:29
77604         Log: Subject: [PATCH] Re: 20001101.003 PDL
77605              From: Nicholas Clark <nick@ccl4.org>
77606              Date: Thu, 16 Nov 2000 16:48:25 +0000
77607              Message-ID: <20001116164825.B93487@plum.flirble.org>
77608      Branch: perl
77609            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
77610 ____________________________________________________________________________
77611 [  7716] By: jhi                                   on 2000/11/16  23:21:31
77612         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
77613              From: "Casey R. Tweten" <crt@kiski.net>
77614              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
77615              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
77616      Branch: perl
77617            ! lib/Pod/Checker.pm pod/perlpod.pod
77618 ____________________________________________________________________________
77619 [  7715] By: jhi                                   on 2000/11/16  23:19:40
77620         Log: Avoid an infinite loop in VMS when utils scripts are run
77621              with no arguments, from Charles Lane.
77622      Branch: perl
77623            ! configure.com
77624 ____________________________________________________________________________
77625 [  7714] By: jhi                                   on 2000/11/16  23:17:08
77626         Log: Subject: perllocale.pod changes
77627              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77628              Date: Mon, 13 Nov 2000 10:09:22 +0300
77629              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
77630      Branch: perl
77631            ! pod/perllocale.pod
77632 ____________________________________________________________________________
77633 [  7713] By: jhi                                   on 2000/11/16  23:14:06
77634         Log: Integrate perlio:
77635              
77636              [  7711]
77637              Minor tweaks:
77638              consistent way of getting 'rb', 'wb' etc. for binary opens
77639              move *perlio::layers to *open::layers
77640              a #define to show layers available
77641              DOSISH popen/PerlIO had export/import sense inverted.
77642      Branch: perl
77643           !> doio.c perlio.c perlio.h util.c
77644 ____________________________________________________________________________
77645 [  7712] By: nick                                  on 2000/11/16  21:10:58
77646         Log: Integrate mainline
77647      Branch: perlio
77648           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
77649           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77650           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
77651           !> vos/config.ga.def vos/config.ga.h win32/config.bc
77652           !> win32/config.gc win32/config.vc
77653 ____________________________________________________________________________
77654 [  7711] By: nick                                  on 2000/11/16  19:56:41
77655         Log: Minor tweaks:
77656              consistent way of getting 'rb', 'wb' etc. for binary opens
77657              move *perlio::layers to *open::layers
77658              a #define to show layers available
77659              DOSISH popen/PerlIO had export/import sense inverted.
77660      Branch: perlio
77661            ! doio.c perlio.c perlio.h util.c
77662 ____________________________________________________________________________
77663 [  7710] By: jhi                                   on 2000/11/16  15:46:05
77664         Log: Add HAS_SBRK_PROTO.
77665      Branch: metaconfig/U/perl
77666            + d_sbrkproto.U
77667      Branch: perl
77668            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77669            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77670            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
77671            ! vos/config.ga.def vos/config.ga.h win32/config.bc
77672            ! win32/config.gc win32/config.vc
77673 ____________________________________________________________________________
77674 [  7709] By: nick                                  on 2000/11/16  07:31:49
77675         Log: Integrate mainline
77676      Branch: perlio
77677           !> (integrate 35 files)
77678 ____________________________________________________________________________
77679 [  7708] By: jhi                                   on 2000/11/16  05:33:03
77680         Log: These files are text, not binary.
77681      Branch: perl
77682            ! ext/Encode/Encode/iso8859-10.enc
77683            ! ext/Encode/Encode/iso8859-13.enc
77684            ! ext/Encode/Encode/iso8859-14.enc
77685            ! ext/Encode/Encode/iso8859-15.enc
77686 ____________________________________________________________________________
77687 [  7707] By: jhi                                   on 2000/11/16  01:53:37
77688         Log: Update Changes.
77689      Branch: perl
77690            ! Changes patchlevel.h
77691 ____________________________________________________________________________
77692 [  7706] By: jhi                                   on 2000/11/16  01:35:59
77693         Log: More #undefing of stdio.
77694      Branch: perl
77695            ! fakesdio.h nostdio.h
77696 ____________________________________________________________________________
77697 [  7705] By: jhi                                   on 2000/11/16  01:34:18
77698         Log: Add fwalk() probe to the configuration files and regen perltoc.
77699      Branch: perl
77700            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77701            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
77702            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
77703            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77704            ! win32/config.bc win32/config.gc win32/config.vc
77705 ____________________________________________________________________________
77706 [  7704] By: jhi                                   on 2000/11/16  01:33:07
77707         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
77708              an optional third argument to Inlibc?)
77709      Branch: metaconfig/U/perl
77710            + d__fwalk.U
77711 ____________________________________________________________________________
77712 [  7703] By: jhi                                   on 2000/11/16  01:09:22
77713         Log: The type of the hash_cb() size argument is tricky.
77714      Branch: perl
77715            ! ext/DB_File/DB_File.xs
77716 ____________________________________________________________________________
77717 [  7702] By: jhi                                   on 2000/11/15  23:01:16
77718         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
77719      Branch: perl
77720            ! nostdio.h
77721 ____________________________________________________________________________
77722 [  7701] By: jhi                                   on 2000/11/15  22:52:32
77723         Log: Detypo.
77724      Branch: perl
77725            ! t/lib/bigfltpm.t
77726 ____________________________________________________________________________
77727 [  7700] By: jhi                                   on 2000/11/15  22:51:56
77728         Log: UINT64_C() work continues.
77729      Branch: perl
77730            ! handy.h perl.h utf8.h
77731 ____________________________________________________________________________
77732 [  7699] By: jhi                                   on 2000/11/15  14:13:04
77733         Log: SOCKS has its own USE_THREADS, based on
77734              
77735              Subject: [ID 20001114.002] et. al. bugfix followup
77736              From: Jens Hamisch <jens@Strawberry.COM> 
77737              Date: Wed, 15 Nov 2000 14:23:11 +0100
77738              Message-ID: <20001115142311.A21164@Strawberry.COM>
77739      Branch: perl
77740            ! perl.h
77741 ____________________________________________________________________________
77742 [  7698] By: jhi                                   on 2000/11/15  03:50:56
77743         Log: Add few missing #undefs and sort them.
77744      Branch: perl
77745            ! fakesdio.h
77746 ____________________________________________________________________________
77747 [  7697] By: jhi                                   on 2000/11/15  03:39:14
77748         Log: Linenumber fix.
77749      Branch: perl
77750            ! t/pragma/warn/utf8
77751 ____________________________________________________________________________
77752 [  7696] By: jhi                                   on 2000/11/15  02:55:26
77753         Log: EBCDIC tweaks.
77754              
77755              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
77756              From: Peter Prymmer <pvhp@forte.com>
77757              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
77758              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
77759      Branch: perl
77760            ! t/op/regmesg.t t/pragma/warn/utf8
77761 ____________________________________________________________________________
77762 [  7695] By: jhi                                   on 2000/11/15  02:53:58
77763         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
77764              From: Peter Prymmer <pvhp@forte.com>
77765              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
77766              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
77767      Branch: perl
77768            ! utf8.c
77769 ____________________________________________________________________________
77770 [  7694] By: jhi                                   on 2000/11/15  02:50:55
77771         Log: Subject: [PATCH: perl@7674] updates to README.os390
77772              From: Prymmer/Kahn <pvhp@best.com>
77773              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
77774              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
77775      Branch: perl
77776            ! README.os390
77777 ____________________________________________________________________________
77778 [  7693] By: jhi                                   on 2000/11/15  02:48:37
77779         Log: Quit utf8_to_uv() instantly if curlen == 0.
77780      Branch: perl
77781            ! utf8.c
77782 ____________________________________________________________________________
77783 [  7692] By: jhi                                   on 2000/11/15  02:24:29
77784         Log: Use u_int32_t for the size of hash_cb(), not size_t.
77785              
77786              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
77787              From: Jens Hamisch <jens@Strawberry.COM>     
77788              Date: Tue, 14 Nov 2000 19:03:55 +0100
77789              Message-Id: <20001114190355.A20559@Strawberry.COM>
77790      Branch: perl
77791            ! ext/DB_File/DB_File.xs
77792 ____________________________________________________________________________
77793 [  7691] By: jhi                                   on 2000/11/15  02:20:12
77794         Log: Use UINT64_C().
77795              
77796              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
77797              From: Jens Hamisch <jens@Strawberry.COM>
77798              Date: Tue, 14 Nov 2000 19:16:23 +0100
77799              Message-Id: <20001114191623.G20559@Strawberry.COM>
77800      Branch: perl
77801            ! utf8.c utf8.h
77802 ____________________________________________________________________________
77803 [  7690] By: jhi                                   on 2000/11/15  02:17:06
77804         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
77805              (a macro to define signed and unsigned integer constants).
77806      Branch: perl
77807            ! handy.h
77808 ____________________________________________________________________________
77809 [  7689] By: jhi                                   on 2000/11/15  01:56:51
77810         Log: Regen Configure.
77811      Branch: perl
77812            ! Configure
77813 ____________________________________________________________________________
77814 [  7688] By: jhi                                   on 2000/11/15  01:56:32
77815         Log: Make the unit know about SOCKS.
77816      Branch: metaconfig
77817            ! U/protos/socksizetype.U
77818 ____________________________________________________________________________
77819 [  7687] By: jhi                                   on 2000/11/15  01:54:47
77820         Log: Remove unused dependencies.
77821      Branch: metaconfig
77822            ! U/compline/d_getpagsz.U
77823 ____________________________________________________________________________
77824 [  7686] By: nick                                  on 2000/11/14  21:25:13
77825         Log: Integrate mainline.
77826      Branch: perlio
77827           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
77828           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
77829           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
77830           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
77831           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
77832           !> win32/config.bc win32/config.gc win32/config.vc
77833           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
77834 ____________________________________________________________________________
77835 [  7685] By: jhi                                   on 2000/11/14  17:54:56
77836         Log: Integrate perlio:
77837              
77838              [  7684]
77839              PerlIO #include and #ifdef re-work.
77840      Branch: perl
77841           +> fakesdio.h perliol.h
77842           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77843           !> perlsdio.h perlsfio.h pod/perlfunc.pod
77844 ____________________________________________________________________________
77845 [  7684] By: nick                                  on 2000/11/14  17:43:04
77846         Log: PerlIO #include and #ifdef re-work.
77847      Branch: perlio
77848            + fakesdio.h perliol.h
77849            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77850            ! perlsdio.h perlsfio.h
77851 ____________________________________________________________________________
77852 [  7683] By: jhi                                   on 2000/11/14  15:42:40
77853         Log: Hoist the duplicated socket/netdb include logic to perl.h;
77854              undef SETERRNO in case SOCKS has defined it.  Based on:
77855              
77856              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
77857              From: Jens Hamisch <jens@Strawberry.COM> 
77858              Date: Tue, 14 Nov 2000 11:34:40 +0100
77859              Message-Id: <20001114113440.A20005@Strawberry.COM>
77860      Branch: perl
77861            ! doio.c perl.h pp_sys.c
77862 ____________________________________________________________________________
77863 [  7682] By: jhi                                   on 2000/11/14  14:07:28
77864         Log: Subject: some additions for makefiles for win32 (for perl@7674)
77865              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77866              Date: Tue, 14 Nov 2000 09:31:13 +0300
77867              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
77868      Branch: perl
77869            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
77870            ! win32/makefile.mk
77871 ____________________________________________________________________________
77872 [  7681] By: jhi                                   on 2000/11/14  14:01:41
77873         Log: Subject: tiny typo in perl5db.pl
77874              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77875              Date: Tue, 14 Nov 2000 09:29:28 +0300
77876              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
77877      Branch: perl
77878            ! lib/perl5db.pl
77879 ____________________________________________________________________________
77880 [  7680] By: jhi                                   on 2000/11/14  04:13:50
77881         Log: Redo #7679 with LFs instead of CRLFs.
77882      Branch: perl
77883            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
77884            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
77885            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77886 ____________________________________________________________________________
77887 [  7679] By: jhi                                   on 2000/11/14  01:21:09
77888         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
77889              From: Benjamin Stuhl <tiriath@yahoo.com> 
77890              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77891              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77892      Branch: perl
77893            + win32/bin/mdelete.bat
77894            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
77895            ! makedef.pl perlio.c win32/Makefile win32/config.gc
77896            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77897 ____________________________________________________________________________
77898 [  7678] By: jhi                                   on 2000/11/14  01:19:20
77899         Log: Fix the re extension building for Win32.
77900              
77901              Subject: [PATCH perl@7638] Get PerlIO building on Win32
77902              From: Benjamin Stuhl <tiriath@yahoo.com> 
77903              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77904              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77905      Branch: perl
77906            + ext/re/hints/MSWin32.pl
77907            ! MANIFEST
77908 ____________________________________________________________________________
77909 [  7677] By: jhi                                   on 2000/11/14  01:13:54
77910         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
77911              From: sthoenna@efn.org
77912              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
77913              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
77914      Branch: perl
77915            ! doop.c pp.c toke.c utf8.c utf8.h
77916 ____________________________________________________________________________
77917 [  7676] By: jhi                                   on 2000/11/13  20:23:15
77918         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77919              From: Nicholas Clark <nick@ccl4.org>
77920              Date: Mon, 13 Nov 2000 18:55:04 +0000
77921              Message-ID: <20001113185504.J29183@plum.flirble.org>
77922      Branch: perl
77923            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
77924 ____________________________________________________________________________
77925 [  7675] By: nick                                  on 2000/11/13  20:21:57
77926         Log: Integrate mainline ...
77927      Branch: perlio
77928           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
77929           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
77930           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
77931           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
77932 ____________________________________________________________________________
77933 [  7674] By: jhi                                   on 2000/11/13  15:07:56
77934         Log: Update Changes.
77935      Branch: perl
77936            ! Changes patchlevel.h
77937 ____________________________________________________________________________
77938 [  7673] By: jhi                                   on 2000/11/13  14:42:42
77939         Log: Remove the new two tests of lib/io_xs for now, they seem to
77940              fail under perlio on some platforms.
77941      Branch: perl
77942            ! t/lib/io_xs.t
77943 ____________________________________________________________________________
77944 [  7672] By: jhi                                   on 2000/11/13  13:57:53
77945         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
77946      Branch: perl
77947            ! perlio.c
77948 ____________________________________________________________________________
77949 [  7671] By: jhi                                   on 2000/11/13  05:30:48
77950         Log: Placate nervous compilers that see longer than ints switch()ing.
77951      Branch: perl
77952            ! utf8.c
77953 ____________________________________________________________________________
77954 [  7670] By: jhi                                   on 2000/11/13  05:14:21
77955         Log: fputs() does return EOF on error but here we don't care.
77956      Branch: perl
77957            ! perlio.c
77958 ____________________________________________________________________________
77959 [  7669] By: jhi                                   on 2000/11/13  05:02:45
77960         Log: Declare reg_data like reg_substr_data.
77961      Branch: perl
77962            ! regexp.h
77963 ____________________________________________________________________________
77964 [  7668] By: jhi                                   on 2000/11/13  04:54:34
77965         Log: Typos in #7667.
77966      Branch: perl
77967            ! perl.h
77968 ____________________________________________________________________________
77969 [  7667] By: jhi                                   on 2000/11/13  04:49:49
77970         Log: Cleanup messy #ifdef.
77971      Branch: perl
77972            ! perl.h
77973 ____________________________________________________________________________
77974 [  7666] By: jhi                                   on 2000/11/13  04:17:34
77975         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77976              From: Nicholas Clark <nick@talking.bollo.cx>
77977              Date: Sun, 12 Nov 2000 21:14:11 +0000
77978              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
77979              
77980              Note: only one breakage of the two reported is fixed by this patch.
77981      Branch: perl
77982            ! perlio.c
77983 ____________________________________________________________________________
77984 [  7665] By: jhi                                   on 2000/11/13  04:05:07
77985         Log: Tweak the definition of the bit complement on UTF-8 data:
77986              if none of the characters in the string are > 0xff,
77987              the result is a complemented byte string, not a (UTF-8)
77988              char string.  Based on the summary in
77989              
77990              Subject: Re: [ID 20000918.005] ~ on wide chars
77991              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
77992              Date: Fri, 10 Nov 2000 09:47:15 -0800
77993              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
77994              
77995              This should give us the maximum backward (pre-char string)
77996              compatibility and utf8 compatibility.  The other alternative
77997              would be to limit the bit complement to be always byte only,
77998              taking the least significant byte of the chars.
77999      Branch: perl
78000            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
78001 ____________________________________________________________________________
78002 [  7664] By: jhi                                   on 2000/11/13  00:23:44
78003         Log: Couple of tests from #7660 salvaged.
78004      Branch: perl
78005            - t/op/tell.t
78006            ! MANIFEST t/io/tell.t
78007 ____________________________________________________________________________
78008 [  7663] By: jhi                                   on 2000/11/13  00:02:48
78009         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
78010              From: Nicholas Clark <nick@talking.bollo.cx>
78011              Date: Sun, 12 Nov 2000 21:23:43 +0000
78012              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
78013      Branch: perl
78014            ! perlsfio.h
78015 ____________________________________________________________________________
78016 [  7662] By: jhi                                   on 2000/11/13  00:01:39
78017         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
78018              From: Nicholas Clark <nick@talking.bollo.cx>
78019              Date: Sun, 12 Nov 2000 21:30:04 +0000
78020              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
78021      Branch: perl
78022            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
78023 ____________________________________________________________________________
78024 [  7661] By: jhi                                   on 2000/11/12  23:57:29
78025         Log: Document tell() on special streams.
78026      Branch: perl
78027            ! pod/perlfunc.pod
78028 ____________________________________________________________________________
78029 [  7660] By: jhi                                   on 2000/11/12  23:54:22
78030         Log: (Subsumed by #7664)
78031      Branch: perl
78032            + t/op/tell.t
78033            ! MANIFEST
78034 ____________________________________________________________________________
78035 [  7659] By: jhi                                   on 2000/11/12  22:55:25
78036         Log: Many subdocumented return values of the IO extension now documented.
78037              ungetc and write still left subdocumented.
78038              
78039              Subject: [PATCH] (was Re: IO::Handle::ungetc)
78040              From: Nicholas Clark <nick@talking.bollo.cx>
78041              Date: Sun, 12 Nov 2000 21:35:53 +0000
78042              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
78043      Branch: perl
78044            ! ext/IO/lib/IO/Handle.pm
78045 ____________________________________________________________________________
78046 [  7658] By: jhi                                   on 2000/11/12  21:37:06
78047         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
78048              From: Nicholas Clark <nick@talking.bollo.cx>
78049              Date: Sun, 12 Nov 2000 20:03:22 +0000
78050              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
78051      Branch: perl
78052            ! pod/perlfunc.pod
78053 ____________________________________________________________________________
78054 [  7657] By: jhi                                   on 2000/11/12  20:34:55
78055         Log: Integrate perlio:
78056              
78057              [  7656]
78058              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
78059      Branch: perl
78060           !> perlio.c
78061 ____________________________________________________________________________
78062 [  7656] By: nick                                  on 2000/11/12  19:25:06
78063         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
78064      Branch: perlio
78065            ! perlio.c
78066 ____________________________________________________________________________
78067 [  7655] By: nick                                  on 2000/11/12  19:09:41
78068         Log: Integrate mainline
78069      Branch: perlio
78070           +> README.solaris ext/Encode/Encode/cp1006.enc
78071           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
78072           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
78073           +> ext/Encode/Encode/iso8859-13.enc
78074           +> ext/Encode/Encode/iso8859-14.enc
78075           +> ext/Encode/Encode/iso8859-15.enc
78076           !> (integrate 34 files)
78077 ____________________________________________________________________________
78078 [  7654] By: jhi                                   on 2000/11/12  19:00:22
78079         Log: Add a metaconfig unit for fsync.
78080      Branch: metaconfig/U/perl
78081            + d_fsync.U
78082 ____________________________________________________________________________
78083 [  7653] By: jhi                                   on 2000/11/12  19:00:01
78084         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
78085      Branch: perl
78086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78087            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
78088            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78089            ! vos/config.ga.h win32/config.bc win32/config.gc
78090            ! win32/config.vc
78091 ____________________________________________________________________________
78092 [  7652] By: jhi                                   on 2000/11/11  21:12:01
78093         Log: Copy the s// information of README.hpux also to the perlrun.
78094      Branch: perl
78095            ! README.hpux pod/perlrun.pod
78096 ____________________________________________________________________________
78097 [  7651] By: jhi                                   on 2000/11/11  21:03:13
78098         Log: More README.solaris updates from Andy Dougherty.
78099      Branch: perl
78100            ! README.solaris
78101 ____________________________________________________________________________
78102 [  7650] By: jhi                                   on 2000/11/11  18:38:57
78103         Log: More descriptive error for unknown perlio layers.
78104              
78105              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
78106              From: Dominic Dunlop <domo@computer.org> 
78107              Date: Sat, 11 Nov 2000 18:20:32 +0100             
78108              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
78109      Branch: perl
78110            ! perlio.c pod/perldiag.pod
78111 ____________________________________________________________________________
78112 [  7649] By: jhi                                   on 2000/11/11  18:37:52
78113         Log: MachTen doesn't really do mmap() and munmap().
78114              
78115              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
78116              From: Dominic Dunlop <domo@computer.org> 
78117              Date: Sat, 11 Nov 2000 18:20:32 +0100             
78118              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
78119      Branch: perl
78120            ! hints/machten.sh
78121 ____________________________________________________________________________
78122 [  7648] By: jhi                                   on 2000/11/11  18:36:46
78123         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
78124              From: rspier@pobox.com (Robert Spier)
78125              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
78126              Message-ID: <14861.32839.491271.985797@rls.cx>
78127      Branch: perl
78128            ! Porting/Contract pod/perltoot.pod
78129 ____________________________________________________________________________
78130 [  7647] By: jhi                                   on 2000/11/11  18:35:30
78131         Log: Simplify the getpagesize() unit by dropping the
78132              pagesize probe since it's nowadays slightly more
78133              complicated because of sysconf(). (Note: if some
78134              platform really needs the -lPW for getpagesize,
78135              I just broke it.)
78136              
78137              TODO: a new pagesize unit.
78138      Branch: metaconfig
78139            ! U/compline/d_getpagsz.U
78140 ____________________________________________________________________________
78141 [  7646] By: jhi                                   on 2000/11/11  18:33:23
78142         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
78143      Branch: perl
78144            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78145            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
78146            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78147            ! vos/config.ga.h win32/config.bc win32/config.gc
78148            ! win32/config.vc
78149 ____________________________________________________________________________
78150 [  7645] By: jhi                                   on 2000/11/11  16:45:15
78151         Log: Use sysconf() or getpagesize() to find out the pagesize.
78152      Branch: perl
78153            ! perlio.c
78154 ____________________________________________________________________________
78155 [  7644] By: jhi                                   on 2000/11/11  15:46:08
78156         Log: Integrate perlio:
78157              
78158              [  7641]
78159              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
78160              Also call "Buf" layer directly when unread'ing non-read chars.
78161      Branch: perl
78162           !> perlio.c
78163 ____________________________________________________________________________
78164 [  7643] By: jhi                                   on 2000/11/11  15:33:36
78165         Log: Subject: Re: [PATCH] README.solaris
78166              From: Lupe Christoph <lupe@lupe-christoph.de>
78167              Date: Sat, 11 Nov 2000 14:08:10 +0100
78168              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
78169      Branch: perl
78170            ! README.solaris
78171 ____________________________________________________________________________
78172 [  7642] By: jhi                                   on 2000/11/11  15:22:12
78173         Log: Subject: [PATCH perl@7638] cygwin port
78174              From: "Eric Fifer" <egf7@columbia.edu>            
78175              Date: Fri, 10 Nov 2000 19:30:30 -0000
78176              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
78177      Branch: perl
78178            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
78179 ____________________________________________________________________________
78180 [  7641] By: nick                                  on 2000/11/11  14:50:36
78181         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
78182              Also call "Buf" layer directly when unread'ing non-read chars.
78183      Branch: perlio
78184            ! perlio.c
78185 ____________________________________________________________________________
78186 [  7640] By: jhi                                   on 2000/11/11  02:05:02
78187         Log: Add more encoding tables.
78188      Branch: perl
78189            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
78190            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
78191            + ext/Encode/Encode/iso8859-10.enc
78192            + ext/Encode/Encode/iso8859-13.enc
78193            + ext/Encode/Encode/iso8859-14.enc
78194            + ext/Encode/Encode/iso8859-15.enc
78195            ! MANIFEST
78196 ____________________________________________________________________________
78197 [  7639] By: jhi                                   on 2000/11/10  18:49:25
78198         Log: Subject: [PATCH] README.solaris
78199              From: Andy Dougherty <doughera@lafayette.edu>
78200              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
78201              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
78202      Branch: perl
78203            + README.solaris
78204            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
78205            ! pod/perl.pod pod/perltoc.pod
78206 ____________________________________________________________________________
78207 [  7638] By: jhi                                   on 2000/11/10  15:04:15
78208         Log: Update Changes.
78209      Branch: perl
78210            ! Changes patchlevel.h
78211 ____________________________________________________________________________
78212 [  7637] By: jhi                                   on 2000/11/10  14:14:28
78213         Log: Explain better why certain regex tests are skipped.
78214              
78215              Subject: Re: tests skipped: unknown reason
78216              From: Lupe Christoph <lupe@lupe-christoph.de>
78217              Date: Fri, 10 Nov 2000 09:08:56 +0100
78218              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
78219      Branch: perl
78220            ! t/op/regexp.t
78221 ____________________________________________________________________________
78222 [  7636] By: nick                                  on 2000/11/10  13:40:00
78223         Log: Integrate mainline.
78224      Branch: perlio
78225           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
78226           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
78227           !> win32/bin/search.pl
78228 ____________________________________________________________________________
78229 [  7635] By: nick                                  on 2000/11/10  13:25:52
78230         Log: Re-instate stdio large file support via perlio.
78231      Branch: perl
78232            ! perlio.c
78233 ____________________________________________________________________________
78234 [  7634] By: jhi                                   on 2000/11/10  04:49:55
78235         Log: Amdahl UTS hints updates.
78236              
78237              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
78238              From: hom00@utsglobal.com (Harold O Morris)
78239              Date: Thu, 9 Nov 2000 20:02 PST
78240              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
78241      Branch: perl
78242            ! hints/uts.sh
78243 ____________________________________________________________________________
78244 [  7633] By: jhi                                   on 2000/11/09  23:33:28
78245         Log: Subject: [PATCH] IO::Seekable pod
78246              From: Nicholas Clark <nick@talking.bollo.cx>
78247              Date: Thu, 9 Nov 2000 20:29:45 +0000
78248              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
78249      Branch: perl
78250            ! ext/IO/lib/IO/Handle.pm
78251 ____________________________________________________________________________
78252 [  7632] By: jhi                                   on 2000/11/09  21:55:41
78253         Log: Various doc oddball characters.
78254              
78255              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
78256              From: Michael Somos <somos@grail.cba.csuohio.edu>
78257              Date: Mon, 6 Nov 2000 17:44:20 -0500
78258              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
78259      Branch: perl
78260            ! emacs/cperl-mode.el lib/unicode/syllables.txt
78261            ! win32/bin/search.pl
78262 ____________________________________________________________________________
78263 [  7631] By: jhi                                   on 2000/11/09  21:12:29
78264         Log: Subject: Re: bash -c exit and linux hints 
78265              From: "John P. Linderman" <jpl@research.att.com>
78266              Date: Thu, 02 Nov 2000 09:37:25 -0500
78267              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
78268      Branch: perl
78269            ! hints/linux.sh
78270 ____________________________________________________________________________
78271 [  7630] By: nick                                  on 2000/11/09  20:34:11
78272         Log: Integrate mainline.
78273      Branch: perlio
78274           !> (integrate 91 files)
78275 ____________________________________________________________________________
78276 [  7629] By: jhi                                   on 2000/11/09  19:46:31
78277         Log: Missing dTHXs.
78278              
78279              Subject: RE: perl@7595 builds not on cygwin
78280              From: "Eric Fifer" <egf7@columbia.edu>
78281              Date: Thu, 9 Nov 2000 19:26:50 -0000
78282              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
78283      Branch: perl
78284            ! ext/Devel/Peek/Peek.xs
78285 ____________________________________________________________________________
78286 [  7628] By: jhi                                   on 2000/11/09  14:48:27
78287         Log: Disable only the tests 99 and 166 for UTF-8 locales.
78288      Branch: perl
78289            ! t/pragma/locale.t
78290 ____________________________________________________________________________
78291 [  7627] By: jhi                                   on 2000/11/09  14:40:27
78292         Log: There's no =head3.
78293      Branch: perl
78294            ! pod/perlhack.pod
78295 ____________________________________________________________________________
78296 [  7626] By: jhi                                   on 2000/11/09  13:54:26
78297         Log: The generated boot_* headers are wrong.  Pickier compiler,
78298              such as KAI C++ will refuse to compile the resulting perlmain.
78299              
78300              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
78301              From: Harri Pasanen <harri.pasanen@trema.com>
78302              Date: Thu, 09 Nov 2000 14:23:28 +0100
78303              Message-Id: <3A0AA550.26D548A3@trema.com>
78304      Branch: perl
78305            ! minimod.pl
78306 ____________________________________________________________________________
78307 [  7625] By: jhi                                   on 2000/11/09  13:50:44
78308         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
78309              From: Prymmer/Kahn <pvhp@best.com>
78310              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
78311              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
78312              
78313              All except the "cow orker" change.
78314      Branch: perl
78315            ! Porting/pumpkin.pod
78316 ____________________________________________________________________________
78317 [  7624] By: jhi                                   on 2000/11/09  13:45:33
78318         Log: Fix for
78319              
78320              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
78321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
78322              Date: Thu, 09 Nov 2000 11:05:52 +0100
78323              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
78324      Branch: perl
78325            ! pod/perldiag.pod t/pragma/warn/pp_sys
78326 ____________________________________________________________________________
78327 [  7623] By: jhi                                   on 2000/11/09  13:37:16
78328         Log: Typo in an ifndef.
78329              
78330              Subject: Re: [PATCH 5.7.0] better messages from malloc()
78331              From: Joe Smith <jms@inwap.com>         
78332              Date: Thu, 09 Nov 2000 01:33:14 -0800
78333              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
78334      Branch: perl
78335            ! malloc.c
78336 ____________________________________________________________________________
78337 [  7622] By: jhi                                   on 2000/11/09  13:31:18
78338         Log: Remove unused extra arguments.
78339      Branch: metaconfig/U/perl
78340            ! perlxv.U
78341      Branch: perl
78342            ! Configure config_h.SH
78343 ____________________________________________________________________________
78344 [  7621] By: jhi                                   on 2000/11/09  13:16:36
78345         Log: More VMS moves on environment handling, from Charles Lane.
78346      Branch: perl
78347            ! t/pragma/locale.t
78348 ____________________________________________________________________________
78349 [  7620] By: jhi                                   on 2000/11/09  04:42:38
78350         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78351              From: David Dyck <dcd@tc.fluke.com>
78352              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
78353              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
78354      Branch: perl
78355            ! pp_sys.c
78356 ____________________________________________________________________________
78357 [  7619] By: jhi                                   on 2000/11/09  04:36:21
78358         Log: Forgot from #7618.
78359      Branch: perl
78360            ! lib/File/stat.pm
78361 ____________________________________________________________________________
78362 [  7618] By: jhi                                   on 2000/11/09  04:28:44
78363         Log: Make deleting for %ENV work for (newer versions of) VMS,
78364              from Craig A. Berry.
78365      Branch: perl
78366            ! vms/vms.c
78367 ____________________________________________________________________________
78368 [  7617] By: jhi                                   on 2000/11/09  04:25:05
78369         Log: Subject: [PATCH] Class::Struct at compile time
78370              From: "Casey R. Tweten" <crt@kiski.net>
78371              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
78372              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
78373      Branch: perl
78374            ! lib/Class/Struct.pm
78375 ____________________________________________________________________________
78376 [  7616] By: jhi                                   on 2000/11/09  04:15:17
78377         Log: Subject: [ID 20001108.013] spelling
78378              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
78379              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
78380              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
78381      Branch: perl
78382            ! lib/ftp.pl
78383 ____________________________________________________________________________
78384 [  7615] By: jhi                                   on 2000/11/09  04:12:42
78385         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
78386              From: Peter Prymmer <pvhp@forte.com>
78387              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
78388              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
78389      Branch: perl
78390            ! configure.com
78391 ____________________________________________________________________________
78392 [  7614] By: jhi                                   on 2000/11/08  22:42:55
78393         Log: A missing aTHX_.
78394      Branch: perl
78395            ! ext/IPC/SysV/SysV.xs
78396 ____________________________________________________________________________
78397 [  7613] By: jhi                                   on 2000/11/08  19:30:21
78398         Log: Update Changes.
78399      Branch: perl
78400            ! Changes patchlevel.h
78401 ____________________________________________________________________________
78402 [  7612] By: jhi                                   on 2000/11/08  18:35:25
78403         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78404              From: David Dyck <dcd@tc.fluke.com>
78405              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
78406              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
78407      Branch: perl
78408            ! pp_sys.c
78409 ____________________________________________________________________________
78410 [  7611] By: jhi                                   on 2000/11/08  18:30:26
78411         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
78412              From: Dominic Dunlop <domo@computer.org>
78413              Date: Tue, 7 Nov 2000 12:05:25 +0100
78414              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
78415      Branch: perl
78416            ! malloc.c
78417 ____________________________________________________________________________
78418 [  7610] By: jhi                                   on 2000/11/08  18:25:14
78419         Log: Do not test UTF-8 locales since that the tests would require
78420              polymorphic regexen.
78421      Branch: perl
78422            ! t/pragma/locale.t
78423 ____________________________________________________________________________
78424 [  7609] By: jhi                                   on 2000/11/08  17:12:51
78425         Log: Locale buglets.
78426              
78427              Subject: RE: Locales support (setlocale) fixes
78428              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78429              Date: Wed, 8 Nov 2000 20:01:39 +0300
78430              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
78431      Branch: perl
78432            ! t/pragma/locale.t util.c
78433 ____________________________________________________________________________
78434 [  7608] By: jhi                                   on 2000/11/08  17:00:16
78435         Log: Deleting $ENV{PATH} in VMS is not recommendable.
78436      Branch: perl
78437            ! t/pragma/locale.t
78438 ____________________________________________________________________________
78439 [  7607] By: jhi                                   on 2000/11/08  16:58:26
78440         Log: Subject: PATCH std stdio for (Free)BSD
78441              From: Nicholas Clark <nick@ccl4.org>
78442              Date: Wed, 8 Nov 2000 15:36:29 +0000
78443              Message-ID: <20001108153629.D98736@plum.flirble.org>
78444      Branch: metaconfig
78445            ! U/compline/d_stdstdio.U
78446      Branch: perl
78447            ! Configure config_h.SH
78448 ____________________________________________________________________________
78449 [  7606] By: jhi                                   on 2000/11/08  16:43:31
78450         Log: Forgot to bump the line numbers in #7601.
78451      Branch: perl
78452            ! t/pragma/warn/pp_sys
78453 ____________________________________________________________________________
78454 [  7605] By: jhi                                   on 2000/11/08  16:39:12
78455         Log: More careful detection of how well NVs and UVs mix.
78456              
78457              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))
78458              From: Nicholas Clark <nick@ccl4.org>
78459              Date: Wed, 8 Nov 2000 15:14:12 +0000
78460              Message-ID: <20001108151412.B98736@plum.flirble.org>
78461              
78462              Added some SIGFPE paranoia.
78463      Branch: metaconfig/U/perl
78464            ! perlxv.U
78465      Branch: perl
78466            ! Configure config_h.SH
78467 ____________________________________________________________________________
78468 [  7604] By: jhi                                   on 2000/11/08  14:39:10
78469         Log: Subject: [patch perl@7595] VMS configure.com tweak
78470              From: "Craig A. Berry" <craigberry@mac.com>
78471              Date: Wed, 8 Nov 2000 00:24:12 -0600
78472              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
78473      Branch: perl
78474            ! configure.com
78475 ____________________________________________________________________________
78476 [  7603] By: jhi                                   on 2000/11/08  14:27:11
78477         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
78478              From: Robin Barker <rmb1@cise.npl.co.uk>
78479              Date: Wed, 8 Nov 2000 11:11:39 GMT
78480              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
78481      Branch: perl
78482            ! perlio.c
78483 ____________________________________________________________________________
78484 [  7602] By: jhi                                   on 2000/11/08  14:25:03
78485         Log: Fix for the tie-refhash string table leaks.
78486              
78487              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
78488              Date: Wed, 8 Nov 2000 13:03:04 GMT
78489              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
78490      Branch: perl
78491            ! t/lib/tie-refhash.t
78492 ____________________________________________________________________________
78493 [  7601] By: jhi                                   on 2000/11/08  14:21:08
78494         Log: Try to avoid flockless and emulationless places.
78495      Branch: perl
78496            ! t/pragma/warn/pp_sys
78497 ____________________________________________________________________________
78498 [  7600] By: jhi                                   on 2000/11/08  02:28:54
78499         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
78500              
78501              Subject: [PATCH] prototyped functions that should be overrideable
78502              From: "Casey R. Tweten" <crt@kiski.net>
78503              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
78504              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
78505      Branch: perl
78506            ! toke.c
78507 ____________________________________________________________________________
78508 [  7599] By: jhi                                   on 2000/11/08  01:12:05
78509         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
78510              
78511              Subject: [PATCH] perlbug.PL
78512              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78513              Date: Mon, 6 Nov 2000 21:39:01 -0500
78514              Message-ID: <20001106213901.B20955@O2.chapin.edu>
78515      Branch: perl
78516            ! utils/perlbug.PL
78517 ____________________________________________________________________________
78518 [  7598] By: jhi                                   on 2000/11/07  23:42:00
78519         Log: Bad thinko in #7581 (I used the test program with the expanded
78520              values as-is).
78521      Branch: metaconfig
78522            ! U/compline/d_stdstdio.U
78523      Branch: perl
78524            ! Configure
78525 ____________________________________________________________________________
78526 [  7597] By: jhi                                   on 2000/11/07  21:43:29
78527         Log: Subject: [PATCH perl@7573] cygwin port
78528              From: "Fifer, Eric" <EFifer@sanwaint.com>
78529              Date: Tue, 7 Nov 2000 18:08:51 -0000 
78530              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
78531              
78532              Synchronize with Cygwin 1.1.5.
78533      Branch: perl
78534            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
78535            ! pod/perlport.pod unixish.h util.c
78536 ____________________________________________________________________________
78537 [  7596] By: jhi                                   on 2000/11/07  21:39:25
78538         Log: perlhack updates from H.Merijn Brand.
78539      Branch: perl
78540            ! pod/perlhack.pod
78541 ____________________________________________________________________________
78542 [  7595] By: jhi                                   on 2000/11/07  20:21:41
78543         Log: Update Changes.
78544      Branch: perl
78545            ! Changes patchlevel.h
78546 ____________________________________________________________________________
78547 [  7594] By: jhi                                   on 2000/11/07  19:18:58
78548         Log: Be more robust in Dynaloader.pm.
78549      Branch: perl
78550            ! ext/DynaLoader/DynaLoader_pm.PL
78551 ____________________________________________________________________________
78552 [  7593] By: jhi                                   on 2000/11/07  16:49:31
78553         Log: AUTHORS update.
78554      Branch: perl
78555            ! AUTHORS
78556 ____________________________________________________________________________
78557 [  7592] By: gsar                                  on 2000/11/07  16:39:51
78558         Log: normalize relative paths in virtualized current directory on windows,
78559              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
78560              returns)
78561      Branch: perl
78562            ! win32/vdir.h
78563 ____________________________________________________________________________
78564 [  7591] By: jhi                                   on 2000/11/07  16:04:26
78565         Log: Too profiler-happy: with optimization the #7590 actually makes
78566              the test to run 0.5% _slower_.  Requires much more instrumentation.
78567              Retract #7590.
78568      Branch: perl
78569            ! regcomp.c regcomp.h
78570 ____________________________________________________________________________
78571 [  7590] By: jhi                                   on 2000/11/07  15:51:13
78572         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
78573              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
78574              by using memset() and testing bytewise (as opposed to bitwise).
78575      Branch: perl
78576            ! regcomp.c regcomp.h
78577 ____________________________________________________________________________
78578 [  7589] By: jhi                                   on 2000/11/07  12:56:39
78579         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
78580              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78581              Date: Mon, 06 Nov 2000 23:45:30 -0500
78582              Message-Id: <0011079735.AA973576259@univpress.com>
78583      Branch: perl
78584            ! configure.com t/lib/st-lock.t
78585 ____________________________________________________________________________
78586 [  7588] By: jhi                                   on 2000/11/07  01:03:28
78587         Log: Tweak #7587.
78588      Branch: perl
78589            ! pod/perldiag.pod
78590 ____________________________________________________________________________
78591 [  7587] By: jhi                                   on 2000/11/07  01:00:27
78592         Log: A doc addition for bug id 20001105.019, beware \p.
78593      Branch: perl
78594            ! pod/perldiag.pod
78595 ____________________________________________________________________________
78596 [  7586] By: jhi                                   on 2000/11/07  00:32:22
78597         Log: Fake support of holey files in win/dosish platforms.
78598              
78599              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
78600              From: kipp@shonanblue.ne.jp
78601              Date: Mon, 6 Nov 2000 13:30:55 -0800
78602              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
78603      Branch: perl
78604            ! ext/SDBM_File/sdbm/sdbm.c
78605 ____________________________________________________________________________
78606 [  7585] By: jhi                                   on 2000/11/07  00:12:54
78607         Log: Subject: Pod updates
78608              From: "Stephen P. Potter" <spp@spotter.yi.org>
78609              Date: Mon, 06 Nov 2000 18:56:43 -0500
78610              Message-Id: <200011062357.SAA18173@spotter.yi.org>
78611      Branch: perl
78612            ! README.dos README.os2 README.win32 pod/buildtoc.PL
78613            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
78614            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
78615            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
78616            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
78617            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
78618            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
78619            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
78620            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
78621            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
78622            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
78623            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
78624            ! pod/perltootc.pod pod/perlunicode.pod
78625 ____________________________________________________________________________
78626 [  7584] By: jhi                                   on 2000/11/07  00:04:17
78627         Log: Varargs don't always work too well if one puts an unsigned
78628              char on the stack and pop an unsigned quad off the stack.
78629              
78630              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
78631              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
78632              Date: Mon, 06 Nov 2000 15:19:05 -0800
78633              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
78634      Branch: perl
78635            ! utf8.c
78636 ____________________________________________________________________________
78637 [  7583] By: jhi                                   on 2000/11/06  23:58:48
78638         Log: %ENV note tweaks from Dan Sugalski.
78639      Branch: perl
78640            ! pod/perlport.pod vms/perlvms.pod
78641 ____________________________________________________________________________
78642 [  7582] By: jhi                                   on 2000/11/06  23:05:49
78643         Log: glibc5 detection by __GNU_LIBRARY__.
78644      Branch: perl
78645            ! toke.c
78646 ____________________________________________________________________________
78647 [  7581] By: jhi                                   on 2000/11/06  22:51:29
78648         Log: Make the stdio test program of 7427 less noisy while being 
78649              compiled so that Digital UNIX wouldn't get both
78650              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
78651              undefined.  This makes perlio happy.
78652      Branch: metaconfig
78653            ! U/compline/d_stdstdio.U
78654      Branch: perl
78655            ! Configure config_h.SH
78656 ____________________________________________________________________________
78657 [  7580] By: jhi                                   on 2000/11/06  22:41:41
78658         Log: Document %ENV = () portability issues.
78659      Branch: perl
78660            ! pod/perlport.pod vms/perlvms.pod
78661 ____________________________________________________________________________
78662 [  7579] By: jhi                                   on 2000/11/06  21:29:24
78663         Log: VOS updates from Paul Green.
78664      Branch: perl
78665            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
78666 ____________________________________________________________________________
78667 [  7578] By: jhi                                   on 2000/11/06  21:00:40
78668         Log: Sanitize the environment further.
78669      Branch: perl
78670            ! t/pragma/locale.t
78671 ____________________________________________________________________________
78672 [  7577] By: jhi                                   on 2000/11/06  20:53:51
78673         Log: Re-introduce 7552 lost in integration.
78674      Branch: perl
78675            ! perlio.c
78676 ____________________________________________________________________________
78677 [  7576] By: jhi                                   on 2000/11/06  20:33:46
78678         Log: Admit that the test leaks scalars.
78679      Branch: perl
78680            ! t/comp/proto.t
78681 ____________________________________________________________________________
78682 [  7575] By: jhi                                   on 2000/11/06  20:17:08
78683         Log: Integrate perlio:
78684              
78685              [  7574]
78686              Remove debug. Try (Mmap_t) on madvise() call.
78687      Branch: perl
78688           !> perlio.c
78689 ____________________________________________________________________________
78690 [  7574] By: nick                                  on 2000/11/06  20:07:28
78691         Log: Remove debug. Try (Mmap_t) on madvise() call.
78692      Branch: perlio
78693            ! perlio.c
78694 ____________________________________________________________________________
78695 [  7573] By: jhi                                   on 2000/11/06  13:56:05
78696         Log: Update Changes.
78697      Branch: perl
78698            ! Changes patchlevel.h
78699 ____________________________________________________________________________
78700 [  7572] By: jhi                                   on 2000/11/06  13:48:41
78701         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
78702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78703              Date: Mon, 06 Nov 2000 10:11:42 +0100
78704              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
78705      Branch: perl
78706            ! pod/perlhack.pod
78707 ____________________________________________________________________________
78708 [  7571] By: jhi                                   on 2000/11/06  01:45:51
78709         Log: AUTHORS updates.
78710      Branch: perl
78711            ! AUTHORS
78712 ____________________________________________________________________________
78713 [  7570] By: jhi                                   on 2000/11/06  00:18:00
78714         Log: Fix for
78715              
78716              Subject: [ID 20000728.005] perl -P broken
78717              From: David Dyck <dcd@tc.fluke.com>
78718              Date: Fri, 28 Jul 2000 17:19:16 -0700
78719              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
78720              
78721              (hopefully).  The fix is also not complete, it seems to break
78722              BOM swallowing for libc5 systems, but until someone figures
78723              out a way to do this without ftell(), this will do.
78724      Branch: perl
78725            ! toke.c
78726 ____________________________________________________________________________
78727 [  7569] By: jhi                                   on 2000/11/06  00:05:30
78728         Log: Document that the evaled syntax errors cause scalar leaks.
78729      Branch: perl
78730            ! t/comp/proto.t
78731 ____________________________________________________________________________
78732 [  7568] By: jhi                                   on 2000/11/05  23:14:47
78733         Log: opmini.o can linger from Configures past.
78734      Branch: perl
78735            ! Makefile.SH
78736 ____________________________________________________________________________
78737 [  7567] By: jhi                                   on 2000/11/05  21:28:39
78738         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
78739              first argument correctly.
78740      Branch: perl
78741            ! perlio.c
78742 ____________________________________________________________________________
78743 [  7566] By: jhi                                   on 2000/11/05  21:15:56
78744         Log: Integrate perlio:
78745              
78746              [  7564]
78747              Added a mmap layer as a "subclass" of perlio.
78748              PERLIO=mmap ./perl harness passes
78749      Branch: perl
78750           !> perlio.c
78751 ____________________________________________________________________________
78752 [  7565] By: jhi                                   on 2000/11/05  21:15:13
78753         Log: Use -dM for gcc (the suggested patch did it only for Linux,
78754              but I think it can be generalized).
78755              
78756              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
78757              From: Pixel <pixel@mandrakesoft.com>
78758              Date: 05 Nov 2000 21:49:34 +0100 
78759              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
78760      Branch: perl
78761            ! ext/Errno/Errno_pm.PL
78762 ____________________________________________________________________________
78763 [  7564] By: nick                                  on 2000/11/05  21:09:18
78764         Log: Added a mmap layer as a "subclass" of perlio.
78765              PERLIO=mmap ./perl harness passes
78766      Branch: perlio
78767            ! perlio.c
78768 ____________________________________________________________________________
78769 [  7563] By: jhi                                   on 2000/11/05  19:48:55
78770         Log: Add a note for future generations about bug id 20000229.006.
78771      Branch: perl
78772            ! malloc.c
78773 ____________________________________________________________________________
78774 [  7562] By: jhi                                   on 2000/11/05  19:38:24
78775         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
78776      Branch: perl
78777            ! pp_ctl.c t/op/pos.t
78778 ____________________________________________________________________________
78779 [  7561] By: jhi                                   on 2000/11/05  18:21:46
78780         Log: Add =pod to be tidy.
78781      Branch: perl
78782            ! lib/Math/Complex.pm
78783 ____________________________________________________________________________
78784 [  7560] By: jhi                                   on 2000/11/05  17:38:46
78785         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
78786      Branch: perl
78787            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78788            ! ext/Storable/Storable.xs t/lib/st-recurse.t
78789 ____________________________________________________________________________
78790 [  7559] By: jhi                                   on 2000/11/05  17:32:59
78791         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
78792              From: "Peter J. Farley III" <pjfarley@banet.net>
78793              Date: Sun, 05 Nov 2000 11:55:59 -0500
78794              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
78795      Branch: perl
78796            ! t/lib/syslog.t
78797 ____________________________________________________________________________
78798 [  7558] By: jhi                                   on 2000/11/05  17:29:19
78799         Log: Integrate perlio:
78800              
78801              [  7555]
78802              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78803              open RDWR so does not fail. (pragma/warnings 303 again...)
78804              
78805              [  7554]
78806              Fix case where ungetc(f,EOF) was allowed.
78807              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78808              so we can see similarities.
78809              Use types more carefully and a STDCHAR array in hope that this will
78810              fix Jarkko's 64bit machine.
78811      Branch: perl
78812           !> perlio.c
78813 ____________________________________________________________________________
78814 [  7557] By: jhi                                   on 2000/11/05  17:22:01
78815         Log: A fix of sorts for 20000329.026, a better error message
78816              for a missing "use charnames" when using the \N{...}. 
78817      Branch: perl
78818            ! pod/perldiag.pod toke.c
78819 ____________________________________________________________________________
78820 [  7556] By: jhi                                   on 2000/11/05  16:33:50
78821         Log: Test tweak: show also the failed locales.
78822              
78823              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
78824              From: Lupe Christoph <lupe@lupe-christoph.de>         
78825              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
78826              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
78827      Branch: perl
78828            ! t/pragma/locale.t
78829 ____________________________________________________________________________
78830 [  7555] By: nick                                  on 2000/11/05  11:09:34
78831         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78832              open RDWR so does not fail. (pragma/warnings 303 again...)
78833      Branch: perlio
78834            ! perlio.c
78835 ____________________________________________________________________________
78836 [  7554] By: nick                                  on 2000/11/05  10:10:13
78837         Log: Fix case where ungetc(f,EOF) was allowed.
78838              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78839              so we can see similarities.
78840              Use types more carefully and a STDCHAR array in hope that this will
78841              fix Jarkko's 64bit machine.
78842      Branch: perlio
78843            ! perlio.c
78844 ____________________________________________________________________________
78845 [  7553] By: jhi                                   on 2000/11/05  01:12:16
78846         Log: Fix for
78847              
78848              Subject: [ID 20001004.007] taint propogation is inconsistent
78849              From: pimlott@idiomtech.com (Andrew Pimlott) 
78850              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
78851              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
78852              
78853              The culprit was sv_setsv() which was rather blindly
78854              propagating taint, which lead to behaviour where if
78855              a tainted anon hash value was seen all the hash values
78856              from then on at that level became tainted, or at any
78857              upper levels in the case of nested anon hashes.
78858      Branch: perl
78859            ! sv.c t/op/taint.t
78860 ____________________________________________________________________________
78861 [  7552] By: jhi                                   on 2000/11/04  23:44:18
78862         Log: Some cpps don't like splitting conditionals across several lines.
78863      Branch: perl
78864            ! perlio.c
78865 ____________________________________________________________________________
78866 [  7551] By: nick                                  on 2000/11/04  23:40:44
78867         Log: Integrate mainline
78868      Branch: perlio
78869           !> pp_hot.c t/op/taint.t
78870 ____________________________________________________________________________
78871 [  7550] By: nick                                  on 2000/11/04  23:39:05
78872         Log: Integrate mainline again
78873      Branch: perlio
78874           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
78875           !> t/lib/b.t t/op/misc.t util.c
78876 ____________________________________________________________________________
78877 [  7549] By: jhi                                   on 2000/11/04  23:14:01
78878         Log: Fix for
78879              
78880              Subject: [ID 20001004.006] undef is never tainted
78881              From: pimlott@idiomtech.com (Andrew Pimlott)
78882              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
78883              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
78884              
78885              An undef read from a slurped file was not tainted.
78886      Branch: perl
78887            ! pp_hot.c t/op/taint.t
78888 ____________________________________________________________________________
78889 [  7548] By: jhi                                   on 2000/11/04  22:56:21
78890         Log: Test tweak ($Config{useperlio} is by default undef) .
78891      Branch: perl
78892            ! t/lib/b.t
78893 ____________________________________________________________________________
78894 [  7547] By: jhi                                   on 2000/11/04  22:43:56
78895         Log: Integrate perlio:
78896              
78897              [  7539]
78898              PerlIO infrastructure complete.
78899              
78900              [  7538]
78901              Type tweaks + less contorted allocation scheme
78902              
78903              [  7537]
78904              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78905              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78906              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78907              sensible) which lead to some interesting fails.
78908              
78909              [  7535]
78910              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78911              - Works on Linux with
78912              perlio + unix
78913              stdio
78914              - Works on Solaris with
78915              perlio + unix
78916              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78917              - Fails (hangs in openpid) if you try and stack
78918              perlio + stdio - Linux stdio's read() logic is hanging.
78919              
78920              [  7492]
78921              Change files which are mysteriously different to mainline to be
78922              copies of mainline.
78923              
78924              [  7491]
78925              Perlio fixes discovered on big-endian & very traditional Solaris:
78926              - typo in endian code in putc.
78927              - Don't allow read of write-only files and vice-versa
78928              - and off-by-one in flush-all loop.
78929              Remove debug calls as they were using GCC specific features.
78930              
78931              [  7484]
78932              PerlIO passes all tests.
78933              
78934              [  7482]
78935              Include <unistd.h> to get correct lseek() prototype etc.
78936              (I thought perl.h did that) - down to two fails
78937              - comp/require.t (last test)
78938              - lib/io_xs.t - possibly import/export of FILE * ?
78939              
78940              [  7480]
78941              Fixed two bugs:
78942              - error code not being set on close (of broken pipe)
78943              - append mode was truncating.
78944              At least one seek/tell bug remains.
78945              
78946              [  7479]
78947              Prototype (stdio-like) PerlIO passing basic tests. Checked in
78948              in case of accidents. Still several worrying fails, no line disciplines yet.
78949      Branch: perl
78950           +> lib/perlio.pm
78951           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
78952           !> pod/perlapi.pod t/lib/b.t
78953 ____________________________________________________________________________
78954 [  7546] By: jhi                                   on 2000/11/04  22:40:59
78955         Log: Configure would use a bad $myuname from an old config.sh.
78956              
78957              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
78958              From: Andy Dougherty <doughera@lafayette.edu>
78959              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
78960              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
78961      Branch: metaconfig
78962            ! U/modified/Oldconfig.U
78963      Branch: perl
78964            ! Configure config_h.SH
78965 ____________________________________________________________________________
78966 [  7545] By: jhi                                   on 2000/11/04  22:36:54
78967         Log: Subject: Locales support (setlocale) fixes
78968              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78969              Date: Sat, 4 Nov 2000 10:15:48 +0300 
78970              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
78971              
78972              Modified quite a bit to be more portable.
78973      Branch: perl
78974            ! embed.h embed.pl perl.h proto.h util.c
78975 ____________________________________________________________________________
78976 [  7544] By: jhi                                   on 2000/11/04  22:32:47
78977         Log: Dying is too strict here, better just skip.
78978      Branch: perl
78979            ! t/op/misc.t
78980 ____________________________________________________________________________
78981 [  7543] By: nick                                  on 2000/11/04  21:55:13
78982         Log: Merge mainline
78983      Branch: perlio
78984           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78985           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
78986           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
78987           !> (integrate 64 files)
78988 ____________________________________________________________________________
78989 [  7542] By: jhi                                   on 2000/11/04  21:09:28
78990         Log: More Changes tweakery.
78991      Branch: perl
78992            ! Changes Porting/genlog
78993 ____________________________________________________________________________
78994 [  7541] By: jhi                                   on 2000/11/04  20:58:18
78995         Log: Changes fixups.
78996      Branch: perl
78997            ! Changes
78998 ____________________________________________________________________________
78999 [  7540] By: jhi                                   on 2000/11/04  20:42:38
79000         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
79001              create a "fast path" for locale name probing using "locale -a"
79002              if available, squash finally hopefully the s?printf resetting
79003              the numeric locale (since, IIUC perllocale, it never shouldn't). 
79004      Branch: perl
79005            ! sv.c t/op/misc.t t/pragma/locale.t
79006 ____________________________________________________________________________
79007 [  7539] By: nick                                  on 2000/11/04  19:56:10
79008         Log: PerlIO infrastructure complete.
79009      Branch: perlio
79010            + lib/perlio.pm
79011            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
79012 ____________________________________________________________________________
79013 [  7538] By: nick                                  on 2000/11/04  14:31:32
79014         Log: Type tweaks + less contorted allocation scheme
79015      Branch: perlio
79016            ! perlio.c
79017 ____________________________________________________________________________
79018 [  7537] By: nick                                  on 2000/11/04  12:40:42
79019         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
79020              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
79021              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
79022              sensible) which lead to some interesting fails.
79023      Branch: perlio
79024            ! perlio.c
79025 ____________________________________________________________________________
79026 [  7536] By: jhi                                   on 2000/11/04  00:20:02
79027         Log: Add FCNTL_CAN_LOCK.
79028              
79029              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
79030              From: Andy Dougherty <doughera@lafayette.edu>
79031              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
79032              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
79033              
79034              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
79035              From: Andy Dougherty <doughera@lafayette.edu>
79036              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
79037              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
79038      Branch: metaconfig/U/perl
79039            + d_fcntl_can_lock.U
79040            ! startperl.U
79041      Branch: perl
79042            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79043            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
79044            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79045            ! vos/config.ga.h win32/config.bc win32/config.gc
79046            ! win32/config.vc
79047 ____________________________________________________________________________
79048 [  7535] By: nick                                  on 2000/11/03  22:19:10
79049         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
79050              - Works on Linux with
79051              perlio + unix
79052              stdio
79053              - Works on Solaris with
79054              perlio + unix
79055              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
79056              - Fails (hangs in openpid) if you try and stack
79057              perlio + stdio - Linux stdio's read() logic is hanging.
79058      Branch: perlio
79059            ! iperlsys.h perlio.c
79060 ____________________________________________________________________________
79061 [  7534] By: jhi                                   on 2000/11/03  15:16:02
79062         Log: Subject: Re: README.aix
79063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79064              Date: Fri, 03 Nov 2000 16:03:15 +0100
79065              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
79066      Branch: perl
79067            ! README.aix
79068 ____________________________________________________________________________
79069 [  7533] By: jhi                                   on 2000/11/03  03:59:02
79070         Log: Subject: [PATCH 5.7.0] better messages from malloc()
79071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79072              Date: Wed, 1 Nov 2000 23:39:56 -0500
79073              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
79074      Branch: perl
79075            ! malloc.c pod/perldiag.pod
79076 ____________________________________________________________________________
79077 [  7532] By: jhi                                   on 2000/11/03  00:11:56
79078         Log: The #7521 touched things it shouldn't have.
79079      Branch: perl
79080            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
79081 ____________________________________________________________________________
79082 [  7531] By: jhi                                   on 2000/11/02  22:32:33
79083         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
79084              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79085              Date:     Thu, 2 Nov 2000 16:58:36 EST
79086              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
79087      Branch: perl
79088            ! vms/gen_shrfls.pl
79089 ____________________________________________________________________________
79090 [  7530] By: jhi                                   on 2000/11/02  22:08:49
79091         Log: Fix the problem discussed in
79092              
79093              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
79094              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
79095              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
79096              
79097              originally from Linc Madison.  Also Andreas König's comments
79098              taken into account.  Some other problems with Tie::SubstrHash
79099              fixed: didn't croak when the table exceeded the requested number
79100              of entries (as documented) but instead when the number of entries
79101              exceeded the size of the table, a croak() had an unnecessary \n,
79102              didn't have a CLEAR method, documented that there is no exists().
79103              Didn't fix to be strict-proof because the module uses &foo; and
79104              dynamic scope.  Added a test script exercizing both first tamely 
79105              the basic functionality, and then the failure cases reported by
79106              Linc Madison.
79107      Branch: perl
79108            + t/lib/tie-substrhash.t
79109            ! MANIFEST lib/Tie/SubstrHash.pm
79110 ____________________________________________________________________________
79111 [  7529] By: jhi                                   on 2000/11/02  17:58:08
79112         Log: recv() can fail and return undef.
79113              
79114              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
79115              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
79116              Date: Thu, 2 Nov 2000 20:12:20 +0300
79117              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
79118      Branch: perl
79119            ! lib/Net/Ping.pm
79120 ____________________________________________________________________________
79121 [  7528] By: jhi                                   on 2000/11/02  17:49:09
79122         Log: Detpyo.
79123      Branch: perl
79124            ! pod/perlop.pod
79125 ____________________________________________________________________________
79126 [  7527] By: jhi                                   on 2000/11/02  15:48:37
79127         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
79128              fix a autovivification bug in Tie::RefHash, add tests for both.
79129              
79130              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
79131              From: Edward Avis <epa98@doc.ic.ac.uk>
79132              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
79133              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
79134      Branch: perl
79135            + t/lib/tie-refhash.t
79136            ! MANIFEST lib/Tie/RefHash.pm
79137 ____________________________________________________________________________
79138 [  7526] By: jhi                                   on 2000/11/02  13:56:26
79139         Log: Test::Harness revealed buglets in the new DynaLoader.
79140              
79141              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
79142              From: andreas.koenig@anima.de (Andreas J. Koenig)
79143              Date: 02 Nov 2000 11:26:48 +0100 
79144              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
79145      Branch: perl
79146            ! ext/DynaLoader/DynaLoader_pm.PL
79147 ____________________________________________________________________________
79148 [  7525] By: jhi                                   on 2000/11/01  23:52:08
79149         Log: The entry for #7503 was missing.
79150      Branch: perl
79151            ! Changes
79152 ____________________________________________________________________________
79153 [  7524] By: jhi                                   on 2000/11/01  23:40:52
79154         Log: Update Changes.
79155      Branch: perl
79156            ! Changes patchlevel.h
79157 ____________________________________________________________________________
79158 [  7523] By: jhi                                   on 2000/11/01  22:57:09
79159         Log: More tweaking on the #7522 theme.
79160      Branch: perl
79161            ! ext/DynaLoader/DynaLoader_pm.PL
79162 ____________________________________________________________________________
79163 [  7522] By: jhi                                   on 2000/11/01  22:06:15
79164         Log: Expand %Config variables and %ENV variables only if
79165              so requested during build time using the
79166              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
79167              Not expanding makes relocating distributions easier.
79168      Branch: perl
79169            ! ext/DynaLoader/DynaLoader_pm.PL
79170 ____________________________________________________________________________
79171 [  7521] By: jhi                                   on 2000/11/01  20:56:34
79172         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
79173              and setgid() because they were just changing $< and $( which means
79174              only changing the real uid/gid, as opposed to changing both
79175              real and effective ids.  (The alternative way could have been
79176              in POSIX.pm to change $> and $), too, but making a direct call
79177              to the C API feels cleaner.)  Fixes the bug
79178              
79179              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
79180              From: "Garry T. Williams" <garry@zvolve.com>
79181              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
79182              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
79183      Branch: perl
79184            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
79185            ! ext/POSIX/typemap pod/perlvar.pod
79186 ____________________________________________________________________________
79187 [  7520] By: jhi                                   on 2000/11/01  20:08:33
79188         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
79189              From: "Garry T. Williams" <garry@zvolve.com>
79190              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
79191              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
79192      Branch: perl
79193            ! pod/perlsec.pod
79194 ____________________________________________________________________________
79195 [  7519] By: jhi                                   on 2000/11/01  20:01:22
79196         Log: Locale warning explanation tweak.
79197      Branch: perl
79198            ! pod/perldiag.pod
79199 ____________________________________________________________________________
79200 [  7518] By: jhi                                   on 2000/11/01  18:57:13
79201         Log: C.pm part of
79202              
79203              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
79204              From: Jarkko Hietaniemi <jhi@iki.fi>
79205              Date: Tue, 10 Oct 2000 08:22:28 -0500
79206              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
79207      Branch: perl
79208            ! ext/B/B/C.pm
79209 ____________________________________________________________________________
79210 [  7517] By: jhi                                   on 2000/11/01  18:41:59
79211         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
79212              From: Martien Verbruggen <mgjv@comdyn.com.au>
79213              Date: Fri, 6 Oct 2000 14:09:10 +1100
79214              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
79215      Branch: perl
79216            ! pod/perlop.pod
79217 ____________________________________________________________________________
79218 [  7516] By: jhi                                   on 2000/11/01  18:34:55
79219         Log: Generalize the Camel wording.
79220              
79221              Subject: Re: perlfaq style changes
79222              From: John Borwick <jhborwic@unity.ncsu.edu>
79223              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
79224              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
79225      Branch: perl
79226            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
79227 ____________________________________________________________________________
79228 [  7515] By: jhi                                   on 2000/11/01  16:52:31
79229         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
79230              From: pimlott@idiomtech.com (Andrew Pimlott)
79231              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
79232              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
79233      Branch: perl
79234            ! pod/perlsec.pod
79235 ____________________________________________________________________________
79236 [  7514] By: jhi                                   on 2000/11/01  15:03:40
79237         Log: More AIX lore.
79238      Branch: perl
79239            ! ext/re/hints/aix.pl
79240 ____________________________________________________________________________
79241 [  7513] By: jhi                                   on 2000/11/01  14:48:30
79242         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
79243              From: root <root@chronos.fi.muni.cz>
79244              Date: Wed, 1 Nov 2000 12:31:32 +0100
79245              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
79246      Branch: perl
79247            ! lib/Net/Ping.pm
79248 ____________________________________________________________________________
79249 [  7512] By: jhi                                   on 2000/11/01  14:46:47
79250         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
79251              From: Martin Husemann <martin@duskware.de>
79252              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
79253              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
79254      Branch: perl
79255            ! regcomp.c
79256 ____________________________________________________________________________
79257 [  7511] By: jhi                                   on 2000/11/01  14:39:50
79258         Log: AUTHORS updates.
79259      Branch: perl
79260            ! AUTHORS
79261 ____________________________________________________________________________
79262 [  7510] By: jhi                                   on 2000/11/01  14:29:50
79263         Log: Subject: [PATCH] startperl to respect versiononly
79264              From: Robin Barker <rmb1@cise.npl.co.uk> 
79265              Date: Tue, 31 Oct 2000 16:29:36 GMT
79266              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
79267      Branch: metaconfig/U/perl
79268            ! startperl.U
79269      Branch: perl
79270            ! Configure config_h.SH
79271 ____________________________________________________________________________
79272 [  7509] By: jhi                                   on 2000/11/01  14:19:53
79273         Log: printf UVs the correct way, noticed by Robin Barker.
79274      Branch: perl
79275            ! utf8.c
79276 ____________________________________________________________________________
79277 [  7508] By: jhi                                   on 2000/11/01  14:10:03
79278         Log: Do not cleanup *% because the % has special meanings in some
79279              shell environments.
79280      Branch: perl
79281            ! ext/Storable/Makefile.PL
79282 ____________________________________________________________________________
79283 [  7507] By: jhi                                   on 2000/11/01  14:06:00
79284         Log: The NonStop-UX libraries have a novel way to say NaN.
79285      Branch: perl
79286            ! t/lib/bigfltpm.t
79287 ____________________________________________________________________________
79288 [  7506] By: jhi                                   on 2000/11/01  14:03:35
79289         Log: The osname has been lowercased by now, from Tom Bates.
79290      Branch: metaconfig
79291            ! U/modified/Oldconfig.U
79292      Branch: perl
79293            ! Configure config_h.SH
79294 ____________________________________________________________________________
79295 [  7505] By: jhi                                   on 2000/10/31  19:18:39
79296         Log: The compiler is either gcc or cc, from Tom Bates.
79297      Branch: perl
79298            ! hints/nonstopux.sh
79299 ____________________________________________________________________________
79300 [  7504] By: jhi                                   on 2000/10/31  14:53:42
79301         Log: Update Changes.
79302      Branch: perl
79303            ! Changes patchlevel.h
79304 ____________________________________________________________________________
79305 [  7503] By: jhi                                   on 2000/10/31  14:30:50
79306         Log: Whitespace style tweak.  Was originally going to see to
79307              
79308              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79309              From: Joe Smith <jms@inwap.com>
79310              Date: Mon, 30 Oct 2000 18:47:57 -0800
79311              Message-Id: <39FE32DD.24AAC4D@inwap.com>
79312              
79313              but that had already been taken care of.
79314      Branch: metaconfig
79315            ! U/compline/d_stdstdio.U
79316      Branch: perl
79317            ! Configure config_h.SH
79318 ____________________________________________________________________________
79319 [  7502] By: jhi                                   on 2000/10/31  14:25:02
79320         Log: AUTHORS tweaks.
79321      Branch: perl
79322            ! AUTHORS
79323 ____________________________________________________________________________
79324 [  7501] By: jhi                                   on 2000/10/31  14:23:59
79325         Log: Subject: perlfaq style changes
79326              From: John Borwick <jhborwic@unity.ncsu.edu>
79327              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
79328              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
79329      Branch: perl
79330            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
79331            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
79332            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
79333            ! pod/perlfaq9.pod
79334 ____________________________________________________________________________
79335 [  7500] By: jhi                                   on 2000/10/31  14:22:15
79336         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
79337              
79338              Subject: Re: [ID 20000918.005] ~ on wide chars
79339              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79340              Date: Mon, 30 Oct 2000 21:09:55 -0800
79341              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
79342              
79343              (The ord() part of the patch skipped.)
79344      Branch: perl
79345            ! doop.c
79346 ____________________________________________________________________________
79347 [  7499] By: jhi                                   on 2000/10/31  14:20:08
79348         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
79349              From: Jens Hamisch <jens@Strawberry.COM>
79350              Date: Mon, 30 Oct 2000 15:17:07 +0100
79351              Message-Id: <20001030151707.A9597@Strawberry.COM>
79352      Branch: perl
79353            ! av.c
79354 ____________________________________________________________________________
79355 [  7498] By: jhi                                   on 2000/10/31  14:16:29
79356         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
79357              From: Peter Prymmer <pvhp@forte.com>
79358              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
79359              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
79360      Branch: perl
79361            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
79362            + ext/Encode/Encode/posix-bc.enc
79363            ! MANIFEST t/lib/encode.t
79364 ____________________________________________________________________________
79365 [  7497] By: jhi                                   on 2000/10/31  14:13:22
79366         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
79367              From: Peter Prymmer <pvhp@forte.com>
79368              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
79369              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
79370      Branch: perl
79371            ! t/lib/cgi-html.t
79372 ____________________________________________________________________________
79373 [  7496] By: jhi                                   on 2000/10/31  14:12:05
79374         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
79375              From: Peter Prymmer <pvhp@forte.com>
79376              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
79377              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
79378      Branch: perl
79379            ! t/lib/cgi-function.t
79380 ____________________________________________________________________________
79381 [  7495] By: jhi                                   on 2000/10/31  14:11:08
79382         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
79383              From: Peter Prymmer <pvhp@forte.com>
79384              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
79385              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
79386      Branch: perl
79387            + ext/re/hints/aix.pl
79388            ! MANIFEST ext/re/Makefile.PL
79389 ____________________________________________________________________________
79390 [  7494] By: jhi                                   on 2000/10/31  14:08:32
79391         Log: Use Errno magic.
79392              
79393              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
79394              From: Casey Tweten <perl@ctweten.amsite.com>
79395              Date: Mon, 30 Oct 2000 15:51:17 -0500
79396              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
79397      Branch: perl
79398            ! lib/File/Temp.pm
79399 ____________________________________________________________________________
79400 [  7493] By: jhi                                   on 2000/10/31  14:05:07
79401         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
79402              
79403              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
79404              From: Nicholas Clark <nick@ccl4.org>
79405              Date: Mon, 30 Oct 2000 17:38:45 +0000
79406              Message-ID: <20001030173845.O60355@plum.flirble.org>
79407      Branch: perl
79408            ! Makefile.SH utils/perlbug.PL
79409 ____________________________________________________________________________
79410 [  7492] By: nick                                  on 2000/10/30  19:37:23
79411         Log: Change files which are mysteriously different to mainline to be
79412              copies of mainline.
79413      Branch: perlio
79414            ! objXSUB.h perlapi.c pod/perlapi.pod
79415 ____________________________________________________________________________
79416 [  7491] By: nick                                  on 2000/10/30  18:05:54
79417         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
79418              - typo in endian code in putc.
79419              - Don't allow read of write-only files and vice-versa
79420              - and off-by-one in flush-all loop.
79421              Remove debug calls as they were using GCC specific features.
79422      Branch: perlio
79423            ! perlio.c
79424 ____________________________________________________________________________
79425 [  7490] By: nick                                  on 2000/10/29  21:45:45
79426         Log: Integrate mainline to perlio
79427      Branch: perlio
79428           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
79429           !> toke.c
79430 ____________________________________________________________________________
79431 [  7489] By: jhi                                   on 2000/10/29  21:11:08
79432         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
79433              From: andreas.koenig@anima.de (Andreas J. Koenig)
79434              Date: 29 Oct 2000 22:05:59 +0100
79435              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
79436      Branch: perl
79437            ! lib/ExtUtils/Manifest.pm
79438 ____________________________________________________________________________
79439 [  7488] By: jhi                                   on 2000/10/29  21:07:47
79440         Log: Tests for #7487.
79441              
79442              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79443              From: andreas.koenig@anima.de (Andreas J. Koenig)
79444              Date: 29 Oct 2000 19:37:09 +0100
79445              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
79446      Branch: perl
79447            ! t/comp/proto.t
79448 ____________________________________________________________________________
79449 [  7487] By: jhi                                   on 2000/10/29  21:06:27
79450         Log: constsub spillage.
79451              
79452              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79453              From: John Tobey <jtobey@john-edwin-tobey.org>
79454              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
79455              Message-Id: <m13pvSr-000FObC@feynman.localnet>
79456      Branch: perl
79457            ! op.c
79458 ____________________________________________________________________________
79459 [  7486] By: nick                                  on 2000/10/29  21:05:04
79460         Log: Integrate mainline to perlio branch
79461      Branch: perlio
79462           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
79463           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
79464           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
79465           +> vos/install_perl.cm
79466            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
79467            - vos/config.h vos/config_h.SH_orig
79468           !> (integrate 141 files)
79469 ____________________________________________________________________________
79470 [  7485] By: jhi                                   on 2000/10/29  21:00:47
79471         Log: Make \x{...} consistently produce UTF-8.
79472              
79473              Subject: Re: \x{...} is confused 
79474              From: Simon Cozens <simon@cozens.net>
79475              Date: Sun, 29 Oct 2000 19:36:48 +0000
79476              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
79477      Branch: perl
79478            ! t/pragma/utf8.t toke.c
79479 ____________________________________________________________________________
79480 [  7484] By: nick                                  on 2000/10/29  20:05:29
79481         Log: PerlIO passes all tests.
79482      Branch: perlio
79483            ! perlio.c
79484 ____________________________________________________________________________
79485 [  7483] By: jhi                                   on 2000/10/29  18:06:55
79486         Log: Update Changes.
79487      Branch: perl
79488            ! Changes patchlevel.h
79489 ____________________________________________________________________________
79490 [  7482] By: nick                                  on 2000/10/29  17:43:28
79491         Log: Include <unistd.h> to get correct lseek() prototype etc.
79492              (I thought perl.h did that) - down to two fails
79493              - comp/require.t (last test)
79494              - lib/io_xs.t - possibly import/export of FILE * ?
79495      Branch: perlio
79496            ! perlio.c
79497 ____________________________________________________________________________
79498 [  7481] By: jhi                                   on 2000/10/29  17:02:37
79499         Log: UTF-8 decoder tweak.
79500      Branch: perl
79501            ! utf8.c
79502 ____________________________________________________________________________
79503 [  7480] By: nick                                  on 2000/10/29  16:26:11
79504         Log: Fixed two bugs:
79505              - error code not being set on close (of broken pipe)
79506              - append mode was truncating.
79507              At least one seek/tell bug remains.
79508      Branch: perlio
79509            ! perlio.c
79510 ____________________________________________________________________________
79511 [  7479] By: nick                                  on 2000/10/29  11:18:16
79512         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
79513              in case of accidents. Still several worrying fails, no line disciplines yet.
79514      Branch: perlio
79515            ! iperlsys.h perlio.c
79516 ____________________________________________________________________________
79517 [  7478] By: jhi                                   on 2000/10/29  02:04:01
79518         Log: Add also emailless people.
79519      Branch: perl
79520            ! AUTHORS
79521 ____________________________________________________________________________
79522 [  7477] By: jhi                                   on 2000/10/29  01:36:00
79523         Log: The #7476 needs a MANIFEST change, too.
79524      Branch: perl
79525            ! MANIFEST
79526 ____________________________________________________________________________
79527 [  7476] By: jhi                                   on 2000/10/29  01:35:21
79528         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
79529      Branch: perl
79530            - MAINTAIN
79531            ! AUTHORS Changes
79532 ____________________________________________________________________________
79533 [  7475] By: jhi                                   on 2000/10/28  23:57:25
79534         Log: De-quoted-unreadable to ISO Latin 1.
79535              (There's one ISO-2022-JP name in Changes5.004.)
79536      Branch: perl
79537            ! Changes Changes5.6
79538 ____________________________________________________________________________
79539 [  7474] By: jhi                                   on 2000/10/28  19:13:06
79540         Log: Subject: [ID 20001027.007] uniq array in perlfaq
79541              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
79542              Date: Fri, 27 Oct 2000 19:28:30 +0200
79543              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
79544      Branch: perl
79545            ! pod/perlfaq4.pod
79546 ____________________________________________________________________________
79547 [  7473] By: jhi                                   on 2000/10/28  18:02:05
79548         Log: Locking null mutexes is not recommendable.
79549              
79550              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
79551              From: Hugo <hv@crypt.compulink.co.uk>
79552              Date: Sat, 28 Oct 2000 18:41:12 +0100
79553              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
79554      Branch: perl
79555            ! op.c
79556 ____________________________________________________________________________
79557 [  7472] By: jhi                                   on 2000/10/28  17:52:58
79558         Log: Better create a true mailing list for the repository keepers.
79559      Branch: perl
79560            ! Porting/repository.pod
79561 ____________________________________________________________________________
79562 [  7471] By: jhi                                   on 2000/10/28  17:28:24
79563         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
79564              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
79565      Branch: perl
79566            + Porting/repository.pod
79567            ! MANIFEST
79568 ____________________________________________________________________________
79569 [  7470] By: jhi                                   on 2000/10/28  17:20:54
79570         Log: Subject: DOC PATCH 5.6.0
79571              From: mjd@plover.com
79572              Date: 27 Oct 2000 17:32:44 -0000
79573              Message-ID: <20001027173244.23754.qmail@plover.com>
79574      Branch: perl
79575            ! pod/perlfunc.pod
79576 ____________________________________________________________________________
79577 [  7469] By: jhi                                   on 2000/10/28  17:16:45
79578         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
79579              From: "Peter J. Farley III" <pjfarley@banet.net>
79580              Date: Fri, 27 Oct 2000 20:32:56 -0400
79581              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
79582      Branch: perl
79583            ! README.dos
79584 ____________________________________________________________________________
79585 [  7468] By: jhi                                   on 2000/10/28  17:07:18
79586         Log: Make target reordering to avoid pointless re-makes.
79587              
79588              Subject: Re: Total re-make of 'make okfile' after 7451 ?
79589              From: Nicholas Clark <nick@ccl4.org>
79590              Date: Sat, 28 Oct 2000 00:31:02 +0100
79591              Message-ID: <20001028003101.A54517@plum.flirble.org>
79592      Branch: perl
79593            ! Makefile.SH
79594 ____________________________________________________________________________
79595 [  7467] By: jhi                                   on 2000/10/28  17:05:31
79596         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
79597              From: lvirden@cas.org
79598              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
79599              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
79600      Branch: perl
79601            ! README.os2
79602 ____________________________________________________________________________
79603 [  7466] By: jhi                                   on 2000/10/28  16:09:16
79604         Log: Upgrade to CPAN 1.58_55.
79605              
79606              Subject: CPAN.pm status
79607              From: andreas.koenig@anima.de (Andreas J. Koenig) 
79608              Date: 28 Oct 2000 08:18:00 +0200 
79609              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
79610      Branch: perl
79611            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79612 ____________________________________________________________________________
79613 [  7465] By: jhi                                   on 2000/10/28  16:02:47
79614         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
79615      Branch: perl
79616            ! embed.h embed.pl perl.h proto.h toke.c
79617 ____________________________________________________________________________
79618 [  7464] By: nick                                  on 2000/10/28  10:43:44
79619         Log: Fix for sv_2iv() on "shared" value from keys %hash.
79620      Branch: perl
79621            ! sv.c
79622 ____________________________________________________________________________
79623 [  7463] By: jhi                                   on 2000/10/27  16:18:29
79624         Log: Update Changes.
79625      Branch: perl
79626            ! Changes patchlevel.h
79627 ____________________________________________________________________________
79628 [  7462] By: jhi                                   on 2000/10/27  16:17:44
79629         Log: Too enthusiastic editing in #7460.
79630      Branch: metaconfig
79631            ! U/modified/Oldsym.U
79632      Branch: perl
79633            ! Configure config_h.SH
79634 ____________________________________________________________________________
79635 [  7461] By: jhi                                   on 2000/10/27  15:37:38
79636         Log: Retract #7459, the script needs more work.
79637      Branch: perl
79638            - mkreef
79639            ! MANIFEST
79640 ____________________________________________________________________________
79641 [  7460] By: jhi                                   on 2000/10/27  15:23:14
79642         Log: Use $sort, $uniq (and $tr) consistently as wondered
79643              by Nicholas Clark.
79644      Branch: metaconfig
79645            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
79646            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
79647            ! U/modified/libc.U
79648      Branch: perl
79649            ! Configure config_h.SH
79650 ____________________________________________________________________________
79651 [  7459] By: jhi                                   on 2000/10/27  15:02:07
79652         Log: (Retracted by #7461)
79653              
79654              Add a shell script for creating/removing symbolic link farms,
79655              useful for keeping the source code read-only and doing the
79656              builds somewhere else.
79657      Branch: perl
79658            + mkreef
79659            ! MANIFEST
79660 ____________________________________________________________________________
79661 [  7458] By: jhi                                   on 2000/10/27  14:42:20
79662         Log: Do away with the fix_pl.
79663      Branch: perl
79664            - fix_pl
79665            ! MANIFEST Makefile.SH
79666 ____________________________________________________________________________
79667 [  7457] By: jhi                                   on 2000/10/27  12:43:13
79668         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
79669              From: Jens Hamisch <jens@Strawberry.COM>
79670              Date: Fri, 27 Oct 2000 14:38:21 +0200
79671              Message-Id: <20001027143821.B3366@Strawberry.COM>
79672      Branch: perl
79673            ! perl.h
79674 ____________________________________________________________________________
79675 [  7456] By: jhi                                   on 2000/10/27  12:33:42
79676         Log: Subject: [PATCH] todo
79677              From: Nicholas Clark <nick@ccl4.org>
79678              Date: Thu, 26 Oct 2000 22:32:29 +0100
79679              Message-ID: <20001026223229.A44540@plum.flirble.org>
79680      Branch: perl
79681            ! pod/perltodo.pod
79682 ____________________________________________________________________________
79683 [  7455] By: jhi                                   on 2000/10/27  12:02:21
79684         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
79685              From: John Tobey <jtobey@john-edwin-tobey.org>
79686              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
79687              Message-Id: <m13ozHF-000FObC@feynman.localnet>
79688      Branch: perl
79689            ! op.c t/pragma/sub_lval.t
79690 ____________________________________________________________________________
79691 [  7454] By: jhi                                   on 2000/10/27  11:59:42
79692         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
79693              From: sthoenna@efn.org
79694              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
79695              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
79696      Branch: perl
79697            ! pp.c t/op/assignwarn.t
79698 ____________________________________________________________________________
79699 [  7453] By: jhi                                   on 2000/10/27  00:15:08
79700         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
79701      Branch: perl
79702            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
79703            ! ext/Storable/Storable.xs t/lib/st-lock.t
79704 ____________________________________________________________________________
79705 [  7452] By: jhi                                   on 2000/10/26  13:05:52
79706         Log: Undo #7451, this seems to be a deficiency in Perforce,
79707              there is no per-file line-terminator type, only per-client.
79708      Branch: perl
79709            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79710            ! win32/makefile.mk
79711 ____________________________________________________________________________
79712 [  7451] By: jhi                                   on 2000/10/26  04:56:03
79713         Log: Experimenting in DOS arcana.
79714      Branch: perl
79715            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79716            ! win32/makefile.mk
79717 ____________________________________________________________________________
79718 [  7450] By: jhi                                   on 2000/10/26  04:50:52
79719         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
79720              From: "Peter J. Farley III" <pjfarley@banet.net>            
79721              Date: Wed, 25 Oct 2000 23:10:18 -0400
79722              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
79723      Branch: perl
79724            ! t/io/open.t
79725 ____________________________________________________________________________
79726 [  7449] By: jhi                                   on 2000/10/26  04:49:16
79727         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
79728              From: Hugo <hv@crypt.compulink.co.uk>
79729              Date: Thu, 26 Oct 2000 01:55:17 +0100
79730              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
79731              
79732              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
79733      Branch: perl
79734            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
79735 ____________________________________________________________________________
79736 [  7448] By: jhi                                   on 2000/10/26  04:38:36
79737         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
79738              From: Peter Prymmer <pvhp@forte.com>
79739              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
79740              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
79741      Branch: perl
79742            ! configure.com
79743 ____________________________________________________________________________
79744 [  7447] By: jhi                                   on 2000/10/25  23:20:02
79745         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
79746              in platforms that strictly require all the symbols being present
79747              at link time.
79748      Branch: perl
79749            ! handy.h
79750 ____________________________________________________________________________
79751 [  7446] By: jhi                                   on 2000/10/25  21:55:57
79752         Log: Update Changes.
79753      Branch: perl
79754            ! Changes patchlevel.h
79755 ____________________________________________________________________________
79756 [  7445] By: jhi                                   on 2000/10/25  21:27:08
79757         Log: Integrate with vmsperl #7430 by Charles Bailey:
79758              
79759              Cleanup from prior patch (Charles Lane?):
79760              - improve handling of MFDs in Basename and Path
79761              - default to no xsubpp line # munging when building debug images
79762      Branch: perl
79763           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79764 ____________________________________________________________________________
79765 [  7444] By: jhi                                   on 2000/10/25  21:03:50
79766         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
79767              From: John Peacock <JPeacock@UnivPress.com>
79768              Date: Thu, 18 May 2000 11:55:27 -0400
79769              Message-ID: <3924126F.A58BE57A@UnivPress.com>
79770      Branch: perl
79771            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
79772            ! t/op/write.t
79773 ____________________________________________________________________________
79774 [  7443] By: jhi                                   on 2000/10/25  20:43:10
79775         Log: Temporary stopgap for the self-tying issue: for now only
79776              array and hash self-ties are verboten.  The real fix, of
79777              course, would be to comprehensively test (and implement?)
79778              and debug (and document) self-ties.
79779      Branch: perl
79780            ! pod/perldiag.pod pp_sys.c t/op/tie.t
79781 ____________________________________________________________________________
79782 [  7442] By: jhi                                   on 2000/10/25  20:14:30
79783         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
79784              From: Dan Sugalski <dan@sidhe.org>
79785              Date: Wed, 25 Oct 2000 13:36:35 -0400
79786              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
79787              
79788              plus regen global.sym.
79789      Branch: perl
79790            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
79791            ! thrdvar.h util.c
79792 ____________________________________________________________________________
79793 [  7441] By: jhi                                   on 2000/10/25  20:12:20
79794         Log: buildtoc target tweaks.
79795      Branch: perl
79796            ! pod/Makefile.SH
79797 ____________________________________________________________________________
79798 [  7440] By: jhi                                   on 2000/10/25  20:03:53
79799         Log: A new version of making the syslog test more robust.
79800              (Replaces #7421.)
79801              
79802              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79803              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79804              Date: Wed, 25 Oct 2000 12:13:54 -0400
79805              Message-ID: <20001025121354.B2264@O2.chapin.edu>
79806      Branch: perl
79807            ! t/lib/syslog.t
79808 ____________________________________________________________________________
79809 [  7439] By: jhi                                   on 2000/10/25  20:00:48
79810         Log: Continue the internal UTF-8 API tweaking.
79811              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
79812              used much more than the simpler API, now called utf8_to_uv_simple().
79813              Still not quite happy with API, too much partial duplication
79814              of functionality.
79815      Branch: perl
79816            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
79817            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
79818            ! regcomp.c regexec.c sv.c toke.c utf8.c
79819 ____________________________________________________________________________
79820 [  7438] By: jhi                                   on 2000/10/25  18:52:30
79821         Log: Allow poking holes at the UTF-8 decoding strictness.
79822      Branch: perl
79823            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
79824            ! utf8.h
79825 ____________________________________________________________________________
79826 [  7437] By: jhi                                   on 2000/10/25  13:53:05
79827         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
79828              UTF8LEN() and UTF8SKIP(). 
79829      Branch: perl
79830            ! pp.c utf8.c utf8.h
79831 ____________________________________________________________________________
79832 [  7436] By: jhi                                   on 2000/10/25  13:51:37
79833         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
79834              From: Nicholas Clark <nick@ccl4.org>
79835              Date: Wed, 25 Oct 2000 14:44:05 +0100
79836              Message-ID: <20001025144404.D27253@plum.flirble.org>
79837      Branch: perl
79838            ! pod/perlrun.pod
79839 ____________________________________________________________________________
79840 [  7435] By: jhi                                   on 2000/10/25  13:49:32
79841         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
79842              From: Mike Guy <mjtg@cam.ac.uk>
79843              Date: Tue, 24 Oct 2000 14:59:40 +0100
79844              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
79845      Branch: perl
79846            ! scope.c
79847 ____________________________________________________________________________
79848 [  7434] By: jhi                                   on 2000/10/25  13:48:41
79849         Log: AIX is picky about its symbol exports.  Solution for now
79850              is to include the deb.o explicitly to the re extension build.
79851              
79852              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
79853              From: Peter Prymmer <pvhp@forte.com>
79854              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
79855              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
79856      Branch: perl
79857            ! ext/re/Makefile.PL hints/aix.sh
79858 ____________________________________________________________________________
79859 [  7433] By: jhi                                   on 2000/10/25  13:46:49
79860         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
79861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79862              Date: Wed, 25 Oct 2000 12:02:20 +0200
79863              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
79864      Branch: perl
79865            ! perlsdio.h
79866 ____________________________________________________________________________
79867 [  7432] By: jhi                                   on 2000/10/25  13:44:28
79868         Log: Subject: Minor update to find2perl, for portability
79869              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
79870              Date: Wed, 25 Oct 2000 12:05:47 +0100
79871              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
79872      Branch: perl
79873            ! x2p/find2perl.PL
79874 ____________________________________________________________________________
79875 [  7431] By: jhi                                   on 2000/10/25  13:40:39
79876         Log: Add targets to Makefile.SH, most importantly
79877              'regen_all' which also remembers to update vms/perly*.
79878      Branch: perl
79879            ! Makefile.SH
79880 ____________________________________________________________________________
79881 [  7430] By: bailey                                on 2000/10/25  03:13:53
79882         Log: Cleanup from prior patch (Charles Lane?):
79883              - improve handling of MFDs in Basename and Path
79884              - default to no xsubpp line # munging when building debug images
79885      Branch: vmsperl
79886            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79887 ____________________________________________________________________________
79888 [  7429] By: jhi                                   on 2000/10/24  20:03:40
79889         Log: Podify README.epoc and README.vos.
79890      Branch: perl
79891            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
79892            ! pod/perlport.pod pod/perltoc.pod
79893 ____________________________________________________________________________
79894 [  7428] By: jhi                                   on 2000/10/24  19:10:33
79895         Log: Stratus VOS updates from Paul Green.
79896      Branch: perl
79897            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79898            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
79899            - vos/config.def vos/config.h vos/config_h.SH_orig
79900            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
79901            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
79902 ____________________________________________________________________________
79903 [  7427] By: jhi                                   on 2000/10/24  18:59:48
79904         Log: Check if stdio supports tweaking lval and cnt simultaneously.
79905              
79906              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79907              From: Nicholas Clark <nick@ccl4.org>
79908              Date: Mon, 23 Oct 2000 15:39:32 +0100
79909              Message-ID: <20001023153932.A10786@plum.flirble.org>
79910      Branch: metaconfig
79911            ! U/compline/d_stdstdio.U
79912      Branch: perl
79913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79914            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
79915            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
79916            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
79917            ! vos/config.h vos/config_h.SH_orig win32/config.bc
79918            ! win32/config.gc win32/config.vc
79919 ____________________________________________________________________________
79920 [  7426] By: jhi                                   on 2000/10/24  17:57:44
79921         Log: Missed the header file changes from #7425.
79922      Branch: perl
79923            ! embed.h embed.pl objXSUB.h proto.h
79924 ____________________________________________________________________________
79925 [  7425] By: jhi                                   on 2000/10/24  17:55:17
79926         Log: Fix the bug reported in
79927              
79928              From: andreas.koenig@anima.de (Andreas J. Koenig)
79929              Subject: Encode bug?
79930              Date: 24 Oct 2000 14:01:26 +0200 
79931              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
79932              
79933              Also make is_utf8_char() stricter.
79934      Branch: perl
79935            ! ext/Encode/Encode.xs utf8.c
79936 ____________________________________________________________________________
79937 [  7424] By: jhi                                   on 2000/10/24  15:15:39
79938         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
79939              From: Peter Scott <Peter@PSDT.com>
79940              Date: Mon, 23 Oct 2000 19:46:01 -0700
79941              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
79942      Branch: perl
79943            ! pod/perlfaq5.pod
79944 ____________________________________________________________________________
79945 [  7423] By: jhi                                   on 2000/10/24  14:25:30
79946         Log: Test tweak to avoid pulling in the whole Config.
79947      Branch: perl
79948            ! t/lib/st-lock.t
79949 ____________________________________________________________________________
79950 [  7422] By: jhi                                   on 2000/10/24  14:03:16
79951         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
79952      Branch: perl
79953            ! pp.c
79954 ____________________________________________________________________________
79955 [  7421] By: jhi                                   on 2000/10/24  13:32:09
79956         Log: (Replaced by #7440.)
79957              
79958              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79959              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79960              Date: Mon, 23 Oct 2000 16:40:54 -0400
79961              Message-ID: <20001023164054.B14491@O2.chapin.edu>
79962      Branch: perl
79963            ! t/lib/syslog.t
79964 ____________________________________________________________________________
79965 [  7420] By: jhi                                   on 2000/10/24  13:30:53
79966         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
79967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79968              Date: Mon, 23 Oct 2000 17:29:03 -0400
79969              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
79970      Branch: perl
79971            ! lib/ExtUtils/MM_Unix.pm
79972 ____________________________________________________________________________
79973 [  7419] By: jhi                                   on 2000/10/24  13:29:57
79974         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
79975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79976              Date: Mon, 23 Oct 2000 19:01:32 -0400
79977              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
79978      Branch: perl
79979            ! utils/h2xs.PL
79980 ____________________________________________________________________________
79981 [  7418] By: jhi                                   on 2000/10/24  13:26:04
79982         Log: Replace #7409 with
79983              
79984              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
79985              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
79986              Date: Mon, 23 Oct 2000 20:08:56 +0200
79987              Message-ID: <20001023200855.A14850@nice.ram.loc>
79988      Branch: perl
79989            ! ext/Storable/Storable.pm t/lib/st-lock.t
79990 ____________________________________________________________________________
79991 [  7417] By: jhi                                   on 2000/10/24  13:17:52
79992         Log: Run vms/vms_yfix.pl, should have done that after changing
79993              perly.c in #7382.
79994      Branch: perl
79995            ! vms/perly_c.vms vms/perly_h.vms
79996 ____________________________________________________________________________
79997 [  7416] By: jhi                                   on 2000/10/24  02:55:33
79998         Log: Make the UTF-8 decoding stricter and more verbose when
79999              malformation happens.  This involved adding an argument
80000              to utf8_to_uv_chk(), which involved changing its prototype,
80001              and prefer STRLEN over I32 for the UTF-8 length, which as
80002              a domino effect necessitated changing the prototypes of
80003              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
80004              The stricter UTF-8 decoding checking uses Markus Kuhn's
80005              UTF-8 Decode Stress Tester from
80006              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
80007      Branch: perl
80008            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
80009            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
80010            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
80011            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
80012 ____________________________________________________________________________
80013 [  7415] By: jhi                                   on 2000/10/23  14:06:06
80014         Log: Update Changes.
80015      Branch: perl
80016            ! Changes patchlevel.h
80017 ____________________________________________________________________________
80018 [  7414] By: jhi                                   on 2000/10/23  12:39:52
80019         Log: Undo the basename() part of #7412 since the lib/basename
80020              tests would need upgrading too.
80021      Branch: perl
80022            ! lib/File/Basename.pm
80023 ____________________________________________________________________________
80024 [  7413] By: jhi                                   on 2000/10/23  12:19:27
80025         Log: Document PERL_INSTALL_ROOT of #7210.
80026      Branch: perl
80027            ! lib/ExtUtils/Install.pm
80028 ____________________________________________________________________________
80029 [  7412] By: jhi                                   on 2000/10/23  12:16:47
80030         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
80031      Branch: perl
80032            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
80033            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
80034 ____________________________________________________________________________
80035 [  7411] By: jhi                                   on 2000/10/23  12:07:41
80036         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
80037              From: Prymmer/Kahn <pvhp@best.com>
80038              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
80039              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
80040      Branch: perl
80041            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
80042 ____________________________________________________________________________
80043 [  7410] By: jhi                                   on 2000/10/23  04:10:11
80044         Log: The change #7187 was not so good on VMS.
80045              
80046              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
80047              From: "Craig A. Berry" <craig.berry@psinetcs.com>
80048              Date: Sun, 22 Oct 2000 23:03:08 -0500
80049              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
80050      Branch: perl
80051            ! utils/perldoc.PL
80052 ____________________________________________________________________________
80053 [  7409] By: jhi                                   on 2000/10/23  03:57:36
80054         Log: Avoid Storable locking on DJGPP for now.
80055              
80056              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
80057              From: "Peter J. Farley III" <pjfarley@banet.net>
80058              Date: Sun, 22 Oct 2000 20:00:00 -0400
80059              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
80060      Branch: perl
80061            ! ext/Storable/Storable.pm t/lib/st-lock.t
80062 ____________________________________________________________________________
80063 [  7408] By: jhi                                   on 2000/10/23  03:50:24
80064         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
80065              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
80066              Date: Sun, 22 Oct 2000 21:12:22 -0400
80067              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
80068      Branch: perl
80069            ! lib/vars.pm
80070 ____________________________________________________________________________
80071 [  7407] By: jhi                                   on 2000/10/23  03:43:12
80072         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
80073              From: Hugo <hv@crypt.compulink.co.uk>
80074              Date: Mon, 23 Oct 2000 00:47:22 +0100
80075              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
80076      Branch: perl
80077            ! regexec.c t/op/pat.t
80078 ____________________________________________________________________________
80079 [  7406] By: jhi                                   on 2000/10/23  03:40:29
80080         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
80081      Branch: perl
80082            ! lib/ExtUtils/MakeMaker.pm
80083 ____________________________________________________________________________
80084 [  7405] By: jhi                                   on 2000/10/22  21:32:00
80085         Log: Doc patch.
80086              
80087              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
80088              From: rspier@pobox.com (Robert Spier)
80089              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
80090              Message-ID: <14835.16112.13457.447971@rls.cx>
80091      Branch: perl
80092            ! lib/strict.pm
80093 ____________________________________________________________________________
80094 [  7404] By: jhi                                   on 2000/10/22  21:30:51
80095         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
80096              From: rspier@pobox.com (Robert Spier)
80097              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
80098              Message-ID: <14835.17223.72448.705566@rls.cx>
80099      Branch: perl
80100            ! lib/ExtUtils/MakeMaker.pm
80101 ____________________________________________________________________________
80102 [  7403] By: jhi                                   on 2000/10/22  21:24:11
80103         Log: Subject: [PATCH bleadperl] ripples from constsub patch
80104              From: John Tobey <jtobey@john-edwin-tobey.org>
80105              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
80106              Message-Id: <m13nSOB-000FObC@feynman.localnet>
80107      Branch: perl
80108            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
80109 ____________________________________________________________________________
80110 [  7402] By: jhi                                   on 2000/10/22  20:59:35
80111         Log: Support s?printf parameter reordering.
80112      Branch: perl
80113            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
80114 ____________________________________________________________________________
80115 [  7401] By: jhi                                   on 2000/10/22  19:19:14
80116         Log: Expand %Config variables only if explicitly so requested
80117              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
80118              
80119              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
80120              From: Gurusamy Sarathy <gsar@ActiveState.com>
80121              Date: Sun, 22 Oct 2000 11:47:32 -0700
80122              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
80123      Branch: perl
80124            ! Makefile.SH lib/lib_pm.PL
80125 ____________________________________________________________________________
80126 [  7400] By: jhi                                   on 2000/10/22  18:24:10
80127         Log: Move the #7390 test from warn/op to comp/redef.
80128              
80129              Subject: Re: Creating const subs for constants.
80130              From: John Tobey <jtobey@john-edwin-tobey.org>
80131              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
80132              Message-Id: <m13nG72-000FObC@feynman.localnet>               
80133      Branch: perl
80134            ! t/comp/redef.t t/pragma/warn/op
80135 ____________________________________________________________________________
80136 [  7399] By: jhi                                   on 2000/10/22  17:49:59
80137         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
80138              From: Nicholas Clark <nick@ccl4.org>
80139              Date: Sat, 21 Oct 2000 22:23:19 +0100
80140              Message-ID: <20001021222319.B45586@plum.flirble.org>
80141      Branch: perl
80142            ! ext/DynaLoader/DynaLoader_pm.PL
80143 ____________________________________________________________________________
80144 [  7398] By: jhi                                   on 2000/10/22  17:47:35
80145         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
80146              From: Hugo <hv@crypt.compulink.co.uk>
80147              Date: Sat, 21 Oct 2000 18:19:59 +0100
80148              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
80149      Branch: perl
80150            ! ext/B/B.pm ext/B/B/C.pm
80151 ____________________________________________________________________________
80152 [  7397] By: jhi                                   on 2000/10/22  17:35:18
80153         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
80154              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
80155              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
80156              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
80157      Branch: perl
80158            ! hints/openbsd.sh
80159 ____________________________________________________________________________
80160 [  7396] By: jhi                                   on 2000/10/22  17:19:46
80161         Log: Subject: installman go-faster stripes
80162              From: Nicholas Clark <nick@talking.bollo.cx>
80163              Date: Sat, 21 Oct 2000 17:24:53 +0100
80164              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
80165              
80166              Subject: Re: installman go-faster stripes
80167              From: Russ Allbery <rra@stanford.edu>
80168              Date: 21 Oct 2000 11:04:13 -0700
80169              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
80170      Branch: perl
80171            ! installman pod/pod2man.PL
80172 ____________________________________________________________________________
80173 [  7395] By: jhi                                   on 2000/10/22  17:17:35
80174         Log: Hints tweak from Anton Berezin.
80175      Branch: perl
80176            ! hints/freebsd.sh
80177 ____________________________________________________________________________
80178 [  7394] By: jhi                                   on 2000/10/22  04:50:04
80179         Log: Tweak the Is* definitions of Unicode character classes
80180              to better match the official categorizations; embrace
80181              the official categorizations; add the combining marks
80182              as alpha (and -numeric); fix DCinital (a typo and edito)
80183              to be DCmedial.
80184      Branch: perl
80185            + lib/unicode/Is/DCmedial.pl
80186            - lib/unicode/Is/DCinital.pl
80187            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80188            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
80189            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
80190            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80191 ____________________________________________________________________________
80192 [  7393] By: jhi                                   on 2000/10/21  18:06:05
80193         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
80194              From: Daniel Chetlin <daniel@chetlin.com>
80195              Date: Sat, 21 Oct 2000 02:57:03 -0700
80196              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
80197      Branch: perl
80198            + t/lib/tie-splice.t
80199            ! MANIFEST lib/Tie/Array.pm
80200 ____________________________________________________________________________
80201 [  7392] By: gsar                                  on 2000/10/21  18:05:15
80202         Log: resync utfperl branch with mainline
80203      Branch: utfperl
80204           !> (integrate 1760 files)
80205 ____________________________________________________________________________
80206 [  7391] By: jhi                                   on 2000/10/21  14:37:49
80207         Log: Testcases for a #7383,#7385 related bug.
80208              
80209              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
80210              From: Nicholas Clark <nick@ccl4.org>
80211              Date: Sat, 21 Oct 2000 15:04:51 +0100
80212              Message-ID: <20001021150451.A51566@plum.flirble.org>
80213      Branch: perl
80214            ! t/pragma/utf8.t
80215 ____________________________________________________________________________
80216 [  7390] By: jhi                                   on 2000/10/21  14:35:57
80217         Log: Add a testcase for #7389.
80218      Branch: perl
80219            ! t/pragma/warn/op
80220 ____________________________________________________________________________
80221 [  7389] By: jhi                                   on 2000/10/21  14:26:45
80222         Log: Subject: Re: Creating const subs for constants.
80223              From: John Tobey <jtobey@john-edwin-tobey.org>
80224              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
80225              Message-Id: <m13mo0N-000FObC@feynman.localnet>
80226      Branch: perl
80227            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
80228            ! proto.h sv.c
80229 ____________________________________________________________________________
80230 [  7388] By: nick                                  on 2000/10/21  11:44:23
80231         Log: Populate perlio branch
80232      Branch: perlio
80233           +> (branch 1760 files)
80234 ____________________________________________________________________________
80235 [  7387] By: nick                                  on 2000/10/21  10:52:05
80236         Log: Get branch back as replica of mainline via :
80237              p4 integrate -b utfperl
80238              p4 resolve -at ./...
80239      Branch: utfperl
80240           +> (branch 269 files)
80241            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
80242            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
80243            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
80244            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
80245            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
80246            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80247            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80248            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80249            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80250            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80251            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80252            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80253            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80254            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80255            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80256            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80257            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80258            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80259            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
80260            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
80261            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
80262            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
80263            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
80264            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
80265            - lib/unicode/UCD300.html lib/unicode/Unicode.300
80266            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
80267            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
80268            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
80269            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
80270           !> (integrate 965 files)
80271 ____________________________________________________________________________
80272 [  7386] By: jhi                                   on 2000/10/21  01:31:12
80273         Log: Update Changes.
80274      Branch: perl
80275            ! Changes patchlevel.h
80276 ____________________________________________________________________________
80277 [  7385] By: jhi                                   on 2000/10/21  01:28:42
80278         Log: The #7383 was right only in the context of the original bug report,
80279              not in more general case.
80280      Branch: perl
80281            ! pp_hot.c
80282 ____________________________________________________________________________
80283 [  7384] By: jhi                                   on 2000/10/21  01:08:23
80284         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
80285      Branch: perl
80286            ! ext/IO/lib/IO/Select.pm
80287 ____________________________________________________________________________
80288 [  7383] By: jhi                                   on 2000/10/21  00:44:18
80289         Log: Fix for ID 20001020.006, concatenating an unset submatch
80290              with utf8 resulted in "Modification of a read-only value".
80291      Branch: perl
80292            ! pp_hot.c t/pragma/utf8.t
80293 ____________________________________________________________________________
80294 [  7382] By: jhi                                   on 2000/10/20  20:44:31
80295         Log: Make scan_num() reëntrant, as suggested in
80296              
80297              Subject: [PATCH perl@7229] Rentrant parser and yylex()
80298              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
80299              Date: Fri, 20 Oct 2000 14:17:27 +0100
80300              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
80301      Branch: perl
80302            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
80303            ! toke.c
80304 ____________________________________________________________________________
80305 [  7381] By: jhi                                   on 2000/10/20  20:07:29
80306         Log: Reëntrancy fix.
80307              
80308              Subject: [PATCH perl@7229] Rentrant parser and yylex()
80309              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
80310              Date: Fri, 20 Oct 2000 14:17:27 +0100
80311              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
80312      Branch: perl
80313            ! embed.h embed.pl perl.h proto.h toke.c
80314 ____________________________________________________________________________
80315 [  7380] By: jhi                                   on 2000/10/20  19:15:54
80316         Log: Don't write double values through long double pointers,
80317              based on a part of
80318              
80319              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
80320              From: Jens Hamisch <jens@Strawberry.COM>
80321              Date: Tue, 17 Oct 2000 08:39:36 +0200
80322              Message-Id: <20001017083936.A11104@Strawberry.COM>
80323      Branch: perl
80324            ! perl.h pp.c
80325 ____________________________________________________________________________
80326 [  7379] By: jhi                                   on 2000/10/20  18:43:37
80327         Log: Portability tweak on #7377.
80328              
80329              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
80330              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80331              Date:     Fri, 20 Oct 2000 13:13:41 EDT
80332              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
80333      Branch: perl
80334            ! t/lib/dprof.t
80335 ____________________________________________________________________________
80336 [  7378] By: jhi                                   on 2000/10/20  12:57:19
80337         Log: SOCKS function redefinitions need prototypes, too, otherwise
80338              for example 32 bit versus 64 bit differences cause a lot of
80339              problems.  Part of
80340              
80341              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
80342              From: Jens Hamisch <jens@Strawberry.COM>
80343              Date: Tue, 17 Oct 2000 08:39:36 +0200
80344              Message-Id: <20001017083936.A11104@Strawberry.COM>
80345      Branch: perl
80346            ! doio.c pp_sys.c
80347 ____________________________________________________________________________
80348 [  7377] By: jhi                                   on 2000/10/20  12:37:12
80349         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
80350              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80351              Date:     Fri, 20 Oct 2000 08:26:04 EDT
80352              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
80353      Branch: perl
80354            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
80355 ____________________________________________________________________________
80356 [  7376] By: jhi                                   on 2000/10/20  12:35:31
80357         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
80358              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80359              Date:     Fri, 20 Oct 2000 07:48:15 EDT
80360              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
80361      Branch: perl
80362            ! configure.com vms/gen_shrfls.pl
80363 ____________________________________________________________________________
80364 [  7375] By: bailey                                on 2000/10/20  04:44:37
80365         Log: SYN SYN
80366      Branch: vmsperl
80367           +> (branch 134 files)
80368            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
80369            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
80370            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
80371            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
80372            - eg/cgi/frameset.cgi eg/cgi/index.html
80373            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
80374            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
80375            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
80376            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
80377            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
80378            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
80379            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
80380            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
80381            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
80382            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
80383            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
80384            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
80385            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
80386            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
80387            - lib/unicode/Props.txt lib/unicode/UCD300.html
80388            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
80389            - utils/perlbc.PL vms/subconfigure.com
80390           !> (integrate 785 files)
80391 ____________________________________________________________________________
80392 [  7374] By: jhi                                   on 2000/10/20  00:59:48
80393         Log: In the latest compiler builds cccdlflags must not become -fpic,
80394              from Wilfredo Sánchez.
80395      Branch: perl
80396            ! hints/darwin.sh
80397 ____________________________________________________________________________
80398 [  7373] By: jhi                                   on 2000/10/20  00:56:35
80399         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
80400              From: Tony Cook <tony@develop-help.com>
80401              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
80402              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
80403      Branch: perl
80404            ! pod/perlop.pod
80405 ____________________________________________________________________________
80406 [  7372] By: jhi                                   on 2000/10/19  19:34:40
80407         Log: Typo noted by Mark Lutz.
80408      Branch: perl
80409            ! t/op/64bitint.t
80410 ____________________________________________________________________________
80411 [  7371] By: jhi                                   on 2000/10/19  19:33:13
80412         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
80413      Branch: metaconfig
80414            ! U/modified/Cppsym.U U/modified/Oldconfig.U
80415      Branch: metaconfig/U/perl
80416            ! End.U dlsrc.U libperl.U
80417      Branch: perl
80418            + hints/nonstopux.sh
80419            ! Configure MANIFEST config_h.SH
80420 ____________________________________________________________________________
80421 [  7370] By: jhi                                   on 2000/10/19  17:18:08
80422         Log: Subject: PATCH do_print has 2 PerlIO_error()s
80423              From: nick@ccl4.org
80424              Date: Thu, 19 Oct 2000 18:09:20 +0100
80425              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
80426      Branch: perl
80427            ! doio.c
80428 ____________________________________________________________________________
80429 [  7369] By: jhi                                   on 2000/10/19  14:01:49
80430         Log: Update Changes.
80431      Branch: perl
80432            ! Changes patchlevel.h
80433 ____________________________________________________________________________
80434 [  7368] By: jhi                                   on 2000/10/19  13:04:29
80435         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
80436              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80437              Date: Wed, 18 Oct 2000 13:12:01 +0200
80438              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
80439      Branch: perl
80440            ! hints/aix.sh
80441 ____________________________________________________________________________
80442 [  7367] By: jhi                                   on 2000/10/19  02:22:40
80443         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
80444              of a 'pmshort' anywhere in the B, so the offending line was simply
80445              removed.
80446      Branch: perl
80447            ! ext/B/B/Debug.pm
80448 ____________________________________________________________________________
80449 [  7366] By: jhi                                   on 2000/10/19  02:12:37
80450         Log: Add the test case for the bug id 20000730.004 which seems
80451              to have been fixed by now.
80452      Branch: perl
80453            ! t/pragma/utf8.t
80454 ____________________________________________________________________________
80455 [  7365] By: jhi                                   on 2000/10/18  23:36:24
80456         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
80457              From: Hugo <hv@crypt.compulink.co.uk>
80458              Date: Wed, 18 Oct 2000 23:25:58 +0100
80459              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
80460      Branch: perl
80461            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
80462 ____________________________________________________________________________
80463 [  7364] By: jhi                                   on 2000/10/18  21:12:53
80464         Log: (retracted)
80465      Branch: perl
80466            ! pp.c
80467 ____________________________________________________________________________
80468 [  7363] By: jhi                                   on 2000/10/18  20:55:38
80469         Log: Missing change from #7362.
80470      Branch: perl
80471            ! win32/perlhost.h
80472 ____________________________________________________________________________
80473 [  7362] By: jhi                                   on 2000/10/18  20:52:01
80474         Log: Borland C fstat() never saw the fd as writable.
80475              
80476              Subject: fix for Borland's weak "stat" (perl@7211)
80477              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
80478              Date: Mon, 16 Oct 2000 09:55:03 +0400
80479              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
80480      Branch: perl
80481            ! win32/win32.c
80482 ____________________________________________________________________________
80483 [  7361] By: jhi                                   on 2000/10/18  17:43:50
80484         Log: Regen toc.
80485      Branch: perl
80486            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
80487 ____________________________________________________________________________
80488 [  7360] By: jhi                                   on 2000/10/18  17:07:44
80489         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80490              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
80491              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
80492              Date: Mon, 16 Oct 2000 15:19:49 +0200
80493      Branch: perl
80494            + README.aix
80495            ! MANIFEST
80496 ____________________________________________________________________________
80497 [  7359] By: jhi                                   on 2000/10/18  17:04:49
80498         Log: Subject: Pod patch for Devel::Peek
80499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80500              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
80501              Date: Mon, 16 Oct 2000 12:26:34 +0200
80502      Branch: perl
80503            ! ext/Devel/Peek/Peek.pm
80504 ____________________________________________________________________________
80505 [  7358] By: jhi                                   on 2000/10/18  17:03:15
80506         Log: Make Cwd more bulletproof in chrooted environments.
80507              
80508              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
80509              From: "Eric E. Coe" <Eric.Coe@oracle.com>
80510              Date: Wed, 18 Oct 2000 04:03:54 -0400
80511              Message-Id: <39ED596A.70E599FE@oracle.com>
80512      Branch: perl
80513            ! lib/Cwd.pm
80514 ____________________________________________________________________________
80515 [  7357] By: jhi                                   on 2000/10/18  16:37:26
80516         Log: Disable the UTF8 downgrade croakage for now to avoid
80517              too many not okay messages.
80518      Branch: perl
80519            ! doio.c
80520 ____________________________________________________________________________
80521 [  7356] By: jhi                                   on 2000/10/17  23:29:41
80522         Log: Show the failed remote port, instead of the failing line number.
80523              
80524              Subject: [PATCH 5.6.1 Debugger] More diagnostics
80525              From: David Sparks <daves@ActiveState.com>
80526              Date: Tue, 17 Oct 2000 15:00:24 -0700
80527              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
80528      Branch: perl
80529            ! lib/perl5db.pl
80530 ____________________________________________________________________________
80531 [  7355] By: jhi                                   on 2000/10/17  14:11:31
80532         Log: On output try to downgrade to bytes, croak if impossible,
80533              from Simon Cozens.  This means that outputting >255 UTF8
80534              is impossible.  Consider this as a strong incentive to get
80535              the I/O disciplines implemented.
80536      Branch: perl
80537            ! doio.c pod/perldiag.pod sv.c
80538 ____________________________________________________________________________
80539 [  7354] By: jhi                                   on 2000/10/17  13:42:23
80540         Log: Clarify documentation on 'use bytes'.
80541              
80542              Subject: Re: What does 'use bytes' "mean" ?
80543              From: Simon Cozens <simon@cozens.net>
80544              Date: Mon, 18 Sep 2000 18:24:25 +0100
80545              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
80546      Branch: perl
80547            ! lib/bytes.pm
80548 ____________________________________________________________________________
80549 [  7353] By: jhi                                   on 2000/10/17  13:28:12
80550         Log: Workaround for a sfio bug where the stream error indicator
80551              is not cleared as documented.
80552              
80553              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80554              From: Nicholas Clark <nick@ccl4.org>
80555              Date: Mon, 16 Oct 2000 18:28:23 +0100
80556              Message-ID: <20001016182823.J19700@plum.flirble.org>
80557      Branch: perl
80558            ! doio.c
80559 ____________________________________________________________________________
80560 [  7352] By: jhi                                   on 2000/10/17  13:06:19
80561         Log: More IoTYPE sprinkling.
80562      Branch: perl
80563            ! doio.c pp_hot.c
80564 ____________________________________________________________________________
80565 [  7351] By: jhi                                   on 2000/10/16  22:47:07
80566         Log: Detect early whether the std streams have gone bad.
80567              
80568              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80569              Date: Mon, 16 Oct 2000 23:28:42 +0100
80570              From: Nicholas Clark <nick@ccl4.org>
80571              Message-ID: <20001016232842.A37942@plum.flirble.org>
80572      Branch: perl
80573            ! t/op/misc.t
80574 ____________________________________________________________________________
80575 [  7350] By: jhi                                   on 2000/10/16  22:45:16
80576         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
80577              From: "Peter J. Farley III" <pjfarley@banet.net>
80578              Date: Mon, 16 Oct 2000 18:15:59 -0400
80579              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
80580      Branch: perl
80581            ! djgpp/djgpp.c dosish.h t/io/open.t
80582 ____________________________________________________________________________
80583 [  7349] By: jhi                                   on 2000/10/16  22:36:45
80584         Log: perldelta tweak.
80585      Branch: perl
80586            ! pod/perldelta.pod
80587 ____________________________________________________________________________
80588 [  7348] By: jhi                                   on 2000/10/16  15:17:53
80589         Log: Update Changes.
80590      Branch: perl
80591            ! Changes patchlevel.h
80592 ____________________________________________________________________________
80593 [  7347] By: jhi                                   on 2000/10/16  13:55:27
80594         Log: Add the capability to include/exclude branches.
80595      Branch: perl
80596            ! Porting/genlog
80597 ____________________________________________________________________________
80598 [  7346] By: jhi                                   on 2000/10/16  13:18:04
80599         Log: Add Charles Lane.
80600      Branch: perl
80601            ! AUTHORS Changes
80602 ____________________________________________________________________________
80603 [  7345] By: jhi                                   on 2000/10/16  13:13:21
80604         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
80605      Branch: perl
80606            ! pod/perldelta.pod
80607 ____________________________________________________________________________
80608 [  7344] By: gsar                                  on 2000/10/16  09:30:21
80609         Log: integrate change#6220 from cfgperl
80610              
80611              Win32 patches from Benjamin Stuhl.
80612      Branch: maint-5.6/perl
80613           !> makedef.pl win32/win32.h
80614 ____________________________________________________________________________
80615 [  7343] By: gsar                                  on 2000/10/16  08:32:19
80616         Log: integrate changes#6221,6222 from cfgperl
80617              
80618              Remove tr///CU (the feature is to be obsoleted by better interfaces).
80619              From: simon@brecon.co.uk (Simon Cozens)
80620              Subject: [PATCH] Eliminate tr///[CU][CU]
80621              Date: 23 Jun 2000 11:05:40 GMT
80622              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
80623              
80624              doc typo fix
80625              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
80626              From: Ian Phillipps <Ian.Phillipps@iname.com>
80627              Date: Fri, 23 Jun 2000 10:40:58 +0100
80628              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
80629      Branch: maint-5.6/perl
80630           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
80631 ____________________________________________________________________________
80632 [  7342] By: gsar                                  on 2000/10/16  08:28:08
80633         Log: integrate change#6217 from cfgperl (in part)
80634              
80635              Rename the fdpid locking and integrate with Sarathy.
80636      Branch: maint-5.6/perl
80637           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
80638           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
80639           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
80640           !> win32/win32.c
80641 ____________________________________________________________________________
80642 [  7341] By: gsar                                  on 2000/10/16  08:23:39
80643         Log: integrate changes#6214..6216 from mainline
80644              
80645              @_ can't have junk in it even in the non-USE_ITHREADS case because
80646              caller() wants to populate @DB::args with it (causes a coredump
80647              in Carp::confess())
80648              
80649              tweak comment about @DB::args
80650              
80651              be more optimal about clearing @_
80652      Branch: maint-5.6/perl
80653           !> av.h cop.h pp_ctl.c t/op/runlevel.t
80654 ____________________________________________________________________________
80655 [  7340] By: gsar                                  on 2000/10/16  08:20:37
80656         Log: integrate changes#6207..6210 from cfgperl
80657              
80658              Subject: [PATCH 5.6.0] Threadsafe patches
80659              From: Dan Sugalski <dan@sidhe.org>
80660              To: perl5-porters@perl.org
80661              Date: Mon, 08 May 2000 18:08:13 -0400
80662              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
80663              
80664              Regen headers for #6207.
80665              
80666              Lock PL_fdpid against race conditions, based on:
80667              Subject: [PATCH 5.6.0]subprocess fixup for threads
80668              From: Dan Sugalski <dan@sidhe.org>
80669              To: perl5-porters@perl.org
80670              Date: Tue, 11 Apr 2000 17:02:32 -0400
80671              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
80672              
80673              Mopup for #6207 and #6209.
80674      Branch: maint-5.6/perl
80675           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
80676           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
80677           !> win32/win32.c
80678 ____________________________________________________________________________
80679 [  7339] By: gsar                                  on 2000/10/16  08:14:34
80680         Log: integrate change#6203 from cfgperl
80681              
80682              perldiag should refer to perlos2.pod not README.os2
80683      Branch: maint-5.6/perl
80684           !> pod/perldiag.pod
80685 ____________________________________________________________________________
80686 [  7338] By: gsar                                  on 2000/10/16  08:11:42
80687         Log: integrate change#6201 from mainline
80688              
80689              Perl_eval_pv() leaks 4 bytes every time it is called because it
80690              does a PUSHMARK that's never ever POPMARKed; in general, only
80691              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
80692              Perl_eval_[sp]v() don't because they don't take any incoming
80693              arguments (this leak has been around since the original version
80694              of perl_eval_pv() in 5.003_97e)
80695      Branch: maint-5.6/perl
80696           !> perl.c
80697 ____________________________________________________________________________
80698 [  7337] By: gsar                                  on 2000/10/16  08:08:47
80699         Log: integrate changes#6197..6200 from cfgperl
80700              
80701              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
80702              From: John Borwick <jhborwic@unity.ncsu.edu>
80703              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
80704              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
80705              
80706              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
80707              From: Dan Sugalski <dan@sidhe.org>
80708              To: vmsperl@perl.org, perl5-porters@perl.org
80709              Date: Fri, 02 Jun 2000 16:00:41 -0400
80710              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
80711              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
80712              
80713              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
80714              From: Dan Sugalski <dan@sidhe.org>
80715              To: perl5-porters@perl.org, vmsperl@perl.org
80716              Date: Fri, 02 Jun 2000 17:30:51 -0400
80717              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
80718              
80719              Update to cperl-mode.el 4.31 from
80720              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
80721              Subject: A couple of notes
80722              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80723              To: Mailing list Perl5 <perl5-porters@perl.org>
80724              Date: Sat, 3 Jun 2000 23:33:32 -0400
80725              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
80726      Branch: maint-5.6/perl
80727           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
80728           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
80729           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
80730           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
80731           !> vms/vmsish.h
80732 ____________________________________________________________________________
80733 [  7336] By: gsar                                  on 2000/10/16  08:03:46
80734         Log: integrate changes#6194,6195 from mainline
80735              
80736              fix small eval"" memory leaks under USE_ITHREADS
80737              
80738              fix yet another eval"" leak under USE_ITHREADS
80739      Branch: maint-5.6/perl
80740           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
80741           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
80742           !> vms/perly_c.vms
80743 ____________________________________________________________________________
80744 [  7335] By: gsar                                  on 2000/10/16  08:02:15
80745         Log: integrate changes#6190,6191 from mainline
80746              
80747              submit missing embed.pl change
80748              
80749              vec() loses numericalness (modified version of patch suggested
80750              by Robin Barker)
80751      Branch: maint-5.6/perl
80752           !> doop.c embed.pl t/op/vec.t
80753 ____________________________________________________________________________
80754 [  7334] By: gsar                                  on 2000/10/16  08:01:03
80755         Log: integrate change#6189 from mainline
80756              
80757              counting tr/// corrupts later operation (from M.J.T Guy)
80758      Branch: maint-5.6/perl
80759           !> doop.c t/op/tr.t
80760 ____________________________________________________________________________
80761 [  7333] By: gsar                                  on 2000/10/16  07:59:07
80762         Log: integrate changes#6183..6188 from mainline
80763              
80764              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
80765              <nick@ccl4.org>)
80766              
80767              tweak for change#6127
80768              
80769              remove incorrect documentation about implicit split to @_ in
80770              list context, which never really worked in perl 5 (from
80771              M.J.T. Guy)
80772              
80773              further qualify references to "alphanumeric" (from Wolfgang Laun
80774              <wolfgang.laun@alcatel.at>)
80775              
80776              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
80777              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80778              
80779              h2xs tweaks
80780      Branch: maint-5.6/perl
80781           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
80782           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
80783           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
80784           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
80785           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
80786           !> pod/pod2latex.PL utils/h2xs.PL
80787 ____________________________________________________________________________
80788 [  7332] By: gsar                                  on 2000/10/16  07:53:52
80789         Log: integrate change#6179 from mainline
80790              
80791              buggy modulus on UVs introduced by change#3378 (resulted in
80792              4063328477 % 65535 amounting to 27406, instead of 27407)
80793      Branch: maint-5.6/perl
80794           !> pp.c t/op/arith.t
80795 ____________________________________________________________________________
80796 [  7331] By: gsar                                  on 2000/10/16  07:52:49
80797         Log: integrate changes#6176,6177,6178,6182 from cfgperl
80798              
80799              Single-quoted utf8 patch from Simon Cozens.
80800              
80801              Substitution utf8 patch from Simon Cozens.
80802              
80803              Be cleaner.
80804              
80805              Be Cleaner Part Deux.
80806      Branch: maint-5.6/perl
80807           !> Makefile.SH pp_hot.c toke.c
80808 ____________________________________________________________________________
80809 [  7330] By: gsar                                  on 2000/10/16  07:41:36
80810         Log: integrate change#6172 from mainline
80811              
80812              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
80813              (from Ilya Zakharevich)
80814      Branch: maint-5.6/perl
80815           !> regexec.c t/op/re_tests
80816 ____________________________________________________________________________
80817 [  7329] By: gsar                                  on 2000/10/16  07:40:25
80818         Log: integrate change#6171 from mainline
80819              
80820              scalar() doesn't force scalar context when used in void context
80821              (from Simon Cozens)
80822      Branch: maint-5.6/perl
80823           !> op.c t/op/wantarray.t
80824 ____________________________________________________________________________
80825 [  7328] By: gsar                                  on 2000/10/16  07:39:33
80826         Log: integrate change#6170 from mainline
80827              
80828              change#6142 needs tweaks to tests to work where there's no
80829              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80830      Branch: maint-5.6/perl
80831           !> t/lib/filefind.t
80832 ____________________________________________________________________________
80833 [  7327] By: gsar                                  on 2000/10/16  07:35:34
80834         Log: integrate changes#6166..6168 from cfgperl
80835              
80836              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
80837              in case somebody wants to write an extension for more
80838              shadow database interfaces.
80839              
80840              tweak todo
80841              
80842              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
80843      Branch: maint-5.6/perl
80844           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80845           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
80846           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
80847           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80848           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80849           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80850 ____________________________________________________________________________
80851 [  7326] By: gsar                                  on 2000/10/16  07:29:05
80852         Log: integrate changes#6157,6159..6161,6164 from cfgperl
80853              
80854              Regen Configure to jive with #6149.
80855              
80856              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
80857              
80858              Changes for the File::Temp 0.08 (change #6159) test suite
80859              to fit better into the Perl distribution test framework.
80860              
80861              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
80862              both from Simon Cozens.
80863              
80864              detypo
80865      Branch: maint-5.6/perl
80866           +> pod/perlmodlib.PL pod/perlnewmod.pod
80867           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
80868           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
80869           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80870           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80871 ____________________________________________________________________________
80872 [  7325] By: gsar                                  on 2000/10/16  07:25:13
80873         Log: integrate change#6158 from vmsperl
80874              
80875              Add fallback to tmpfile for use in cases where user's relying on
80876              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
80877              Lane's patch)
80878      Branch: maint-5.6/perl
80879           !> vms/vms.c vms/vmsish.h
80880 ____________________________________________________________________________
80881 [  7324] By: gsar                                  on 2000/10/16  07:20:50
80882         Log: integrate changes#6153..6155 from mainline
80883              
80884              prettier Test::Harness output on failed tests (from Nicholas Clark
80885              <nick@Bagpuss.uk.boo.com>)
80886              
80887              avoid type mismatch warning
80888              
80889              small bug in change#6144; remove random \xA0 character that snuck
80890              in via change#6145
80891      Branch: maint-5.6/perl
80892           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
80893           !> perl.c
80894 ____________________________________________________________________________
80895 [  7323] By: gsar                                  on 2000/10/16  07:18:47
80896         Log: integrate changes#6151,6152 from mainline
80897              
80898              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
80899              
80900              cosmetic fixups of RE debug output (from Ilya Zakharevich)
80901      Branch: maint-5.6/perl
80902           !> regexec.c
80903 ____________________________________________________________________________
80904 [  7322] By: gsar                                  on 2000/10/16  07:17:25
80905         Log: integrate changes#6146..6150 from mainline
80906              
80907              doc typo
80908              
80909              add a make entry to Config.pm so "perl -V:make" works on VMS
80910              (from Peter Prymmer)
80911              
80912              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
80913              
80914              OS/2 tweaks for usethreads build (from Rocco Caputo
80915              <troc@netrus.net>)
80916              
80917              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
80918      Branch: maint-5.6/perl
80919           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
80920           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
80921           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
80922           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
80923           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
80924           !> warnings.pl x2p/a2p.h
80925 ____________________________________________________________________________
80926 [  7321] By: gsar                                  on 2000/10/16  07:14:02
80927         Log: integrate changes#6143..6145 from mainline
80928              
80929              MacOS support, part 1 (from Matthias Neeracher
80930              <neeri@iis.ee.ethz.ch>)
80931              
80932              MacOS support, part 2: make AutoSplit use File::Spec instead
80933              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
80934              <neeri@iis.ee.ethz.ch>)
80935              
80936              make xsubpp skip embedded pod (from Matthias Neeracher
80937              <neeri@iis.ee.ethz.ch>)
80938      Branch: maint-5.6/perl
80939           +> ext/DynaLoader/dl_mac.xs
80940           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
80941           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
80942           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
80943           !> pp_ctl.c proto.h toke.c util.c util.h
80944 ____________________________________________________________________________
80945 [  7320] By: gsar                                  on 2000/10/16  07:12:13
80946         Log: integrate changes#6141,6142 from mainline
80947              
80948              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
80949              forwarded by Peter Seebach from the bsdi-users mailing list.
80950              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
80951              
80952              File::Find fails to chdir when chasing symlinks (from
80953              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80954      Branch: maint-5.6/perl
80955           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
80956 ____________________________________________________________________________
80957 [  7319] By: gsar                                  on 2000/10/16  07:04:30
80958         Log: integrate change#6139 from mainline
80959              
80960              revise mktables.PL for bugs and newness in Unicode 3.0
80961              (from James Bence <jbence@amgen.com>)
80962      Branch: maint-5.6/perl
80963           +> (branch 30 files)
80964           !> (integrate 49 files)
80965 ____________________________________________________________________________
80966 [  7318] By: gsar                                  on 2000/10/16  07:01:01
80967         Log: integrate changes#6137,6138 from mainline
80968              
80969              fix bogus redeclaration warning for "our" variables in different
80970              scopes
80971              
80972              add note about the handling of negative indices to tied arrays
80973              (from Michael G Schwern <schwern@pobox.com>)
80974      Branch: maint-5.6/perl
80975           !> op.c pod/perltie.pod t/pragma/strict-vars
80976 ____________________________________________________________________________
80977 [  7317] By: gsar                                  on 2000/10/16  06:58:46
80978         Log: integrate changes#6127..6136 from mainline
80979              
80980              call_method(...,G_EVAL) can longjmp() out if the method probing
80981              failed (from Gisle Aas)
80982              
80983              new perlxstut example for passing/returning refs to arrays
80984              (from David Lowe <dlowe@pootpoot.com>)
80985              
80986              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
80987              
80988              fix places that mean C<"word" character> but say C<alphanumeric
80989              character>
80990              
80991              avoid warnings in POSIX.pm (from Barrie Slaymaker)
80992              
80993              warnings::enabled() doesn't fall back to looking at $^W if
80994              caller isn't using lexical warnings (from Paul Marquess)
80995              
80996              elide bogus test in change#6132
80997              
80998              make Test::Harness use wait.h/WCOREDUMP if available
80999              (from Ben Tilly <ben_tilly@hotmail.com>)
81000              
81001              enable Test::Harness to dynamically determine column width etc.
81002              (from Rob Napier <rnapier@employees.org>)
81003              
81004              random pod typos (from Peter Scott <Peter@PSDT.com>)
81005      Branch: maint-5.6/perl
81006           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
81007           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
81008           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
81009           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
81010 ____________________________________________________________________________
81011 [  7316] By: gsar                                  on 2000/10/16  06:53:23
81012         Log: integrate change#6126 from mainline
81013              
81014              change#2879 broke rvalue autovivification of magicals such as
81015              ${$num} (reworked variant of patch suggested by Simon Cozens)
81016      Branch: maint-5.6/perl
81017           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
81018           !> pp_hot.c proto.h t/op/gv.t
81019 ____________________________________________________________________________
81020 [  7315] By: gsar                                  on 2000/10/16  06:51:38
81021         Log: integrate changes#6123,6125 from mainline
81022              
81023              clarify gotcha with #line directives (from Rocco Caputo
81024              <troc@netrus.net>)
81025              
81026              enable propagating exception objects via Perl_croak() in XS code
81027              (from Gisle Aas)
81028      Branch: maint-5.6/perl
81029           !> pod/perldebug.pod pod/perlsyn.pod util.c
81030 ____________________________________________________________________________
81031 [  7314] By: gsar                                  on 2000/10/16  06:49:28
81032         Log: integrate change#6122 from mainline
81033              
81034              downgrade fatal error on C<"foo@nosucharray.com"> to optional
81035              warning (from Mark-Jason Dominus)
81036      Branch: maint-5.6/perl
81037           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
81038           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
81039           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
81040           !> toke.c
81041 ____________________________________________________________________________
81042 [  7313] By: gsar                                  on 2000/10/16  06:46:54
81043         Log: integrate changes#6112..6121 from vmsperl
81044              
81045              Check for existence of file before trying to delete
81046              
81047              Ugly workaround for version-specific RTL error
81048              
81049              Urk -- undo previous removal of vmsish 'exit' change
81050              
81051              Add bounds checking for several strings (Charles Lane)
81052              
81053              Miscellaneous cosmetic fixes (Charles Lane)
81054              
81055              Treat sockets as special in sys(read|write) (Charles Lane et al.)
81056              
81057              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
81058              Flatten case labels in switch statements uniformly (Charles Bailey)
81059              
81060              Quiet error messages in vmsish.t (Charles Lane)
81061              
81062              Add missing escape (Charles Lane)
81063              
81064              Allow eliminate_macros() and fixpath() to handle space-delimited
81065              lists (based on fixes by Craig Berry)
81066      Branch: maint-5.6/perl
81067           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
81068           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
81069           !> vms/vmsish.h
81070 ____________________________________________________________________________
81071 [  7312] By: gsar                                  on 2000/10/16  06:41:18
81072         Log: integrate changes#6107,6110 from cfgperl
81073              
81074              Tweak the todo list.
81075              
81076              todo tweak
81077      Branch: maint-5.6/perl
81078           !> Todo-5.6
81079 ____________________________________________________________________________
81080 [  7311] By: gsar                                  on 2000/10/16  06:38:38
81081         Log: integrate changes#6104,6108 from mainline
81082              
81083              PL_sys_intern was being initialized too late on windows
81084              
81085              reenable fake signal handling on Windows, bugs and all
81086      Branch: maint-5.6/perl
81087           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
81088           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
81089           !> win32/win32.c
81090 ____________________________________________________________________________
81091 [  7310] By: gsar                                  on 2000/10/16  06:36:03
81092         Log: integrate changes#6095,6097..6103 from cfgperl
81093              
81094              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
81095              might be useful in future.
81096              
81097              Add a note about possible compilation problems from Allen Smith.
81098              
81099              Add a note about other, yet unsupported, shadow password APIs.
81100              
81101              Tweaks for the cc bugs from Allen Smith.
81102              
81103              More compilation tweakery from Allen Smith.
81104              
81105              Hints and test tweaks for Unicos.
81106              
81107              The test suite tweak in #6101 wasn't quite right.
81108              
81109              Test tweaking for Unicos continues.
81110      Branch: maint-5.6/perl
81111           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81112           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
81113           !> t/lib/complex.t t/op/64bitint.t
81114 ____________________________________________________________________________
81115 [  7309] By: gsar                                  on 2000/10/16  06:29:41
81116         Log: integrate changes#6093,6094 from mainline
81117              
81118              fork() failure to create pseudo process sets errno=EAGAIN and returns
81119              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
81120              
81121              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
81122      Branch: maint-5.6/perl
81123           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
81124           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
81125 ____________________________________________________________________________
81126 [  7308] By: gsar                                  on 2000/10/16  06:27:29
81127         Log: integrate change#6092 from cfgperl
81128              
81129              Regen perltoc with the fixed buildtoc.
81130      Branch: maint-5.6/perl
81131           !> pod/perltoc.pod
81132 ____________________________________________________________________________
81133 [  7307] By: gsar                                  on 2000/10/16  06:26:40
81134         Log: integrate changes#6089,6090 from mainline
81135              
81136              buildtoc tweak to fix newline lossage
81137              
81138              concat doesn't preserve utf8-ness, and doesn't invalidate
81139              [NI]OK; added tests for both
81140      Branch: maint-5.6/perl
81141           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
81142 ____________________________________________________________________________
81143 [  7306] By: gsar                                  on 2000/10/16  06:24:05
81144         Log: integrate change#6088 from cfgperl
81145              
81146              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
81147              because we do not use those.  The HAS_GETSPNAM remains,
81148              though, because we still do use that.
81149      Branch: maint-5.6/perl
81150           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81151           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
81152           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
81153           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
81154           !> win32/config.vc win32/config_H.bc win32/config_H.gc
81155           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
81156 ____________________________________________________________________________
81157 [  7305] By: gsar                                  on 2000/10/16  06:15:52
81158         Log: integrate changes#6084,6085,6087 from mainline
81159              
81160              substr() does not preserve utf8-ness (from Stefan Eissing
81161              <Eissing@medicaldataservice.de>); added tests
81162              
81163              repeat operator (x) doesn't preserve utf8-ness
81164              
81165              reverse() and quotemeta() weren't preserving utf8-ness; add tests
81166      Branch: maint-5.6/perl
81167           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
81168 ____________________________________________________________________________
81169 [  7304] By: gsar                                  on 2000/10/16  06:13:10
81170         Log: integrate changes#6077..6083 from mainline
81171              
81172              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
81173              and Tom Phoenix)
81174              
81175              workaround for CRT bug in chdir() (from Charles Lane, via
81176              Peter Prymmer)
81177              
81178              remove outdated kludge in Carp (NULLs are permitted in diagnostics
81179              now)
81180              
81181              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
81182              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
81183              
81184              better default perlbug categories for ok reports (from Richard Foley)
81185              
81186              peek.t non-portable to ithreads
81187              
81188              note about undocumented caller() return value (from M.J.T. Guy);
81189              yet another peek.t tweak
81190      Branch: maint-5.6/perl
81191           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81192           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81193           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
81194           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
81195           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
81196           !> vms/vmsish.h
81197 ____________________________________________________________________________
81198 [  7303] By: gsar                                  on 2000/10/16  06:03:18
81199         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
81200              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
81201              
81202              &HUGE_VAL is not defined, it exists.
81203              
81204              Do not warn that an infinity does not look like a number.
81205              
81206              Rewrite the pwent/spent logic to be a little bit more clearer.
81207              
81208              Continue on the pwent/spent case.
81209              
81210              Correct Freudian slip.
81211              
81212              Use HUGE_VALL if applicable.
81213              
81214              pwent/spent #ifdef imbalance.
81215              
81216              Infinite problems.
81217              
81218              Call getspnam() only iff needd.
81219              
81220              Test both the scalar and list contexts.
81221              
81222              Use setxxent()/endxxent().
81223              
81224              Complex tweakery.
81225              
81226              Unicos hint tweak.
81227              
81228              Be more forgiving in POSIX about HUGE_VALL.
81229              
81230              Detypo.
81231              
81232              The search of infinity continues, this time simplified.
81233              
81234              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
81235              in natively 64-bit platforms where a long is a quad (no need
81236              for long longs).  Also added bias for IVs.
81237              
81238              Complex tweaks.
81239              
81240              Introduce t/lib/peek.t.
81241              
81242              Make the test more portable.
81243      Branch: maint-5.6/perl
81244           +> t/lib/peek.t
81245            ! pp_sys.c
81246           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
81247           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
81248           !> t/op/pwent.t toke.c util.c
81249 ____________________________________________________________________________
81250 [  7302] By: gsar                                  on 2000/10/16  05:03:37
81251         Log: integrate changes#6066..6071 from mainline
81252              
81253              s/END/CHECK/
81254              
81255              replace direct call to sighandler() with (*PL_sighandlerp)()
81256              
81257              note about values()
81258              
81259              File::Spec compatibility update (from Barrie Slaymaker
81260              <barries@slaysys.com>)
81261              
81262              remove misleading comment (from M.J.T. Guy)
81263              
81264              misformatted perllocal.pod (from Tim Jenness
81265              <t.jenness@jach.hawaii.edu>)
81266      Branch: maint-5.6/perl
81267           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
81268           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
81269           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
81270           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
81271 ____________________________________________________________________________
81272 [  7301] By: gsar                                  on 2000/10/16  05:00:08
81273         Log: integrate changes#6061..6063 from mainline
81274              
81275              change#5921 neglected to make eq honor "use bytes"
81276              
81277              additional tests for utf8.t
81278              
81279              tokeq() could read unallocated field in argument
81280      Branch: maint-5.6/perl
81281           !> sv.c t/pragma/utf8.t toke.c
81282 ____________________________________________________________________________
81283 [  7300] By: gsar                                  on 2000/10/16  04:56:54
81284         Log: integrate changes#6046,6048,6057,6058 from mainline
81285              
81286              libscheck has insufficient checks for n32 libs (from
81287              Albert Chin-A-Young <china@thewrittenword.com>)
81288              
81289              add note about how $( doesn't interpolate in REs (from
81290              Philip Newton <newton@ficus.frogspace.net>)
81291              
81292              fix broken parsing of /\x{ab}/
81293              
81294              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
81295              (spotted by Donald Kinzer <dkinzer@premia.com>)
81296      Branch: maint-5.6/perl
81297           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
81298           !> t/pragma/utf8.t
81299 ____________________________________________________________________________
81300 [  7299] By: gsar                                  on 2000/10/16  04:52:50
81301         Log: integrate change#6044 from mainline
81302              
81303              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
81304              such that underscores are only ignored in literal numbers,
81305              "\x{...}", and hex/oct argument
81306      Branch: maint-5.6/perl
81307           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
81308 ____________________________________________________________________________
81309 [  7298] By: gsar                                  on 2000/10/16  04:50:53
81310         Log: integrate changes#6027..6043 from mainline
81311              
81312              podlators-1.02 update (from Russ Allbery)
81313              
81314              Pod::Man generates groff-incompatible macro definition (from
81315              Tom Christiansen)
81316              
81317              add CGI.pm v2.66 (from Lincoln Stein)
81318              
81319              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
81320              for @- and @+ (from Johan Vromans)
81321              
81322              small nits in diagnostics.pm (from Robin Barker)
81323              
81324              whitespace adjustments
81325              
81326              missing files in MANIFEST
81327              
81328              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
81329              to compensate
81330              
81331              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
81332              
81333              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
81334      Branch: maint-5.6/perl
81335           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
81336           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
81337           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
81338           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
81339           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
81340           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
81341           !> t/lib/cgi-html.t t/lib/cgi-request.t
81342 ____________________________________________________________________________
81343 [  7297] By: gsar                                  on 2000/10/16  04:44:30
81344         Log: integrate change#6025 from mainline
81345              
81346              Is{Alnum,Alpha,Word} don't match titlecase
81347              TODO: IsSpace is defined recursively!
81348              (both spotted by Larry)
81349      Branch: maint-5.6/perl
81350           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
81351           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
81352 ____________________________________________________________________________
81353 [  7296] By: gsar                                  on 2000/10/16  04:39:30
81354         Log: integrate change#6023 from mainline
81355              
81356              debugger stomps on $. (from M.J.T. Guy)
81357      Branch: maint-5.6/perl
81358           !> lib/perl5db.pl
81359 ____________________________________________________________________________
81360 [  7295] By: gsar                                  on 2000/10/16  04:38:02
81361         Log: integrate change#6022 from mainline
81362              
81363              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
81364      Branch: maint-5.6/perl
81365           !> sv.c
81366 ____________________________________________________________________________
81367 [  7294] By: gsar                                  on 2000/10/16  04:37:05
81368         Log: integrate changes#6018..6021 from mainline
81369              
81370              make lib/syslog.t portable to systems that don't have _PATH_LOG,
81371              make _PATH_LOG() return "" if unavailable
81372              
81373              windows portability tweaks
81374              
81375              test tweak
81376              
81377              remove Win2K issue in pod (fixed by change#6020)
81378      Branch: maint-5.6/perl
81379           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
81380           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
81381           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
81382 ____________________________________________________________________________
81383 [  7293] By: gsar                                  on 2000/10/16  04:20:00
81384         Log: integrate changes#6013..6015 from mainline
81385              
81386              tweak change#5945 to display correct switch name in diagnostic
81387              
81388              glob() loading File::Glob behind the scenes may cause syntax errors
81389              
81390              tweak test for portability
81391      Branch: maint-5.6/perl
81392           !> op.c perl.c pod/perldiag.pod t/lib/b.t
81393 ____________________________________________________________________________
81394 [  7292] By: gsar                                  on 2000/10/16  04:18:11
81395         Log: integrate changes#6005..6010 from mainline, cfgperl
81396              
81397              perldoc might fail via "use blib" (from Hugo van der Sanden)
81398              
81399              Regen Configure.
81400              
81401              note about compile failures and END blocks (from M.J.T. Guy)
81402              
81403              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
81404              
81405              (change#6009 integrated earlier in change#7255)
81406              
81407              clarify note about shadow password support (from
81408              gellyfish@gellyfish.com)
81409      Branch: maint-5.6/perl
81410           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81411           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
81412           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
81413 ____________________________________________________________________________
81414 [  7291] By: gsar                                  on 2000/10/16  04:12:03
81415         Log: integrate changes#6002,6003 from mainline
81416              
81417              destructive sv_setsv() can lose UV-ness from source, causing
81418              numeric promotions/comparisons to fail to do the right thing
81419              
81420              allow REG_EXPAND_SZ keys in Windows registry (from
81421              John Clayton <John.Clayton@barclayscapital.com>)
81422      Branch: maint-5.6/perl
81423           !> sv.c win32/win32.c
81424 ____________________________________________________________________________
81425 [  7290] By: gsar                                  on 2000/10/16  04:10:19
81426         Log: integrate change#6001 from mainline
81427              
81428              support additional library locations via $Config{otherlibdirs}
81429              (from Andy Dougherty)
81430      Branch: maint-5.6/perl
81431           !> Configure INSTALL Porting/Glossary Porting/config.sh
81432           !> Porting/config_H config_h.SH epoc/config.sh perl.c
81433           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
81434           !> win32/config.bc win32/config.gc win32/config.vc
81435 ____________________________________________________________________________
81436 [  7289] By: gsar                                  on 2000/10/16  04:08:28
81437         Log: integrate change#5999 from mainline
81438              
81439              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
81440      Branch: maint-5.6/perl
81441           !> t/pragma/warn/toke toke.c
81442 ____________________________________________________________________________
81443 [  7288] By: gsar                                  on 2000/10/16  04:07:01
81444         Log: integrate changes#5997,5998 from cfgperl
81445              
81446              Preserve $!.
81447              
81448              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
81449      Branch: maint-5.6/perl
81450           !> lib/Math/Complex.pm
81451 ____________________________________________________________________________
81452 [  7287] By: gsar                                  on 2000/10/16  04:04:37
81453         Log: integrate change#5995 from mainline
81454              
81455              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
81456      Branch: maint-5.6/perl
81457           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
81458 ____________________________________________________________________________
81459 [  7286] By: gsar                                  on 2000/10/16  04:03:21
81460         Log: integrate change#5994 from mainline
81461              
81462              fix for missed accounting for null byte in pack("Z",...) (from
81463              M.J.T. Guy)
81464      Branch: maint-5.6/perl
81465           !> pp.c t/op/pack.t
81466 ____________________________________________________________________________
81467 [  7285] By: gsar                                  on 2000/10/16  04:02:11
81468         Log: integrate changes#5989..5993 from mainline
81469              
81470              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
81471              itself and no other (from Tom Hughes)
81472              
81473              use $ENV{LIB} to search for libs under Visual C compiler
81474              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
81475              
81476              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
81477              
81478              pod nit (from Simon Cozens)
81479              
81480              various minor tweaks seen on p5p
81481      Branch: maint-5.6/perl
81482           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
81483           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
81484           !> t/op/array.t toke.c
81485 ____________________________________________________________________________
81486 [  7284] By: gsar                                  on 2000/10/16  03:59:00
81487         Log: integrate changes#5978..5988 from mainline
81488              
81489              sync version numbers in File::Spec with the ones on CPAN
81490              (from Barrie Slaymaker)
81491              
81492              under useithreads, constant pad entries could inadvertantly be
81493              shared across threads (from Eric Blood <eblood@xmission.com>);
81494              added Eric's test case to testsuite
81495              
81496              allow Configure -S to run non-interactively (spotted by Greg Hudson
81497              <ghudson@mit.edu>)
81498              
81499              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
81500              prototype mismatch with CORE::glob(); update pod and tests to
81501              suit (File::Glob::glob() is still available for backward
81502              compatibility, but should be considered deprecated)
81503              
81504              avoid error in IO::Socket::INET when given an unknown service name
81505              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
81506              
81507              numeric conversion of non-number in change#3378 tramples on
81508              OOK offset, causing segfaults
81509              
81510              attributes::reftype() doesn't work on tied argument
81511              
81512              forked child may not exit correctly if it failed to open
81513              /dev/console (from Graham Barr)
81514              
81515              add regular expressions tutorial and quick-start guide (from
81516              Mark Kvale <kvale@phy.ucsf.edu>)
81517              
81518              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
81519              
81520              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
81521              <paul@miraclefish.com>)
81522      Branch: maint-5.6/perl
81523           +> pod/perlrequick.pod pod/perlretut.pod
81524           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
81525           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
81526           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
81527           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
81528           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81529           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81530           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
81531           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
81532 ____________________________________________________________________________
81533 [  7283] By: gsar                                  on 2000/10/16  03:52:14
81534         Log: integrate change#5977 from mainline
81535              
81536              autoquote barewords followed by newline and arrow properly
81537              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
81538      Branch: maint-5.6/perl
81539           !> t/pragma/warn/toke toke.c
81540 ____________________________________________________________________________
81541 [  7282] By: gsar                                  on 2000/10/16  03:50:48
81542         Log: integrate change#5976 from mainline
81543              
81544              DB_File v1.73 update (from Paul Marquess)
81545      Branch: maint-5.6/perl
81546           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
81547           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
81548 ____________________________________________________________________________
81549 [  7281] By: gsar                                  on 2000/10/16  03:49:14
81550         Log: integrate change#5975 from mainline
81551              
81552              allow sort() reentrancy (variant of patch suggested by
81553              Hugo van der Sanden)
81554      Branch: maint-5.6/perl
81555           !> pp_ctl.c t/op/sort.t
81556 ____________________________________________________________________________
81557 [  7280] By: gsar                                  on 2000/10/16  03:48:22
81558         Log: integrate change#5974 from mainline
81559              
81560              change#4197 somehow missed initializing PL_errors, meaning
81561              syntax error queueing wasn't working outside eval"" at all;
81562              also fixed eval"" to localize PL_error_count, so that compile-time
81563              eval's don't clobber the error state of the outer context
81564      Branch: maint-5.6/perl
81565           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
81566           !> t/pragma/warn/toke
81567 ____________________________________________________________________________
81568 [  7279] By: gsar                                  on 2000/10/16  03:46:21
81569         Log: integrate change#5973 from mainline
81570              
81571              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
81572      Branch: maint-5.6/perl
81573           !> regcomp.c regexec.c t/op/re_tests
81574 ____________________________________________________________________________
81575 [  7278] By: gsar                                  on 2000/10/16  03:44:54
81576         Log: integrate change#5971 from cfgperl
81577              
81578              Unicos tweaks from Mark P. Lutz.
81579      Branch: maint-5.6/perl
81580           !> hints/unicos.sh lib/Math/Complex.pm
81581 ____________________________________________________________________________
81582 [  7277] By: gsar                                  on 2000/10/16  03:42:59
81583         Log: integrate changes#5966..5970 from mainline
81584              
81585              add testsuite for B backends, fix bug in B::Deparse (from
81586              Simon Cozens <simon@brecon.co.uk>)
81587              
81588              improved docs on the warn_uninit diagnostic (from David Glasser
81589              and Simon Cozens)
81590              
81591              tolerate spaces in group names in test on solaris (from David Boyce
81592              <dsb@boyski.com>)
81593              
81594              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
81595              
81596              Data::Dumper fumbles negative numbers on 32-bit platforms where
81597              IV is >32bits
81598      Branch: maint-5.6/perl
81599           +> t/lib/b.t t/lib/syslog.t
81600           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
81601           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
81602           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
81603 ____________________________________________________________________________
81604 [  7276] By: gsar                                  on 2000/10/16  03:39:30
81605         Log: integrate change#5965 from mainline
81606              
81607              avoid "will not stay shared" warnings for our variables (from
81608              Robin Barker)
81609      Branch: maint-5.6/perl
81610           !> op.c t/pragma/warn/op
81611 ____________________________________________________________________________
81612 [  7275] By: gsar                                  on 2000/10/16  03:38:18
81613         Log: integrate change#5964 from mainline
81614              
81615              reformat to 72 columns (again)
81616      Branch: maint-5.6/perl
81617           !> pod/perldiag.pod
81618 ____________________________________________________________________________
81619 [  7274] By: gsar                                  on 2000/10/16  03:36:58
81620         Log: integrate change#5963 from mainline
81621              
81622              patch from Larry to make (\&) prototype work; added tests for
81623              the same
81624      Branch: maint-5.6/perl
81625           !> op.c t/comp/proto.t
81626 ____________________________________________________________________________
81627 [  7273] By: gsar                                  on 2000/10/16  03:35:51
81628         Log: integrate changes#5956..5962 from mainline
81629              
81630              better diagnostics on failed tests (from Ilya Zakharevich)
81631              
81632              pod nits (from A. C. Yardley <yardley@tanet.net>)
81633              
81634              change#3569 deleted some essential code, revert; avoid use of
81635              atexit() to make DynaLoader work properly on AIX under mod_perl
81636              (from Jens-Uwe Mager <jum@helios.de>)
81637              
81638              doubled words in pods (from Simon Cozens
81639              <simon.p.cozens@jp.pwcglobal.com>)
81640              
81641              better INSTALL notes on Solaris issues (from Dominic Dunlop)
81642              
81643              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
81644              
81645              updated README.hpux (from Jeff Okamoto)
81646      Branch: maint-5.6/perl
81647           !> INSTALL README.hpux emacs/cperl-mode.el
81648           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
81649           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
81650           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
81651           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
81652           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
81653           !> t/op/lex_assign.t
81654 ____________________________________________________________________________
81655 [  7272] By: gsar                                  on 2000/10/16  03:31:22
81656         Log: integrate change#5955 from mainline
81657              
81658              longstanding bug exposed by change#3307: sort arguments weren't
81659              compiled with the right wantarray context (ensuing runtime lookup
81660              via block_gimme() was getting the incidental context of the
81661              sort() itself)
81662      Branch: maint-5.6/perl
81663           !> op.c t/op/sort.t
81664 ____________________________________________________________________________
81665 [  7271] By: gsar                                  on 2000/10/16  03:29:11
81666         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
81667              branch
81668              
81669              Flatten the cpp jungle doing the nosuid checking.
81670              
81671              Do not assume sign propagation. (from M.J.T. Guy)
81672              
81673              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
81674              
81675              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
81676              Now pp_ncmp() returns undef is either operand is a NaN.
81677              
81678              On second thoughts frexp() does have two arguments.
81679              
81680              Document that tr() is not tr(1).
81681              
81682              Be more robust on "extreme" (large absolute value)
81683              arguments.  Originally reported by Daniel Connelly
81684              as a problem with asinh() on large negative arguments,
81685              asinh() used to bail out because an argument to log()
81686              ended up being zero.  Ilya Zakharevich proposed using
81687              Taylor's series in such cases, which for such large
81688              arguments is a very good approximation.
81689              
81690              Undo "use integer" addition from 64bitint as it seems
81691              to break most of the subtests in Digital UNIX;
81692              Unicos needs to find another way.
81693      Branch: maint-5.6/perl
81694           !> (integrate 29 files)
81695 ____________________________________________________________________________
81696 [  7270] By: gsar                                  on 2000/10/16  03:09:44
81697         Log: integrate changes#5948,5949,5950 from mainline
81698              
81699              typo in vars.pm that leads to cryptic message (from Piotr
81700              Piatkowski <kompas@kompas.usr.onet.pl>)
81701              
81702              make perldoc use the pod2man from the same version (from
81703              M.J.T. Guy)
81704              
81705              reformat perldiag to avoid long lines
81706      Branch: maint-5.6/perl
81707           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
81708 ____________________________________________________________________________
81709 [  7269] By: gsar                                  on 2000/10/16  03:05:54
81710         Log: integrate change#5947 from mainline
81711              
81712              use &dl_error rather than &dl_load_file as the guard for calling
81713              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
81714              statically built perl)
81715      Branch: maint-5.6/perl
81716           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
81717 ____________________________________________________________________________
81718 [  7268] By: gsar                                  on 2000/10/16  03:04:48
81719         Log: integrate change#5945 from mainline
81720              
81721              make module name mandatory after -M switch; reorder perldiag
81722              alphabetically (from Mark-Jason Dominus)
81723      Branch: maint-5.6/perl
81724           !> perl.c pod/perldiag.pod
81725 ____________________________________________________________________________
81726 [  7267] By: gsar                                  on 2000/10/16  03:03:01
81727         Log: integrate change#5939 from mainline
81728              
81729              more pod nits (from Larry Virden)
81730      Branch: maint-5.6/perl
81731           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
81732           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
81733           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
81734 ____________________________________________________________________________
81735 [  7266] By: gsar                                  on 2000/10/16  03:01:39
81736         Log: integrate change#5938 from mainline
81737              
81738              Consolidated B::Deparse fixes (from Stephen McCamant)
81739      Branch: maint-5.6/perl
81740           !> ext/B/B/Deparse.pm
81741 ____________________________________________________________________________
81742 [  7265] By: gsar                                  on 2000/10/16  03:00:43
81743         Log: integrate change#5936 from mainline
81744              
81745              additional tests for change#7263 (from Paul Marquess)
81746      Branch: maint-5.6/perl
81747           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
81748           !> t/pragma/warn/5nolint t/pragma/warn/6default
81749 ____________________________________________________________________________
81750 [  7264] By: gsar                                  on 2000/10/16  02:58:34
81751         Log: integrate change#5934 from mainline
81752              
81753              propagate lexical warnings from surrounding scope correctly
81754              within string eval() (from Paul Marquess)
81755      Branch: maint-5.6/perl
81756           !> pp_ctl.c t/pragma/warn/pp_ctl
81757 ____________________________________________________________________________
81758 [  7263] By: gsar                                  on 2000/10/16  02:56:53
81759         Log: integrate change#5932 from mainline
81760              
81761              add rsignal(), whichsig() and do_join() to public API list
81762              (mod_perl uses them to good advantage)
81763      Branch: maint-5.6/perl
81764           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
81765 ____________________________________________________________________________
81766 [  7262] By: gsar                                  on 2000/10/16  02:55:53
81767         Log: integrate change#5931 from mainline
81768              
81769              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
81770      Branch: maint-5.6/perl
81771           !> pp_hot.c regexec.c t/op/pat.t
81772 ____________________________________________________________________________
81773 [  7261] By: gsar                                  on 2000/10/16  02:55:01
81774         Log: integrate change#5930 from mainline
81775              
81776              small os390 tweaks (from Peter Prymmer)
81777      Branch: maint-5.6/perl
81778           !> config_h.SH makedepend.SH
81779 ____________________________________________________________________________
81780 [  7260] By: gsar                                  on 2000/10/16  02:54:10
81781         Log: integrate change#5929 from mainline
81782              
81783              pod nits
81784      Branch: maint-5.6/perl
81785           !> pod/perlguts.pod
81786 ____________________________________________________________________________
81787 [  7259] By: gsar                                  on 2000/10/16  02:52:55
81788         Log: integrate change#5927 from mainline
81789              
81790              arrange for next() to resume at the unstack op rather than the
81791              loop conditional, so that scope cleanup happens correctly
81792              (from Stephen McCamant)
81793      Branch: maint-5.6/perl
81794           !> op.c pp_ctl.c t/op/misc.t
81795 ____________________________________________________________________________
81796 [  7258] By: gsar                                  on 2000/10/16  02:51:38
81797         Log: integrate change#5926 from mainline
81798              
81799              on windows, reserve 16M of stack rather than 128M (allows more
81800              threads to run concurrently)
81801      Branch: maint-5.6/perl
81802           !> win32/Makefile win32/makefile.mk
81803 ____________________________________________________________________________
81804 [  7257] By: gsar                                  on 2000/10/16  02:50:37
81805         Log: integrate change#5925 from mainline
81806              
81807              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
81808      Branch: maint-5.6/perl
81809           !> toke.c
81810 ____________________________________________________________________________
81811 [  7256] By: gsar                                  on 2000/10/16  02:49:36
81812         Log: integrate change#5924 from mainline
81813              
81814              avoid using uninitialized memory in require version check
81815      Branch: maint-5.6/perl
81816           !> pp_ctl.c universal.c
81817 ____________________________________________________________________________
81818 [  7255] By: gsar                                  on 2000/10/16  02:48:03
81819         Log: integrate changes#5923,5928,6009 from mainline
81820              
81821              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
81822      Branch: maint-5.6/perl
81823           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
81824 ____________________________________________________________________________
81825 [  7254] By: gsar                                  on 2000/10/16  02:44:46
81826         Log: integrate change#5922 from mainline
81827              
81828              commentary about IoTYPE() (from Nathan Torkington)
81829      Branch: maint-5.6/perl
81830           !> sv.h
81831 ____________________________________________________________________________
81832 [  7253] By: gsar                                  on 2000/10/16  02:43:49
81833         Log: integrate change#5921 from mainline
81834              
81835              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
81836      Branch: maint-5.6/perl
81837           !> sv.c t/lib/charnames.t t/pragma/utf8.t
81838 ____________________________________________________________________________
81839 [  7252] By: gsar                                  on 2000/10/16  02:42:31
81840         Log: integrate change#5920 from mainline
81841              
81842              Larry's fix for buggy propagation of utf8-ness in join(); add test
81843      Branch: maint-5.6/perl
81844           !> doop.c t/op/ver.t
81845 ____________________________________________________________________________
81846 [  7251] By: gsar                                  on 2000/10/16  02:41:14
81847         Log: integrate changes#5915..5919 from mainline
81848              
81849              various (pod tweaks &c)
81850      Branch: maint-5.6/perl
81851           !> (integrate 33 files)
81852 ____________________________________________________________________________
81853 [  7250] By: gsar                                  on 2000/10/16  02:38:16
81854         Log: integrate change#5914 from mainline
81855              
81856              caller() wasn't returning the right number of elements for
81857              eval {...}
81858      Branch: maint-5.6/perl
81859           !> pp_ctl.c t/pragma/warn/9enabled
81860 ____________________________________________________________________________
81861 [  7249] By: gsar                                  on 2000/10/16  02:37:02
81862         Log: integrate change#5913 from mainline
81863              
81864              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
81865              (from Mark-Jason Dominus)
81866      Branch: maint-5.6/perl
81867           !> pod/perlfunc.pod
81868 ____________________________________________________________________________
81869 [  7248] By: gsar                                  on 2000/10/16  02:35:58
81870         Log: integrate change#5912 from mainline
81871              
81872              fix totally broken caching in UNIVERSAL::isa() (from
81873              Nick Ing-Simmons)
81874      Branch: maint-5.6/perl
81875           !> t/op/universal.t universal.c
81876 ____________________________________________________________________________
81877 [  7247] By: gsar                                  on 2000/10/16  02:34:27
81878         Log: integrate changes#5910,5911 from mainline
81879              
81880              typo in pod
81881              
81882              add linebreak properties from unicode/LineBrk.txt (from
81883              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
81884      Branch: maint-5.6/perl
81885           +> (branch 29 files)
81886           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
81887 ____________________________________________________________________________
81888 [  7246] By: gsar                                  on 2000/10/16  02:33:29
81889         Log: integrate change#5909 from mainline
81890              
81891              mode argument to do_binmode() should be file mode, not boolean
81892      Branch: maint-5.6/perl
81893           !> pp_sys.c
81894 ____________________________________________________________________________
81895 [  7245] By: gsar                                  on 2000/10/16  02:31:04
81896         Log: integrate change#5908 from mainline
81897              
81898              introduce illegal symbols into null package so that
81899              gv_fetchpv(...,TRUE) always returns a valid GV even when the
81900              symbol is trapped by strictures (avoids coredumps)
81901      Branch: maint-5.6/perl
81902           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
81903           !> t/pragma/strict-vars
81904 ____________________________________________________________________________
81905 [  7244] By: jhi                                   on 2000/10/16  02:29:54
81906         Log: Subject: $Carp::ExportLevel confusion in Exporter
81907              From: "Ben Tilly" <ben_tilly@hotmail.com>
81908              Date: Sat, 14 Oct 2000 16:44:34 EDT
81909              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
81910      Branch: perl
81911            ! lib/Exporter/Heavy.pm
81912 ____________________________________________________________________________
81913 [  7243] By: jhi                                   on 2000/10/16  02:28:33
81914         Log: Subject: [PATCH perlguts.pod] Document offset hack
81915              From: Simon Cozens <simon@cozens.net>
81916              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
81917              Date: Sat, 14 Oct 2000 19:32:25 +0100
81918      Branch: perl
81919            ! pod/perlguts.pod
81920 ____________________________________________________________________________
81921 [  7242] By: gsar                                  on 2000/10/16  02:26:51
81922         Log: integrate changes#5905,5906,5907,6064 from mainline
81923              
81924              printf/sprintf didn't get quad types right under use64bitint
81925      Branch: maint-5.6/perl
81926           !> pp_sys.c sv.c t/op/64bitint.t
81927 ____________________________________________________________________________
81928 [  7241] By: jhi                                   on 2000/10/16  02:22:44
81929         Log: Subject: small pod patch
81930              From: Dan Boorstein <dan_boo@bellsouth.net>
81931              Date: Sat, 14 Oct 2000 14:29:24 -0400
81932              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
81933      Branch: perl
81934            ! pod/perlfaq7.pod pod/perlmod.pod
81935 ____________________________________________________________________________
81936 [  7240] By: jhi                                   on 2000/10/16  02:13:46
81937         Log: -w cleanup.
81938              
81939              Subject: Re: Problems with bleadperl 
81940              From: "Stephen P. Potter" <spp@ds.net>
81941              Date: Fri, 13 Oct 2000 13:32:49 -0400
81942              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
81943      Branch: perl
81944            ! t/pragma/overload.t
81945 ____________________________________________________________________________
81946 [  7239] By: jhi                                   on 2000/10/16  01:41:18
81947         Log: One more ~utf8 tweak.
81948      Branch: perl
81949            ! t/op/bop.t
81950 ____________________________________________________________________________
81951 [  7238] By: jhi                                   on 2000/10/16  01:34:14
81952         Log: Tweak the test of #7235.
81953      Branch: perl
81954            ! t/op/bop.t
81955 ____________________________________________________________________________
81956 [  7237] By: jhi                                   on 2000/10/16  01:25:04
81957         Log: Fix a couple of compiler-noted nits in #7235.
81958      Branch: perl
81959            ! pp.c
81960 ____________________________________________________________________________
81961 [  7236] By: jhi                                   on 2000/10/16  01:22:46
81962         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
81963      Branch: perl
81964            ! pp.c pp_hot.c
81965 ____________________________________________________________________________
81966 [  7235] By: jhi                                   on 2000/10/15  16:24:44
81967         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
81968              
81969              From: Simon Cozens <simon@cozens.net>
81970              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
81971              Date: Sat, 14 Oct 2000 20:52:13 +0100
81972              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
81973      Branch: perl
81974            ! pp.c t/op/bop.t utf8.h
81975 ____________________________________________________________________________
81976 [  7234] By: jhi                                   on 2000/10/15  15:19:29
81977         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
81978              The problem was that rx->minlen was in chars while pp_split()
81979              thought it would be in bytes. 
81980      Branch: perl
81981            ! pp.c t/pragma/utf8.t
81982 ____________________________________________________________________________
81983 [  7233] By: jhi                                   on 2000/10/14  20:24:24
81984         Log: Document FNCASE=y as discussed in the bug 20000902.009.
81985      Branch: perl
81986            ! README.dos
81987 ____________________________________________________________________________
81988 [  7232] By: jhi                                   on 2000/10/14  18:52:21
81989         Log: Add test for bug id 20000427.003 (which seems to have
81990              been fixed) (also duplicate as 20000427.004, though
81991              with a higher severity).  Move one utf8 from op/append
81992              to pragma/utf8, tag the tests with bug ids.
81993      Branch: perl
81994            ! t/op/append.t t/pragma/utf8.t
81995 ____________________________________________________________________________
81996 [  7231] By: jhi                                   on 2000/10/14  17:28:37
81997         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
81998      Branch: perl
81999            ! t/pragma/utf8.t
82000 ____________________________________________________________________________
82001 [  7230] By: jhi                                   on 2000/10/14  14:24:50
82002         Log: Needs to be conditional on SunOS 4.
82003              
82004              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
82005              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82006              Date: Sat, 14 Oct 2000 13:37:49 +0100
82007              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
82008      Branch: metaconfig/U/perl
82009            ! End.U
82010      Branch: perl
82011            ! Configure myconfig.SH pod/perldelta.pod
82012 ____________________________________________________________________________
82013 [  7229] By: jhi                                   on 2000/10/14  00:49:22
82014         Log: Update Changes.
82015      Branch: perl
82016            ! Changes patchlevel.h
82017 ____________________________________________________________________________
82018 [  7228] By: jhi                                   on 2000/10/14  00:46:10
82019         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
82020              From: Peter Prymmer <pvhp@forte.com>
82021              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
82022              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
82023      Branch: perl
82024            ! lib/utf8.pm
82025 ____________________________________________________________________________
82026 [  7227] By: jhi                                   on 2000/10/13  23:20:30
82027         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
82028      Branch: perl
82029            ! t/op/tie.t
82030 ____________________________________________________________________________
82031 [  7226] By: jhi                                   on 2000/10/13  22:14:32
82032         Log: Tweak #7225.
82033              
82034              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
82035              From: Peter Prymmer <pvhp@forte.com>
82036              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
82037              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
82038      Branch: perl
82039            ! t/op/sprintf.t
82040 ____________________________________________________________________________
82041 [  7225] By: jhi                                   on 2000/10/13  22:11:31
82042         Log: op/sprintf.t patch for OS/390 (and any other host with limited
82043              floating-point exponent length)
82044              
82045              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
82046              From: Dominic Dunlop <domo@computer.org>
82047              Date: Fri, 13 Oct 2000 19:17:57 +0200
82048              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
82049      Branch: perl
82050            ! t/op/sprintf.t
82051 ____________________________________________________________________________
82052 [  7224] By: jhi                                   on 2000/10/13  18:40:48
82053         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
82054      Branch: perl
82055            ! toke.c
82056 ____________________________________________________________________________
82057 [  7223] By: jhi                                   on 2000/10/13  18:37:13
82058         Log: Thinko in #7222.
82059      Branch: perl
82060            ! utf8.c
82061 ____________________________________________________________________________
82062 [  7222] By: jhi                                   on 2000/10/13  18:05:23
82063         Log: Use UTF8SKIP(), from Simon Cozens.
82064      Branch: perl
82065            ! utf8.c
82066 ____________________________________________________________________________
82067 [  7221] By: jhi                                   on 2000/10/13  15:43:19
82068         Log: (accidentally empty check-in)
82069      Branch: perl
82070            ! utf8.c
82071 ____________________________________________________________________________
82072 [  7220] By: jhi                                   on 2000/10/13  15:23:51
82073         Log: Add (optimistically) Storable to static extensions.
82074      Branch: perl
82075            ! hints/uwin.sh hints/vmesa.sh
82076 ____________________________________________________________________________
82077 [  7219] By: jhi                                   on 2000/10/13  15:20:05
82078         Log: Amdahl UTS doesn't seem to do dynaloading.
82079      Branch: perl
82080            ! hints/uts.sh
82081 ____________________________________________________________________________
82082 [  7218] By: jhi                                   on 2000/10/13  15:15:20
82083         Log: Slight tweak of the code to appease Amdahl UTS cc.
82084      Branch: perl
82085            ! pp.c
82086 ____________________________________________________________________________
82087 [  7217] By: jhi                                   on 2000/10/13  14:50:42
82088         Log: In Amdahl UTS "struct sv" is defined by a system header,
82089              <ksync.h>.
82090      Branch: perl
82091            ! perl.h sv.h
82092 ____________________________________________________________________________
82093 [  7216] By: jhi                                   on 2000/10/13  11:58:25
82094         Log: Ilya implemented the memory profiling API.
82095      Branch: perl
82096            ! Todo
82097 ____________________________________________________________________________
82098 [  7215] By: jhi                                   on 2000/10/13  02:56:38
82099         Log: Subject: [PATCH 5.7.0] Perl API for mstats
82100              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82101              Date: Thu, 12 Oct 2000 22:52:40 -0400
82102              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
82103      Branch: perl
82104            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
82105 ____________________________________________________________________________
82106 [  7214] By: jhi                                   on 2000/10/13  02:55:38
82107         Log: Subject: [PATCH 5.7.0] IVs in mtats
82108              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82109              Date: Thu, 12 Oct 2000 22:51:04 -0400
82110              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
82111      Branch: perl
82112            ! malloc.c perl.h
82113 ____________________________________________________________________________
82114 [  7213] By: jhi                                   on 2000/10/13  02:31:47
82115         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
82116      Branch: perl
82117            ! pod/perldiag.pod pp_sys.c
82118 ____________________________________________________________________________
82119 [  7212] By: jhi                                   on 2000/10/13  01:27:38
82120         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
82121              From: Peter Prymmer <pvhp@forte.com>
82122              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
82123              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
82124      Branch: perl
82125            ! t/op/oct.t
82126 ____________________________________________________________________________
82127 [  7211] By: jhi                                   on 2000/10/13  00:35:09
82128         Log: Update Changes.
82129      Branch: perl
82130            ! Changes patchlevel.h
82131 ____________________________________________________________________________
82132 [  7210] By: jhi                                   on 2000/10/12  23:59:40
82133         Log: The Install.pm third of
82134              
82135              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
82136              From: Bill Campbell <bill@celestial.com>
82137              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
82138              Date: Thu, 5 Oct 2000 18:04:51 -0700
82139      Branch: perl
82140            ! lib/ExtUtils/Install.pm
82141 ____________________________________________________________________________
82142 [  7209] By: jhi                                   on 2000/10/12  23:58:43
82143         Log: Two thirds of
82144              
82145              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
82146              Date: Thu, 5 Oct 2000 18:04:51 -0700
82147              From: Bill Campbell <bill@celestial.com>
82148              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
82149              
82150              The Install.pm changes will be submitted separately because
82151              they need some work and discussion still.
82152      Branch: perl
82153            ! lib/getopts.pl lib/termcap.pl
82154 ____________________________________________________________________________
82155 [  7208] By: jhi                                   on 2000/10/12  23:41:19
82156         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
82157              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82158              Date:     Thu, 12 Oct 2000 07:30:02 EDT
82159              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
82160      Branch: perl
82161            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
82162            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
82163 ____________________________________________________________________________
82164 [  7207] By: jhi                                   on 2000/10/12  23:39:01
82165         Log: An updated EBCDIC tr patch.
82166              
82167              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
82168              From: Peter Prymmer <pvhp@forte.com>
82169              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
82170              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
82171      Branch: perl
82172            ! t/op/tr.t
82173 ____________________________________________________________________________
82174 [  7206] By: jhi                                   on 2000/10/12  23:34:55
82175         Log: Upgrade to CPAN 1.58, from Andreas König.
82176      Branch: perl
82177            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82178 ____________________________________________________________________________
82179 [  7205] By: jhi                                   on 2000/10/12  23:29:08
82180         Log: Introduce the man[24-8] variables, from Andy Dougherty.
82181      Branch: metaconfig/U/perl
82182            + mandirs.U mandirstyle.U
82183      Branch: perl
82184            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82185            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
82186            ! vos/config.h vos/config.pl vos/config_h.SH_orig
82187            ! win32/config.bc win32/config.gc win32/config.vc
82188 ____________________________________________________________________________
82189 [  7204] By: gsar                                  on 2000/10/12  18:11:24
82190         Log: restore change#7202
82191      Branch: perl
82192            ! mg.c
82193 ____________________________________________________________________________
82194 [  7203] By: gsar                                  on 2000/10/12  18:09:40
82195         Log: another test of the Emergency Broadcast System--back out 
82196              change#7202
82197      Branch: perl
82198            ! mg.c
82199 ____________________________________________________________________________
82200 [  7202] By: gsar                                  on 2000/10/12  16:40:47
82201         Log: (submitted on behalf of Jarkko)
82202              Fix the lib/encode.t subtest 6 failure as reported by Andreas
82203              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
82204              was unearthed by change 7182, as was a bug in HTML::Entities.
82205      Branch: perl
82206            ! mg.c
82207 ____________________________________________________________________________
82208 [  7201] By: jhi                                   on 2000/10/11  03:16:05
82209         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
82210      Branch: perl
82211            ! pp_hot.c t/pragma/utf8.t
82212 ____________________________________________________________________________
82213 [  7200] By: jhi                                   on 2000/10/11  00:40:30
82214         Log: The #7198 was a false alarm.
82215      Branch: perl
82216            ! pp_hot.c
82217 ____________________________________________________________________________
82218 [  7199] By: jhi                                   on 2000/10/11  00:26:04
82219         Log: Remove duplicated code.
82220      Branch: perl
82221            ! t/lib/cgi-html.t
82222 ____________________________________________________________________________
82223 [  7198] By: jhi                                   on 2000/10/10  23:30:46
82224         Log: (Retracted by #7200.)
82225      Branch: perl
82226            ! pp_hot.c
82227 ____________________________________________________________________________
82228 [  7197] By: jhi                                   on 2000/10/10  21:49:30
82229         Log: Add the test case for #7190, from the original bug report
82230              by Andreas König.
82231      Branch: perl
82232            ! t/pragma/utf8.t
82233 ____________________________________________________________________________
82234 [  7196] By: jhi                                   on 2000/10/10  21:40:49
82235         Log: Reapply Andy's patch and regen Configure.
82236      Branch: perl
82237            ! Configure INSTALL Makefile.SH Porting/Glossary
82238            ! Porting/config.sh config_h.SH epoc/config.sh installperl
82239            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82240            ! win32/config.vc
82241 ____________________________________________________________________________
82242 [  7195] By: jhi                                   on 2000/10/10  21:09:30
82243         Log: Use the versiononly instead of the installscripts,
82244              retract the changes 7146 and 7147.
82245      Branch: perl
82246            ! Configure INSTALL Makefile.SH Porting/Glossary
82247            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
82248            ! installperl uconfig.sh vos/config.def win32/config.bc
82249            ! win32/config.gc win32/config.vc
82250 ____________________________________________________________________________
82251 [  7194] By: jhi                                   on 2000/10/10  21:06:15
82252         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
82253              From: Peter Prymmer <pvhp@forte.com>
82254              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
82255              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
82256      Branch: perl
82257            ! t/op/ver.t
82258 ____________________________________________________________________________
82259 [  7193] By: jhi                                   on 2000/10/10  21:05:12
82260         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
82261              From: Peter Prymmer <pvhp@forte.com>
82262              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
82263              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
82264      Branch: perl
82265            ! t/op/tr.t
82266 ____________________________________________________________________________
82267 [  7192] By: jhi                                   on 2000/10/10  20:57:30
82268         Log: Add versiononly, delete installscripts, from Andy Dougherty.
82269      Branch: metaconfig
82270            - U/installdirs/installscripts.U
82271      Branch: metaconfig/U/perl
82272            + versiononly.U
82273 ____________________________________________________________________________
82274 [  7191] By: jhi                                   on 2000/10/10  19:41:21
82275         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
82276              From: Peter Prymmer <pvhp@forte.com>
82277              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
82278              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
82279      Branch: perl
82280            ! pod/perlebcdic.pod
82281 ____________________________________________________________________________
82282 [  7190] By: jhi                                   on 2000/10/10  19:26:14
82283         Log: Subject: Re: utf8 concat, mg_get
82284              From: Simon Cozens <simon@cozens.net>
82285              Date: Tue, 10 Oct 2000 17:40:17 +0100
82286              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
82287      Branch: perl
82288            ! pp_hot.c
82289 ____________________________________________________________________________
82290 [  7189] By: jhi                                   on 2000/10/10  19:23:03
82291         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
82292              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
82293              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
82294              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
82295      Branch: perl
82296            ! lib/ExtUtils/MM_Unix.pm
82297 ____________________________________________________________________________
82298 [  7188] By: jhi                                   on 2000/10/10  15:31:24
82299         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
82300              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
82301              Date: Fri, 14 Jul 2000 10:47:36 +0100
82302              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
82303      Branch: perl
82304            ! README.win32
82305 ____________________________________________________________________________
82306 [  7187] By: jhi                                   on 2000/10/10  13:30:10
82307         Log: Quote the temp file name, needed in Win32 because the
82308              default name unfortunately contains spaces, shouldn't
82309              hurt elsewhere.
82310              
82311              Subject: FW: perldoc fails if $TEMP contains spaces
82312              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
82313              Date: Thu, 14 Sep 2000 08:58:45 +0100
82314              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
82315      Branch: perl
82316            ! utils/perldoc.PL
82317 ____________________________________________________________________________
82318 [  7186] By: jhi                                   on 2000/10/10  13:16:27
82319         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
82320              From: hv@hugo.hybyte.com
82321              Date: Tue, 10 Oct 2000 14:10:20 +0100
82322              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
82323      Branch: perl
82324            ! t/lib/thr5005.t util.c
82325 ____________________________________________________________________________
82326 [  7185] By: jhi                                   on 2000/10/10  12:06:22
82327         Log: Upgrade to podlators 1.04, from Russ Allbery.
82328      Branch: perl
82329            ! lib/Pod/Man.pm lib/Pod/Text.pm
82330 ____________________________________________________________________________
82331 [  7184] By: jhi                                   on 2000/10/10  12:01:32
82332         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
82333      Branch: perl
82334            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
82335 ____________________________________________________________________________
82336 [  7183] By: jhi                                   on 2000/10/09  23:47:15
82337         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
82338              From: Peter Prymmer <pvhp@forte.com>
82339              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
82340              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
82341      Branch: perl
82342            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
82343 ____________________________________________________________________________
82344 [  7182] By: jhi                                   on 2000/10/09  23:43:16
82345         Log: Make eq work again with utf8 (disabling the upgrading
82346              should no more be necessary since the copies of the
82347              scalars are upgraded, not the scalars themselves).
82348              Takes care of ID 20001009.001.  (The claimed length()
82349              bug in 20001009.001 seems bogus to me.)
82350      Branch: perl
82351            ! sv.c t/pragma/utf8.t
82352 ____________________________________________________________________________
82353 [  7181] By: gsar                                  on 2000/10/09  19:41:54
82354         Log: tweak for change#7173
82355      Branch: perl
82356            ! win32/win32sck.c
82357 ____________________________________________________________________________
82358 [  7180] By: gsar                                  on 2000/10/09  19:26:56
82359         Log: on Windows, clean targets might not work under some flavors of the shell
82360      Branch: perl
82361            ! win32/Makefile win32/makefile.mk
82362 ____________________________________________________________________________
82363 [  7179] By: jhi                                   on 2000/10/09  19:21:02
82364         Log: Update Changes.
82365      Branch: perl
82366            ! Changes patchlevel.h
82367 ____________________________________________________________________________
82368 [  7178] By: jhi                                   on 2000/10/09  19:18:23
82369         Log: Warn about unknown scripts.
82370              
82371              Subject: Re: ideas? patches? [PATCH bleadperl]
82372              From: Dominic Dunlop <domo@computer.org>
82373              Date: Mon, 9 Oct 2000 14:57:17 +0200
82374              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
82375      Branch: perl
82376            ! lib/charnames.pm
82377 ____________________________________________________________________________
82378 [  7177] By: jhi                                   on 2000/10/09  19:13:27
82379         Log: Change #7160 had a nasty typo.
82380      Branch: metaconfig
82381            ! U/compline/Compile.U
82382      Branch: perl
82383            ! Configure config_h.SH
82384 ____________________________________________________________________________
82385 [  7176] By: gsar                                  on 2000/10/09  18:59:33
82386         Log: pod nit
82387      Branch: perl
82388            ! pod/perlport.pod
82389 ____________________________________________________________________________
82390 [  7175] By: gsar                                  on 2000/10/09  18:54:28
82391         Log: Windows9x doesn't support link(), despite what Config.pm
82392              might think
82393      Branch: perl
82394            ! lib/ExtUtils/Manifest.pm
82395 ____________________________________________________________________________
82396 [  7174] By: gsar                                  on 2000/10/09  18:50:03
82397         Log: avoid nonportable example code
82398      Branch: perl
82399            ! lib/File/Copy.pm
82400 ____________________________________________________________________________
82401 [  7173] By: gsar                                  on 2000/10/09  18:46:54
82402         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
82403              being used) when closing a socket handle
82404      Branch: perl
82405            ! win32/win32.c win32/win32.h win32/win32sck.c
82406 ____________________________________________________________________________
82407 [  7172] By: gsar                                  on 2000/10/09  18:41:40
82408         Log: on Windows, cwd strings in the environment should be of the
82409              form =X:=X:\foo instead of =X=X:\foo\
82410      Branch: perl
82411            ! win32/vdir.h
82412 ____________________________________________________________________________
82413 [  7171] By: gsar                                  on 2000/10/09  18:30:09
82414         Log: on Windows, LoadLibrary() could load an extension DLL multiple
82415              times if forward slashes are used in the path
82416      Branch: perl
82417            ! win32/win32.c
82418 ____________________________________________________________________________
82419 [  7170] By: jhi                                   on 2000/10/09  17:53:59
82420         Log: Add a todo note about overloadable assertions.
82421      Branch: perl
82422            ! Todo-5.6
82423 ____________________________________________________________________________
82424 [  7169] By: jhi                                   on 2000/10/09  13:43:45
82425         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
82426              From: mjd@plover.com
82427              Date: 9 Oct 2000 00:24:44 -0000
82428              Message-ID: <20001009002444.10616.qmail@plover.com>
82429      Branch: perl
82430            ! pod/perldebguts.pod
82431 ____________________________________________________________________________
82432 [  7168] By: nick                                  on 2000/10/08  13:16:33
82433         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
82434              is not right thing to do on (e.g. x86). Network order is also "right" for
82435              X fonts.
82436      Branch: perl
82437            ! ext/Encode/Encode.pm
82438 ____________________________________________________________________________
82439 [  7167] By: nick                                  on 2000/10/08  12:54:42
82440         Log: Make "encodings" work post-install when Encode/*.enc files may not
82441              be in same directory as Encode.pm
82442      Branch: perl
82443            ! ext/Encode/Encode.pm
82444 ____________________________________________________________________________
82445 [  7166] By: nick                                  on 2000/10/08  11:51:26
82446         Log: Work round the fact that $hash->{$key} does not take into account
82447              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
82448              so that key is always in the "expected" encoding - i.e. same way we put
82449              it in the hash.
82450      Branch: perl
82451            ! ext/Encode/Encode.pm
82452 ____________________________________________________________________________
82453 [  7165] By: gsar                                  on 2000/10/08  04:15:29
82454         Log: save_re_context() could reset PL_curcop to freed memory, causing core
82455              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
82456      Branch: perl
82457            ! pp_ctl.c
82458 ____________________________________________________________________________
82459 [  7164] By: jhi                                   on 2000/10/06  20:51:48
82460         Log: UTF8ize split() so that the cloned substrings get the UTF8
82461              flag of the original scalar.  Problem reported by Simon Cozens.
82462      Branch: perl
82463            ! pp.c t/pragma/utf8.t
82464 ____________________________________________________________________________
82465 [  7163] By: nick                                  on 2000/10/06  20:48:34
82466         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
82467              got a false +ve and so did not reach code which would have un-FAKEd the SV.
82468      Branch: perl
82469            ! sv.c
82470 ____________________________________________________________________________
82471 [  7162] By: nick                                  on 2000/10/06  20:25:37
82472         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
82473              To fix  (sort {$a <=> $b} keys %hash) in particular but
82474              should cover a number of other as-yet-unknown cases as well.
82475      Branch: perl
82476            ! sv.c
82477 ____________________________________________________________________________
82478 [  7161] By: jhi                                   on 2000/10/06  19:56:18
82479         Log: Change the version number of Tie::Handle in the core to 4.0,
82480              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
82481              
82482              Subject: Note on Tie::Handle
82483              From: andreas.koenig@anima.de (Andreas J. Koenig)
82484              Date:      06 Oct 2000 21:48:58 +0200
82485              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
82486      Branch: perl
82487            ! lib/Tie/Handle.pm
82488 ____________________________________________________________________________
82489 [  7160] By: jhi                                   on 2000/10/06  18:20:35
82490         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
82491              as the first option of cc/ld because of ultrapicky compilers
82492              (e.g. OS/390 R2.5)
82493      Branch: metaconfig
82494            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
82495            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
82496            ! U/compline/orderlib.U U/modified/Cppsym.U
82497            ! U/modified/d_access.U
82498      Branch: metaconfig/U/perl
82499            ! Checkcc.U d_dlsymun.U gccvers.U
82500      Branch: perl
82501            ! Configure config_h.SH
82502 ____________________________________________________________________________
82503 [  7159] By: jhi                                   on 2000/10/06  13:56:39
82504         Log: Update Changes.
82505      Branch: perl
82506            ! Changes patchlevel.h
82507 ____________________________________________________________________________
82508 [  7158] By: jhi                                   on 2000/10/06  12:48:40
82509         Log: Eliminate $Is_VMS code from the test.
82510              
82511              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
82512              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82513              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
82514              Date:     Thu, 5 Oct 2000 07:46:33 EDT
82515      Branch: perl
82516            ! t/lib/b.t
82517 ____________________________________________________________________________
82518 [  7157] By: jhi                                   on 2000/10/06  12:47:13
82519         Log: Also the $ccflags is needed for the C compiler check.
82520              
82521              Subject: Configure (check for C-compiler)
82522              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82523              Date: Fri, 06 Oct 2000 08:47:15 +0200
82524              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
82525      Branch: metaconfig/U/perl
82526            ! Checkcc.U
82527      Branch: perl
82528            ! Configure config_h.SH
82529 ____________________________________________________________________________
82530 [  7156] By: jhi                                   on 2000/10/06  11:45:15
82531         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
82532      Branch: perl
82533            ! perl.c pp_ctl.c sv.h utf8.c
82534 ____________________________________________________________________________
82535 [  7155] By: jhi                                   on 2000/10/06  11:40:41
82536         Log: IO::Handle->syswrite() did not handle length omission
82537              like CORE::syswrite() does.
82538              
82539              Subject: [Fwd] IO::Handle, syswrite and arguments
82540              From: Graham Barr <gbarr@pobox.com>
82541              Date: Fri, 6 Oct 2000 10:22:05 +0100
82542              Message-ID: <20001006102205.U6312@pobox.com>
82543              
82544              The original patch from andrew@ugh.net.au.
82545      Branch: perl
82546            ! ext/IO/lib/IO/Handle.pm
82547 ____________________________________________________________________________
82548 [  7154] By: jhi                                   on 2000/10/06  01:42:15
82549         Log: Tweak #7153.
82550      Branch: perl
82551            ! utf8.h
82552 ____________________________________________________________________________
82553 [  7153] By: jhi                                   on 2000/10/06  00:39:55
82554         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
82555      Branch: perl
82556            ! utf8.h
82557 ____________________________________________________________________________
82558 [  7152] By: jhi                                   on 2000/10/06  00:38:11
82559         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
82560      Branch: perl
82561            ! perl.c pp_ctl.c sv.h utf8.c
82562 ____________________________________________________________________________
82563 [  7151] By: jhi                                   on 2000/10/06  00:36:38
82564         Log: Subject: Re: Questions about Tie::Array and perl modules
82565              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82566              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
82567              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
82568              
82569              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
82570      Branch: perl
82571            ! lib/Tie/Array.pm t/op/array.t
82572 ____________________________________________________________________________
82573 [  7150] By: jhi                                   on 2000/10/05  00:20:45
82574         Log: Regen Changes.
82575      Branch: perl
82576            ! Changes patchlevel.h
82577 ____________________________________________________________________________
82578 [  7149] By: jhi                                   on 2000/10/05  00:20:01
82579         Log: Regen toc.
82580      Branch: perl
82581            ! pod/perltoc.pod
82582 ____________________________________________________________________________
82583 [  7148] By: jhi                                   on 2000/10/04  23:35:08
82584         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
82585              reported several times by Dominic Dunlop, for example in
82586              ID 20000315.008.  Patch from Dominic.  Patch affects at
82587              least MachTen, and possibly other oldish BSDs. Should not
82588              break non-broken platforms (tested on LinuxPPC). 
82589      Branch: perl
82590            ! doio.c
82591 ____________________________________________________________________________
82592 [  7147] By: jhi                                   on 2000/10/04  23:26:34
82593         Log: The one that got away from 7146.
82594      Branch: metaconfig
82595            + U/installdirs/installscripts.U
82596 ____________________________________________________________________________
82597 [  7146] By: jhi                                   on 2000/10/04  23:25:04
82598         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
82599              suggested by H. Merijn Brand.
82600      Branch: perl
82601            ! Configure INSTALL Makefile.SH Porting/Glossary
82602            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
82603            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82604            ! win32/config.vc
82605 ____________________________________________________________________________
82606 [  7145] By: jhi                                   on 2000/10/04  22:08:21
82607         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
82608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82609              Date: Wed, 4 Oct 2000 17:37:46 -0400
82610              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
82611      Branch: perl
82612            ! utils/h2xs.PL
82613 ____________________________________________________________________________
82614 [  7144] By: jhi                                   on 2000/10/04  18:11:41
82615         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
82616              From: Jeff Pinyan <jeffp@crusoe.net>
82617              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
82618              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
82619      Branch: perl
82620            ! pod/perlrun.pod
82621 ____________________________________________________________________________
82622 [  7143] By: jhi                                   on 2000/10/04  18:09:58
82623         Log: Subject: perlhack.pod Patch for Externals Tools
82624              From: Fisher Mark <fisherm@tce.com>
82625              Date: Tue, 3 Oct 2000 15:43:27 -0500 
82626              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
82627      Branch: perl
82628            ! pod/perlhack.pod
82629 ____________________________________________________________________________
82630 [  7142] By: jhi                                   on 2000/10/04  18:08:41
82631         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
82632              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82633              Date:     Wed, 4 Oct 2000 12:11:11 EDT
82634              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
82635      Branch: perl
82636            ! vms/vms.c
82637 ____________________________________________________________________________
82638 [  7141] By: jhi                                   on 2000/10/04  12:20:16
82639         Log: Subject: [PATCH 5.7.0] h2xs not working
82640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82641              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
82642              Date: Tue, 3 Oct 2000 21:43:01 -0400
82643              
82644              Subject: [PATCH 5.7.0] h2xs not documenting the created module
82645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82646              Date: Tue, 3 Oct 2000 22:55:19 -0400
82647              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
82648      Branch: perl
82649            ! utils/h2xs.PL
82650 ____________________________________________________________________________
82651 [  7140] By: jhi                                   on 2000/10/04  11:53:44
82652         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
82653              From: nick@babyhippo.com
82654              Date: Wed, 4 Oct 2000 12:06:45 +0100
82655              Message-Id: <20001004120645.A7356@babyhippo.com>
82656              
82657              Retract 7118 and 7135.
82658      Branch: perl
82659            ! installman installperl op.c t/pragma/subs.t
82660 ____________________________________________________________________________
82661 [  7139] By: jhi                                   on 2000/10/03  22:09:41
82662         Log: It is possible to have no hosts database at all.  Pointed out in
82663              
82664              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82665              From: Peter Prymmer <pvhp@forte.com>
82666              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82667              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82668      Branch: metaconfig
82669            ! U/modified/myhostname.U
82670      Branch: perl
82671            ! Configure config_h.SH
82672 ____________________________________________________________________________
82673 [  7138] By: jhi                                   on 2000/10/03  21:49:49
82674         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82675              From: Peter Prymmer <pvhp@forte.com>
82676              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82677              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82678      Branch: perl
82679            ! pp_sys.c
82680 ____________________________________________________________________________
82681 [  7137] By: jhi                                   on 2000/10/03  20:10:05
82682         Log: One remaining nit less at the VMS mailbox sizing.
82683      Branch: perl
82684            ! vms/vms.c
82685 ____________________________________________________________________________
82686 [  7136] By: jhi                                   on 2000/10/03  20:08:47
82687         Log: Test harness update to sync with the new perlcc,
82688              from Simon Cozens.
82689      Branch: perl
82690            ! t/TEST t/UTEST
82691 ____________________________________________________________________________
82692 [  7135] By: jhi                                   on 2000/10/03  15:15:42
82693         Log: Subject: Re: PATCH for 20001003.004
82694              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
82695              From: "AARON B. DOSSETT" <aaron@iglou.com>
82696              Message-Id: <E13gTay-0006od-00@iglou.com>
82697      Branch: perl
82698            ! installman installperl
82699 ____________________________________________________________________________
82700 [  7134] By: jhi                                   on 2000/10/03  15:00:34
82701         Log: Subject: [ID 20001003.006] B::Debug not -w clean
82702              From: Nicholas Clark <nick@babyhippo.co.uk>
82703              Date: Tue, 03 Oct 2000 15:46:32 +0100
82704              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
82705      Branch: perl
82706            ! ext/B/B/Debug.pm
82707 ____________________________________________________________________________
82708 [  7133] By: jhi                                   on 2000/10/03  14:58:39
82709         Log: Scale down the VMS message boxes, by Charles Lane.
82710              Fix for ID 20000903.009, workaround at
82711              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
82712      Branch: perl
82713            ! vms/vms.c
82714 ____________________________________________________________________________
82715 [  7132] By: jhi                                   on 2000/10/03  11:20:37
82716         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
82717      Branch: perl
82718            + t/lib/st-lock.t t/lib/st-utf8.t
82719            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
82720            ! ext/Storable/Storable.xs t/lib/st-recurse.t
82721 ____________________________________________________________________________
82722 [  7131] By: jhi                                   on 2000/10/03  03:38:23
82723         Log: Encode nits.
82724      Branch: perl
82725            ! MANIFEST Makefile.SH
82726 ____________________________________________________________________________
82727 [  7130] By: jhi                                   on 2000/10/03  03:31:05
82728         Log: Update Changes.
82729      Branch: perl
82730            ! Changes patchlevel.h
82731 ____________________________________________________________________________
82732 [  7129] By: jhi                                   on 2000/10/03  02:24:02
82733         Log: Misplaced else.
82734      Branch: metaconfig/U/perl
82735            ! d_strtoll.U
82736      Branch: perl
82737            ! Configure config_h.SH
82738 ____________________________________________________________________________
82739 [  7128] By: jhi                                   on 2000/10/03  02:08:29
82740         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
82741              From: sthoenna@efn.org
82742              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
82743              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
82744      Branch: metaconfig/U/perl
82745            ! d_strtoll.U
82746      Branch: perl
82747            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
82748 ____________________________________________________________________________
82749 [  7127] By: jhi                                   on 2000/10/03  01:13:14
82750         Log: Update Changes.
82751      Branch: perl
82752            ! Changes patchlevel.h
82753 ____________________________________________________________________________
82754 [  7126] By: jhi                                   on 2000/10/03  00:57:08
82755         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
82756              as suggested by Olaf Flebbe and Nick Clark.
82757      Branch: perl
82758            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
82759 ____________________________________________________________________________
82760 [  7125] By: jhi                                   on 2000/10/03  00:50:56
82761         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
82762              From: Nick Clark <nick@plum.flirble.org>
82763              Date: Mon, 2 Oct 2000 11:03:24 +0100
82764              Message-Id: <20001002110324.D20073@plum.flirble.org>
82765              
82766              Also fixes bug ID 20001002.005.
82767      Branch: perl
82768            ! t/lib/encode.t
82769 ____________________________________________________________________________
82770 [  7124] By: jhi                                   on 2000/10/03  00:34:59
82771         Log: Subject: [PATCH 5.7.0] Epoc update
82772              From: Olaf Flebbe <o.flebbe@gmx.de>
82773              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
82774              Message-ID: <26423.969484586@www10.gmx.net>
82775      Branch: perl
82776            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
82777            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
82778            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
82779            ! util.c util.h
82780 ____________________________________________________________________________
82781 [  7123] By: jhi                                   on 2000/10/03  00:30:07
82782         Log: Regen headers.
82783      Branch: perl
82784            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
82785 ____________________________________________________________________________
82786 [  7122] By: jhi                                   on 2000/10/03  00:10:48
82787         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
82788      Branch: perl
82789            ! hints/openbsd.sh
82790 ____________________________________________________________________________
82791 [  7121] By: jhi                                   on 2000/10/03  00:05:06
82792         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
82793              From: <abigail@foad.org>
82794              Date: Tue, 26 Sep 2000 13:36:14 -0400
82795              Message-ID: <20000926173614.4356.qmail@foad.org>
82796      Branch: perl
82797            ! pod/perlop.pod
82798 ____________________________________________________________________________
82799 [  7120] By: jhi                                   on 2000/10/03  00:04:00
82800         Log: Inside require() $^S was always left undefined.
82801              
82802              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
82803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82804              Date: Wed, 27 Sep 2000 18:54:49 -0400
82805              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
82806      Branch: perl
82807            ! cop.h mg.c pp_ctl.c util.c
82808 ____________________________________________________________________________
82809 [  7119] By: jhi                                   on 2000/10/03  00:00:16
82810         Log: Subject: [PATCH] DLL not restartabke with threaded perl
82811              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
82812              Date: Thu, 28 Sep 2000 09:20:46 +0100
82813              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
82814      Branch: perl
82815            ! perl.c
82816 ____________________________________________________________________________
82817 [  7118] By: jhi                                   on 2000/10/02  23:59:20
82818         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
82819              From: Nicholas Clark <nick@ccl4.org>
82820              Date: Thu, 28 Sep 2000 11:52:24 +0100
82821              Message-ID: <20000928115224.D7924@plum.flirble.org>
82822      Branch: perl
82823            ! op.c
82824 ____________________________________________________________________________
82825 [  7117] By: jhi                                   on 2000/10/02  23:57:51
82826         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
82827              From: Nicholas Clark <nick@babyhippo.co.uk>
82828              Date: Thu, 28 Sep 2000 12:18:10 +0100
82829              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
82830              
82831              Did not apply cleanly, manual intervention was needed.
82832      Branch: perl
82833            ! ext/B/B/Bytecode.pm utils/perlcc.PL
82834 ____________________________________________________________________________
82835 [  7116] By: jhi                                   on 2000/10/02  23:50:40
82836         Log: Document the issue (is not a syntax error, kind of)
82837              
82838              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
82839              From: Nicholas Clark <nick@ccl4.org>
82840              Date: Thu, 28 Sep 2000 17:12:42 +0100
82841              Message-ID: <20000928171242.K7924@plum.flirble.org>
82842      Branch: perl
82843            ! pod/perldata.pod
82844 ____________________________________________________________________________
82845 [  7115] By: jhi                                   on 2000/10/02  23:48:58
82846         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
82847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82848              Date: Thu, 28 Sep 2000 21:55:31 -0400
82849              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
82850      Branch: perl
82851            ! regexec.c
82852 ____________________________________________________________________________
82853 [  7114] By: jhi                                   on 2000/10/02  23:47:57
82854         Log: Subject: DOC PATCH 5.6.0
82855              From: mjd@plover.com
82856              Date: 30 Sep 2000 06:02:34 -0000
82857              Message-ID: <20000930060234.4559.qmail@plover.com>
82858      Branch: perl
82859            ! pod/perldebguts.pod
82860 ____________________________________________________________________________
82861 [  7113] By: jhi                                   on 2000/10/02  23:46:43
82862         Log: SOCK_DGRAM and listen() do not mix as reported in
82863              
82864              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
82865              From: Petter Reinholdtsen <pere@hungry.com>
82866              Date: Sun, 1 Oct 2000 10:57:20 +0800
82867              Message-Id: <200010010257.KAA05735@localhost.localdomain>
82868              
82869              The patch for 5.7.0+ had to be reengineered, though.
82870      Branch: perl
82871            ! ext/IO/lib/IO/Socket/UNIX.pm
82872 ____________________________________________________________________________
82873 [  7112] By: jhi                                   on 2000/10/02  23:36:57
82874         Log: Subject: Re: [PATCH 5.005_64 missed]
82875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82876              Date: Sun, 1 Oct 2000 18:50:10 -0400
82877              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
82878      Branch: perl
82879            ! pod/perlxs.pod
82880 ____________________________________________________________________________
82881 [  7111] By: jhi                                   on 2000/10/02  23:35:40
82882         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
82883              From: Radu Greab <radu@netsoft.ro>
82884              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
82885              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
82886      Branch: perl
82887            ! op.c opcode.pl t/op/substr.t
82888 ____________________________________________________________________________
82889 [  7110] By: jhi                                   on 2000/10/02  23:32:38
82890         Log: Subject: [PATCH] Fix aliasing of tied filehandles
82891              From: Daniel Chetlin <daniel@chetlin.com>
82892              Date: Mon, 2 Oct 2000 14:53:27 -0700
82893              Message-ID: <20001002145327.C1617@ilmd>
82894      Branch: perl
82895            ! perl.h pp_hot.c t/op/tiehandle.t
82896 ____________________________________________________________________________
82897 [  7109] By: jhi                                   on 2000/10/02  23:31:30
82898         Log: s/Robin Parker/Robin Barker/
82899      Branch: perl
82900            ! Changes5.6
82901 ____________________________________________________________________________
82902 [  7108] By: jhi                                   on 2000/10/02  23:15:46
82903         Log: Retract #7091 as suggested in
82904              
82905              From: Robin Barker <rmb1@cise.npl.co.uk> 
82906              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
82907              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
82908              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
82909      Branch: perl
82910            ! embed.pl proto.h
82911 ____________________________________________________________________________
82912 [  7107] By: nick                                  on 2000/10/02  18:23:14
82913         Log: A few tweaks to get Tk803 to work with Encode scheme.
82914      Branch: perl
82915            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
82916 ____________________________________________________________________________
82917 [  7106] By: nick                                  on 2000/10/01  21:34:14
82918         Log: Add checking cases to Encode's toUnicode and fromUnicode.
82919      Branch: perl
82920            ! ext/Encode/Encode.pm
82921 ____________________________________________________________________________
82922 [  7105] By: nick                                  on 2000/10/01  17:18:01
82923         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
82924              To read and use them.
82925              Add a lib/encode.t which checks a few things.
82926      Branch: perl
82927            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
82928            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
82929            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
82930            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
82931            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
82932            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
82933            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
82934            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
82935            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
82936            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
82937            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
82938            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
82939            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
82940            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
82941            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
82942            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
82943            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
82944            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
82945            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
82946            + ext/Encode/Encode/iso2022-jp.enc
82947            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
82948            + ext/Encode/Encode/iso8859-1.enc
82949            + ext/Encode/Encode/iso8859-2.enc
82950            + ext/Encode/Encode/iso8859-3.enc
82951            + ext/Encode/Encode/iso8859-4.enc
82952            + ext/Encode/Encode/iso8859-5.enc
82953            + ext/Encode/Encode/iso8859-6.enc
82954            + ext/Encode/Encode/iso8859-7.enc
82955            + ext/Encode/Encode/iso8859-8.enc
82956            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
82957            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
82958            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
82959            + ext/Encode/Encode/macCentEuro.enc
82960            + ext/Encode/Encode/macCroatian.enc
82961            + ext/Encode/Encode/macCyrillic.enc
82962            + ext/Encode/Encode/macDingbats.enc
82963            + ext/Encode/Encode/macGreek.enc
82964            + ext/Encode/Encode/macIceland.enc
82965            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
82966            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
82967            + ext/Encode/Encode/macTurkish.enc
82968            + ext/Encode/Encode/macUkraine.enc
82969            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
82970            + t/lib/encode.t
82971            ! MANIFEST ext/Encode/Encode.pm
82972 ____________________________________________________________________________
82973 [  7104] By: nick                                  on 2000/09/30  13:04:30
82974         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
82975              From: Daniel Chetlin <daniel@chetlin.com>
82976              Date: Mon, 18 Sep 2000 05:05:40 -0700
82977              Message-Id: <20000918050540.C652@ilmd>
82978      Branch: perl
82979            ! lib/overload.pm sv.c t/pragma/overload.t
82980 ____________________________________________________________________________
82981 [  7103] By: nick                                  on 2000/09/30  12:53:36
82982         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
82983              From: Johan Vromans <jvromans@squirrel.nl>
82984              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
82985              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
82986      Branch: perl
82987            ! pod/Makefile.SH
82988 ____________________________________________________________________________
82989 [  7102] By: nick                                  on 2000/09/30  12:52:31
82990         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
82991              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82992              Date: Sat, 16 Sep 2000 16:36:45 -0400
82993              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
82994      Branch: perl
82995            ! ext/B/B/Deparse.pm
82996 ____________________________________________________________________________
82997 [  7101] By: nick                                  on 2000/09/30  12:51:41
82998         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
82999              From: Craig A. Berry <craig.berry@psinetcs.com>
83000              Date: Sat, 16 Sep 2000 10:11:10 -0500
83001              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
83002      Branch: perl
83003            ! vms/vms.c
83004 ____________________________________________________________________________
83005 [  7100] By: nick                                  on 2000/09/30  12:50:33
83006         Log: Subject: Re: unicode support and perl [ID 20000901.097]
83007              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83008              Date: Fri, 15 Sep 2000 16:37:58 -0400
83009              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
83010      Branch: perl
83011            ! t/op/append.t
83012 ____________________________________________________________________________
83013 [  7099] By: nick                                  on 2000/09/30  12:49:35
83014         Log: Subject: Re: unicode support and perl [ID 20000901.097]
83015              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83016              Date: Fri, 15 Sep 2000 16:25:30 -0400
83017              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
83018      Branch: perl
83019            ! pp_hot.c
83020 ____________________________________________________________________________
83021 [  7098] By: nick                                  on 2000/09/30  12:48:00
83022         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
83023              From: Gisle Aas <gisle@ActiveState.com>
83024              Date: 15 Sep 2000 16:23:41 +0200
83025              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
83026      Branch: perl
83027            ! toke.c
83028 ____________________________________________________________________________
83029 [  7097] By: nick                                  on 2000/09/30  12:45:16
83030         Log: Subject: [PATCH] Nits in perlmod.pod
83031              From: Daniel Chetlin <daniel@chetlin.com>
83032              Date: Fri, 15 Sep 2000 02:04:09 -0700
83033              Message-Id: <20000915020409.A2104@ilmd>
83034      Branch: perl
83035            ! pod/perlmod.pod
83036 ____________________________________________________________________________
83037 [  7096] By: nick                                  on 2000/09/30  12:18:00
83038         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
83039              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
83040              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
83041              0 to checking to get the warning.
83042      Branch: perl
83043            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
83044            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
83045            ! regexec.c sv.c toke.c utf8.c
83046 ____________________________________________________________________________
83047 [  7095] By: nick                                  on 2000/09/15  16:55:59
83048         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
83049              
83050              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
83051              From: Spider Boardman <spider@Orb.Nashua.NH.US>
83052              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
83053              Date: Fri, 15 Sep 2000 06:37:30 -0400
83054      Branch: perl
83055            ! ext/Encode/Encode.xs sv.c
83056 ____________________________________________________________________________
83057 [  7094] By: jhi                                   on 2000/09/15  03:23:32
83058         Log: Update Changes.
83059      Branch: perl
83060            ! Changes patchlevel.h
83061 ____________________________________________________________________________
83062 [  7093] By: jhi                                   on 2000/09/15  03:11:44
83063         Log: Fix for the charnames.t failures from Spider Boardman.
83064      Branch: perl
83065            ! toke.c
83066 ____________________________________________________________________________
83067 [  7092] By: jhi                                   on 2000/09/15  00:15:48
83068         Log: Botched the #7090 check-in.
83069      Branch: perl
83070            ! sv.c
83071 ____________________________________________________________________________
83072 [  7091] By: jhi                                   on 2000/09/14  23:33:24
83073         Log: Part of #7081 didn't come through.
83074      Branch: perl
83075            ! embed.pl proto.h
83076 ____________________________________________________________________________
83077 [  7090] By: jhi                                   on 2000/09/14  23:17:39
83078         Log: Subject: Re: perl@7078 
83079              From: Spider Boardman <spider@web.zk3.dec.com>
83080              Date: Thu, 14 Sep 2000 19:06:36 -0400
83081              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
83082      Branch: perl
83083            ! sv.c toke.c
83084 ____________________________________________________________________________
83085 [  7089] By: jhi                                   on 2000/09/14  23:11:21
83086         Log: Small portability tweaks.
83087      Branch: perl
83088            ! ext/Encode/Encode.xs
83089 ____________________________________________________________________________
83090 [  7088] By: jhi                                   on 2000/09/14  22:57:23
83091         Log: Fake return to pacify picky compilers.
83092      Branch: perl
83093            ! ext/Encode/Encode.xs
83094 ____________________________________________________________________________
83095 [  7087] By: jhi                                   on 2000/09/14  22:53:37
83096         Log: Subject: [PATCH] utf8.c apidoc
83097              From: Simon Cozens <simon@cozens.net>
83098              Date: Thu, 14 Sep 2000 23:46:57 +0100
83099              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
83100      Branch: perl
83101            ! perlapi.c pod/perlapi.pod utf8.c
83102 ____________________________________________________________________________
83103 [  7086] By: jhi                                   on 2000/09/14  22:40:38
83104         Log: We don't need to count the high bit bytes, a boolean is enough. 
83105      Branch: perl
83106            ! sv.c
83107 ____________________________________________________________________________
83108 [  7085] By: jhi                                   on 2000/09/14  21:20:09
83109         Log: Replace #7084 with
83110              
83111              Subject: Re: perl@7078 
83112              From: Spider Boardman <spider@web.zk3.dec.com>
83113              Date: Thu, 14 Sep 2000 17:09:36 -0400
83114              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
83115      Branch: perl
83116            ! sv.c utf8.c
83117 ____________________________________________________________________________
83118 [  7084] By: jhi                                   on 2000/09/14  20:03:34
83119         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
83120              convertible to bytes by checking it doesn't go above 0xc3
83121              
83122              Subject: Re: perl@7078
83123              From: Simon Cozens <simon@cozens.net>
83124              Date: Thu, 14 Sep 2000 20:59:19 +0100
83125              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
83126      Branch: perl
83127            ! utf8.c
83128 ____________________________________________________________________________
83129 [  7083] By: jhi                                   on 2000/09/14  19:38:47
83130         Log: Subject: Re: perl@7078
83131              From: Simon Cozens <simon@cozens.net>
83132              Date: Thu, 14 Sep 2000 20:13:09 +0100
83133              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
83134      Branch: perl
83135            ! t/op/bop.t
83136 ____________________________________________________________________________
83137 [  7082] By: jhi                                   on 2000/09/14  17:50:44
83138         Log: The one that got away.
83139      Branch: perl
83140            ! lib/File/Find.pm
83141 ____________________________________________________________________________
83142 [  7081] By: jhi                                   on 2000/09/14  17:45:35
83143         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
83144              From: Robin Barker <rmb1@cise.npl.co.uk>
83145              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
83146              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
83147      Branch: perl
83148            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
83149            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
83150            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
83151            ! regcomp.c toke.c universal.c
83152 ____________________________________________________________________________
83153 [  7080] By: jhi                                   on 2000/09/14  17:40:35
83154         Log: Problems picked up by AIX cc.
83155              
83156              Subject: Re: perl@7078 (patch included)
83157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83158              Date: Thu, 14 Sep 2000 18:53:30 +0200
83159              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
83160      Branch: perl
83161            ! ext/Encode/Encode.xs
83162 ____________________________________________________________________________
83163 [  7079] By: jhi                                   on 2000/09/14  17:38:27
83164         Log: Subject: File::Find 5.7.0 POD nits
83165              From: Rich Morin <rdm@cfcl.com>
83166              Date: Wed, 13 Sep 2000 22:03:58 -0700
83167              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
83168      Branch: perl
83169            ! lib/File/Find.pm
83170 ____________________________________________________________________________
83171 [  7078] By: jhi                                   on 2000/09/14  14:58:20
83172         Log: Update Changes.
83173      Branch: perl
83174            ! Changes patchlevel.h
83175 ____________________________________________________________________________
83176 [  7077] By: jhi                                   on 2000/09/14  14:55:54
83177         Log: Compilation warnings and an error.
83178      Branch: perl
83179            ! sv.c
83180 ____________________________________________________________________________
83181 [  7076] By: jhi                                   on 2000/09/14  14:42:56
83182         Log: Fix for a parsing bug, not for the original bug.
83183              
83184              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
83185              From: Spider Boardman <spider@web.zk3.dec.com>
83186              Date: Wed, 13 Sep 2000 17:52:20 -0400
83187              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
83188      Branch: perl
83189            ! regcomp.c
83190 ____________________________________________________________________________
83191 [  7075] By: jhi                                   on 2000/09/14  14:40:40
83192         Log: Batch of UTF-8 patches from Simon Cozens.
83193      Branch: perl
83194            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
83195            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
83196            ! toke.c utf8.c
83197 ____________________________________________________________________________
83198 [  7074] By: jhi                                   on 2000/09/14  14:29:58
83199         Log: Subject: Re: Two advertising clauses need to be removed
83200              From: Russ Allbery <rra@stanford.edu>
83201              Date: 13 Sep 2000 18:50:26 -0700
83202              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
83203      Branch: perl
83204            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
83205 ____________________________________________________________________________
83206 [  7073] By: jhi                                   on 2000/09/14  14:28:20
83207         Log: Subject: [PATCH] de-wall t/README
83208              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83209              Date: Wed, 13 Sep 2000 17:46:55 -0700
83210              Message-ID: <//Bw5gzkge/e092yn@efn.org>
83211      Branch: perl
83212            ! t/README
83213 ____________________________________________________________________________
83214 [  7072] By: jhi                                   on 2000/09/14  14:25:10
83215         Log: Hints optimization.
83216              
83217              Subject: Minor nit
83218              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83219              Date: Wed, 13 Sep 2000 21:42:07 +0200
83220              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
83221      Branch: perl
83222            ! hints/hpux.sh
83223 ____________________________________________________________________________
83224 [  7071] By: jhi                                   on 2000/09/14  14:23:30
83225         Log: Allow chop() and chomp() to be overridden.
83226              
83227              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
83228              From: "Casey R. Tweten" <crt@kiski.net>
83229              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
83230              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
83231      Branch: perl
83232            ! toke.c
83233 ____________________________________________________________________________
83234 [  7070] By: jhi                                   on 2000/09/14  14:20:36
83235         Log: The return value of setlocale must be copied away.
83236              
83237              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
83238              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83239              Date: Wed, 13 Sep 2000 16:27:37 +0100 
83240              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
83241      Branch: perl
83242            ! util.c
83243 ____________________________________________________________________________
83244 [  7069] By: jhi                                   on 2000/09/14  14:16:27
83245         Log: Remove vestiges of tr//CU.
83246              
83247              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
83248              From: Nick Clark <nick@plum.flirble.org>
83249              Date: Tue, 12 Sep 2000 22:50:14 +0100
83250              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
83251              
83252              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
83253              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83254              Date: Tue, 12 Sep 2000 21:38:48 -0700
83255              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
83256      Branch: perl
83257            ! op.h pod/perlunicode.pod
83258 ____________________________________________________________________________
83259 [  7068] By: jhi                                   on 2000/09/13  14:18:39
83260         Log: Add the Encode extension.  The code is still largely just skeleton.
83261      Branch: perl
83262            + ext/Encode/Encode.pm ext/Encode/Encode.xs
83263            + ext/Encode/Makefile.PL ext/Encode/Todo
83264            ! MANIFEST Todo-5.6
83265 ____________________________________________________________________________
83266 [  7067] By: jhi                                   on 2000/09/12  17:43:33
83267         Log: Allow for whitespace between "#" and "line" in cpp output.
83268              
83269              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
83270              From: Calle Dybedahl <calle@lysator.liu.se>
83271              Date: 12 Sep 2000 19:38:02 +0200 
83272              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
83273      Branch: perl
83274            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
83275 ____________________________________________________________________________
83276 [  7066] By: gsar                                  on 2000/09/12  17:24:29
83277         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
83278              initialization in all the threads on Windows
83279      Branch: perl
83280            ! win32/win32.c
83281 ____________________________________________________________________________
83282 [  7065] By: jhi                                   on 2000/09/12  15:11:31
83283         Log: Update Changes.
83284      Branch: perl
83285            ! Changes patchlevel.h
83286 ____________________________________________________________________________
83287 [  7064] By: jhi                                   on 2000/09/12  14:54:54
83288         Log: Retract #7062, the pod tests are not ready.
83289      Branch: perl
83290            ! t/TEST t/harness
83291 ____________________________________________________________________________
83292 [  7063] By: jhi                                   on 2000/09/12  14:25:41
83293         Log: The #7054 truncated Configure badly.
83294      Branch: metaconfig/U/perl
83295            ! End.U
83296      Branch: perl
83297            ! Configure config_h.SH
83298 ____________________________________________________________________________
83299 [  7062] By: jhi                                   on 2000/09/12  14:08:32
83300         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
83301              From: sthoenna@efn.org
83302              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
83303              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
83304      Branch: perl
83305            ! t/TEST t/harness
83306 ____________________________________________________________________________
83307 [  7061] By: jhi                                   on 2000/09/12  14:07:18
83308         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
83309              From: sthoenna@efn.org
83310              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
83311              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
83312      Branch: perl
83313            ! pod/perlxs.pod
83314 ____________________________________________________________________________
83315 [  7060] By: jhi                                   on 2000/09/12  14:06:08
83316         Log: Break up the myconfig lines a bit.
83317              
83318              Subject: perlbug/perl -V output format
83319              From: sthoenna@efn.org
83320              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
83321              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
83322      Branch: perl
83323            ! myconfig.SH
83324 ____________________________________________________________________________
83325 [  7059] By: jhi                                   on 2000/09/12  14:05:04
83326         Log: Test for the #7049.
83327              
83328              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
83329              From: andreas.koenig@anima.de (Andreas J. Koenig)
83330              Date: 12 Sep 2000 06:42:01 +0200
83331              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
83332      Branch: perl
83333            ! t/op/my.t
83334 ____________________________________________________________________________
83335 [  7058] By: jhi                                   on 2000/09/12  14:03:05
83336         Log: Subject: [patch: perl@7045] vms updates
83337              From: Peter Prymmer <pvhp@forte.com>
83338              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
83339              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
83340      Branch: perl
83341            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
83342 ____________________________________________________________________________
83343 [  7057] By: jhi                                   on 2000/09/12  14:00:51
83344         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
83345              From: sthoenna@efn.org
83346              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
83347              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
83348      Branch: perl
83349            ! t/op/64bitint.t
83350 ____________________________________________________________________________
83351 [  7056] By: jhi                                   on 2000/09/12  13:58:14
83352         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
83353              From: Jeff Pinyan <jeffp@crusoe.net>
83354              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
83355              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
83356      Branch: perl
83357            ! pod/perlfunc.pod
83358 ____________________________________________________________________________
83359 [  7055] By: jhi                                   on 2000/09/12  13:56:32
83360         Log: Do in VMS as the #7054 does.
83361      Branch: perl
83362            ! configure.com
83363 ____________________________________________________________________________
83364 [  7054] By: jhi                                   on 2000/09/12  13:50:31
83365         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
83366              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83367              Date: Mon, 11 Sep 2000 08:33:09 +0100
83368              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
83369      Branch: metaconfig/U/perl
83370            ! End.U
83371      Branch: perl
83372            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
83373            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
83374 ____________________________________________________________________________
83375 [  7053] By: jhi                                   on 2000/09/12  13:29:19
83376         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
83377              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
83378              Date:     Tue, 12 Sep 2000 08:35:59 EDT
83379              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
83380      Branch: perl
83381            ! vms/test.com
83382 ____________________________________________________________________________
83383 [  7052] By: jhi                                   on 2000/09/11  23:01:50
83384         Log: Document the SvUTF8*().
83385      Branch: perl
83386            ! pod/perlapi.pod sv.h
83387 ____________________________________________________________________________
83388 [  7051] By: gsar                                  on 2000/09/11  14:46:30
83389         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
83390              (missed a spot when fixing up op_pmreplroot hack for ithreads)
83391      Branch: perl
83392            ! op.c t/op/split.t
83393 ____________________________________________________________________________
83394 [  7050] By: nick                                  on 2000/09/11  10:03:51
83395         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
83396              
83397              Subject: borland C++ win32.c tweak
83398              From: Vadim Konovalov <vkonovalov@lucent.com>
83399              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
83400              Date: Mon, 11 Sep 2000 11:22:33 +0400
83401      Branch: perl
83402            ! win32/win32.c
83403 ____________________________________________________________________________
83404 [  7049] By: nick                                  on 2000/09/11  09:57:33
83405         Log: Point fix for s/// on foreach (keys %xxx).
83406      Branch: perl
83407            ! pp_hot.c
83408 ____________________________________________________________________________
83409 [  7048] By: jhi                                   on 2000/09/10  23:37:09
83410         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
83411              by Pod::Text, from Brad Appleton.
83412      Branch: perl
83413            ! t/pod/testp2pt.pl
83414 ____________________________________________________________________________
83415 [  7047] By: jhi                                   on 2000/09/10  14:32:53
83416         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
83417              by Russ Allbery.
83418      Branch: perl
83419            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
83420 ____________________________________________________________________________
83421 [  7046] By: jhi                                   on 2000/09/10  14:15:08
83422         Log: Upgrade to CPAN 1.57_65, from Andreas König.
83423      Branch: perl
83424            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83425 ____________________________________________________________________________
83426 [  7045] By: jhi                                   on 2000/09/08  21:36:32
83427         Log: Update Changes.
83428      Branch: perl
83429            ! Changes patchlevel.h
83430 ____________________________________________________________________________
83431 [  7044] By: jhi                                   on 2000/09/08  21:29:56
83432         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
83433              From: Peter Prymmer <pvhp@forte.com>
83434              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
83435              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
83436      Branch: perl
83437            ! configure.com
83438 ____________________________________________________________________________
83439 [  7043] By: jhi                                   on 2000/09/08  21:27:50
83440         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
83441              From: Peter Prymmer <pvhp@forte.com>
83442              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
83443              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
83444      Branch: perl
83445            ! Makefile.SH installperl
83446 ____________________________________________________________________________
83447 [  7042] By: jhi                                   on 2000/09/08  21:23:21
83448         Log: Continue #7041.
83449      Branch: perl
83450            ! cygwin/Makefile.SHs os2/Makefile.SHs
83451 ____________________________________________________________________________
83452 [  7041] By: jhi                                   on 2000/09/08  21:18:10
83453         Log: Do away with memory models cruft.  Sorry, PDP users.
83454      Branch: metaconfig
83455            ! U/modified/cc.U U/modified/libpth.U
83456      Branch: perl
83457            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
83458            ! Porting/config_H cflags.SH config_h.SH configure.com
83459            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
83460            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
83461            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
83462 ____________________________________________________________________________
83463 [  7040] By: jhi                                   on 2000/09/08  14:34:18
83464         Log: Major rewrite of s2p.  And I mean really major, it is
83465              an implementation of sed in perl.  If called as s2p it
83466              will function as s2p.  Note: needs non-UNIXifying.
83467              
83468              Subject: s2p
83469              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
83470              Date: Mon, 28 Aug 2000 14:05:12 +0200
83471              Message-ID: <39AA5578.2102E2AA@alcatel.at>
83472      Branch: perl
83473            ! x2p/s2p.PL
83474 ____________________________________________________________________________
83475 [  7039] By: jhi                                   on 2000/09/08  14:19:49
83476         Log: Re-allow vec() for characters > 255.
83477              
83478              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
83479              From: Spider Boardman <spider@web.zk3.dec.com>
83480              Date: Fri, 08 Sep 2000 02:21:02 -0400
83481              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
83482      Branch: perl
83483            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
83484            ! t/op/vec.t
83485 ____________________________________________________________________________
83486 [  7038] By: jhi                                   on 2000/09/08  14:14:18
83487         Log: Subject: [PATCH lib/Benchmark.pm]
83488              From: <abigail@foad.org>
83489              Date: Thu, 7 Sep 2000 15:03:20 -0400
83490              Message-ID: <20000907190320.888.qmail@foad.org>
83491      Branch: perl
83492            ! lib/Benchmark.pm
83493 ____________________________________________________________________________
83494 [  7037] By: jhi                                   on 2000/09/08  14:11:06
83495         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
83496              
83497              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
83498              From: Spider Boardman <spider@web.zk3.dec.com>
83499              Date: Fri, 08 Sep 2000 01:30:27 -0400
83500              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
83501      Branch: perl
83502            ! op.c
83503 ____________________________________________________________________________
83504 [  7036] By: jhi                                   on 2000/09/08  14:08:58
83505         Log: Subject: [ID 20000908.002] perlipc documentation bug.
83506              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
83507              Date: Fri, 08 Sep 2000 12:38:32 +0200
83508              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
83509      Branch: perl
83510            ! pod/perlipc.pod
83511 ____________________________________________________________________________
83512 [  7035] By: jhi                                   on 2000/09/08  14:03:12
83513         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83515              Date: Fri, 08 Sep 2000 11:47:34 +0200
83516              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
83517      Branch: perl
83518            ! hints/dec_osf.sh
83519 ____________________________________________________________________________
83520 [  7034] By: jhi                                   on 2000/09/08  13:59:35
83521         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
83522              From: Simon Cozens <simon@cozens.net>
83523              Date: Thu, 7 Sep 2000 20:40:38 +0100
83524              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
83525      Branch: perl
83526            ! pp_hot.c
83527 ____________________________________________________________________________
83528 [  7033] By: jhi                                   on 2000/09/08  04:03:03
83529         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
83530              From: "Larry W. Virden" <lvirden@cas.org>
83531              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
83532              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
83533      Branch: perl
83534            ! pod/perldiag.pod
83535 ____________________________________________________________________________
83536 [  7032] By: jhi                                   on 2000/09/07  22:18:30
83537         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
83538              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
83539              Date: Mon, 04 Sep 2000 13:16:38 -0700
83540              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
83541      Branch: perl
83542            ! lib/perl5db.pl
83543 ____________________________________________________________________________
83544 [  7031] By: jhi                                   on 2000/09/07  22:02:29
83545         Log: Fix the ccversion detection for 5.1 and beyond.
83546              
83547              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83548              From: Spider Boardman <spider@leggy.zk3.dec.com>
83549              Date: Thu, 7 Sep 2000 17:54:27 -0400
83550              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
83551      Branch: perl
83552            ! hints/dec_osf.sh
83553 ____________________________________________________________________________
83554 [  7030] By: jhi                                   on 2000/09/07  19:12:28
83555         Log: Fix for
83556              
83557              Subject: [ID 20000903.001] \w in utf8-strings
83558              From: Marc Lehmann <pcg@goof.com>
83559              Date: Sun, 03 Sep 2000 09:44:29 +0200
83560              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
83561              
83562              and various related nits.
83563      Branch: perl
83564            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
83565 ____________________________________________________________________________
83566 [  7029] By: jhi                                   on 2000/09/07  18:49:09
83567         Log: Fix the URL, but the server is still missing in action.
83568              
83569              Subject: [ID 20000905.002] perlfaq1.pod URL error
83570              From: "Larry W. Virden" <lvirden@cas.org>
83571              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
83572              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
83573      Branch: perl
83574            ! pod/perlfaq1.pod
83575 ____________________________________________________________________________
83576 [  7028] By: jhi                                   on 2000/09/07  18:47:13
83577         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
83578              From: Hugo <hv@crypt.compulink.co.uk>
83579              Date: Tue, 05 Sep 2000 14:13:37 +0100
83580              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
83581      Branch: perl
83582            ! toke.c
83583 ____________________________________________________________________________
83584 [  7027] By: jhi                                   on 2000/09/07  18:45:35
83585         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
83586              From: Daniel Chetlin <daniel@chetlin.com>
83587              Date: Tue, 5 Sep 2000 04:57:07 -0700
83588              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
83589      Branch: perl
83590            ! pod/perlfaq6.pod pod/perlop.pod
83591 ____________________________________________________________________________
83592 [  7026] By: jhi                                   on 2000/09/07  18:44:01
83593         Log: Document the new ref() semantics.
83594              
83595              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83596              From: Gisle Aas <gisle@ActiveState.com>
83597              Date: 05 Sep 2000 08:10:30 +0200
83598              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
83599      Branch: perl
83600            ! pod/perldelta.pod
83601 ____________________________________________________________________________
83602 [  7025] By: jhi                                   on 2000/09/07  18:42:27
83603         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
83604              
83605              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83606              From: Gisle Aas <gisle@ActiveState.com>
83607              Date: 05 Sep 2000 08:11:40 +0200
83608              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
83609      Branch: perl
83610            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
83611 ____________________________________________________________________________
83612 [  7024] By: jhi                                   on 2000/09/07  18:39:32
83613         Log: Subject: [PATCH] Modernize Opcode.pm documentation
83614              From: Gisle Aas <gisle@ActiveState.com>
83615              Date: 4 Sep 2000 00:18:55 -0000
83616              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
83617      Branch: perl
83618            ! ext/Opcode/Opcode.pm
83619 ____________________________________________________________________________
83620 [  7023] By: jhi                                   on 2000/09/07  18:37:42
83621         Log: Subject: [PATCH] Tied filehandle documentation
83622              From: Gisle Aas <gisle@ActiveState.com>
83623              Date: 4 Sep 2000 00:14:40 -0000
83624              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
83625      Branch: perl
83626            ! pod/perlfunc.pod pod/perltie.pod
83627 ____________________________________________________________________________
83628 [  7022] By: jhi                                   on 2000/09/07  18:35:37
83629         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
83630              From: Gisle Aas <gisle@ActiveState.com>
83631              Date: 4 Sep 2000 00:04:22 -0000
83632              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
83633      Branch: perl
83634            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
83635 ____________________________________________________________________________
83636 [  7021] By: jhi                                   on 2000/09/07  18:33:22
83637         Log: Subject: small apidoc fix
83638              From: Marc Lehmann <pcg@goof.com>
83639              Date: Sun, 3 Sep 2000 05:12:06 +0200
83640              Message-ID: <20000903051206.A5909@cerebro.laendle>
83641      Branch: perl
83642            ! pod/perlapi.pod utf8.c
83643 ____________________________________________________________________________
83644 [  7020] By: jhi                                   on 2000/09/07  16:14:57
83645         Log: Tiny perldelta nits.
83646      Branch: perl
83647            ! pod/perldelta.pod
83648 ____________________________________________________________________________
83649 [  7019] By: jhi                                   on 2000/09/07  16:04:20
83650         Log: Guard against bad string->int conversion for quads.
83651      Branch: perl
83652            ! t/op/64bitint.t
83653 ____________________________________________________________________________
83654 [  7018] By: jhi                                   on 2000/09/06  17:07:03
83655         Log: Update Unicode todo list.
83656      Branch: perl
83657            ! Todo-5.6
83658 ____________________________________________________________________________
83659 [  7017] By: jhi                                   on 2000/09/05  21:16:01
83660         Log: Document the SvIOK_.*UV().
83661      Branch: perl
83662            ! pod/perlapi.pod sv.h
83663 ____________________________________________________________________________
83664 [  7016] By: nick                                  on 2000/09/03  21:54:46
83665         Log: Hash lookup of constant strings optimization:
83666              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
83667              to string table (as per sharepvn). Add newSV_pvn_share to create such
83668              a thing. Make hv.c compare addresses of strings and skip string compare
83669              if equal. Make method_named and helem ops use these shared-string SVs
83670              when arg is constant. Make keys op return shared-string SVs (less clearly
83671              a win).
83672      Branch: perl
83673            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
83674            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
83675            ! pod/perlintern.pod pp_hot.c proto.h sv.c
83676 ____________________________________________________________________________
83677 [  7015] By: jhi                                   on 2000/09/02  17:48:59
83678         Log: This is 5.7.0.
83679      Branch: perl
83680            ! Changes
83681 ____________________________________________________________________________
83682 [  7014] By: jhi                                   on 2000/09/02  17:35:45
83683         Log: Changes and patchlevel tweaks.
83684      Branch: perl
83685            ! Changes patchlevel.h
83686 ____________________________________________________________________________
83687 [  7013] By: jhi                                   on 2000/09/02  17:30:50
83688         Log: Update Changes.
83689      Branch: perl
83690            ! Changes patchlevel.h
83691 ____________________________________________________________________________
83692 [  7012] By: nick                                  on 2000/09/02  17:25:20
83693         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
83694      Branch: perl
83695            ! gv.c lib/overload.pm
83696 ____________________________________________________________________________
83697 [  7011] By: jhi                                   on 2000/09/02  17:16:25
83698         Log: Update perlhist.
83699      Branch: perl
83700            ! pod/perlhist.pod
83701 ____________________________________________________________________________
83702 [  7010] By: jhi                                   on 2000/09/02  17:01:35
83703         Log: perldelta nits.
83704      Branch: perl
83705            ! pod/perldelta.pod
83706 ____________________________________________________________________________
83707 [  7009] By: nick                                  on 2000/09/02  16:48:35
83708         Log: If overloaded %{} etc. return the object do not loop.
83709              Thus  sub deref { $_[0] } functions if object is wanted type.
83710      Branch: perl
83711            ! pp.h
83712 ____________________________________________________________________________
83713 [  7008] By: jhi                                   on 2000/09/02  16:26:11
83714         Log: Retab MANIFEST.
83715      Branch: perl
83716            ! ext/Storable/MANIFEST
83717 ____________________________________________________________________________
83718 [  7007] By: jhi                                   on 2000/09/02  16:23:02
83719         Log: Make certain cc is set before trying to run it.
83720      Branch: perl
83721            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
83722 ____________________________________________________________________________
83723 [  7006] By: jhi                                   on 2000/09/02  15:45:41
83724         Log: Unicode notes.
83725      Branch: perl
83726            ! pod/perldelta.pod
83727 ____________________________________________________________________________
83728 [  7005] By: jhi                                   on 2000/09/02  15:42:11
83729         Log: Various Configure nits by Philip Newton,
83730              plus the ebcdic one by me.
83731      Branch: metaconfig
83732            + U/modified/pager.U
83733            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
83734      Branch: metaconfig/U/perl
83735            ! Devel.U quadfio.U
83736      Branch: perl
83737            ! Configure config_h.SH
83738 ____________________________________________________________________________
83739 [  7004] By: jhi                                   on 2000/09/02  15:06:14
83740         Log: Apparently avoiding the swapping is too costly.
83741              
83742              From: "Ben Tilly" <ben_tilly@hotmail.com>
83743              Subject: Re: the door is closed.
83744              Date: Fri, 01 Sep 2000 20:23:16 EDT
83745              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
83746      Branch: perl
83747            ! pod/perlfaq4.pod
83748 ____________________________________________________________________________
83749 [  7003] By: nick                                  on 2000/09/02  12:26:04
83750         Log: Undo part of change 6489 which looks like a bulk edit which
83751              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
83752              The supressing of main:: on return from select() is undesirable.
83753      Branch: perl
83754            ! pp_sys.c
83755 ____________________________________________________________________________
83756 [  7002] By: jhi                                   on 2000/09/01  23:08:54
83757         Log: Update Changes.
83758      Branch: perl
83759            ! Changes patchlevel.h
83760 ____________________________________________________________________________
83761 [  7001] By: jhi                                   on 2000/09/01  23:00:13
83762         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
83763              From: Peter Prymmer <pvhp@forte.com>
83764              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
83765              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
83766              
83767              plus rework the http: spots as suggested by Tom Christiansen,
83768              plus regen perltoc.
83769      Branch: perl
83770            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
83771            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
83772 ____________________________________________________________________________
83773 [  7000] By: jhi                                   on 2000/09/01  22:36:01
83774         Log: Only the first line, thank you very much.
83775      Branch: perl
83776            ! hints/solaris_2.sh
83777 ____________________________________________________________________________
83778 [  6999] By: gsar                                  on 2000/09/01  22:16:40
83779         Log: change#6791 accidentally clobbered change#6710, put it back
83780      Branch: perl
83781            ! win32/win32.c
83782 ____________________________________________________________________________
83783 [  6998] By: jhi                                   on 2000/09/01  22:14:16
83784         Log: Mention the HP-UX LP64 freak failure.
83785      Branch: perl
83786            ! pod/perldelta.pod
83787 ____________________________________________________________________________
83788 [  6997] By: jhi                                   on 2000/09/01  21:48:32
83789         Log: Detypo.
83790      Branch: perl
83791            ! hints/hpux.sh
83792 ____________________________________________________________________________
83793 [  6996] By: jhi                                   on 2000/09/01  21:27:10
83794         Log: Update Changes.
83795      Branch: perl
83796            ! Changes patchlevel.h
83797 ____________________________________________________________________________
83798 [  6995] By: jhi                                   on 2000/09/01  21:14:24
83799         Log: Mi splgn s gnin.g
83800      Branch: perl
83801            ! pp_ctl.c
83802 ____________________________________________________________________________
83803 [  6994] By: jhi                                   on 2000/09/01  21:09:54
83804         Log: Subject: http:// in L<>
83805              From: Nicholas Clark <nick@ccl4.org>
83806              Date: Fri, 1 Sep 2000 22:03:21 +0100
83807              Message-ID: <20000901220321.B72074@plum.flirble.org>
83808      Branch: perl
83809            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
83810 ____________________________________________________________________________
83811 [  6993] By: jhi                                   on 2000/09/01  21:06:54
83812         Log: Update to Storable 1.0, from Raphael Manfredi.
83813      Branch: perl
83814            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
83815            ! ext/Storable/Makefile.PL ext/Storable/README
83816            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83817            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83818            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
83819            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
83820            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
83821            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
83822 ____________________________________________________________________________
83823 [  6992] By: jhi                                   on 2000/09/01  20:43:05
83824         Log: Mention known sfio+linux buglet.
83825      Branch: perl
83826            ! pod/perldelta.pod
83827 ____________________________________________________________________________
83828 [  6991] By: jhi                                   on 2000/09/01  20:40:11
83829         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
83830              From: Peter Prymmer <pvhp@forte.com>
83831              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
83832              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
83833      Branch: perl
83834            ! vms/vms.c
83835 ____________________________________________________________________________
83836 [  6990] By: jhi                                   on 2000/09/01  20:25:26
83837         Log: Retract #6986.
83838      Branch: perl
83839            ! hints/solaris_2.sh
83840 ____________________________________________________________________________
83841 [  6989] By: jhi                                   on 2000/09/01  20:23:00
83842         Log: Mergesort is back.
83843      Branch: perl
83844            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
83845 ____________________________________________________________________________
83846 [  6988] By: jhi                                   on 2000/09/01  19:37:40
83847         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
83848              From: Mike Guy <mjtg@cam.ac.uk>
83849              Date: Fri, 01 Sep 2000 17:43:33 +0100
83850              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
83851      Branch: perl
83852            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
83853            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
83854 ____________________________________________________________________________
83855 [  6987] By: jhi                                   on 2000/09/01  19:17:10
83856         Log: Regen perltoc.
83857      Branch: perl
83858            ! pod/perltoc.pod
83859 ____________________________________________________________________________
83860 [  6986] By: jhi                                   on 2000/09/01  18:51:10
83861         Log: Subject: Re: Solaris x86 has no SPARC libraries!
83862              From: Lupe Christoph <lupe@lupe-christoph.de>
83863              Date: Fri, 1 Sep 2000 20:41:20 +0200
83864              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
83865      Branch: perl
83866            ! hints/solaris_2.sh
83867 ____________________________________________________________________________
83868 [  6985] By: jhi                                   on 2000/09/01  18:28:10
83869         Log: Update Changes.
83870      Branch: perl
83871            ! Changes patchlevel.h
83872 ____________________________________________________________________________
83873 [  6984] By: jhi                                   on 2000/09/01  18:26:53
83874         Log: Feature ordering tweak.
83875      Branch: perl
83876            ! myconfig.SH
83877 ____________________________________________________________________________
83878 [  6983] By: jhi                                   on 2000/09/01  18:19:50
83879         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83880              From: <abigail@foad.org>
83881              Date: Fri, 1 Sep 2000 13:07:32 -0400
83882              Message-ID: <20000901170732.18249.qmail@foad.org>
83883      Branch: perl
83884            ! t/pragma/overload.t
83885 ____________________________________________________________________________
83886 [  6982] By: jhi                                   on 2000/09/01  18:17:54
83887         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
83888              so that case-ignoring systems like DCL can tell them from
83889              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
83890      Branch: metaconfig/U/perl
83891            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
83892      Branch: perl
83893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83894            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
83895            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
83896            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
83897            ! vos/config.def vos/config.h vos/config_h.SH_orig
83898            ! win32/config.bc win32/config.gc win32/config.vc
83899 ____________________________________________________________________________
83900 [  6981] By: nick                                  on 2000/09/01  17:21:57
83901         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
83902              warning when UNTIE exists and instead pass the count of extra references to
83903              the UNTIE method.
83904      Branch: perl
83905            ! pod/perltie.pod pp_sys.c
83906 ____________________________________________________________________________
83907 [  6980] By: jhi                                   on 2000/09/01  16:54:44
83908         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
83909              From: Peter Prymmer <pvhp@forte.com>
83910              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
83911              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
83912      Branch: perl
83913            ! configure.com
83914 ____________________________________________________________________________
83915 [  6979] By: jhi                                   on 2000/09/01  16:06:20
83916         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
83917              From: Mike Guy <mjtg@cam.ac.uk> 
83918              Date: Fri, 01 Sep 2000 16:49:27 +0100
83919              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
83920      Branch: perl
83921            ! t/base/rs.t
83922 ____________________________________________________________________________
83923 [  6978] By: jhi                                   on 2000/09/01  16:00:42
83924         Log: Update to PodParser 1.18, from Brad Appleton.
83925      Branch: perl
83926            ! lib/Pod/Checker.pm t/pod/find.t
83927 ____________________________________________________________________________
83928 [  6977] By: jhi                                   on 2000/09/01  14:48:58
83929         Log: Subject: Nit in Configure (bleadperl@6961)
83930              From: Lupe Christoph <lupe@lupe-christoph.de>
83931              Date: Fri, 1 Sep 2000 16:34:29 +0200
83932              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
83933      Branch: metaconfig
83934            ! U/compline/ccflags.U
83935      Branch: perl
83936            ! Configure config_h.SH
83937 ____________________________________________________________________________
83938 [  6976] By: jhi                                   on 2000/09/01  14:39:52
83939         Log: Update Changes.
83940      Branch: perl
83941            ! Changes patchlevel.h
83942 ____________________________________________________________________________
83943 [  6975] By: jhi                                   on 2000/09/01  14:37:36
83944         Log: microperl config update.
83945      Branch: perl
83946            ! uconfig.h uconfig.sh
83947 ____________________________________________________________________________
83948 [  6974] By: jhi                                   on 2000/09/01  14:36:53
83949         Log: Document known deficiencies.
83950      Branch: perl
83951            ! pod/perldelta.pod
83952 ____________________________________________________________________________
83953 [  6973] By: jhi                                   on 2000/09/01  14:10:20
83954         Log: Mention warnings fixes and updates.
83955      Branch: perl
83956            ! pod/perldelta.pod
83957 ____________________________________________________________________________
83958 [  6972] By: jhi                                   on 2000/09/01  14:01:52
83959         Log: Drop unused argument.
83960              
83961              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
83962              From: Spider Boardman <spider@web.zk3.dec.com>
83963              Date: Thu, 31 Aug 2000 16:10:15 -0400
83964              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
83965      Branch: perl
83966            ! toke.c
83967 ____________________________________________________________________________
83968 [  6971] By: jhi                                   on 2000/09/01  13:59:24
83969         Log: Add the overload warnings to perldiag.
83970      Branch: perl
83971            ! lib/overload.pm pod/perldiag.pod
83972 ____________________________________________________________________________
83973 [  6970] By: jhi                                   on 2000/09/01  13:55:10
83974         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83975              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83976              Date: Fri, 1 Sep 2000 13:43:15 +0100 
83977              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
83978      Branch: perl
83979            ! lib/overload.pm t/pragma/overload.t
83980 ____________________________________________________________________________
83981 [  6969] By: jhi                                   on 2000/09/01  13:52:27
83982         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83983              From: <abigail@foad.org>
83984              Date: Fri, 1 Sep 2000 05:46:54 -0400
83985              Message-ID: <20000901094654.6476.qmail@foad.org>
83986      Branch: perl
83987            ! lib/overload.pm
83988 ____________________________________________________________________________
83989 [  6968] By: jhi                                   on 2000/09/01  13:50:05
83990         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
83991              From: Daniel Chetlin <daniel@chetlin.com>
83992              Date: Fri, 1 Sep 2000 02:10:55 -0700
83993              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
83994      Branch: perl
83995            ! pod/perlretut.pod
83996 ____________________________________________________________________________
83997 [  6967] By: jhi                                   on 2000/09/01  13:47:54
83998         Log: Part of the solution.
83999              
84000              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
84001              From: Mike Guy <mjtg@cam.ac.uk>
84002              Date: Fri, 01 Sep 2000 14:16:01 +0100
84003              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
84004      Branch: perl
84005            ! gv.c mg.c
84006 ____________________________________________________________________________
84007 [  6966] By: jhi                                   on 2000/09/01  13:46:17
84008         Log: Subject: CPAN.pm beta 1.57_57 for the core
84009              From: andreas.koenig@anima.de (Andreas J. Koenig)
84010              Date: 01 Sep 2000 15:16:31 +0200
84011              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
84012      Branch: perl
84013            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84014 ____________________________________________________________________________
84015 [  6965] By: jhi                                   on 2000/09/01  13:43:18
84016         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
84017              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84018              Date: Fri, 01 Sep 2000 01:47:22 -0500
84019              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
84020      Branch: perl
84021            ! pod/perldelta.pod vms/vms.c
84022 ____________________________________________________________________________
84023 [  6964] By: jhi                                   on 2000/09/01  13:35:35
84024         Log: File::Temp patches from Andreas König,
84025              
84026              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
84027              From: andreas.koenig@anima.de (Andreas J. Koenig)
84028              Date: 01 Sep 2000 10:07:20 +0200
84029              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
84030              
84031              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
84032              From: andreas.koenig@anima.de (Andreas J. Koenig)
84033              Date: 31 Aug 2000 23:26:08 +0200
84034              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
84035      Branch: perl
84036            ! lib/File/Temp.pm t/lib/ftmp-security.t
84037 ____________________________________________________________________________
84038 [  6963] By: jhi                                   on 2000/09/01  02:22:24
84039         Log: Retract the mergesort code, way too incompatible licensing
84040              and copyrights.
84041      Branch: perl
84042            ! pod/perldelta.pod pp_ctl.c
84043 ____________________________________________________________________________
84044 [  6962] By: jhi                                   on 2000/08/31  23:27:32
84045         Log: Update Changes.
84046      Branch: perl
84047            ! Changes patchlevel.h
84048 ____________________________________________________________________________
84049 [  6961] By: jhi                                   on 2000/08/31  23:20:04
84050         Log: Small tweaks all over.
84051      Branch: metaconfig
84052            ! U/compline/d_gconvert.U
84053      Branch: perl
84054            ! AUTHORS Configure config_h.SH pp_ctl.c
84055 ____________________________________________________________________________
84056 [  6960] By: jhi                                   on 2000/08/31  22:39:36
84057         Log: Further rewording.
84058      Branch: perl
84059            ! pp_ctl.c
84060 ____________________________________________________________________________
84061 [  6959] By: jhi                                   on 2000/08/31  21:26:44
84062         Log: More address tweaking.
84063      Branch: perl
84064            ! AUTHORS Changes
84065 ____________________________________________________________________________
84066 [  6958] By: jhi                                   on 2000/08/31  20:47:25
84067         Log: AUTHORS tweaks, from Peter Prymmer.
84068              
84069              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
84070              From: Peter Prymmer <pvhp@forte.com>
84071              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
84072              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
84073      Branch: perl
84074            ! AUTHORS MAINTAIN
84075 ____________________________________________________________________________
84076 [  6957] By: jhi                                   on 2000/08/31  20:34:43
84077         Log: perldelta tweaks.
84078      Branch: perl
84079            ! pod/perldelta.pod
84080 ____________________________________________________________________________
84081 [  6956] By: jhi                                   on 2000/08/31  19:11:06
84082         Log: Regen perltoc.
84083      Branch: perl
84084            ! pod/perltoc.pod
84085 ____________________________________________________________________________
84086 [  6955] By: jhi                                   on 2000/08/31  19:06:30
84087         Log: Clarify the mergesort situation.
84088      Branch: perl
84089            ! pp_ctl.c
84090 ____________________________________________________________________________
84091 [  6954] By: jhi                                   on 2000/08/31  18:24:17
84092         Log: Move the Solaris 7 scan to use64bitall, make the
84093              failure to find 64-bot sparc libc to mention the
84094              possibility of being in an intel, from Lupe and Alan.
84095      Branch: perl
84096            ! hints/solaris_2.sh
84097 ____________________________________________________________________________
84098 [  6953] By: jhi                                   on 2000/08/31  18:09:20
84099         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
84100              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
84101      Branch: metaconfig
84102            ! U/compline/d_gconvert.U U/threads/archname.U
84103      Branch: metaconfig/U/perl
84104            ! perlxv.U
84105      Branch: perl
84106            ! Configure config_h.SH sv.c
84107 ____________________________________________________________________________
84108 [  6952] By: jhi                                   on 2000/08/31  17:42:24
84109         Log: :: not allowed in pathnames, change to .
84110              
84111              Subject: [PATCH perl@6938] cygwin port
84112              From: "Fifer, Eric" <EFifer@sanwaint.com>
84113              Date: Thu, 31 Aug 2000 16:32:59 +0100
84114              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
84115      Branch: metaconfig/U/perl
84116            ! perlxv.U
84117 ____________________________________________________________________________
84118 [  6951] By: jhi                                   on 2000/08/31  17:02:05
84119         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
84120      Branch: perl
84121            ! perl.h
84122 ____________________________________________________________________________
84123 [  6950] By: jhi                                   on 2000/08/31  16:26:08
84124         Log: More author updates.
84125              
84126              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
84127              From: Simon Cozens <simon@cozens.net>
84128              Date: Thu, 31 Aug 2000 17:13:32 +0100
84129              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
84130      Branch: perl
84131            ! AUTHORS
84132 ____________________________________________________________________________
84133 [  6949] By: jhi                                   on 2000/08/31  16:04:49
84134         Log: POSIX doesn't report long double values under -Duselongdouble
84135              when the long doubles are "real" (bigger than doubles).
84136              
84137              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
84138              From: Spider Boardman <spider@peano.zk3.dec.com>
84139              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
84140              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
84141      Branch: perl
84142            ! ext/POSIX/POSIX.xs
84143 ____________________________________________________________________________
84144 [  6948] By: jhi                                   on 2000/08/31  15:25:10
84145         Log: Update Changes.
84146      Branch: perl
84147            ! Changes patchlevel.h
84148 ____________________________________________________________________________
84149 [  6947] By: jhi                                   on 2000/08/31  15:22:29
84150         Log: Document UNTIE in a very minimalistic way.
84151      Branch: perl
84152            ! pod/perlfunc.pod pod/perltie.pod
84153 ____________________________________________________________________________
84154 [  6946] By: jhi                                   on 2000/08/31  15:15:23
84155         Log: Document known failures.
84156      Branch: perl
84157            ! pod/perldelta.pod
84158 ____________________________________________________________________________
84159 [  6945] By: jhi                                   on 2000/08/31  15:07:00
84160         Log: Don't attach -ld to the archname if pointless.
84161      Branch: metaconfig
84162            ! U/threads/archname.U
84163      Branch: perl
84164            ! Configure config_h.SH
84165 ____________________________________________________________________________
84166 [  6944] By: jhi                                   on 2000/08/31  14:37:42
84167         Log: Wrap the test in eval.
84168              
84169              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
84170              From: Tim Jenness <timj@jach.hawaii.edu>
84171              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
84172              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
84173      Branch: perl
84174            ! t/lib/ftmp-security.t
84175 ____________________________________________________________________________
84176 [  6943] By: jhi                                   on 2000/08/31  14:30:57
84177         Log: Make -Dusemorebits find long doubles in Solaris.
84178      Branch: perl
84179            ! hints/solaris_2.sh
84180 ____________________________________________________________________________
84181 [  6942] By: jhi                                   on 2000/08/31  13:48:45
84182         Log: Clarify the third case of ftmp-security warnings.
84183      Branch: perl
84184            ! INSTALL
84185 ____________________________________________________________________________
84186 [  6941] By: jhi                                   on 2000/08/31  13:40:31
84187         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
84188              From: <abigail@foad.org>
84189              Date: Thu, 31 Aug 2000 01:35:05 -0400
84190              Message-ID: <20000831053505.32120.qmail@foad.org>
84191      Branch: perl
84192            ! pod/perldelta.pod
84193 ____________________________________________________________________________
84194 [  6940] By: jhi                                   on 2000/08/31  13:38:48
84195         Log: Issue useful diagnostic on unknown pod commands.
84196              
84197              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
84198              From: <abigail@foad.org>
84199              Date: Thu, 31 Aug 2000 03:41:18 -0400
84200              Message-ID: <20000831074118.24880.qmail@foad.org>
84201      Branch: perl
84202            ! lib/Pod/Man.pm
84203 ____________________________________________________________________________
84204 [  6939] By: jhi                                   on 2000/08/31  13:34:33
84205         Log: Reveal Borland's isnan.
84206              
84207              Subject: build with BC++ tweak
84208              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
84209              Date: Thu, 31 Aug 2000 13:09:37 +0400
84210              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
84211      Branch: perl
84212            ! win32/win32.h
84213 ____________________________________________________________________________
84214 [  6938] By: jhi                                   on 2000/08/31  05:01:20
84215         Log: Update Changes.
84216      Branch: perl
84217            ! Changes patchlevel.h
84218 ____________________________________________________________________________
84219 [  6937] By: jhi                                   on 2000/08/31  04:26:23
84220         Log: sscanf() may be the only way to read long doubles from strings.
84221      Branch: metaconfig/U/perl
84222            ! longdblfio.U
84223      Branch: perl
84224            ! Configure config_h.SH perl.h util.c
84225 ____________________________________________________________________________
84226 [  6936] By: jhi                                   on 2000/08/31  04:18:19
84227         Log: The #6929 was too skimpy.
84228      Branch: perl
84229            ! sv.c
84230 ____________________________________________________________________________
84231 [  6935] By: jhi                                   on 2000/08/31  02:47:07
84232         Log: Subject: Re: typos in pods
84233              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84234              Date: Wed, 30 Aug 2000 19:25:34 -0700
84235              Message-ID: <eIcr5gzkg25X092yn@efn.org>
84236      Branch: perl
84237            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
84238 ____________________________________________________________________________
84239 [  6934] By: jhi                                   on 2000/08/31  02:42:55
84240         Log: Missed one Unicode file.
84241      Branch: perl
84242            + lib/unicode/UCDFF301.html
84243 ____________________________________________________________________________
84244 [  6933] By: jhi                                   on 2000/08/30  23:42:27
84245         Log: Update Changes.
84246      Branch: perl
84247            ! Changes patchlevel.h
84248 ____________________________________________________________________________
84249 [  6932] By: jhi                                   on 2000/08/30  23:40:07
84250         Log: Mention UNTIE in perldelta.  Still needs documenting
84251              in perltie et alia.
84252      Branch: perl
84253            ! pod/perldelta.pod
84254 ____________________________________________________________________________
84255 [  6931] By: jhi                                   on 2000/08/30  23:36:02
84256         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
84257              From: <abigail@foad.org>
84258              Date: Wed, 30 Aug 2000 19:28:07 -0400
84259              Message-ID: <20000830232807.305.qmail@foad.org>
84260      Branch: perl
84261            ! pod/perldelta.pod
84262 ____________________________________________________________________________
84263 [  6930] By: jhi                                   on 2000/08/30  23:32:40
84264         Log: Update to Unicode 3.0.1.
84265      Branch: perl
84266            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
84267            + lib/unicode/PropList.txt lib/unicode/README.perl
84268            + lib/unicode/UCD301.html lib/unicode/Unicode.301
84269            - lib/unicode/Props.txt lib/unicode/UCD300.html
84270            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
84271            ! (edit 257 files)
84272 ____________________________________________________________________________
84273 [  6929] By: jhi                                   on 2000/08/30  22:38:18
84274         Log: Heap decorruption.
84275              
84276              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
84277              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84278              Date: Wed, 30 Aug 2000 22:39:52 +0100
84279              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
84280      Branch: perl
84281            ! sv.c
84282 ____________________________________________________________________________
84283 [  6928] By: jhi                                   on 2000/08/30  22:29:34
84284         Log: Retract the dummy test, skip the security tests (instead of failing),
84285              explain what the warnings mean.
84286      Branch: perl
84287            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
84288 ____________________________________________________________________________
84289 [  6927] By: jhi                                   on 2000/08/30  22:14:13
84290         Log: Change the internal implementation of sort() to be mergesort
84291              instead of quicksort, from John Linderman <jpl@research.att.com>.
84292              Gives us better worst case, better average case, and stability.
84293              What's there not to like?  (Small fixes for threaded builds
84294              were required).
84295      Branch: perl
84296            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
84297 ____________________________________________________________________________
84298 [  6926] By: jhi                                   on 2000/08/30  20:55:20
84299         Log: A better fix for the Socket building problem from Craig Berry.
84300      Branch: perl
84301            ! vms/vms.c
84302 ____________________________________________________________________________
84303 [  6925] By: jhi                                   on 2000/08/30  20:20:25
84304         Log: Subject: [PATCH] Re: UNTIE method 
84305              From: Nick Ing-Simmons <nik@tiuk.ti.com>
84306              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
84307              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
84308      Branch: perl
84309            ! pp_sys.c t/op/tie.t
84310 ____________________________________________________________________________
84311 [  6924] By: jhi                                   on 2000/08/30  20:17:11
84312         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
84313              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84314              Date: Wed, 30 Aug 2000 15:03:14 -0500
84315              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
84316      Branch: perl
84317            ! vms/vms.c
84318 ____________________________________________________________________________
84319 [  6923] By: jhi                                   on 2000/08/30  20:15:18
84320         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
84321              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84322              Date: Wed, 30 Aug 2000 13:30:36 -0500
84323              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
84324      Branch: perl
84325            ! vms/vms.c
84326 ____________________________________________________________________________
84327 [  6922] By: jhi                                   on 2000/08/30  19:54:43
84328         Log: Better options for rsync.
84329      Branch: perl
84330            ! pod/perlhack.pod
84331 ____________________________________________________________________________
84332 [  6921] By: jhi                                   on 2000/08/30  19:40:16
84333         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
84334              From: Rick Delaney <rick@consumercontact.com>
84335              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
84336              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
84337      Branch: perl
84338            ! pod/perlfunc.pod
84339 ____________________________________________________________________________
84340 [  6920] By: jhi                                   on 2000/08/30  19:36:40
84341         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
84342              From: Peter Prymmer <pvhp@forte.com>
84343              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
84344              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
84345      Branch: perl
84346            ! configure.com
84347 ____________________________________________________________________________
84348 [  6919] By: jhi                                   on 2000/08/30  14:52:02
84349         Log: Update Changes.
84350      Branch: perl
84351            ! Changes patchlevel.h
84352 ____________________________________________________________________________
84353 [  6918] By: jhi                                   on 2000/08/30  14:48:34
84354         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
84355      Branch: perl
84356            ! lib/ExtUtils/typemap
84357 ____________________________________________________________________________
84358 [  6917] By: jhi                                   on 2000/08/30  14:46:34
84359         Log: Subject: typos in pods
84360              From: Nicholas Clark <nick@ccl4.org>
84361              Date: Wed, 30 Aug 2000 01:12:50 +0100
84362              Message-ID: <20000830011249.A61388@plum.flirble.org>
84363      Branch: perl
84364            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
84365            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
84366            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
84367            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
84368 ____________________________________________________________________________
84369 [  6916] By: jhi                                   on 2000/08/30  14:19:09
84370         Log: Document Storable problems on Crays.  (Will have
84371              to document all the other Storable problems, too.)
84372      Branch: perl
84373            ! pod/perldelta.pod
84374 ____________________________________________________________________________
84375 [  6915] By: jhi                                   on 2000/08/30  14:06:02
84376         Log: Subject: [PATCH] fix misc cast warnings
84377              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84378              Date: Tue, 29 Aug 2000 23:16:14 -0700
84379              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
84380      Branch: perl
84381            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
84382            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
84383            ! os2/os2ish.h
84384 ____________________________________________________________________________
84385 [  6914] By: jhi                                   on 2000/08/30  14:03:45
84386         Log: Timestamp mismatch again.  Need to fix this dependence on
84387              config_h.SH timestamp, since it's the contents of config_h.SH
84388              that matter.
84389      Branch: perl
84390            ! uconfig.h uconfig.sh
84391 ____________________________________________________________________________
84392 [  6913] By: jhi                                   on 2000/08/30  13:54:06
84393         Log: Don't say "Perl 5.0 source kit".
84394      Branch: perl
84395            ! perl.c
84396 ____________________________________________________________________________
84397 [  6912] By: jhi                                   on 2000/08/30  13:51:24
84398         Log: Reset archname and archname64 always, forcing them be
84399              recomputed at each Configure run, make Configure and
84400              the hints files agree on the naming of largefiles variables.
84401      Branch: metaconfig
84402            ! U/threads/archname.U
84403      Branch: metaconfig/U/perl
84404            ! use64bits.U
84405      Branch: perl
84406            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
84407            ! hints/linux.sh hints/solaris_2.sh
84408 ____________________________________________________________________________
84409 [  6911] By: jhi                                   on 2000/08/30  13:30:13
84410         Log: Put back the slice accidentally removed by #6907.
84411      Branch: perl
84412            ! hints/solaris_2.sh
84413 ____________________________________________________________________________
84414 [  6910] By: jhi                                   on 2000/08/30  01:24:26
84415         Log: Be consistent: other Net::get* do export theirs.
84416              
84417              Subject: Re: Net::protoent does not export 'getproto'
84418              From: Yasushi Nakajima <sey@jkc.co.jp>
84419              Date: Wed, 30 Aug 2000 09:53:14 +0900
84420              Message-Id: <200008300051.DAA24700@taku.hut.fi>
84421      Branch: perl
84422            ! lib/Net/protoent.pm
84423 ____________________________________________________________________________
84424 [  6909] By: jhi                                   on 2000/08/30  01:17:25
84425         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
84426              From: Gurusamy Sarathy <gsar@ActiveState.com>
84427              Date: Tue, 29 Aug 2000 17:17:07 -0700
84428              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
84429      Branch: perl
84430            ! cop.h
84431 ____________________________________________________________________________
84432 [  6908] By: jhi                                   on 2000/08/30  00:58:05
84433         Log: Update Changes.
84434      Branch: perl
84435            ! Changes patchlevel.h
84436 ____________________________________________________________________________
84437 [  6907] By: jhi                                   on 2000/08/30  00:57:22
84438         Log: Introduce ccname to keep track of what compiler kind of we have.
84439      Branch: metaconfig/U/perl
84440            ! Checkcc.U gccvers.U
84441      Branch: perl
84442            ! Configure config_h.SH hints/solaris_2.sh
84443 ____________________________________________________________________________
84444 [  6906] By: jhi                                   on 2000/08/30  00:25:47
84445         Log: Put back the flags dump as reasoned in
84446              
84447              Subject: Re: [PATCH] Glob dumping
84448              From: Mike Guy <mjtg@cam.ac.uk> 
84449              Date: Tue, 29 Aug 2000 21:41:32 +0100
84450              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
84451      Branch: perl
84452            ! dump.c t/lib/peek.t
84453 ____________________________________________________________________________
84454 [  6905] By: jhi                                   on 2000/08/30  00:16:17
84455         Log: Make the epsilon to be relative, not absolute.
84456              
84457              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
84458              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
84459              Date: Tue, 29 Aug 2000 19:58:56 -0400
84460              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
84461      Branch: perl
84462            ! t/lib/trig.t
84463 ____________________________________________________________________________
84464 [  6904] By: jhi                                   on 2000/08/30  00:13:09
84465         Log: From now on, Gisle is on my list of usual suspects :-)
84466              Retract #6902.
84467      Branch: perl
84468            ! ext/Opcode/Safe.pm
84469 ____________________________________________________________________________
84470 [  6903] By: jhi                                   on 2000/08/29  23:51:20
84471         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
84472              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84473              Date: Tue, 29 Aug 2000 18:43:26 -0500
84474              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
84475      Branch: perl
84476            + vms/vmspipe.com
84477            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
84478            ! vms/vms.c
84479 ____________________________________________________________________________
84480 [  6902] By: jhi                                   on 2000/08/29  23:44:14
84481         Log: Retry what #6882 attempted.
84482              
84483              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
84484              From: Gisle Aas <gisle@ActiveState.com>
84485              Date: 30 Aug 2000 00:33:09 +0200
84486              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
84487      Branch: perl
84488            ! ext/Opcode/Safe.pm
84489 ____________________________________________________________________________
84490 [  6901] By: jhi                                   on 2000/08/29  22:59:32
84491         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
84492              From: Hugo <hv@crypt.compulink.co.uk>
84493              Date: Mon, 12 Jun 2000 19:36:08 +0100
84494              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
84495      Branch: perl
84496            ! sv.c
84497 ____________________________________________________________________________
84498 [  6900] By: jhi                                   on 2000/08/29  22:58:35
84499         Log: Admit that we are leaking scalars.
84500              
84501              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
84502              From: Spider Boardman <spider@leggy.zk3.dec.com>
84503              Date: Tue, 29 Aug 2000 18:48:29 -0400
84504              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
84505      Branch: perl
84506            ! t/pragma/warnings.t
84507 ____________________________________________________________________________
84508 [  6899] By: jhi                                   on 2000/08/29  20:53:13
84509         Log: Update Changes.
84510      Branch: perl
84511            ! Changes patchlevel.h
84512 ____________________________________________________________________________
84513 [  6898] By: jhi                                   on 2000/08/29  20:46:21
84514         Log: Undo namespace pollution of #6878.
84515              
84516              Subject: Re: Net::protoent does not export 'getproto'
84517              From: Mike Guy <mjtg@cam.ac.uk>
84518              Date: Tue, 29 Aug 2000 21:32:37 +0100
84519              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
84520      Branch: perl
84521            ! lib/Net/protoent.pm
84522 ____________________________________________________________________________
84523 [  6897] By: jhi                                   on 2000/08/29  20:44:29
84524         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
84525              From: Peter Prymmer <pvhp@forte.com>
84526              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
84527              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
84528      Branch: perl
84529            ! pod/perlebcdic.pod
84530 ____________________________________________________________________________
84531 [  6896] By: jhi                                   on 2000/08/29  20:40:57
84532         Log: There's no point repeating the 'revision' (5) of perl5.
84533      Branch: metaconfig/U/perl
84534            ! Devel.U patchlevel.U
84535      Branch: perl
84536            ! Configure config_h.SH
84537 ____________________________________________________________________________
84538 [  6895] By: jhi                                   on 2000/08/29  20:16:58
84539         Log: Regen Configure for #6894.
84540      Branch: metaconfig/U/perl
84541            ! perladmin.U
84542      Branch: perl
84543            ! Configure config_h.SH
84544 ____________________________________________________________________________
84545 [  6894] By: jhi                                   on 2000/08/29  19:59:52
84546         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
84547              From: "Philip Newton" <Philip.Newton@gmx.net>
84548              Date: Tue, 29 Aug 2000 21:39:14 +0200
84549              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
84550      Branch: perl
84551            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
84552            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
84553            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
84554            ! utils/perlbug.PL
84555 ____________________________________________________________________________
84556 [  6893] By: jhi                                   on 2000/08/29  19:55:30
84557         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
84558              From: "Philip Newton" <Philip.Newton@gmx.net>
84559              Date: Tue, 29 Aug 2000 21:39:14 +0200
84560              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
84561      Branch: perl
84562            ! installhtml
84563 ____________________________________________________________________________
84564 [  6892] By: jhi                                   on 2000/08/29  19:53:59
84565         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
84566              From: "Philip Newton" <Philip.Newton@gmx.net>
84567              Date: Tue, 29 Aug 2000 21:48:18 +0200
84568              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
84569      Branch: perl
84570            ! lib/File/Temp.pm
84571 ____________________________________________________________________________
84572 [  6891] By: jhi                                   on 2000/08/29  18:30:03
84573         Log: Nail the ID 20000828.023.
84574      Branch: perl
84575            ! ext/Storable/Storable.xs
84576 ____________________________________________________________________________
84577 [  6890] By: jhi                                   on 2000/08/29  16:50:17
84578         Log: Under usethreads the dumped variable is IN_PAD.
84579              
84580              Subject: Re: [PATCH] Glob dumping
84581              From: Gisle Aas <gisle@ActiveState.com>
84582              Date: 29 Aug 2000 18:45:05 +0200
84583              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
84584      Branch: perl
84585            ! t/lib/peek.t
84586 ____________________________________________________________________________
84587 [  6889] By: jhi                                   on 2000/08/29  15:17:37
84588         Log: Update Changes.
84589      Branch: perl
84590            ! Changes patchlevel.h
84591 ____________________________________________________________________________
84592 [  6888] By: jhi                                   on 2000/08/29  14:49:59
84593         Log: Retract #6882, broke the safe tests.
84594      Branch: perl
84595            ! ext/Opcode/Safe.pm
84596 ____________________________________________________________________________
84597 [  6887] By: jhi                                   on 2000/08/29  14:47:06
84598         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
84599              From: Gisle Aas <gisle@ActiveState.com> 
84600              Date: 09 Jun 2000 20:00:11 +0200
84601              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
84602      Branch: perl
84603            ! utils/perldoc.PL
84604 ____________________________________________________________________________
84605 [  6886] By: jhi                                   on 2000/08/29  14:42:45
84606         Log: The #6881 removed one dump line.
84607      Branch: perl
84608            ! t/lib/peek.t
84609 ____________________________________________________________________________
84610 [  6885] By: jhi                                   on 2000/08/29  14:30:47
84611         Log: Don't forget to tidy up.
84612      Branch: perl
84613            ! t/lib/ftmp-security.t
84614 ____________________________________________________________________________
84615 [  6884] By: jhi                                   on 2000/08/29  14:25:17
84616         Log: Disabling the one test is a bit tricky.
84617      Branch: perl
84618            ! t/lib/ftmp-security.t
84619 ____________________________________________________________________________
84620 [  6883] By: jhi                                   on 2000/08/29  14:16:25
84621         Log: Disable one of the tests for now.
84622      Branch: perl
84623            ! t/lib/ftmp-security.t
84624 ____________________________________________________________________________
84625 [  6882] By: jhi                                   on 2000/08/29  14:05:50
84626         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
84627              From: gisle@aas.no
84628              Date: 29 Aug 2000 10:35:06 -0000
84629              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
84630      Branch: perl
84631            ! ext/Opcode/Safe.pm
84632 ____________________________________________________________________________
84633 [  6881] By: jhi                                   on 2000/08/29  14:03:51
84634         Log: Subject: [PATCH] Glob dumping
84635              From: Gisle Aas <gisle@ActiveState.com>
84636              Date: 29 Aug 2000 07:59:42 -0000
84637              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
84638      Branch: perl
84639            ! dump.c
84640 ____________________________________________________________________________
84641 [  6880] By: jhi                                   on 2000/08/29  14:02:01
84642         Log: Subject: [PATCH] Warnings in B::Deparse
84643              From: <abigail@foad.org>
84644              Date: Tue, 29 Aug 2000 00:00:01 -0400
84645              Message-ID: <20000829040001.2999.qmail@foad.org>
84646      Branch: perl
84647            ! ext/B/B/Deparse.pm
84648 ____________________________________________________________________________
84649 [  6879] By: jhi                                   on 2000/08/29  13:57:26
84650         Log: Missed a change in #6869.
84651      Branch: perl
84652            ! mg.c
84653 ____________________________________________________________________________
84654 [  6878] By: jhi                                   on 2000/08/29  13:45:04
84655         Log: Subject: Net::protoent does not export 'getproto'
84656              From: Yasushi Nakajima <sey@jkc.co.jp>
84657              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
84658      Branch: perl
84659            ! lib/Net/protoent.pm
84660 ____________________________________________________________________________
84661 [  6877] By: jhi                                   on 2000/08/29  13:39:19
84662         Log: Patches all over for people and the files they (hopefully) care about.
84663      Branch: perl
84664            ! AUTHORS Changes MAINTAIN
84665 ____________________________________________________________________________
84666 [  6876] By: jhi                                   on 2000/08/29  12:53:54
84667         Log: Fix for thinko in #6848.
84668              
84669              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
84670              From: Lupe Christoph <lupe@lupe-christoph.de>
84671              Date: Tue, 29 Aug 2000 09:04:08 +0200
84672              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
84673      Branch: perl
84674            ! ext/Thread/Thread.xs
84675 ____________________________________________________________________________
84676 [  6875] By: jhi                                   on 2000/08/29  12:50:14
84677         Log: Update to Getopt::Long 2.24, from Johan Vromans.
84678      Branch: perl
84679            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
84680 ____________________________________________________________________________
84681 [  6874] By: jhi                                   on 2000/08/29  02:09:53
84682         Log: Use minimal @INC in tests, most of the time just '../lib',
84683              so that we simply can't pick up stuff from other Perls than
84684              the one we are testing.  Pointed out by
84685              
84686              From: Mike Guy <mjtg@cam.ac.uk>
84687              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
84688              Date: Fri, 25 Aug 2000 15:15:59 +0100
84689              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
84690      Branch: perl
84691            ! (edit 185 files)
84692 ____________________________________________________________________________
84693 [  6873] By: jhi                                   on 2000/08/29  01:07:11
84694         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
84695              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84696              Date: Mon, 28 Aug 2000 17:45:52 -0700
84697              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
84698      Branch: perl
84699            ! Makefile.SH hints/os2.sh
84700 ____________________________________________________________________________
84701 [  6872] By: jhi                                   on 2000/08/28  23:33:39
84702         Log: Subject: [PATCH bleedperl@6866] spellings
84703              From: marcel@codewerk.com (Marcel Grunauer)
84704              Date: Tue, 29 Aug 2000 01:19:59 +0200
84705              Message-Id: <200008282319.BAA29862@gandalf.local>
84706      Branch: perl
84707            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
84708            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
84709            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
84710 ____________________________________________________________________________
84711 [  6871] By: jhi                                   on 2000/08/28  23:22:09
84712         Log: Take out the SUIDMAIL thing, that will not be
84713              a problem in 5.7.*.
84714      Branch: perl
84715            ! patchlevel.h
84716 ____________________________________________________________________________
84717 [  6870] By: jhi                                   on 2000/08/28  23:19:30
84718         Log: -S is the silent flag, -s is the strip flag.
84719              
84720              Subject: [PATCH] Re: [PATCH] make no-install          
84721              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84722              Date: Mon, 28 Aug 2000 15:12:55 -0700
84723              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
84724      Branch: perl
84725            ! Makefile.SH
84726 ____________________________________________________________________________
84727 [  6869] By: jhi                                   on 2000/08/28  23:12:05
84728         Log: Subject: [PATCH bleedperl@6856] warnings fixes
84729              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
84730              Date: Mon, 28 Aug 2000 23:55:06 +0100
84731              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
84732      Branch: perl
84733            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
84734            ! warnings.h warnings.pl
84735 ____________________________________________________________________________
84736 [  6868] By: jhi                                   on 2000/08/28  21:38:22
84737         Log: Potential cruft.
84738      Branch: perl
84739            ! Makefile.SH
84740 ____________________________________________________________________________
84741 [  6867] By: jhi                                   on 2000/08/28  21:35:36
84742         Log: Update Changes.
84743      Branch: perl
84744            ! Changes patchlevel.h
84745 ____________________________________________________________________________
84746 [  6866] By: jhi                                   on 2000/08/28  21:33:49
84747         Log: Subject: hv.h Doc Patch
84748              From: Fisher Mark <fisherm@tce.com>
84749              Date: Mon, 28 Aug 2000 16:24:59 -0500
84750              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
84751      Branch: perl
84752            ! hv.h
84753 ____________________________________________________________________________
84754 [  6865] By: jhi                                   on 2000/08/28  21:02:15
84755         Log: Add -ld to archname on long tr...double platforms.
84756      Branch: metaconfig
84757            ! U/threads/archname.U
84758      Branch: perl
84759            ! Configure config_h.SH
84760 ____________________________________________________________________________
84761 [  6864] By: jhi                                   on 2000/08/28  20:38:59
84762         Log: An attempt to fix the problem reported in
84763              
84764              Subject: Building perl@6856 using gcc/AIX 4.3.3 
84765              From: Daniel Muino <dmuino@afip.gov.ar> 
84766              Date: Mon, 28 Aug 2000 15:50:01 -0300   
84767              Message-ID: <20000828155001.A14403@con2-dgi>
84768              
84769              I can't test this properly since the gcc installation I have
84770              access to seems to be botched (gcc is calling the AIX cpp,
84771              a losing proposition...)
84772      Branch: perl
84773            ! hints/aix.sh
84774 ____________________________________________________________________________
84775 [  6863] By: jhi                                   on 2000/08/28  18:57:52
84776         Log: Fix for ID 20000828.001, long doubles were not formatted
84777              correctly (showed up in $], which stopped installing perl).
84778      Branch: perl
84779            ! sv.c
84780 ____________________________________________________________________________
84781 [  6862] By: jhi                                   on 2000/08/28  18:07:15
84782         Log: Typo in #6858.
84783      Branch: perl
84784            ! lib/Cwd.pm
84785 ____________________________________________________________________________
84786 [  6861] By: jhi                                   on 2000/08/28  17:57:27
84787         Log: opmini.o may be left around if a build is interrupted.
84788      Branch: perl
84789            ! Makefile.SH
84790 ____________________________________________________________________________
84791 [  6860] By: jhi                                   on 2000/08/28  16:52:50
84792         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
84793              From: Daniel Chetlin <daniel@chetlin.com>
84794              Date: Mon, 28 Aug 2000 01:14:18 -0700
84795              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
84796      Branch: perl
84797            ! lib/overload.pm
84798 ____________________________________________________________________________
84799 [  6859] By: jhi                                   on 2000/08/28  16:08:46
84800         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
84801              From: Nicholas Clark <nick@ccl4.org>
84802              Date: Mon, 28 Aug 2000 16:03:27 +0100
84803              Message-Id: <20000828160327.C49785@plum.flirble.org>
84804      Branch: perl
84805            ! ext/ByteLoader/bytecode.h
84806 ____________________________________________________________________________
84807 [  6858] By: jhi                                   on 2000/08/28  16:02:10
84808         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
84809              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
84810              Date: Mon, 28 Aug 2000 13:08:30 +0200
84811              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
84812      Branch: perl
84813            ! lib/Cwd.pm
84814 ____________________________________________________________________________
84815 [  6857] By: jhi                                   on 2000/08/28  15:42:47
84816         Log: display_format used as a class method without arguments was broken,
84817              reported in
84818              
84819              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
84820              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
84821              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
84822              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
84823      Branch: perl
84824            ! lib/Math/Complex.pm t/lib/complex.t
84825 ____________________________________________________________________________
84826 [  6856] By: jhi                                   on 2000/08/27  22:09:48
84827         Log: Update Changes.
84828      Branch: perl
84829            ! Changes patchlevel.h
84830 ____________________________________________________________________________
84831 [  6855] By: jhi                                   on 2000/08/27  21:59:21
84832         Log: Retract #6853 (false alarm).
84833      Branch: perl
84834            ! lib/ExtUtils/xsubpp
84835 ____________________________________________________________________________
84836 [  6854] By: jhi                                   on 2000/08/27  21:37:44
84837         Log: Update Changes.
84838      Branch: perl
84839            ! Changes patchlevel.h
84840 ____________________________________________________________________________
84841 [  6853] By: jhi                                   on 2000/08/27  21:37:16
84842         Log: Subject: [PATCH perl@6850] workaround for xsubpp
84843              From: Hugo <hv@crypt.compulink.co.uk>
84844              Date: Sun, 27 Aug 2000 22:30:25 +0100
84845              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
84846      Branch: perl
84847            ! lib/ExtUtils/xsubpp
84848 ____________________________________________________________________________
84849 [  6852] By: jhi                                   on 2000/08/27  21:33:58
84850         Log: Big-endian 64-bit patch from Raphael Manfredi.
84851      Branch: perl
84852            ! ext/Storable/Storable.xs
84853 ____________________________________________________________________________
84854 [  6851] By: jhi                                   on 2000/08/27  21:22:21
84855         Log: More ruthless editing from Hugo van der Sanden.
84856      Branch: perl
84857            ! pod/perldelta.pod
84858 ____________________________________________________________________________
84859 [  6850] By: jhi                                   on 2000/08/27  16:11:46
84860         Log: Update Changes.
84861      Branch: perl
84862            ! Changes patchlevel.h
84863 ____________________________________________________________________________
84864 [  6849] By: jhi                                   on 2000/08/27  16:11:05
84865         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
84866      Branch: perl
84867            ! configpm pod/perldelta.pod
84868 ____________________________________________________________________________
84869 [  6848] By: jhi                                   on 2000/08/27  15:35:08
84870         Log: Use the actual thread type, not the pointer-to-struct.
84871      Branch: perl
84872            ! ext/Thread/Thread.xs
84873 ____________________________________________________________________________
84874 [  6847] By: jhi                                   on 2000/08/27  15:30:49
84875         Log: Test nit.
84876      Branch: perl
84877            ! t/pragma/warn/pp_sys
84878 ____________________________________________________________________________
84879 [  6846] By: jhi                                   on 2000/08/27  15:19:02
84880         Log: Passing -R in ldflags makes now it to appear in the default
84881              for lddlflags, just like with -L.
84882              
84883              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84884              From: Lupe Christoph <lupe@lupe-christoph.de>
84885              Date: Sun, 27 Aug 2000 10:28:21 +0200
84886              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
84887      Branch: metaconfig/U/perl
84888            ! dlsrc.U
84889      Branch: perl
84890            ! Configure
84891 ____________________________________________________________________________
84892 [  6845] By: jhi                                   on 2000/08/27  15:08:54
84893         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84894              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84895              Date: Sat, 26 Aug 2000 22:23:27 +0100
84896              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
84897      Branch: perl
84898            ! lib/ExtUtils/MM_Unix.pm
84899 ____________________________________________________________________________
84900 [  6844] By: jhi                                   on 2000/08/27  15:02:37
84901         Log: DJGPP update from Laszlo Molnar.
84902              
84903              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
84904              From: ml1050 <ml1050@freemail.hu>
84905              Date: Sat, 26 Aug 2000 23:24:40 +0200
84906              Message-Id: <20000826232440.A439@freemail.hu>
84907      Branch: perl
84908            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
84909            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
84910 ____________________________________________________________________________
84911 [  6843] By: jhi                                   on 2000/08/27  14:53:58
84912         Log: Subject: installman buglet
84913              From: Lupe Christoph <lupe@lupe-christoph.de>
84914              Date: Sun, 27 Aug 2000 14:38:59 +0200
84915              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
84916      Branch: perl
84917            ! installman
84918 ____________________________________________________________________________
84919 [  6842] By: jhi                                   on 2000/08/27  14:52:08
84920         Log: Can't get the test to reliably work thanks to the
84921              inaccurateness of floating point.  "Resolves" bug ids
84922              20000826.003, 20000826.009, 20000826.010,
84923      Branch: perl
84924            ! t/lib/trig.t
84925 ____________________________________________________________________________
84926 [  6841] By: jhi                                   on 2000/08/26  15:53:58
84927         Log: Update Changes.
84928      Branch: perl
84929            ! Changes patchlevel.h
84930 ____________________________________________________________________________
84931 [  6840] By: jhi                                   on 2000/08/26  14:23:03
84932         Log: grep -e isn't portable.
84933              
84934              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
84935              From: chris@broadband.att.com
84936              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
84937              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
84938      Branch: perl
84939            ! hints/solaris_2.sh
84940 ____________________________________________________________________________
84941 [  6839] By: jhi                                   on 2000/08/26  14:12:23
84942         Log: no-install target a la make -n.
84943              
84944              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
84945              From: <abigail@foad.org>
84946              Date: Sat, 26 Aug 2000 03:57:34 -0400
84947              Message-ID: <20000826075735.18912.qmail@foad.org>
84948      Branch: perl
84949            ! Makefile.SH installman installperl
84950 ____________________________________________________________________________
84951 [  6838] By: jhi                                   on 2000/08/26  14:06:33
84952         Log: Retract #6826 as the #6828 should be do the same
84953              in a More Correct Way.
84954      Branch: perl
84955            ! installperl
84956 ____________________________________________________________________________
84957 [  6837] By: jhi                                   on 2000/08/26  05:24:00
84958         Log: More casting.
84959      Branch: perl
84960            ! ext/Storable/Storable.xs
84961 ____________________________________________________________________________
84962 [  6836] By: jhi                                   on 2000/08/26  05:05:46
84963         Log: Nicer in decimal.
84964      Branch: perl
84965            ! ext/Storable/Storable.xs
84966 ____________________________________________________________________________
84967 [  6835] By: jhi                                   on 2000/08/26  05:03:50
84968         Log: There be no UVdf.
84969      Branch: perl
84970            ! ext/Storable/Storable.xs
84971 ____________________________________________________________________________
84972 [  6834] By: jhi                                   on 2000/08/26  05:00:18
84973         Log: Continue IVdfing and UVxfing.
84974      Branch: perl
84975            ! ext/Storable/Storable.xs
84976 ____________________________________________________________________________
84977 [  6833] By: jhi                                   on 2000/08/26  04:53:14
84978         Log: Use IVdf.
84979      Branch: perl
84980            ! ext/Storable/Storable.xs
84981 ____________________________________________________________________________
84982 [  6832] By: jhi                                   on 2000/08/26  04:40:41
84983         Log: Document PTR2XX and INT2PTR.
84984      Branch: perl
84985            ! pod/perlguts.pod
84986 ____________________________________________________________________________
84987 [  6831] By: jhi                                   on 2000/08/26  04:33:18
84988         Log: Use UVxf, PTR2UV, NVff.
84989      Branch: perl
84990            ! ext/Storable/Storable.xs
84991 ____________________________________________________________________________
84992 [  6830] By: jhi                                   on 2000/08/26  04:31:32
84993         Log: Update the test count.
84994      Branch: perl
84995            ! t/lib/trig.t
84996 ____________________________________________________________________________
84997 [  6829] By: jhi                                   on 2000/08/26  03:05:50
84998         Log: Subject: [PATCH] installation not quite silent yet.
84999              From: <abigail@foad.org>
85000              Date: Fri, 25 Aug 2000 20:07:53 -0400
85001              Message-ID: <20000826000753.7822.qmail@foad.org>
85002      Branch: perl
85003            ! installman installperl
85004 ____________________________________________________________________________
85005 [  6828] By: jhi                                   on 2000/08/26  03:05:14
85006         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
85007              From: Spider Boardman <spider@web.zk3.dec.com>
85008              Date: Fri, 25 Aug 2000 19:12:40 -0400
85009              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
85010      Branch: perl
85011            ! gv.c
85012 ____________________________________________________________________________
85013 [  6827] By: jhi                                   on 2000/08/25  23:54:34
85014         Log: Support preserving extremely big/small angles.
85015      Branch: perl
85016            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
85017 ____________________________________________________________________________
85018 [  6826] By: jhi                                   on 2000/08/25  23:01:20
85019         Log: Patch installperl to be long double-aware.
85020              
85021              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
85022              From: Spider Boardman <spider@web.zk3.dec.com>
85023              Date: Fri, 25 Aug 2000 18:15:23 -0400
85024              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
85025      Branch: perl
85026            ! installperl
85027 ____________________________________________________________________________
85028 [  6825] By: jhi                                   on 2000/08/25  22:58:25
85029         Log: Remove duplicately applied patch shards.
85030              
85031              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
85032              From: Spider Boardman <spider@leggy.zk3.dec.com>
85033              Date: Fri, 25 Aug 2000 16:45:03 -0400
85034              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
85035      Branch: perl
85036            ! t/lib/cgi-html.t
85037 ____________________________________________________________________________
85038 [  6824] By: jhi                                   on 2000/08/25  22:57:00
85039         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
85040              From: Daniel Chetlin <daniel@chetlin.com>
85041              Date: Fri, 25 Aug 2000 12:23:16 -0700
85042              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
85043              
85044              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
85045              From: Daniel Chetlin <daniel@chetlin.com>
85046              Date: Fri, 25 Aug 2000 14:47:19 -0700
85047              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
85048      Branch: perl
85049            ! installman
85050 ____________________________________________________________________________
85051 [  6823] By: jhi                                   on 2000/08/25  22:44:17
85052         Log: Timestamp problem?
85053      Branch: perl
85054            ! uconfig.h uconfig.sh
85055 ____________________________________________________________________________
85056 [  6822] By: jhi                                   on 2000/08/25  19:01:06
85057         Log: One forgotten file from #6816.
85058      Branch: perl
85059            ! vos/config.h
85060 ____________________________________________________________________________
85061 [  6821] By: jhi                                   on 2000/08/25  18:56:39
85062         Log: Regen Changes.
85063      Branch: perl
85064            ! Changes patchlevel.h
85065 ____________________________________________________________________________
85066 [  6820] By: jhi                                   on 2000/08/25  18:52:35
85067         Log: Fix Changes ordering.
85068      Branch: perl
85069            ! Changes
85070 ____________________________________________________________________________
85071 [  6819] By: jhi                                   on 2000/08/25  18:50:25
85072         Log: Update Changes.
85073      Branch: perl
85074            ! Changes patchlevel.h
85075 ____________________________________________________________________________
85076 [  6818] By: jhi                                   on 2000/08/25  18:47:45
85077         Log: Tweak the sfio/useperlio logic, hopefully as wished in
85078              
85079              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
85080              From: Nicholas Clark <nick@babyhippo.co.uk>
85081              Date: Fri, 25 Aug 2000 12:01:45 +0100
85082              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
85083      Branch: metaconfig/U/perl
85084            ! d_sfio.U
85085      Branch: perl
85086            ! Configure
85087 ____________________________________________________________________________
85088 [  6817] By: jhi                                   on 2000/08/25  18:32:51
85089         Log: Allow microperl to assume <math.h>, without it the math
85090              functions like floor() are assumed to return int, which makes
85091              for core dumps in machines where integer and floating register
85092              don't mix.
85093      Branch: perl
85094            ! uconfig.h uconfig.sh
85095 ____________________________________________________________________________
85096 [  6816] By: jhi                                   on 2000/08/25  18:27:17
85097         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
85098              the problem reported in
85099              
85100              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
85101              From: danhale@us.ibm.com
85102              Date: Fri, 25 Aug 2000 10:58:06 -0400
85103              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
85104      Branch: metaconfig/U/perl
85105            + d_socks5_init.U
85106      Branch: perl
85107            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
85108            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
85109            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
85110            ! win32/config.gc win32/config.vc
85111 ____________________________________________________________________________
85112 [  6815] By: jhi                                   on 2000/08/25  17:43:31
85113         Log: A solution for the retrieve_fd autosplit warning,
85114              idea suggested by Mike Guy.
85115      Branch: perl
85116            ! ext/Storable/Storable.pm
85117 ____________________________________________________________________________
85118 [  6814] By: jhi                                   on 2000/08/25  17:16:03
85119         Log: Add install-silent target.
85120      Branch: perl
85121            ! Makefile.SH
85122 ____________________________________________________________________________
85123 [  6813] By: jhi                                   on 2000/08/25  17:14:23
85124         Log: Subject: Re: [PATCH] More silencing of installman.
85125              From: <abigail@foad.org>
85126              Date: Thu, 24 Aug 2000 19:27:03 -0400
85127              Message-ID: <20000824232703.7001.qmail@foad.org>
85128              
85129              Subject: Re: [PATCH] More silencing of installman.
85130              From: <abigail@foad.org>
85131              Date: Fri, 25 Aug 2000 03:00:58 -0400
85132              Message-ID: <20000825070058.10697.qmail@foad.org>
85133      Branch: perl
85134            ! installman
85135 ____________________________________________________________________________
85136 [  6812] By: jhi                                   on 2000/08/25  17:11:28
85137         Log: installperl --verbose and --silent.
85138              
85139              Subject: Re: [PATCH] More silencing of installman.
85140              From: <abigail@foad.org>
85141              Message-ID: <20000825064430.9719.qmail@foad.org>
85142              Date: Fri, 25 Aug 2000 02:44:30 -0400
85143      Branch: perl
85144            ! installperl
85145 ____________________________________________________________________________
85146 [  6811] By: jhi                                   on 2000/08/25  17:05:43
85147         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
85148              From: "Peter J. Farley III" <pjfarley@banet.net>
85149              Date: Thu, 24 Aug 2000 21:58:03 -0400
85150              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
85151              
85152              (applied slightly modified)
85153      Branch: perl
85154            ! lib/ExtUtils/MM_Unix.pm
85155 ____________________________________________________________________________
85156 [  6810] By: jhi                                   on 2000/08/25  17:01:18
85157         Log: Missing parts of 
85158              
85159              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
85160              From: Peter Prymmer <pvhp@forte.com>
85161              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
85162              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
85163      Branch: perl
85164            ! t/lib/cgi-html.t
85165 ____________________________________________________________________________
85166 [  6809] By: jhi                                   on 2000/08/25  16:46:32
85167         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
85168              From: "Craig A. Berry" <craig.berry@psinetcs.com>
85169              Date: Thu, 24 Aug 2000 19:13:11 -0500
85170              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
85171      Branch: perl
85172            ! vms/vms.c
85173 ____________________________________________________________________________
85174 [  6808] By: jhi                                   on 2000/08/25  16:39:22
85175         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
85176              From: Peter Prymmer <pvhp@forte.com>
85177              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
85178              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
85179      Branch: perl
85180            ! configure.com
85181 ____________________________________________________________________________
85182 [  6807] By: jhi                                   on 2000/08/25  16:36:37
85183         Log: Better wording for the vec lvalue diagnostic.
85184              
85185              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
85186              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
85187              Date: Wed, 23 Aug 2000 14:12:16 -0400
85188              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
85189      Branch: perl
85190            ! pod/perldiag.pod
85191 ____________________________________________________________________________
85192 [  6806] By: jhi                                   on 2000/08/24  18:17:22
85193         Log: Subject: [PATCH] More silencing of installman.
85194              From: <abigail@foad.org>
85195              Date: Thu, 24 Aug 2000 14:01:44 -0400
85196              Message-ID: <20000824180144.20062.qmail@foad.org>
85197      Branch: perl
85198            ! installman
85199 ____________________________________________________________________________
85200 [  6805] By: jhi                                   on 2000/08/24  15:00:31
85201         Log: Update Changes.
85202      Branch: perl
85203            ! Changes patchlevel.h
85204 ____________________________________________________________________________
85205 [  6804] By: jhi                                   on 2000/08/24  14:59:07
85206         Log: Regen perltoc.
85207      Branch: perl
85208            ! pod/perltoc.pod
85209 ____________________________________________________________________________
85210 [  6803] By: jhi                                   on 2000/08/24  14:44:39
85211         Log: Show the doc file, not the temp file.
85212      Branch: perl
85213            ! installman
85214 ____________________________________________________________________________
85215 [  6802] By: jhi                                   on 2000/08/24  14:41:53
85216         Log: Continue silencing.
85217      Branch: perl
85218            ! installman
85219 ____________________________________________________________________________
85220 [  6801] By: jhi                                   on 2000/08/24  14:34:40
85221         Log: Actually do something with the silencer option.
85222      Branch: perl
85223            ! installman
85224 ____________________________________________________________________________
85225 [  6800] By: jhi                                   on 2000/08/24  14:26:22
85226         Log: Make installman to recognize the silence flag -S.
85227      Branch: perl
85228            ! installman
85229 ____________________________________________________________________________
85230 [  6799] By: jhi                                   on 2000/08/24  13:49:38
85231         Log: DOS patches and portability/porting notes, from Tim Jenness.
85232      Branch: perl
85233            ! lib/File/Temp.pm
85234 ____________________________________________________________________________
85235 [  6798] By: jhi                                   on 2000/08/24  13:48:27
85236         Log: Create directories in silence.
85237              
85238              Subject: [PATCH] Another silencer for MakeMaker
85239              From: andreas.koenig@anima.de (Andreas J. Koenig)
85240              Date: 24 Aug 2000 14:18:52 +0200
85241              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
85242      Branch: perl
85243            ! lib/ExtUtils/Command.pm
85244 ____________________________________________________________________________
85245 [  6797] By: jhi                                   on 2000/08/24  13:46:42
85246         Log: More liberal parsing of version numbers.
85247              
85248              Subject: Re: CPAN.pm beta for testing available
85249              From: andreas.koenig@anima.de (Andreas J. Koenig)
85250              Date: 24 Aug 2000 13:51:57 +0200
85251              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
85252      Branch: perl
85253            ! lib/CPAN.pm
85254 ____________________________________________________________________________
85255 [  6796] By: jhi                                   on 2000/08/24  13:44:36
85256         Log: Make "make install" by default silent.  A new "install-verbose"
85257              target is verbose.
85258      Branch: perl
85259            ! Makefile.SH
85260 ____________________________________________________________________________
85261 [  6795] By: jhi                                   on 2000/08/24  13:39:14
85262         Log: Add silencer flags to installperl.
85263              
85264              Subject: [PATCH] Making installperl silent.
85265              From: <abigail@foad.org>
85266              Date: Thu, 24 Aug 2000 05:01:45 -0400
85267              Message-ID: <20000824090145.13141.qmail@foad.org>
85268      Branch: perl
85269            ! installperl
85270 ____________________________________________________________________________
85271 [  6794] By: jhi                                   on 2000/08/24  13:35:50
85272         Log: installperl couldn't tell whether it had run tests or not.
85273              
85274              Subject: [PATCH] Re: installperl and t/TEST
85275              From: <abigail@foad.org>
85276              Date: Thu, 24 Aug 2000 04:00:53 -0400
85277              Message-ID: <20000824080053.2494.qmail@foad.org>
85278      Branch: perl
85279            ! Makefile.SH installperl
85280 ____________________________________________________________________________
85281 [  6793] By: jhi                                   on 2000/08/24  13:27:50
85282         Log: Drop the separate perlbc, perlcc -b should be enough.
85283      Branch: perl
85284            - utils/perlbc.PL
85285            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
85286 ____________________________________________________________________________
85287 [  6792] By: jhi                                   on 2000/08/24  04:41:30
85288         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
85289              plus the typo fix from Peter Prymmer.
85290      Branch: perl
85291            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
85292            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
85293 ____________________________________________________________________________
85294 [  6791] By: jhi                                   on 2000/08/24  02:10:43
85295         Log: Replace #6705 with a minimal doc patch.
85296              
85297              Subject: [PATCH 5.6.0] replace change #6705
85298              From: Jan Dubois <jand@ActiveState.com>
85299              Date: Wed, 23 Aug 2000 18:31:51 -0700
85300              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
85301      Branch: perl
85302            ! lib/Win32.pod win32/win32.c
85303 ____________________________________________________________________________
85304 [  6790] By: jhi                                   on 2000/08/23  17:52:00
85305         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
85306              From: Mike Guy <mjtg@cam.ac.uk>
85307              Date: Wed, 23 Aug 2000 18:38:46 +0100
85308              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
85309      Branch: perl
85310            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
85311 ____________________________________________________________________________
85312 [  6789] By: jhi                                   on 2000/08/23  15:34:21
85313         Log: Update Changes.
85314      Branch: perl
85315            ! Changes patchlevel.h
85316 ____________________________________________________________________________
85317 [  6788] By: jhi                                   on 2000/08/23  15:33:40
85318         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
85319              From: Wilfredo Sánchez <wsanchez@apple.com>
85320              Date: Tue, 22 Aug 2000 19:31:27 -0700
85321              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
85322      Branch: perl
85323            ! perl.h
85324 ____________________________________________________________________________
85325 [  6787] By: jhi                                   on 2000/08/23  15:29:31
85326         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
85327              From: Spider Boardman <spider@leggy.zk3.dec.com>
85328              Date: Wed, 23 Aug 2000 10:33:23 -0400
85329              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
85330      Branch: perl
85331            ! lib/Pod/Html.pm
85332 ____________________________________________________________________________
85333 [  6786] By: jhi                                   on 2000/08/23  15:28:11
85334         Log: Bad makefile.
85335      Branch: perl
85336            ! ext/B/Makefile.PL
85337 ____________________________________________________________________________
85338 [  6785] By: jhi                                   on 2000/08/23  14:37:04
85339         Log: Update Changes.
85340      Branch: perl
85341            ! Changes patchlevel.h
85342 ____________________________________________________________________________
85343 [  6784] By: jhi                                   on 2000/08/23  13:58:41
85344         Log: Portability fix from Hugo van der Sanden.
85345      Branch: perl
85346            ! ext/re/Makefile.PL
85347 ____________________________________________________________________________
85348 [  6783] By: jhi                                   on 2000/08/23  13:53:53
85349         Log: Storable support, v-version fixes.
85350              
85351              Subject: CPAN.pm beta for testing available
85352              From: andreas.koenig@anima.de (Andreas J. Koenig)
85353              Date: 22 Aug 2000 23:31:33 +0200
85354              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
85355      Branch: perl
85356            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
85357 ____________________________________________________________________________
85358 [  6782] By: jhi                                   on 2000/08/23  13:51:26
85359         Log: Mac and other portability updates from Chris Nandor.
85360      Branch: perl
85361            ! pod/perlmodinstall.pod
85362 ____________________________________________________________________________
85363 [  6781] By: jhi                                   on 2000/08/23  13:47:33
85364         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
85365              From: Peter Prymmer <pvhp@forte.com>
85366              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
85367              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
85368      Branch: perl
85369            ! ext/Storable/Storable.xs
85370 ____________________________________________________________________________
85371 [  6780] By: jhi                                   on 2000/08/23  13:33:34
85372         Log: VMS MMS (make) wants null action.
85373      Branch: perl
85374            ! ext/B/Makefile.PL
85375 ____________________________________________________________________________
85376 [  6779] By: jhi                                   on 2000/08/22  19:44:47
85377         Log: Forgot portability nit.
85378      Branch: perl
85379            ! t/lib/st-forgive.t
85380 ____________________________________________________________________________
85381 [  6778] By: jhi                                   on 2000/08/22  19:35:25
85382         Log: Be portable.
85383      Branch: perl
85384            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
85385            ! t/lib/st-store.t
85386 ____________________________________________________________________________
85387 [  6777] By: jhi                                   on 2000/08/22  18:50:53
85388         Log: Update Changes.
85389      Branch: perl
85390            ! Changes patchlevel.h
85391 ____________________________________________________________________________
85392 [  6776] By: jhi                                   on 2000/08/22  18:44:46
85393         Log: cSVOPo_*v things index into the current PL_curpad
85394              under ithreads, which is different from the curpad
85395              used by the XSUB.  (In other words, the code as-is
85396              before this patch wouldn't work under ithreads.)
85397              From Sarathy.
85398      Branch: perl
85399            ! ext/B/B.xs
85400 ____________________________________________________________________________
85401 [  6775] By: jhi                                   on 2000/08/22  18:18:37
85402         Log: Make the selection of NVff et al stricter.
85403      Branch: metaconfig/U/perl
85404            ! perlxvf.U
85405      Branch: perl
85406            ! Configure config_h.SH
85407 ____________________________________________________________________________
85408 [  6774] By: jhi                                   on 2000/08/22  17:19:42
85409         Log: perldelta nits.
85410      Branch: perl
85411            ! pod/perldelta.pod
85412 ____________________________________________________________________________
85413 [  6773] By: jhi                                   on 2000/08/22  17:06:26
85414         Log: Long double fixes from Spider Boardman.
85415              
85416              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
85417              From: system PRIVILEGED account <root@peano.zk3.dec.com>
85418              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
85419              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
85420      Branch: perl
85421            ! t/lib/bigfltpm.t t/lib/st-06compat.t
85422 ____________________________________________________________________________
85423 [  6772] By: jhi                                   on 2000/08/22  15:04:53
85424         Log: Update Changes.
85425      Branch: perl
85426            ! Changes patchlevel.h
85427 ____________________________________________________________________________
85428 [  6771] By: jhi                                   on 2000/08/22  15:01:44
85429         Log: perldelta fixes from Hugo van der Sanden.
85430      Branch: perl
85431            ! pod/perldelta.pod
85432 ____________________________________________________________________________
85433 [  6770] By: jhi                                   on 2000/08/22  14:34:49
85434         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
85435              From: Hugo <hv@crypt.compulink.co.uk>
85436              Date: Tue, 22 Aug 2000 11:21:53 +0100
85437              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
85438      Branch: perl
85439            ! regcomp.c
85440 ____________________________________________________________________________
85441 [  6769] By: jhi                                   on 2000/08/22  14:30:02
85442         Log: Add Yitzchak, reformat.
85443      Branch: perl
85444            ! Changes config_h.SH
85445 ____________________________________________________________________________
85446 [  6768] By: jhi                                   on 2000/08/22  14:21:35
85447         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
85448              and Spider Boardman.
85449      Branch: metaconfig
85450            ! U/compline/d_gconvert.U
85451      Branch: perl
85452            ! Configure
85453 ____________________________________________________________________________
85454 [  6767] By: jhi                                   on 2000/08/22  14:11:24
85455         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
85456              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85457              Date: Mon, 21 Aug 2000 19:08:31 -0700
85458              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
85459      Branch: perl
85460            - ext/Storable/patchlevel.h
85461            ! MANIFEST ext/Storable/MANIFEST
85462 ____________________________________________________________________________
85463 [  6766] By: jhi                                   on 2000/08/22  13:49:29
85464         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
85465              From: Peter Prymmer <pvhp@forte.com>
85466              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
85467              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
85468      Branch: perl
85469            ! configure.com ext/Storable/Makefile.PL
85470 ____________________________________________________________________________
85471 [  6765] By: jhi                                   on 2000/08/22  13:44:59
85472         Log: Subject: [PATCH blead] B:: missing dependency
85473              From: Hugo <hv@crypt.compulink.co.uk>
85474              Date: Tue, 22 Aug 2000 06:44:33 +0100
85475              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
85476      Branch: perl
85477            ! ext/B/Makefile.PL
85478 ____________________________________________________________________________
85479 [  6764] By: jhi                                   on 2000/08/22  13:38:12
85480         Log: More bytecompiler.
85481      Branch: perl
85482            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
85483 ____________________________________________________________________________
85484 [  6763] By: jhi                                   on 2000/08/22  13:36:44
85485         Log: Bytecompiler patches from Benjamin Stuhl.
85486      Branch: perl
85487            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
85488            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
85489            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
85490            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85491            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
85492            ! perl.c perlapi.h pod/perldelta.pod
85493 ____________________________________________________________________________
85494 [  6762] By: jhi                                   on 2000/08/21  23:43:40
85495         Log: An obsoleted diagnostic.
85496      Branch: perl
85497            ! pod/perldelta.pod
85498 ____________________________________________________________________________
85499 [  6761] By: jhi                                   on 2000/08/21  23:01:45
85500         Log: The #6759 wasn't quite right.
85501      Branch: perl
85502            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85503            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85504            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85505            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85506            ! t/lib/st-tieditems.t
85507 ____________________________________________________________________________
85508 [  6760] By: jhi                                   on 2000/08/21  22:35:49
85509         Log: Be verydeepclean.
85510      Branch: perl
85511            ! Makefile.SH
85512 ____________________________________________________________________________
85513 [  6759] By: jhi                                   on 2000/08/21  22:25:40
85514         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
85515              From: Peter Prymmer <pvhp@forte.com>
85516              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
85517              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
85518      Branch: perl
85519            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85520            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85521            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85522            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85523            ! t/lib/st-tieditems.t
85524 ____________________________________________________________________________
85525 [  6758] By: jhi                                   on 2000/08/21  22:22:32
85526         Log: Few more casts, need reported in
85527              
85528              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
85529              From: Mike Stok <mike@stok.co.uk>
85530              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
85531              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
85532              
85533              and
85534              
85535              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
85536              From: abigail@foad.org
85537              Date: 21 Aug 2000 21:31:34 -0000
85538              Message-Id: <20000821213134.30170.qmail@foad.org>
85539      Branch: perl
85540            ! ext/Storable/Storable.xs
85541 ____________________________________________________________________________
85542 [  6757] By: jhi                                   on 2000/08/21  18:37:07
85543         Log: Update Changes.
85544      Branch: perl
85545            ! Changes patchlevel.h
85546 ____________________________________________________________________________
85547 [  6756] By: jhi                                   on 2000/08/21  18:34:02
85548         Log: A pod nit.
85549              
85550              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
85551              From: <abigail@foad.org>
85552              Date: Mon, 21 Aug 2000 14:00:16 -0400
85553              Message-ID: <20000821180016.28627.qmail@foad.org>
85554      Branch: perl
85555            ! pod/perlre.pod
85556 ____________________________________________________________________________
85557 [  6755] By: jhi                                   on 2000/08/21  18:30:56
85558         Log: Use PodParser 1.18 new test.
85559      Branch: perl
85560            ! t/pod/special_seqs.t t/pod/special_seqs.xr
85561 ____________________________________________________________________________
85562 [  6754] By: jhi                                   on 2000/08/21  18:28:35
85563         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
85564              patches cannot be applied since #6712 conflicts.
85565      Branch: perl
85566            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
85567 ____________________________________________________________________________
85568 [  6753] By: jhi                                   on 2000/08/21  18:15:11
85569         Log: Weed out some smaller changes.
85570      Branch: perl
85571            ! pod/perldelta.pod
85572 ____________________________________________________________________________
85573 [  6752] By: jhi                                   on 2000/08/21  18:02:30
85574         Log: Also under djgpp the timestamps are funky.
85575      Branch: perl
85576            ! t/op/stat.t
85577 ____________________________________________________________________________
85578 [  6751] By: jhi                                   on 2000/08/21  17:55:56
85579         Log: Tweak the floating point output routine preferences.
85580      Branch: metaconfig
85581            ! U/compline/d_gconvert.U
85582      Branch: perl
85583            ! Configure
85584 ____________________________________________________________________________
85585 [  6750] By: jhi                                   on 2000/08/21  17:51:29
85586         Log: Unicos/mk requires elaborate paranoia.
85587      Branch: perl
85588            ! lib/Math/Complex.pm
85589 ____________________________________________________________________________
85590 [  6749] By: gsar                                  on 2000/08/21  16:53:31
85591         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
85592      Branch: perl
85593            ! lib/Cwd.pm
85594 ____________________________________________________________________________
85595 [  6748] By: gsar                                  on 2000/08/21  16:22:19
85596         Log: free TLS slot properly on Windows
85597      Branch: perl
85598            ! thread.h win32/perllib.c win32/win32thread.h
85599 ____________________________________________________________________________
85600 [  6747] By: jhi                                   on 2000/08/21  16:20:58
85601         Log: Rename the macro argument because some preprocessors
85602              can't tell the difference and expand arguments also inside
85603              double quoted strings.
85604      Branch: perl
85605            ! regcomp.c
85606 ____________________________________________________________________________
85607 [  6746] By: jhi                                   on 2000/08/21  16:09:41
85608         Log: Support long doubles in Storable.
85609              
85610              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
85611              From: Radu Greab <radu@netsoft.ro>
85612              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
85613              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
85614      Branch: perl
85615            ! ext/Storable/Storable.xs
85616 ____________________________________________________________________________
85617 [  6745] By: jhi                                   on 2000/08/21  15:51:40
85618         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
85619              From: "Fifer, Eric" <EFifer@sanwaint.com>
85620              Date: Mon, 21 Aug 2000 15:34:49 +0100
85621              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
85622      Branch: perl
85623            ! t/pragma/warn/9enabled
85624 ____________________________________________________________________________
85625 [  6744] By: jhi                                   on 2000/08/21  15:39:35
85626         Log: Document the endianness of Alpha more precisely.
85627      Branch: perl
85628            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
85629            ! pod/perlport.pod
85630 ____________________________________________________________________________
85631 [  6743] By: jhi                                   on 2000/08/21  14:47:05
85632         Log: perldelta fixes from the p5p crowd.
85633      Branch: perl
85634            ! pod/perldelta.pod pod/perlop.pod
85635 ____________________________________________________________________________
85636 [  6742] By: jhi                                   on 2000/08/21  13:34:51
85637         Log: Update to Pod::LaTeX 0.53.
85638              
85639              Subject: [PATCH] lib/Pod/LaTeX.pm updates
85640              From: Tim Jenness <timj@jach.hawaii.edu>
85641              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
85642              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
85643      Branch: perl
85644            ! lib/Pod/LaTeX.pm
85645 ____________________________________________________________________________
85646 [  6741] By: jhi                                   on 2000/08/21  13:33:01
85647         Log: Subject: [PATCH] os2.c fix for use64bitint
85648              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85649              Date: Mon, 21 Aug 2000 01:32:25 -0700
85650              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
85651      Branch: perl
85652            ! os2/os2.c
85653 ____________________________________________________________________________
85654 [  6740] By: jhi                                   on 2000/08/21  13:28:52
85655         Log: Array context keeps slithering in.
85656              
85657              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
85658              From: Daniel Chetlin <daniel@chetlin.com>
85659              Date: Sun, 20 Aug 2000 21:40:25 -0700
85660              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
85661      Branch: perl
85662            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
85663            ! pod/perldebtut.pod
85664 ____________________________________________________________________________
85665 [  6739] By: jhi                                   on 2000/08/21  13:23:55
85666         Log: Big-endian quad fixes for Storable from Radu Greab,
85667              plus few explicit null casts for picky compilers.
85668      Branch: perl
85669            ! ext/Storable/Storable.xs
85670 ____________________________________________________________________________
85671 [  6738] By: gsar                                  on 2000/08/21  05:56:13
85672         Log: small tweaks for change#6705: avoid C++ style comments in C code;
85673              use Perl's malloc API rather than the low level system one
85674      Branch: perl
85675            ! win32/win32.c
85676 ____________________________________________________________________________
85677 [  6737] By: gsar                                  on 2000/08/21  05:35:41
85678         Log: add Storable to list of extensions on Windows
85679      Branch: perl
85680            ! win32/Makefile win32/makefile.mk
85681 ____________________________________________________________________________
85682 [  6736] By: jhi                                   on 2000/08/21  02:57:53
85683         Log: Update Changes.
85684      Branch: perl
85685            ! Changes patchlevel.h
85686 ____________________________________________________________________________
85687 [  6735] By: jhi                                   on 2000/08/21  02:57:20
85688         Log: Draft 0.
85689      Branch: perl
85690            ! pod/perldelta.pod
85691 ____________________________________________________________________________
85692 [  6734] By: jhi                                   on 2000/08/21  02:57:03
85693         Log: Add Storable 0.7.2 from Raphael Manfredi,
85694              plus the patch from
85695              
85696              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
85697              From: Radu Greab <radu@netsoft.ro>
85698              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
85699              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
85700              
85701              plus changes to get Storable to compile with
85702              picky ANSI compilers.
85703      Branch: perl
85704            + ext/Storable/ChangeLog ext/Storable/MANIFEST
85705            + ext/Storable/Makefile.PL ext/Storable/README
85706            + ext/Storable/Storable.pm ext/Storable/Storable.xs
85707            + ext/Storable/patchlevel.h t/lib/st-06compat.t
85708            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
85709            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
85710            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85711            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85712            + t/lib/st-tieditems.t
85713            ! MANIFEST
85714 ____________________________________________________________________________
85715 [  6733] By: jhi                                   on 2000/08/21  02:29:09
85716         Log: The correct cleaning order is an art.
85717      Branch: perl
85718            ! Makefile.SH
85719 ____________________________________________________________________________
85720 [  6732] By: jhi                                   on 2000/08/21  01:23:39
85721         Log: The #6724 is here.
85722      Branch: perl
85723            ! t/lib/ftmp-security.t
85724 ____________________________________________________________________________
85725 [  6731] By: jhi                                   on 2000/08/20  23:17:03
85726         Log: s/this one/the 5.6.0 release/
85727      Branch: perl
85728            ! pod/perl56delta.pod
85729 ____________________________________________________________________________
85730 [  6730] By: jhi                                   on 2000/08/20  23:07:34
85731         Log: Mention perlebcdic and perlposix-bc.
85732      Branch: perl
85733            ! pod/perlport.pod
85734 ____________________________________________________________________________
85735 [  6729] By: jhi                                   on 2000/08/20  21:32:59
85736         Log: Document the number of exponent digits.
85737      Branch: perl
85738            ! pod/perlfunc.pod
85739 ____________________________________________________________________________
85740 [  6728] By: jhi                                   on 2000/08/20  21:16:47
85741         Log: Use File::Spec->tmpdir().
85742              
85743              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
85744              From: Tim Jenness <timj@jach.hawaii.edu>
85745              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
85746              MIME-Version: 1.0
85747              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
85748      Branch: perl
85749            ! utils/perlbug.PL
85750 ____________________________________________________________________________
85751 [  6727] By: jhi                                   on 2000/08/20  20:43:32
85752         Log: Update Changes.
85753      Branch: perl
85754            ! Changes patchlevel.h
85755 ____________________________________________________________________________
85756 [  6726] By: jhi                                   on 2000/08/20  20:41:44
85757         Log: The veryclean target needs to clobber.
85758      Branch: perl
85759            ! Makefile.SH
85760 ____________________________________________________________________________
85761 [  6725] By: jhi                                   on 2000/08/20  20:37:38
85762         Log: Document odd vs even subreleases and -Dusedevel.
85763      Branch: perl
85764            ! INSTALL
85765 ____________________________________________________________________________
85766 [  6724] By: jhi                                   on 2000/08/20  19:58:05
85767         Log: Use temporary directory instead of current directory.
85768              
85769              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
85770              From: Tim Jenness <timj@jach.hawaii.edu>
85771              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
85772              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
85773      Branch: perl
85774            ! t/lib/ftmp-security.t
85775 ____________________________________________________________________________
85776 [  6723] By: jhi                                   on 2000/08/20  19:55:55
85777         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
85778              From: andreas.koenig@anima.de (Andreas J. Koenig)
85779              Date: 20 Aug 2000 15:52:03 +0200
85780              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
85781      Branch: perl
85782            ! lib/ExtUtils/MM_Unix.pm
85783 ____________________________________________________________________________
85784 [  6722] By: jhi                                   on 2000/08/20  19:46:01
85785         Log: Update to CGI 2.72, from Lincoln Stein.
85786      Branch: perl
85787            ! lib/CGI.pm
85788 ____________________________________________________________________________
85789 [  6721] By: jhi                                   on 2000/08/20  19:43:54
85790         Log: (Replaced by #8364.)
85791              
85792              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
85793              From: Radu Greab <radu@netsoft.ro>
85794              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
85795              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
85796      Branch: perl
85797            ! ext/GDBM_File/GDBM_File.xs
85798 ____________________________________________________________________________
85799 [  6720] By: jhi                                   on 2000/08/20  19:42:01
85800         Log: pp_open() could pass an uninitialized filename down to do_open9().
85801      Branch: perl
85802            ! pp_sys.c
85803 ____________________________________________________________________________
85804 [  6719] By: jhi                                   on 2000/08/20  14:06:41
85805         Log: UTF8 concat fixes.
85806              
85807              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
85808              From: Hugo <hv@crypt.compulink.co.uk>
85809              Date: Sun, 20 Aug 2000 07:30:46 +0100
85810              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
85811      Branch: perl
85812            ! pp_hot.c t/op/append.t
85813 ____________________________________________________________________________
85814 [  6718] By: jhi                                   on 2000/08/20  02:09:37
85815         Log: Let's try #6717 again.
85816      Branch: perl
85817            ! lib/File/Temp.pm
85818 ____________________________________________________________________________
85819 [  6717] By: jhi                                   on 2000/08/20  01:56:55
85820         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
85821              From: "Craig A. Berry" <craig.berry@metamorgs.com>
85822              Date: Sat, 19 Aug 2000 18:15:39 -0500
85823              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
85824      Branch: perl
85825            ! lib/File/Temp.pm
85826 ____________________________________________________________________________
85827 [  6716] By: jhi                                   on 2000/08/19  15:50:11
85828         Log: Update Changes.
85829      Branch: perl
85830            ! Changes patchlevel.h
85831 ____________________________________________________________________________
85832 [  6715] By: jhi                                   on 2000/08/19  15:39:09
85833         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
85834              From: Jonathan D Johnston <jdjohnston2@juno.com>
85835              Date: Thu, 17 Aug 2000 23:13:01 -0400       
85836              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
85837      Branch: perl
85838            ! pod/perlfunc.pod
85839 ____________________________________________________________________________
85840 [  6714] By: jhi                                   on 2000/08/19  15:34:04
85841         Log: Introduce a 'veryclean' target that is like 'distclean'
85842              but also removes *~ and *.orig.
85843      Branch: perl
85844            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
85845            ! utils/Makefile x2p/Makefile.SH
85846 ____________________________________________________________________________
85847 [  6713] By: jhi                                   on 2000/08/19  14:15:45
85848         Log: Put back the long double avoidance code to POSIX.xs
85849              because VMS seems to need it still.
85850      Branch: perl
85851            ! ext/POSIX/POSIX.xs
85852 ____________________________________________________________________________
85853 [  6712] By: jhi                                   on 2000/08/19  14:10:41
85854         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
85855              From: Peter Prymmer <pvhp@forte.com>
85856              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
85857              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
85858      Branch: perl
85859            ! lib/Pod/Find.pm t/pod/find.t
85860 ____________________________________________________________________________
85861 [  6711] By: jhi                                   on 2000/08/19  14:09:19
85862         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
85863              From: Peter Prymmer <pvhp@forte.com>
85864              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
85865              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
85866              cc: vmsperl@perl.org
85867      Branch: perl
85868            ! t/lib/peek.t
85869 ____________________________________________________________________________
85870 [  6710] By: jhi                                   on 2000/08/19  14:08:01
85871         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
85872              From: Jan Dubois <jand@ActiveState.com>
85873              Date: Fri, 18 Aug 2000 16:31:48 -0700
85874              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
85875      Branch: perl
85876            ! win32/win32.c
85877 ____________________________________________________________________________
85878 [  6709] By: jhi                                   on 2000/08/19  14:06:57
85879         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
85880              
85881              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
85882              From: Spider.Boardman@Orb.Nashua.NH.US
85883              Date: Fri, 18 Aug 2000 18:41:14 -0400
85884              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
85885      Branch: perl
85886            ! regcomp.c
85887 ____________________________________________________________________________
85888 [  6708] By: jhi                                   on 2000/08/18  22:04:49
85889         Log: Update Changes.
85890      Branch: perl
85891            ! Changes patchlevel.h
85892 ____________________________________________________________________________
85893 [  6707] By: jhi                                   on 2000/08/18  21:55:14
85894         Log: Add warnif(), check warnings further up the stack,
85895              all the warnings functions now can take an optional object reference.
85896              
85897              Subject: [PATCH bleedperl@6691] warnings pragma update
85898              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
85899              Date: Fri, 18 Aug 2000 22:42:06 +0100
85900              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
85901      Branch: perl
85902            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
85903            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
85904            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
85905 ____________________________________________________________________________
85906 [  6706] By: jhi                                   on 2000/08/18  21:41:45
85907         Log: Typo in pp_complement().
85908              
85909              Subject: [PATCH perl-current] Deparse
85910              From: Peter Scott <Peter@PSDT.com>
85911              Date: Fri, 18 Aug 2000 12:44:37 -0700
85912              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
85913      Branch: perl
85914            ! ext/B/B/Deparse.pm
85915 ____________________________________________________________________________
85916 [  6705] By: jhi                                   on 2000/08/18  21:25:59
85917         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
85918              From: Jan Dubois <jand@ActiveState.com>
85919              Date: Fri, 18 Aug 2000 14:22:51 -0700
85920              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
85921      Branch: perl
85922            ! lib/Win32.pod win32/win32.c
85923 ____________________________________________________________________________
85924 [  6704] By: jhi                                   on 2000/08/18  21:16:14
85925         Log: Don't eat leading os from index entries.
85926              
85927              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
85928              From: Russ Allbery <rra@stanford.edu>
85929              Date: 10 Aug 2000 20:49:25 -0700
85930              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
85931      Branch: perl
85932            ! lib/Pod/Man.pm
85933 ____________________________________________________________________________
85934 [  6703] By: jhi                                   on 2000/08/18  21:07:06
85935         Log: Add [[:blank:]] as suggested in
85936              
85937              Subject: [ID 20000716.024] [=cc=] / [:blank:]
85938              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
85939              Date: Sun, 16 Jul 2000 17:55:29 -0700
85940              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
85941              
85942              (the [=cc=] has already been taken care of by #6439
85943              so the whole bug report can be closed)
85944              
85945              and make [[:space:]] to be equivalent to isspace(3)
85946              (as opposed to \s, which is isSPACE()).  The difference
85947              is that now [[:space:]] matches the mythical vertical tab,
85948              while \s doesn't.
85949      Branch: perl
85950            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
85951            ! regexec.c t/op/pat.t
85952 ____________________________________________________________________________
85953 [  6702] By: jhi                                   on 2000/08/18  18:47:47
85954         Log: The new tests were missing from #6415.
85955      Branch: perl
85956            ! t/op/bop.t
85957 ____________________________________________________________________________
85958 [  6701] By: jhi                                   on 2000/08/18  18:20:40
85959         Log: Document the NDBM_File and ODBM_File as SDBM_File
85960              was documented in #6417.
85961      Branch: perl
85962            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
85963            ! ext/SDBM_File/SDBM_File.pm
85964 ____________________________________________________________________________
85965 [  6700] By: jhi                                   on 2000/08/18  18:10:39
85966         Log: Subject: [PATCH perl@6698] cygwin port
85967              From: "Fifer, Eric" <EFifer@sanwaint.com>
85968              Date: Fri, 18 Aug 2000 17:30:05 +0100
85969              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
85970      Branch: perl
85971            ! lib/File/Temp.pm
85972 ____________________________________________________________________________
85973 [  6699] By: jhi                                   on 2000/08/18  16:21:49
85974         Log: Document code point which makes if (defined %stash::) to work
85975              (noted by Spider Boardman).
85976      Branch: perl
85977            ! op.c
85978 ____________________________________________________________________________
85979 [  6698] By: jhi                                   on 2000/08/18  13:43:27
85980         Log: Update Changes.
85981      Branch: perl
85982            ! Changes patchlevel.h
85983 ____________________________________________________________________________
85984 [  6697] By: jhi                                   on 2000/08/18  13:35:57
85985         Log: Tiny Getopt::Long patch from Johan Vromans.
85986      Branch: perl
85987            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
85988 ____________________________________________________________________________
85989 [  6696] By: jhi                                   on 2000/08/18  13:26:14
85990         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
85991              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
85992              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
85993              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
85994      Branch: perl
85995            ! pod/perldiag.pod pod/perlsyn.pod
85996 ____________________________________________________________________________
85997 [  6695] By: jhi                                   on 2000/08/18  13:13:26
85998         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
85999              From: Daniel Chetlin <daniel@chetlin.com>
86000              Date: Fri, 18 Aug 2000 03:13:36 -0700
86001              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
86002      Branch: perl
86003            ! pod/perlfunc.pod
86004 ____________________________________________________________________________
86005 [  6694] By: jhi                                   on 2000/08/18  13:08:05
86006         Log: Subject: [PATCH] perltrap.pod spring cleaning
86007              From: Daniel Chetlin <daniel@chetlin.com>
86008              Date: Fri, 18 Aug 2000 03:06:54 -0700
86009              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
86010              
86011              plus Mike Guy's nitfix.
86012      Branch: perl
86013            ! pod/perltrap.pod
86014 ____________________________________________________________________________
86015 [  6693] By: jhi                                   on 2000/08/18  13:00:26
86016         Log: Unbuffer the output.
86017              
86018              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
86019              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86020              Date: Thu, 17 Aug 2000 18:39:29 -0700
86021              Message-ID: <RPJn5gzkgydf092yn@efn.org>
86022      Branch: perl
86023            ! t/op/fork.t
86024 ____________________________________________________________________________
86025 [  6692] By: jhi                                   on 2000/08/18  05:19:17
86026         Log: Delete the image, too, not just its MANIFEStation.
86027      Branch: perl
86028            - lib/CGI/eg/wilogo.gif
86029 ____________________________________________________________________________
86030 [  6691] By: jhi                                   on 2000/08/18  05:10:26
86031         Log: Propagate new Configure vars.
86032      Branch: perl
86033            ! configure.com epoc/config.sh uconfig.h uconfig.sh
86034            ! vos/config.def vos/config.h vos/config_h.SH_orig
86035            ! win32/config.bc win32/config.gc win32/config.vc
86036            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
86037 ____________________________________________________________________________
86038 [  6690] By: jhi                                   on 2000/08/18  04:30:56
86039         Log: Update Changes.
86040      Branch: perl
86041            ! Changes patchlevel.h
86042 ____________________________________________________________________________
86043 [  6689] By: jhi                                   on 2000/08/18  04:12:30
86044         Log: Fix the lib/complex failure of
86045              
86046              From: abigail@foad.org
86047              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
86048              Date: 15 Aug 2000 04:06:38 -0000
86049              Message-Id: <20000815040638.8524.qmail@foad.org> 
86050              
86051              Linux long double accuracy issue: something that
86052              when printed with %g looks like "2" but int() of it is 1.
86053      Branch: perl
86054            ! lib/Math/Complex.pm
86055 ____________________________________________________________________________
86056 [  6688] By: jhi                                   on 2000/08/18  03:15:35
86057         Log: The byteorder code in #6671 was wrong.
86058      Branch: perl
86059            ! configpm
86060 ____________________________________________________________________________
86061 [  6687] By: jhi                                   on 2000/08/18  02:08:42
86062         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
86063              From: Jan Dubois <jand@ActiveState.com>
86064              Date: Thu, 17 Aug 2000 18:31:55 -0700
86065              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
86066      Branch: perl
86067            ! sv.c
86068 ____________________________________________________________________________
86069 [  6686] By: jhi                                   on 2000/08/18  02:04:15
86070         Log: Use NVs in POSIX math, not doubles.
86071              
86072              From: abigail@foad.org
86073              Subject: [ID 20000817.014] POSIX & modfl
86074              Date: 17 Aug 2000 20:49:18 -0000
86075              Message-Id: <20000817204918.23123.qmail@foad.org>
86076      Branch: perl
86077            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
86078 ____________________________________________________________________________
86079 [  6685] By: jhi                                   on 2000/08/18  02:02:12
86080         Log: Introduce NVef, NVff, and NVgf, use the middle one.
86081              (helps for lib/peek + Linux + long doubles)  Reported in
86082              
86083              From: abigail@foad.org
86084              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
86085              Date: 15 Aug 2000 04:06:38 -0000
86086              Message-Id: <20000815040638.8524.qmail@foad.org> 
86087              
86088              (note: the lib/complex failure has not yet been addressed)
86089      Branch: metaconfig/U/perl
86090            ! perlxvf.U
86091      Branch: perl
86092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86093            ! config_h.SH dump.c perl.h pod/perlguts.pod
86094 ____________________________________________________________________________
86095 [  6684] By: jhi                                   on 2000/08/17  23:22:19
86096         Log: Add byteorder to the myconfig output.
86097      Branch: perl
86098            ! myconfig.SH
86099 ____________________________________________________________________________
86100 [  6683] By: jhi                                   on 2000/08/17  23:20:19
86101         Log: The image doth not exist, spotted by Johan Vromans.
86102      Branch: perl
86103            ! MANIFEST
86104 ____________________________________________________________________________
86105 [  6682] By: jhi                                   on 2000/08/17  22:38:16
86106         Log: Document what the backtick returns if the command fails.
86107      Branch: perl
86108            ! pod/perlop.pod
86109 ____________________________________________________________________________
86110 [  6681] By: jhi                                   on 2000/08/17  22:33:12
86111         Log: Do not use prototyping here.
86112              
86113              Subject: [ID 20000817.016] [PATCH] Peek.xs
86114              From: abigail@foad.org
86115              Date: 17 Aug 2000 20:55:56 -0000
86116              Message-Id: <20000817205556.24270.qmail@foad.org>
86117      Branch: perl
86118            ! ext/Devel/Peek/Makefile.PL
86119 ____________________________________________________________________________
86120 [  6680] By: jhi                                   on 2000/08/17  19:46:43
86121         Log: Don't propose using modules built for 5.005 if no binary
86122              compatibility with 5.005 is attempted.
86123              
86124              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
86125              Subject: Minor nit with 5.7.0 (6655)
86126              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
86127              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
86128      Branch: metaconfig
86129            ! U/installdirs/inc_version_list.U
86130      Branch: perl
86131            ! Configure config_h.SH
86132 ____________________________________________________________________________
86133 [  6679] By: jhi                                   on 2000/08/17  19:16:39
86134         Log: Microperl config update.
86135      Branch: perl
86136            ! uconfig.h uconfig.sh
86137 ____________________________________________________________________________
86138 [  6678] By: jhi                                   on 2000/08/17  19:16:13
86139         Log: The #6648 wasn't protective enough for limited platforms
86140              (like microperl).
86141      Branch: perl
86142            ! dump.c sv.c
86143 ____________________________________________________________________________
86144 [  6677] By: jhi                                   on 2000/08/17  14:46:35
86145         Log: Update Changes.
86146      Branch: perl
86147            ! Changes patchlevel.h
86148 ____________________________________________________________________________
86149 [  6676] By: jhi                                   on 2000/08/17  14:44:02
86150         Log: Add perlebcdic from Peter Prymmer, regen toc.
86151      Branch: perl
86152            + pod/perlebcdic.pod
86153            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86154 ____________________________________________________________________________
86155 [  6675] By: jhi                                   on 2000/08/17  14:41:52
86156         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
86157      Branch: perl
86158            ! pod/perldebtut.pod
86159 ____________________________________________________________________________
86160 [  6674] By: jhi                                   on 2000/08/17  14:29:43
86161         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
86162              
86163              Subject: [ID 20000724.006] -DLEAKTEST problem
86164              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
86165              Date: Tue, 25 Jul 2000 00:36:32 -0500
86166              Message-Id: <20000725003632.A26186@www.llamacom.com>
86167              
86168              Reminder sent
86169              
86170              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
86171              From: Hugo <hv@crypt.compulink.co.uk>
86172              Date: Thu, 17 Aug 2000 15:23:42 +0100
86173              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
86174      Branch: perl
86175            ! util.c
86176 ____________________________________________________________________________
86177 [  6673] By: jhi                                   on 2000/08/17  04:07:10
86178         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
86179              From: John Peacock <JPeacock@UnivPress.com>
86180              Date: Tue, 01 Aug 2000 09:38:12 -0400
86181              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
86182      Branch: perl
86183            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
86184 ____________________________________________________________________________
86185 [  6672] By: jhi                                   on 2000/08/17  03:04:35
86186         Log: Subject: [PATCH] Cwd.pm now uses strict
86187              From: Tim Jenness <timj@jach.hawaii.edu>
86188              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
86189              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
86190      Branch: perl
86191            ! lib/Cwd.pm
86192 ____________________________________________________________________________
86193 [  6671] By: jhi                                   on 2000/08/17  02:16:35
86194         Log: Make $Config{byteorder} more magical so that it is
86195              dynamically computed: nice for 'fat binaries'.
86196              
86197              Subject: [PATCH]: default byteorder
86198              From: Wilfredo Sánchez <wsanchez@apple.com>
86199              Date: Mon, 31 Jul 2000 19:45:31 -0700
86200              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
86201      Branch: perl
86202            ! configpm
86203 ____________________________________________________________________________
86204 [  6670] By: gsar                                  on 2000/08/17  01:22:21
86205         Log: move WNOHANG definition to where other such things are
86206      Branch: perl
86207            ! win32/win32.h
86208 ____________________________________________________________________________
86209 [  6669] By: jhi                                   on 2000/08/17  01:19:17
86210         Log: Update Changes.
86211      Branch: perl
86212            ! Changes patchlevel.h
86213 ____________________________________________________________________________
86214 [  6668] By: jhi                                   on 2000/08/17  01:16:29
86215         Log: Doc nits spotted by Richard Soderberg.
86216      Branch: perl
86217            ! README.posix-bc README.vmesa
86218 ____________________________________________________________________________
86219 [  6667] By: jhi                                   on 2000/08/17  01:12:11
86220         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
86221              From: "Casey R. Tweten" <crt@kiski.net>
86222              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
86223              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
86224      Branch: perl
86225            ! pod/perldebtut.pod
86226 ____________________________________________________________________________
86227 [  6666] By: jhi                                   on 2000/08/17  01:09:31
86228         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
86229              From: "Casey R. Tweten" <crt@kiski.net>
86230              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
86231              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
86232      Branch: perl
86233            ! lib/Shell.pm
86234 ____________________________________________________________________________
86235 [  6665] By: gsar                                  on 2000/08/17  01:03:52
86236         Log: add "ok" targets from change#6632 in makefile.mk
86237      Branch: perl
86238            ! pod/perlport.pod win32/Makefile win32/makefile.mk
86239 ____________________________________________________________________________
86240 [  6664] By: gsar                                  on 2000/08/17  00:56:11
86241         Log: avoid warnings from dense compiler
86242      Branch: perl
86243            ! win32/win32.c
86244 ____________________________________________________________________________
86245 [  6663] By: jhi                                   on 2000/08/17  00:51:49
86246         Log: Tweak the regex compilation errors once more.
86247      Branch: perl
86248            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
86249            ! t/op/regmesg.t t/pragma/warn/regcomp
86250 ____________________________________________________________________________
86251 [  6662] By: gsar                                  on 2000/08/17  00:28:19
86252         Log: trailing new %ENV entries weren't being pushed into the real
86253              environment of subprocesses on Windows
86254      Branch: perl
86255            ! t/op/magic.t win32/perlhost.h
86256 ____________________________________________________________________________
86257 [  6661] By: gsar                                  on 2000/08/17  00:19:20
86258         Log: waitpid() now handles externally spawned pids correctly;
86259              fixes for backtick/wait/waitpid failures on Windows 9x
86260              
86261              these changes make the pid returned by process functions on
86262              Windows 9x always positive by clearing the high bit (which
86263              is always set on Win9x); pseudo-process PIDs are likewise
86264              always negative now on Win9x (just as on NT/2000)
86265      Branch: perl
86266            ! pp_sys.c win32/perlhost.h win32/win32.c
86267 ____________________________________________________________________________
86268 [  6660] By: jhi                                   on 2000/08/17  00:04:32
86269         Log: Retract #6645.
86270      Branch: perl
86271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86272            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86273            ! t/op/sprintf.t
86274 ____________________________________________________________________________
86275 [  6659] By: gsar                                  on 2000/08/16  23:59:28
86276         Log: on windows, the return values from wait() and waitpid() don't
86277              match those of pseudo-pids
86278      Branch: perl
86279            ! pp_sys.c t/op/fork.t util.c win32/win32.c
86280 ____________________________________________________________________________
86281 [  6658] By: gsar                                  on 2000/08/16  23:56:14
86282         Log: pod nit seen in passing
86283      Branch: perl
86284            ! pod/perlfunc.pod
86285 ____________________________________________________________________________
86286 [  6657] By: gsar                                  on 2000/08/16  23:53:42
86287         Log: change#6328 could make close(SOCKET) return false on windows
86288              when it shouldn't
86289      Branch: perl
86290            ! win32/win32sck.c
86291 ____________________________________________________________________________
86292 [  6656] By: gsar                                  on 2000/08/16  23:46:57
86293         Log: check that the number pseudo children doesn't exceed
86294              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
86295              the WaitForMultipleObjects() limit that would cause wait()
86296              to crash)
86297              
86298              wait() and waitpid() could potentially be rewritten to use
86299              more than one thread to do the waiting to eliminate this
86300              limitation
86301      Branch: perl
86302            ! win32/perlhost.h
86303 ____________________________________________________________________________
86304 [  6655] By: jhi                                   on 2000/08/16  14:11:05
86305         Log: Update Changes.
86306      Branch: perl
86307            ! Changes patchlevel.h
86308 ____________________________________________________________________________
86309 [  6654] By: jhi                                   on 2000/08/16  14:10:12
86310         Log: Update to perldebtut 1.9, from Richard Foley.
86311      Branch: perl
86312            ! pod/perldebtut.pod
86313 ____________________________________________________________________________
86314 [  6653] By: jhi                                   on 2000/08/16  14:08:17
86315         Log: Change the regx compilation error markers to use = instead of <
86316              since pod makes using the latter quite messy.  Reported in
86317              ID 20000814.006 by Abigail and in
86318              Subject: Unknown escape E<> ?
86319              From: Lupe Christoph <lupe@lupe-christoph.de>
86320              Date: Fri, 11 Aug 2000 00:30:27 +0200
86321              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
86322      Branch: perl
86323            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
86324            ! t/op/regmesg.t t/pragma/warn/regcomp
86325 ____________________________________________________________________________
86326 [  6652] By: jhi                                   on 2000/08/16  13:25:31
86327         Log: Change the perlbug address to perl.org since it's more forgiving.
86328              
86329              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
86330              From: abigail@foad.org
86331              Date: 15 Aug 2000 04:15:40 -0000
86332              Message-Id: <20000815041540.8633.qmail@foad.org>
86333      Branch: perl
86334            ! utils/perlbug.PL
86335 ____________________________________________________________________________
86336 [  6651] By: jhi                                   on 2000/08/16  13:22:35
86337         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
86338              From: Tim Jenness <timj@jach.hawaii.edu>
86339              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
86340              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
86341      Branch: perl
86342            ! lib/Cwd.pm
86343 ____________________________________________________________________________
86344 [  6650] By: jhi                                   on 2000/08/16  13:18:13
86345         Log: Update to CPAN 1.57.
86346              
86347              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
86348              From: andreas.koenig@anima.de (Andreas J. Koenig)
86349              Date: 16 Aug 2000 15:09:46 +0200
86350              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
86351      Branch: perl
86352            ! lib/CPAN.pm
86353 ____________________________________________________________________________
86354 [  6649] By: jhi                                   on 2000/08/16  13:12:31
86355         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
86356              From: "Larry W. Virden" <lvirden@cas.org>
86357              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
86358              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
86359      Branch: perl
86360            ! README.hpux
86361 ____________________________________________________________________________
86362 [  6648] By: jhi                                   on 2000/08/16  13:03:53
86363         Log: The numeric locale was reset to "C" by s?printf and never restored.
86364              
86365              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86366              From: Christian Kirsch <ck@held.mind.de>
86367              Date: Wed, 9 Aug 2000 17:05:17 +0200
86368              Message-Id: <20000809170517.A25389@held>
86369              
86370              No test since adding the failing example to locale.t
86371              does not fail -- probably because the locale settings are so
86372              thoroughly tweaked by that time.  Running the example standalone
86373              does fail, though.  UPDATE: test case added at change #7540.
86374      Branch: perl
86375            ! dump.c perl.h pp.c pp_ctl.c sv.c
86376 ____________________________________________________________________________
86377 [  6647] By: jhi                                   on 2000/08/16  00:07:54
86378         Log: Update Changes and test semi-automatic patchlevel updating.
86379      Branch: perl
86380            ! Changes patchlevel.h
86381 ____________________________________________________________________________
86382 [  6646] By: jhi                                   on 2000/08/15  23:35:07
86383         Log: Fix a dependency problem.
86384              
86385              Subject: [PATCH: 6640] VMS Makefile.SH update
86386              From: Peter Prymmer <pvhp@forte.com>
86387              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
86388              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
86389      Branch: perl
86390            ! vms/descrip_mms.template
86391 ____________________________________________________________________________
86392 [  6645] By: jhi                                   on 2000/08/15  23:33:23
86393         Log: (Retracted by #6660)
86394              
86395              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
86396              From: Dominic Dunlop <domo@computer.org>
86397              Date: Tue, 15 Aug 2000 22:20:52 +0200
86398              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
86399      Branch: metaconfig/U/perl
86400            + d_printfed.U
86401      Branch: perl
86402            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86403            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86404            ! t/op/sprintf.t
86405 ____________________________________________________________________________
86406 [  6644] By: jhi                                   on 2000/08/15  21:17:20
86407         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
86408              From: abigail@foad.org
86409              Date: 15 Aug 2000 20:12:41 -0000
86410              Message-Id: <20000815201241.25556.qmail@foad.org>
86411      Branch: perl
86412            ! INSTALL
86413 ____________________________________________________________________________
86414 [  6643] By: jhi                                   on 2000/08/15  21:15:28
86415         Log: (an already applied patch)
86416      Branch: perl
86417            ! lib/CGI.pm
86418 ____________________________________________________________________________
86419 [  6642] By: gsar                                  on 2000/08/15  19:54:05
86420         Log: magic callbacks all need to have same type signature
86421      Branch: perl
86422            ! embed.pl mg.c proto.h
86423 ____________________________________________________________________________
86424 [  6641] By: jhi                                   on 2000/08/15  17:56:27
86425         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)
86426              From: Mike Guy <mjtg@cam.ac.uk>
86427              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
86428              Date: Tue, 15 Aug 2000 18:26:45 +0100
86429              
86430              Only the peek.t part applied, not the hash quality part.
86431      Branch: perl
86432            ! t/lib/peek.t
86433 ____________________________________________________________________________
86434 [  6640] By: jhi                                   on 2000/08/15  16:37:37
86435         Log: Update Changes.
86436      Branch: perl
86437            ! Changes
86438 ____________________________________________________________________________
86439 [  6639] By: jhi                                   on 2000/08/15  16:34:55
86440         Log: Missed a file from #6638.
86441      Branch: perl
86442            ! lib/File/Temp.pm
86443 ____________________________________________________________________________
86444 [  6638] By: jhi                                   on 2000/08/15  16:33:19
86445         Log: Subject: [PATCH perl@6620] cygwin port
86446              From: "Fifer, Eric" <EFifer@sanwaint.com>
86447              Date: Tue, 15 Aug 2000 17:00:49 +0100
86448              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
86449      Branch: perl
86450            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
86451 ____________________________________________________________________________
86452 [  6637] By: jhi                                   on 2000/08/15  16:29:22
86453         Log: Subject: [PATCH] debugger exit code should reflect user exit code
86454              From: Mike Guy <mjtg@cam.ac.uk>
86455              Date: Tue, 15 Aug 2000 16:55:59 +0100
86456              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
86457      Branch: perl
86458            ! lib/perl5db.pl
86459 ____________________________________________________________________________
86460 [  6636] By: jhi                                   on 2000/08/15  15:30:58
86461         Log: Update Changes.
86462      Branch: perl
86463            ! Changes
86464 ____________________________________________________________________________
86465 [  6635] By: jhi                                   on 2000/08/15  15:27:21
86466         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
86467      Branch: metaconfig
86468            ! U/mkglossary U/mksample
86469      Branch: metaconfig/U/perl
86470            ! Devel.U
86471      Branch: perl
86472            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86473 ____________________________________________________________________________
86474 [  6634] By: jhi                                   on 2000/08/15  14:11:55
86475         Log: Don't blow limited stacks, a lower number is enough to
86476              tickle the lookbehind limit.
86477              
86478              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
86479              From: Dominic Dunlop <domo@computer.org>
86480              Date: Tue, 15 Aug 2000 13:51:24 +0200
86481              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
86482      Branch: perl
86483            ! t/op/regmesg.t
86484 ____________________________________________________________________________
86485 [  6633] By: jhi                                   on 2000/08/15  14:01:46
86486         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
86487              From: Mike Guy <mjtg@cam.ac.uk>
86488              Date: Tue, 15 Aug 2000 12:10:50 +0100
86489              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
86490      Branch: perl
86491            ! utils/perldoc.PL
86492 ____________________________________________________________________________
86493 [  6632] By: jhi                                   on 2000/08/15  13:58:48
86494         Log: make ok etc also for win32.
86495              
86496              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
86497              From: Prymmer/Kahn <pvhp@best.com>
86498              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
86499              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
86500      Branch: perl
86501            ! win32/Makefile
86502 ____________________________________________________________________________
86503 [  6631] By: jhi                                   on 2000/08/15  13:45:03
86504         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
86505      Branch: perl
86506            ! lib/Test.pm
86507 ____________________________________________________________________________
86508 [  6630] By: jhi                                   on 2000/08/15  03:25:09
86509         Log: Update Changes.
86510      Branch: perl
86511            ! Changes
86512 ____________________________________________________________________________
86513 [  6629] By: jhi                                   on 2000/08/15  03:23:53
86514         Log: magic_regdatum_set() is void, not int.
86515      Branch: perl
86516            ! embed.pl mg.c proto.h
86517 ____________________________________________________________________________
86518 [  6628] By: jhi                                   on 2000/08/15  03:08:02
86519         Log: Make the user to give up his firstborn, err, to knowingly
86520              verify installing an unstable developer release.  Also bump
86521              the release to 5.7.0, but leave a patch tag in the local
86522              patches saying that this is not yet the real thing.
86523      Branch: metaconfig
86524            ! U/modified/Instruct.U
86525      Branch: metaconfig/U/perl
86526            + Devel.U
86527      Branch: perl
86528            ! Configure patchlevel.h
86529 ____________________________________________________________________________
86530 [  6627] By: jhi                                   on 2000/08/14  22:32:52
86531         Log: README.os2 update.
86532              
86533              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
86534              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86535              Date: Wed, 02 Aug 2000 21:55:09 -0700
86536              Message-ID: <tsPi5gzkgegX092yn@efn.org>
86537      Branch: perl
86538            ! README.os2
86539 ____________________________________________________________________________
86540 [  6626] By: jhi                                   on 2000/08/14  21:00:02
86541         Log: Subject: Re: File::Temp problems on VMS in bleedperl
86542              From: Tim Jenness <timj@jach.hawaii.edu>
86543              cc: vmsperl@perl.org
86544              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
86545              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
86546      Branch: perl
86547            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
86548 ____________________________________________________________________________
86549 [  6625] By: jhi                                   on 2000/08/14  20:52:16
86550         Log: Add SUIDMAIL as was done for the CERT alert.
86551      Branch: perl
86552            ! patchlevel.h
86553 ____________________________________________________________________________
86554 [  6624] By: jhi                                   on 2000/08/14  20:48:50
86555         Log: Subject: sfio2000
86556              From: Daniel Muino <dmuino@afip.gov.ar>
86557              Date: Mon, 14 Aug 2000 16:58:11 -0300
86558              Message-ID: <20000814165811.B16368@con2-dgi>
86559      Branch: perl
86560            ! perlsdio.h perlsfio.h
86561 ____________________________________________________________________________
86562 [  6623] By: jhi                                   on 2000/08/14  20:47:36
86563         Log: Subject: warning: storage class after type is obsolescent
86564              From: Daniel Muino <dmuino@afip.gov.ar>
86565              Date: Mon, 14 Aug 2000 16:42:47 -0300
86566              Message-ID: <20000814164247.A16368@con2-dgi>
86567      Branch: perl
86568            ! regcomp.pl regnodes.h
86569 ____________________________________________________________________________
86570 [  6622] By: jhi                                   on 2000/08/14  20:43:05
86571         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
86572              From: abigail@foad.org
86573              Date: 14 Aug 2000 20:00:10 -0000
86574              Message-Id: <20000814200010.27271.qmail@foad.org>
86575      Branch: perl
86576            ! Changes
86577 ____________________________________________________________________________
86578 [  6621] By: jhi                                   on 2000/08/14  15:23:05
86579         Log: Update Changes.
86580      Branch: perl
86581            ! Changes
86582 ____________________________________________________________________________
86583 [  6620] By: jhi                                   on 2000/08/14  15:22:14
86584         Log: Subject: Re: [PATCH] @+, @- readonly
86585              From: Mike Guy <mjtg@cam.ac.uk>
86586              Date: Mon, 14 Aug 2000 15:26:55 +0100
86587              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
86588      Branch: perl
86589            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
86590            ! sv.c t/op/pat.t
86591 ____________________________________________________________________________
86592 [  6619] By: jhi                                   on 2000/08/14  14:12:08
86593         Log: Update Changes.
86594      Branch: perl
86595            ! Changes
86596 ____________________________________________________________________________
86597 [  6618] By: jhi                                   on 2000/08/14  14:09:34
86598         Log: For now remove the mail code.
86599      Branch: perl
86600            ! perl.c
86601 ____________________________________________________________________________
86602 [  6617] By: jhi                                   on 2000/08/14  14:08:28
86603         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
86604      Branch: perl
86605            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
86606            ! pod/perlfaq8.pod pod/perlsec.pod
86607 ____________________________________________________________________________
86608 [  6616] By: jhi                                   on 2000/08/14  14:00:11
86609         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86610              From: Mike Guy <mjtg@cam.ac.uk>
86611              Date: Mon, 14 Aug 2000 08:26:02 +0100
86612              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
86613      Branch: perl
86614            ! lib/perl5db.pl
86615 ____________________________________________________________________________
86616 [  6615] By: jhi                                   on 2000/08/14  13:58:45
86617         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
86618              From: Mike Guy <mjtg@cam.ac.uk>
86619              Date: Mon, 14 Aug 2000 08:04:22 +0100
86620              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
86621      Branch: perl
86622            ! gv.c mg.c t/op/pat.t
86623 ____________________________________________________________________________
86624 [  6614] By: jhi                                   on 2000/08/14  13:56:45
86625         Log: Subject: Test fails / warnings with perl-current #6612
86626              From: Mike Guy <mjtg@cam.ac.uk>
86627              Date: Mon, 14 Aug 2000 07:57:23 +0100
86628              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
86629      Branch: perl
86630            ! t/lib/b.t t/lib/peek.t
86631 ____________________________________________________________________________
86632 [  6613] By: jhi                                   on 2000/08/14  13:45:33
86633         Log: VMS configure.com update continues.
86634      Branch: perl
86635            - vms/configure.com
86636            ! MANIFEST configure.com
86637 ____________________________________________________________________________
86638 [  6612] By: jhi                                   on 2000/08/13  22:13:35
86639         Log: Update Changes.
86640      Branch: perl
86641            ! Changes
86642 ____________________________________________________________________________
86643 [  6611] By: jhi                                   on 2000/08/13  16:21:45
86644         Log: Upgrade to CGI 2.71, from Lincoln Stein.
86645      Branch: perl
86646            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
86647 ____________________________________________________________________________
86648 [  6610] By: jhi                                   on 2000/08/13  15:09:16
86649         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
86650              From: Mike Guy <mjtg@cam.ac.uk>
86651              Date: Sun, 13 Aug 2000 13:45:51 +0100
86652              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
86653      Branch: perl
86654            ! t/op/regmesg.t
86655 ____________________________________________________________________________
86656 [  6609] By: jhi                                   on 2000/08/13  14:31:26
86657         Log: Andreas says that 1.56 is fine, so reverting back to it.
86658      Branch: perl
86659            ! lib/CPAN.pm
86660 ____________________________________________________________________________
86661 [  6608] By: jhi                                   on 2000/08/13  05:34:20
86662         Log: Update Changes.
86663      Branch: perl
86664            ! Changes
86665 ____________________________________________________________________________
86666 [  6607] By: jhi                                   on 2000/08/13  05:32:01
86667         Log: Put back the \z changes of #5406 to CPAN.pm.
86668      Branch: perl
86669            ! lib/CPAN.pm
86670 ____________________________________________________________________________
86671 [  6606] By: jhi                                   on 2000/08/13  05:20:16
86672         Log: Fix-n-skip the tests under 5005threads.
86673      Branch: perl
86674            ! t/lib/b.t
86675 ____________________________________________________________________________
86676 [  6605] By: jhi                                   on 2000/08/13  05:07:48
86677         Log: Fix the test for 5005threads.
86678      Branch: perl
86679            ! t/lib/peek.t
86680 ____________________________________________________________________________
86681 [  6604] By: jhi                                   on 2000/08/13  03:35:37
86682         Log: Should have deleted this in #6603.
86683      Branch: perl
86684            - vms/subconfigure.com
86685 ____________________________________________________________________________
86686 [  6603] By: jhi                                   on 2000/08/12  18:29:32
86687         Log: Rewrite of vms/subconfigure.com as configure.com,
86688              from Peter Prymmer and the vmsperl crew.
86689      Branch: perl
86690            + vms/configure.com
86691            ! MANIFEST
86692 ____________________________________________________________________________
86693 [  6602] By: jhi                                   on 2000/08/11  13:00:01
86694         Log: PlainText.pm is dead.
86695      Branch: perl
86696            - lib/Pod/PlainText.pm
86697            ! MANIFEST
86698 ____________________________________________________________________________
86699 [  6601] By: jhi                                   on 2000/08/11  04:06:45
86700         Log: Update Changes.
86701      Branch: perl
86702            ! Changes
86703 ____________________________________________________________________________
86704 [  6600] By: jhi                                   on 2000/08/11  04:06:10
86705         Log: Add a few missing files, update MANIFEST.
86706      Branch: perl
86707            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
86708            + lib/Pod/PlainText.pm t/pod/find.t
86709            ! MANIFEST t/op/regmesg.t
86710 ____________________________________________________________________________
86711 [  6599] By: jhi                                   on 2000/08/11  03:31:10
86712         Log: Add Perl debugging tutorial, regen toc. 
86713              
86714              Subject: perldebtut.pod
86715              From: Richard Foley <Richard.Foley@m.dasa.de>
86716              Date: Wed, 09 Aug 2000 10:17:15 +0200
86717              Message-id: <3991138B.262247B8@m.dasa.de>
86718      Branch: perl
86719            + pod/perldebtut.pod
86720            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86721 ____________________________________________________________________________
86722 [  6598] By: jhi                                   on 2000/08/11  02:48:56
86723         Log: tiny Changes edit
86724      Branch: perl
86725            ! Changes
86726 ____________________________________________________________________________
86727 [  6597] By: jhi                                   on 2000/08/11  02:39:04
86728         Log: Tests for #6589.
86729              
86730              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86731              From: simon@brecon.co.uk (Simon Cozens)
86732              Date: 11 Aug 2000 02:24:52 GMT
86733              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
86734      Branch: perl
86735            ! t/lib/b.t
86736 ____________________________________________________________________________
86737 [  6596] By: jhi                                   on 2000/08/11  01:50:07
86738         Log: Update Changes.
86739      Branch: perl
86740            ! Changes
86741 ____________________________________________________________________________
86742 [  6595] By: jhi                                   on 2000/08/11  01:47:16
86743         Log: nitfix
86744      Branch: perl
86745            ! Changes
86746 ____________________________________________________________________________
86747 [  6594] By: jhi                                   on 2000/08/11  01:36:16
86748         Log: Subject: Getting perlio and threads to compile
86749              From: Lupe Christoph <lupe@lupe-christoph.de>
86750              Date: Wed, 9 Aug 2000 11:35:54 +0200
86751              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
86752              
86753              (the Solaris version changes in Configure skipped)
86754      Branch: perl
86755            ! hints/solaris_2.sh thread.h
86756 ____________________________________________________________________________
86757 [  6593] By: jhi                                   on 2000/08/11  01:30:16
86758         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
86759              From: simon@brecon.co.uk (Simon Cozens)
86760              Date: 1 Aug 2000 06:55:19 GMT
86761              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
86762      Branch: perl
86763            ! lib/utf8.pm
86764 ____________________________________________________________________________
86765 [  6592] By: jhi                                   on 2000/08/11  01:26:39
86766         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
86767              From: Peter Scott <Peter@PeterScott.com>
86768              Date: Thu, 10 Aug 2000 08:23:27 -0700
86769              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
86770      Branch: perl
86771            ! lib/perl5db.pl
86772 ____________________________________________________________________________
86773 [  6591] By: jhi                                   on 2000/08/11  01:22:02
86774         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
86775              From: Hugo <hv@crypt.compulink.co.uk>
86776              Date: Thu, 10 Aug 2000 19:23:04 +0100
86777              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
86778      Branch: perl
86779            ! regexec.c t/op/pat.t
86780 ____________________________________________________________________________
86781 [  6590] By: jhi                                   on 2000/08/11  01:19:19
86782         Log: Preprocessing and postprocessing for File::Find.
86783              
86784              Subject: Patch to Find::File.pm to allow alphabetical results
86785              From: Joe Smith <jsmith@inwap.com>
86786              Date: Wed, 9 Aug 2000 02:44:54 -0700
86787              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
86788      Branch: perl
86789            ! lib/File/Find.pm
86790 ____________________________________________________________________________
86791 [  6589] By: jhi                                   on 2000/08/11  01:12:39
86792         Log: B::Deparse didn't do sub attributes.
86793              
86794              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86795              From: simon@brecon.co.uk (Simon Cozens)
86796              Date: 9 Aug 2000 04:49:20 GMT
86797              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
86798      Branch: perl
86799            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
86800 ____________________________________________________________________________
86801 [  6588] By: jhi                                   on 2000/08/11  01:06:40
86802         Log: Subject: debugger "d" command doesnt check line number
86803              From: Mike Guy <mjtg@cam.ac.uk>
86804              Date: Tue, 08 Aug 2000 21:54:29 +0100
86805              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
86806      Branch: perl
86807            ! lib/perl5db.pl mg.c pod/perldiag.pod
86808 ____________________________________________________________________________
86809 [  6587] By: jhi                                   on 2000/08/11  00:45:03
86810         Log: sleep(1) does not necessarily return 1.
86811              
86812              Subject: [PATCH bleadperl] op/lex_assign.t  
86813              From: Hugo <hv@crypt.compulink.co.uk>
86814              Date: Thu, 03 Aug 2000 14:34:22 +0100        
86815              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
86816      Branch: perl
86817            ! t/op/lex_assign.t
86818 ____________________________________________________________________________
86819 [  6586] By: jhi                                   on 2000/08/11  00:31:50
86820         Log: Document the IO::Select timeout.
86821      Branch: perl
86822            ! ext/IO/lib/IO/Select.pm
86823 ____________________________________________________________________________
86824 [  6585] By: jhi                                   on 2000/08/11  00:13:54
86825         Log: Forgot contributor.
86826      Branch: perl
86827            ! Changes
86828 ____________________________________________________________________________
86829 [  6584] By: jhi                                   on 2000/08/11  00:09:19
86830         Log: detypo
86831      Branch: perl
86832            ! Changes
86833 ____________________________________________________________________________
86834 [  6583] By: jhi                                   on 2000/08/11  00:07:53
86835         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
86836              
86837              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
86838              From: Mike Guy <mjtg@cam.ac.uk> 
86839              Date: Thu, 10 Aug 2000 15:50:54 +0100
86840              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
86841      Branch: perl
86842            ! sv.c t/op/int.t
86843 ____________________________________________________________________________
86844 [  6582] By: jhi                                   on 2000/08/10  23:29:32
86845         Log: Update Changes.
86846      Branch: perl
86847            ! Changes
86848 ____________________________________________________________________________
86849 [  6581] By: jhi                                   on 2000/08/10  23:26:16
86850         Log: Put back the std @INC thing.
86851      Branch: perl
86852            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
86853            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
86854            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
86855            ! t/lib/gol-oo.t
86856 ____________________________________________________________________________
86857 [  6580] By: jhi                                   on 2000/08/10  23:03:34
86858         Log: Update to CGI 2.70, from Lincoln Stein.
86859      Branch: perl
86860            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
86861            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
86862            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
86863            ! t/lib/cgi-request.t
86864 ____________________________________________________________________________
86865 [  6579] By: jhi                                   on 2000/08/10  22:41:50
86866         Log: Update to CPAN 1.56, from Andreas König.
86867      Branch: perl
86868            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
86869 ____________________________________________________________________________
86870 [  6578] By: jhi                                   on 2000/08/10  22:38:13
86871         Log: Update to Pod::Parser 1.17, from Brad Appleton.
86872      Branch: perl
86873            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
86874            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
86875            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
86876            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
86877            ! t/pod/include.t t/pod/included.t t/pod/lref.t
86878            ! t/pod/multiline_items.t t/pod/nested_items.t
86879            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
86880            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
86881            ! t/pod/special_seqs.t
86882 ____________________________________________________________________________
86883 [  6577] By: jhi                                   on 2000/08/10  22:35:41
86884         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
86885      Branch: perl
86886            ! AUTHORS MAINTAIN
86887 ____________________________________________________________________________
86888 [  6576] By: jhi                                   on 2000/08/10  22:24:54
86889         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
86890      Branch: perl
86891            + t/lib/gol-oo.t
86892            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
86893            ! t/lib/gol-compat.t t/lib/gol-linkage.t
86894 ____________________________________________________________________________
86895 [  6575] By: jhi                                   on 2000/08/10  22:02:07
86896         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
86897      Branch: perl
86898            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
86899 ____________________________________________________________________________
86900 [  6574] By: jhi                                   on 2000/08/10  21:55:03
86901         Log: Iterating perl6 description.
86902      Branch: perl
86903            ! pod/perlfaq1.pod
86904 ____________________________________________________________________________
86905 [  6573] By: jhi                                   on 2000/08/10  21:48:26
86906         Log: Revert the sv.c part of #6559, a better fix is needed.
86907      Branch: perl
86908            ! sv.c
86909 ____________________________________________________________________________
86910 [  6572] By: jhi                                   on 2000/08/10  20:33:43
86911         Log: It's the 2ndO'ROSSC.
86912      Branch: perl
86913            ! pod/perlfaq1.pod
86914 ____________________________________________________________________________
86915 [  6571] By: jhi                                   on 2000/08/10  15:55:48
86916         Log: detypo
86917      Branch: perl
86918            ! pod/perlfaq1.pod
86919 ____________________________________________________________________________
86920 [  6570] By: jhi                                   on 2000/08/10  14:11:17
86921         Log: An exceptionally sticky typo.
86922      Branch: perl
86923            ! Changes
86924 ____________________________________________________________________________
86925 [  6569] By: jhi                                   on 2000/08/10  14:09:33
86926         Log: detypo (and test Changes updating script)
86927      Branch: perl
86928            ! Changes
86929 ____________________________________________________________________________
86930 [  6568] By: jhi                                   on 2000/08/10  14:07:07
86931         Log: Update Changes.
86932      Branch: perl
86933            ! Changes
86934 ____________________________________________________________________________
86935 [  6567] By: jhi                                   on 2000/08/10  14:06:19
86936         Log: Amend the description of Perl6.
86937              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
86938              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86939              Date: Wed, 9 Aug 2000 22:11:06 -0500
86940              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
86941      Branch: perl
86942            ! pod/perlfaq1.pod
86943 ____________________________________________________________________________
86944 [  6566] By: jhi                                   on 2000/08/10  13:58:57
86945         Log: Subject: Remove dead entry in perldiag
86946              From: Mike Guy <mjtg@cam.ac.uk>
86947              Date: Thu, 10 Aug 2000 14:19:19 +0100
86948              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
86949      Branch: perl
86950            ! pod/perldiag.pod
86951 ____________________________________________________________________________
86952 [  6565] By: jhi                                   on 2000/08/10  13:51:48
86953         Log: Zero entries were skipped, fix from Adrian Goalby
86954              <argoalby@yahoo.co.uk>
86955      Branch: perl
86956            ! lib/unicode/Number.pl lib/unicode/mktables.PL
86957 ____________________________________________________________________________
86958 [  6564] By: jhi                                   on 2000/08/10  13:00:12
86959         Log: Subject: [PATCH 5.6.0] cygwin port
86960              From: "Fifer, Eric" <EFifer@sanwaint.com>
86961              Date: Thu, 10 Aug 2000 13:15:36 +0100
86962              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
86963      Branch: perl
86964            ! README.cygwin hints/cygwin.sh
86965 ____________________________________________________________________________
86966 [  6563] By: jhi                                   on 2000/08/10  12:55:16
86967         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
86968      Branch: perl
86969            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
86970 ____________________________________________________________________________
86971 [  6562] By: gsar                                  on 2000/08/10  08:38:39
86972         Log: warn is a macro, avoid using at a variable to avoid warnings
86973              in some configurations; readdir.t is too conservative in
86974              estimating number of *.t's
86975      Branch: perl
86976            ! t/op/readdir.t util.c
86977 ____________________________________________________________________________
86978 [  6561] By: jhi                                   on 2000/08/09  23:35:42
86979         Log: Update Changes.
86980      Branch: perl
86981            ! Changes
86982 ____________________________________________________________________________
86983 [  6560] By: jhi                                   on 2000/08/09  23:05:47
86984         Log: Subject: Re: enhanced(?) regex error messages
86985              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86986              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
86987              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
86988              
86989              (plus two small patches sent privately)
86990              (this still seems to leave few test failures)
86991      Branch: perl
86992            + t/op/regmesg.t
86993            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
86994            ! t/pragma/warn/regcomp
86995 ____________________________________________________________________________
86996 [  6559] By: jhi                                   on 2000/08/09  20:41:18
86997         Log: (The fix did work but was not right, retracted in #6573)
86998              
86999              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
87000              From: Christian Kirsch <ck@held.mind.de>
87001              Date: Wed, 9 Aug 2000 17:05:17 +0200
87002              Message-Id: <20000809170517.A25389@held>
87003      Branch: perl
87004            ! sv.c t/pragma/locale.t
87005 ____________________________________________________________________________
87006 [  6558] By: jhi                                   on 2000/08/08  22:34:08
87007         Log: Tiny updates on the contributors list.
87008      Branch: perl
87009            ! Changes
87010 ____________________________________________________________________________
87011 [  6557] By: jhi                                   on 2000/08/08  19:34:28
87012         Log: Double check that we have a dirhandle.
87013      Branch: perl
87014            ! util.c
87015 ____________________________________________________________________________
87016 [  6556] By: jhi                                   on 2000/08/08  19:01:51
87017         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
87018              May be repopulated with fresh maintained examples.
87019      Branch: perl
87020            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
87021            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
87022            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
87023            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
87024            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
87025            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
87026            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
87027            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
87028            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
87029            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
87030            + lib/CGI/eg/wilogo_gif.uu
87031            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
87032            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
87033            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
87034            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
87035            - eg/cgi/frameset.cgi eg/cgi/index.html
87036            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
87037            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
87038            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
87039            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
87040            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
87041            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
87042            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
87043            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
87044            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
87045            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
87046            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
87047            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
87048            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
87049            - eg/van/vanish eg/who eg/wrapsuid
87050            ! MANIFEST
87051 ____________________________________________________________________________
87052 [  6555] By: jhi                                   on 2000/08/08  18:51:08
87053         Log: Delete chat2 as requested by Randal.
87054              
87055              Subject: Re: perlfaq8 coyness
87056              From: merlyn@stonehenge.com (Randal L. Schwartz) 
87057              Date: 15 May 2000 18:52:42 -0700 
87058              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
87059      Branch: perl
87060            - lib/chat2.pl
87061            ! MANIFEST
87062 ____________________________________________________________________________
87063 [  6554] By: jhi                                   on 2000/08/08  18:31:35
87064         Log: Regen global.sym.
87065      Branch: perl
87066            ! global.sym
87067 ____________________________________________________________________________
87068 [  6553] By: jhi                                   on 2000/08/08  18:28:13
87069         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
87070              (either perlbug or p5p ate the original), plus regen
87071              perlapi and perltoc. 
87072      Branch: perl
87073            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
87074            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
87075            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
87076            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
87077            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
87078            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
87079            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
87080            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
87081            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
87082            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
87083 ____________________________________________________________________________
87084 [  6552] By: jhi                                   on 2000/08/08  18:06:29
87085         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
87086              From: Mike Guy <mjtg@cam.ac.uk>
87087              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
87088              Date: Tue, 08 Aug 2000 15:51:27 +0100
87089      Branch: perl
87090            ! doop.c sv.h t/op/join.t t/pragma/overload.t
87091 ____________________________________________________________________________
87092 [  6551] By: jhi                                   on 2000/08/08  18:01:11
87093         Log: Re-apply #6549.
87094      Branch: perl
87095            ! lib/perl5db.pl
87096 ____________________________________________________________________________
87097 [  6550] By: jhi                                   on 2000/08/08  17:43:08
87098         Log: Accidental retraction of #6549.
87099      Branch: perl
87100            ! lib/perl5db.pl
87101 ____________________________________________________________________________
87102 [  6549] By: jhi                                   on 2000/08/08  17:40:04
87103         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
87104              From: Mike Guy <mjtg@cam.ac.uk>
87105              Date: Mon, 07 Aug 2000 21:49:58 +0100
87106              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
87107      Branch: perl
87108            ! lib/perl5db.pl
87109 ____________________________________________________________________________
87110 [  6548] By: jhi                                   on 2000/08/08  17:37:57
87111         Log: Document here-doc better.
87112              
87113              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
87114              From: Mike Guy <mjtg@cam.ac.uk>
87115              Date: Mon, 07 Aug 2000 14:02:09 +0100
87116              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
87117      Branch: perl
87118            ! pod/perldata.pod
87119 ____________________________________________________________________________
87120 [  6547] By: jhi                                   on 2000/08/08  17:33:34
87121         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
87122              From: "Randy J. Ray" <rjray@redhat.com>
87123              Date: Mon, 07 Aug 2000 19:12:25 -0700
87124              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
87125      Branch: perl
87126            ! perl.c pod/perlrun.pod
87127 ____________________________________________________________________________
87128 [  6546] By: jhi                                   on 2000/08/08  17:29:26
87129         Log: Subject: Re: enhanced(?) regex error messages 
87130              From: Hugo <hv@crypt.compulink.co.uk>
87131              Date: Tue, 08 Aug 2000 03:25:51 +0100
87132              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
87133              
87134              plus Capitalize the error messages, plus perldiag them.
87135      Branch: perl
87136            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
87137 ____________________________________________________________________________
87138 [  6545] By: jhi                                   on 2000/08/08  13:59:28
87139         Log: Augment #6539 a bit: don't croak if there's magic in the air.
87140              
87141              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
87142              From: Hugo <hv@crypt.compulink.co.uk>
87143              Date: Tue, 08 Aug 2000 03:02:03 +0100
87144              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
87145      Branch: perl
87146            ! pp.c t/op/bless.t
87147 ____________________________________________________________________________
87148 [  6544] By: jhi                                   on 2000/08/07  21:11:52
87149         Log: Make the test -w clean.
87150      Branch: perl
87151            ! t/op/bless.t
87152 ____________________________________________________________________________
87153 [  6543] By: jhi                                   on 2000/08/07  19:49:53
87154         Log: use warnings instead of $^W.
87155      Branch: perl
87156            ! t/op/bless.t
87157 ____________________________________________________________________________
87158 [  6542] By: jhi                                   on 2000/08/07  17:41:41
87159         Log: Disable a portability warning Because We Know What We Are Doing.
87160      Branch: perl
87161            ! t/op/bless.t
87162 ____________________________________________________________________________
87163 [  6541] By: jhi                                   on 2000/08/07  17:29:51
87164         Log: Tiny tidying on report_evil_fh().
87165      Branch: perl
87166            ! util.c
87167 ____________________________________________________________________________
87168 [  6540] By: jhi                                   on 2000/08/07  16:37:38
87169         Log: Make regular expression parse error messages easier to understand.
87170              
87171              Subject: Re: enhanced(?) regex error messages
87172              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87173              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
87174              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
87175      Branch: perl
87176            ! regcomp.c
87177 ____________________________________________________________________________
87178 [  6539] By: jhi                                   on 2000/08/07  16:12:27
87179         Log: Make bless(REF, REF) a fatal error, add bless tests.
87180              
87181              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
87182              From: Hugo <hv@crypt.compulink.co.uk>
87183              Date: Mon, 07 Aug 2000 16:59:38 +0100
87184              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
87185      Branch: perl
87186            + t/op/bless.t
87187            ! MANIFEST pod/perldiag.pod pp.c sv.c
87188 ____________________________________________________________________________
87189 [  6538] By: jhi                                   on 2000/08/07  15:59:43
87190         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
87191              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
87192              Date: Thu, 3 Aug 2000 14:29:21 -0700
87193              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
87194      Branch: perl
87195            ! lib/lib_pm.PL
87196 ____________________________________________________________________________
87197 [  6537] By: jhi                                   on 2000/08/07  15:47:18
87198         Log: Retract #6419 for now since it breaks in AFS and MachTen.
87199      Branch: perl
87200            ! lib/Cwd.pm
87201 ____________________________________________________________________________
87202 [  6536] By: jhi                                   on 2000/08/07  15:05:29
87203         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
87204              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
87205              The security hole exists only in suidperls, which isn't
87206              installed or even built by default.
87207      Branch: perl
87208            ! perl.c
87209 ____________________________________________________________________________
87210 [  6535] By: jhi                                   on 2000/08/07  14:45:14
87211         Log: tr memory corruption fix from Simon Cozens.
87212      Branch: perl
87213            ! doop.c
87214 ____________________________________________________________________________
87215 [  6534] By: jhi                                   on 2000/08/06  11:38:16
87216         Log: Document a bit that UDP is not what you might think.
87217              
87218              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
87219              From: Lupe Christoph <lupe@lupe-christoph.de>
87220              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
87221              Date: Mon, 24 Jul 2000 08:59:15 +0200
87222      Branch: perl
87223            ! pod/perlipc.pod
87224 ____________________________________________________________________________
87225 [  6533] By: jhi                                   on 2000/08/06  11:35:01
87226         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
87227              From: Jeff Pinyan <jeffp@hut.crusoe.net>
87228              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
87229              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
87230      Branch: perl
87231            ! pod/perlfunc.pod
87232 ____________________________________________________________________________
87233 [  6532] By: jhi                                   on 2000/08/06  03:45:41
87234         Log: Have symbols for the IoTYPEs.
87235      Branch: perl
87236            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
87237 ____________________________________________________________________________
87238 [  6531] By: jhi                                   on 2000/08/06  01:33:55
87239         Log: Continue fixing the io warnings.  This also
87240              sort of fixes bug ID 20000802.003: the core dump
87241              is no more.  Whether the current behaviour is correct
87242              (giving a warning: "Not a format reference"), is another matter.
87243      Branch: perl
87244            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
87245            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87246 ____________________________________________________________________________
87247 [  6530] By: jhi                                   on 2000/08/05  21:33:12
87248         Log: Change the Policy policy: now -Dprefix= with an existing
87249              Policy.sh and prefix == siteprefix == vendorprefix, then all
87250              of them follow along the new prefix.
87251              
87252              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
87253              From: Andy Dougherty <doughera@lafayette.edu>
87254              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
87255              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
87256      Branch: perl
87257            ! Policy_sh.SH
87258 ____________________________________________________________________________
87259 [  6529] By: jhi                                   on 2000/08/05  18:57:28
87260         Log: Zap lib/Sys directory when cleaning up.
87261      Branch: perl
87262            ! Makefile.SH
87263 ____________________________________________________________________________
87264 [  6528] By: jhi                                   on 2000/08/05  18:40:44
87265         Log: Essential prototype changes were missing from #6527.
87266              Also make report_evil_fh() more bomb-proof.
87267      Branch: perl
87268            ! embed.h util.c
87269 ____________________________________________________________________________
87270 [  6527] By: jhi                                   on 2000/08/05  03:22:05
87271         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
87272              From: "Ronald F. Guilmette" <rfg@monkeys.com>
87273              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
87274              Message-Id: <200007242247.PAA52177@monkeys.com>
87275      Branch: perl
87276            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
87277 ____________________________________________________________________________
87278 [  6526] By: jhi                                   on 2000/08/04  21:23:27
87279         Log: gcc versions might have (parentheses) in them.
87280      Branch: metaconfig/U/perl
87281            ! gccvers.U
87282      Branch: perl
87283            ! Configure config_h.SH
87284 ____________________________________________________________________________
87285 [  6525] By: jhi                                   on 2000/08/04  20:23:12
87286         Log: Weed buglets pointed out by
87287              
87288              From: Lupe Christoph <lupe@lupe-christoph.de>
87289              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
87290              Date: Fri, 4 Aug 2000 17:34:39 +0200
87291              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
87292      Branch: metaconfig/U/perl
87293            ! gccvers.U uselfs.U
87294      Branch: perl
87295            ! Configure config_h.SH
87296 ____________________________________________________________________________
87297 [  6524] By: jhi                                   on 2000/08/04  19:02:08
87298         Log: Warn under -w if lstat(FH) is attempted.
87299              
87300              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
87301              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
87302              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
87303              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
87304      Branch: perl
87305            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
87306            ! t/pragma/warn/pp_sys
87307 ____________________________________________________________________________
87308 [  6523] By: jhi                                   on 2000/08/04  12:31:11
87309         Log: Subject: New perlcc, take 2
87310              From: simon@brecon.co.uk (Simon Cozens)
87311              Date: 4 Aug 2000 06:21:04 GMT
87312              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
87313      Branch: perl
87314            ! utils/perlcc.PL
87315 ____________________________________________________________________________
87316 [  6522] By: jhi                                   on 2000/08/04  12:26:33
87317         Log: Subject: Re: Array vs. List context
87318              From: Daniel Chetlin <daniel@chetlin.com>
87319              Date: Fri, 4 Aug 2000 00:22:44 -0700
87320              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
87321      Branch: perl
87322            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
87323            ! pod/perlfaq4.pod
87324 ____________________________________________________________________________
87325 [  6521] By: jhi                                   on 2000/08/04  12:22:38
87326         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
87327              From: Raymund Will <ray@caldera.de>
87328              Date: Fri, 4 Aug 2000 12:07:09 +0200
87329              Message-Id: <20000804120709.A14982@caldera.de>
87330      Branch: perl
87331            ! configure.gnu
87332 ____________________________________________________________________________
87333 [  6520] By: jhi                                   on 2000/08/04  04:09:06
87334         Log: After the #6519 a warning about stat() is just that,
87335              not about a filetest, which now have their own warning.
87336      Branch: perl
87337            ! pod/perldiag.pod
87338 ____________________________________________________________________________
87339 [  6519] By: jhi                                   on 2000/08/04  04:06:30
87340         Log: In the warnings call filehandles consistently so;
87341              add "unopened" warning for stat().
87342      Branch: perl
87343            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87344            ! t/pragma/warn/pp_sys
87345 ____________________________________________________________________________
87346 [  6518] By: jhi                                   on 2000/08/04  02:55:35
87347         Log: Subject: Minor tweak to perlvar.pod
87348              From: "Stephen P. Potter" <spp@ds.net>
87349              Date: Tue, 18 Apr 2000 09:26:03 -0400
87350              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
87351      Branch: perl
87352            ! pod/perlvar.pod
87353 ____________________________________________________________________________
87354 [  6517] By: jhi                                   on 2000/08/04  02:50:08
87355         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
87356              From: "Clinton Pierce" <cpierce1@ford.com>
87357              Date: Wed, 21 Jul 1999 16:45:31 -0400
87358              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
87359              
87360              Fix by Stephen Potter (visible in the bug db but not in p5p?)
87361      Branch: perl
87362            ! pod/perlfunc.pod pod/perlop.pod
87363 ____________________________________________________________________________
87364 [  6516] By: jhi                                   on 2000/08/04  02:09:25
87365         Log: This is 6512.  Really.
87366      Branch: perl
87367            ! dump.c
87368 ____________________________________________________________________________
87369 [  6515] By: jhi                                   on 2000/08/04  01:25:50
87370         Log: mention the idea of @( and @)
87371      Branch: perl
87372            ! Todo-5.6
87373 ____________________________________________________________________________
87374 [  6514] By: bailey                                on 2000/08/04  01:18:46
87375         Log: YA resync with mainstem, including VMS patches from others
87376      Branch: vmsperl
87377           +> (branch 48 files)
87378            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
87379           !> (integrate 354 files)
87380 ____________________________________________________________________________
87381 [  6513] By: jhi                                   on 2000/08/04  01:18:18
87382         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
87383              From: Mark Dickinson <dickins3@fas.harvard.edu>
87384              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
87385              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
87386      Branch: perl
87387            ! t/op/grent.t t/op/pwent.t
87388 ____________________________________________________________________________
87389 [  6512] By: jhi                                   on 2000/08/04  01:14:06
87390         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
87391              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87392              Date: Wed, 02 Aug 2000 10:51:01 +0100
87393              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
87394      Branch: perl
87395            ! sv.c
87396 ____________________________________________________________________________
87397 [  6511] By: jhi                                   on 2000/08/04  00:57:00
87398         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
87399              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87400              Date: Thu, 03 Aug 2000 17:20:04 -0700
87401              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
87402      Branch: metaconfig
87403            ! U/modified/Cppsym.U
87404      Branch: perl
87405            ! Configure config_h.SH
87406 ____________________________________________________________________________
87407 [  6510] By: jhi                                   on 2000/08/04  00:25:28
87408         Log: detypo
87409      Branch: perl
87410            ! Makefile.SH
87411 ____________________________________________________________________________
87412 [  6509] By: jhi                                   on 2000/08/03  23:43:18
87413         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
87414              From: Dominic Dunlop <domo@computer.org>
87415              Date: Thu, 3 Aug 2000 22:16:46 +0200
87416              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
87417      Branch: perl
87418            ! t/op/sprintf.t
87419 ____________________________________________________________________________
87420 [  6508] By: jhi                                   on 2000/08/03  23:40:37
87421         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
87422              From: Hugo <hv@crypt.compulink.co.uk>
87423              Date: Thu, 03 Aug 2000 18:25:30 +0100
87424              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
87425      Branch: perl
87426            ! regcomp.c t/op/re_tests
87427 ____________________________________________________________________________
87428 [  6507] By: jhi                                   on 2000/08/03  23:38:28
87429         Log: Subject: [PATCH] sv.h documentation - SvLEN
87430              From: Mike Guy <mjtg@cam.ac.uk>
87431              Date: Thu, 03 Aug 2000 14:43:09 +0100
87432              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
87433      Branch: perl
87434            ! sv.h
87435 ____________________________________________________________________________
87436 [  6506] By: jhi                                   on 2000/08/03  15:49:14
87437         Log: Disable the fix_pl hack for now.
87438      Branch: perl
87439            ! Makefile.SH
87440 ____________________________________________________________________________
87441 [  6505] By: jhi                                   on 2000/08/03  13:49:04
87442         Log: Add a URL for FSF.
87443              
87444              Subject: Patch for README
87445              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
87446              Date: Wed, 2 Aug 2000 13:25:09 -0500
87447              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
87448      Branch: perl
87449            ! README
87450 ____________________________________________________________________________
87451 [  6504] By: jhi                                   on 2000/08/03  13:29:19
87452         Log: Be more informative on what is skipped and why,
87453              also repeat the list at the end.
87454      Branch: perl
87455            ! Porting/p4desc
87456 ____________________________________________________________________________
87457 [  6503] By: jhi                                   on 2000/08/03  13:07:05
87458         Log: Circumvent the removal of .patch by fix_pl.
87459              
87460              Subject: Re: [ID 20000802.011] unable to 'make test'          
87461              From: simon@brecon.co.uk (Simon Cozens) 
87462              Date: 3 Aug 2000 04:17:00 GMT
87463              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
87464      Branch: perl
87465            ! Makefile.SH
87466 ____________________________________________________________________________
87467 [  6502] By: jhi                                   on 2000/08/03  00:14:34
87468         Log: Add the missing setproctitle unit.
87469      Branch: metaconfig/U/perl
87470            + d_setproctitle.U
87471 ____________________________________________________________________________
87472 [  6501] By: jhi                                   on 2000/08/03  00:00:26
87473         Log: The subtest 4 may fail also on VOBS, as pointed out
87474              by Nick Ing-Simmons in November 1999, bug id 19991124.003
87475              (but the failure in that bug report isn't the subtest 4).
87476      Branch: perl
87477            ! t/op/stat.t
87478 ____________________________________________________________________________
87479 [  6500] By: jhi                                   on 2000/08/02  23:49:30
87480         Log: Better skip message for the test; one of the two problems in
87481              
87482              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
87483              From: Lupe Christoph <lupe@lupe-christoph.de>
87484              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
87485              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
87486      Branch: perl
87487            ! t/op/numconvert.t
87488 ____________________________________________________________________________
87489 [  6499] By: jhi                                   on 2000/08/02  22:49:16
87490         Log: Allow "no Module;" even if there is no 'unimport'.
87491              
87492              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
87493              From: mjd@plover.com
87494              Date: 24 Mar 2000 15:24:34 -0000
87495              Message-Id: <20000324152434.15160.qmail@plover.com>
87496      Branch: perl
87497            ! gv.c
87498 ____________________________________________________________________________
87499 [  6498] By: jhi                                   on 2000/08/02  22:42:58
87500         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
87501              that are hopefully soon put into use.
87502      Branch: perl
87503            ! opcode.h opcode.pl opnames.h
87504 ____________________________________________________________________________
87505 [  6497] By: gsar                                  on 2000/08/02  22:28:59
87506         Log: require.t needs binmode() to work on windows
87507      Branch: perl
87508            ! t/comp/require.t
87509 ____________________________________________________________________________
87510 [  6496] By: jhi                                   on 2000/08/02  22:08:51
87511         Log: Document the IVdf UVuf UVof UVxf.
87512      Branch: perl
87513            ! pod/perlguts.pod
87514 ____________________________________________________________________________
87515 [  6495] By: jhi                                   on 2000/08/02  21:54:26
87516         Log: detypo #6494
87517      Branch: perl
87518            ! ext/Data/Dumper/Dumper.xs
87519 ____________________________________________________________________________
87520 [  6494] By: jhi                                   on 2000/08/02  21:49:17
87521         Log: Dump UVs as UVs in Data::Dumper.
87522              
87523              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
87524              From: Gurusamy Sarathy <gsar@ActiveState.com>
87525              Date: Thu, 27 Apr 2000 12:26:25 -0700
87526              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
87527      Branch: perl
87528            ! ext/Data/Dumper/Dumper.xs
87529 ____________________________________________________________________________
87530 [  6493] By: jhi                                   on 2000/08/02  17:01:58
87531         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
87532              From: Hugo <hv@crypt.compulink.co.uk>
87533              Date: Wed, 02 Aug 2000 14:53:56 +0100
87534              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
87535      Branch: perl
87536            ! regexec.c t/op/re_tests
87537 ____________________________________________________________________________
87538 [  6492] By: jhi                                   on 2000/08/02  15:02:46
87539         Log: The new setproctitle() feature is available only in 
87540              bleeding edge FreeBSD.  From Paul Saab.
87541      Branch: perl
87542            ! mg.c
87543 ____________________________________________________________________________
87544 [  6491] By: jhi                                   on 2000/08/02  13:34:36
87545         Log: The tr utf8 patching continues.
87546              
87547              Subject: Re: #6469, too many tests claimed in require.t
87548              From: simon@brecon.co.uk (Simon Cozens)
87549              Date: 2 Aug 2000 02:37:17 GMT
87550              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
87551              
87552              (the logic of the test was the wrong way round in the patch)
87553      Branch: perl
87554            ! doop.c
87555 ____________________________________________________________________________
87556 [  6490] By: jhi                                   on 2000/08/02  13:27:38
87557         Log: The name of a filehandle does not have <these>.
87558      Branch: perl
87559            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87560            ! t/pragma/warn/pp_sys util.c
87561 ____________________________________________________________________________
87562 [  6489] By: jhi                                   on 2000/08/02  04:26:46
87563         Log: Remove the extraneous "main::" prefix from all the
87564              "opened only for", "on closed", and "never opened" warnings.
87565              
87566              Subject: Re: inappropriate warning
87567              From: Gurusamy Sarathy <gsar@ActiveState.com>
87568              Date: Mon, 20 Mar 2000 11:28:02 -0800
87569              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
87570      Branch: perl
87571            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
87572            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
87573            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87574 ____________________________________________________________________________
87575 [  6488] By: jhi                                   on 2000/08/02  03:02:57
87576         Log: memcpy has n o in it, as pinted ut by Sarathy.
87577      Branch: perl
87578            ! pod/perlguts.pod
87579 ____________________________________________________________________________
87580 [  6487] By: jhi                                   on 2000/08/02  02:44:51
87581         Log: Document in one place the memory abstractions used in Perl core.
87582              
87583              Subject: Re: Memory abstraction
87584              From: simon@brecon.co.uk (Simon Cozens)
87585              Date: 2 Aug 2000 02:20:23 GMT
87586              Organization: Earth.li Origins
87587      Branch: perl
87588            ! pod/perlguts.pod
87589 ____________________________________________________________________________
87590 [  6486] By: jhi                                   on 2000/08/02  02:41:57
87591         Log: regen_headers, regen perltoc.
87592      Branch: perl
87593            ! perlapi.c pod/perltoc.pod
87594 ____________________________________________________________________________
87595 [  6485] By: jhi                                   on 2000/08/02  01:43:33
87596         Log: "This little thing tests for a file .patch, and if it contains
87597              a number, pops into patchlevel.h" (making it easier to track
87598              which development version people are reporting bugs against)
87599              
87600              Subject: Patchlevel autogeneration for repository perls
87601              From: simon@brecon.co.uk (Simon Cozens)
87602              Date: 14 Jul 2000 07:12:15 GMT
87603              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
87604      Branch: perl
87605            + fix_pl
87606            ! MANIFEST Makefile.SH
87607 ____________________________________________________________________________
87608 [  6484] By: jhi                                   on 2000/08/02  01:32:54
87609         Log: FreeBSD 3.* updates from
87610              
87611              From: Paul Saab <ps@yahoo-inc.com>
87612              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87613              Date: Tue, 1 Aug 2000 15:41:39 -0700
87614              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87615      Branch: perl
87616            ! hints/freebsd.sh
87617 ____________________________________________________________________________
87618 [  6483] By: jhi                                   on 2000/08/02  01:27:44
87619         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
87620              instead one must use setproctitle().  This was already addressed
87621              by change #6457, but the below has a new variant for FreeBSD 4.0
87622              or later, and the matter is also documented more.
87623              
87624              From: Paul Saab <ps@yahoo-inc.com>
87625              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87626              Date: Tue, 1 Aug 2000 15:41:39 -0700
87627              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87628      Branch: metaconfig/U/perl
87629            + i_libutil.U
87630      Branch: perl
87631            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
87632 ____________________________________________________________________________
87633 [  6482] By: jhi                                   on 2000/08/01  22:17:32
87634         Log: The test from this
87635              
87636              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
87637              Date: Sat, 15 Apr 2000 17:03:44 +0100
87638              From: Tom Hughes <tom@compton.nu>
87639              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
87640              
87641              was missing, the code change went in as #5989
87642              (which had a different test?)
87643      Branch: perl
87644            ! t/op/misc.t
87645 ____________________________________________________________________________
87646 [  6481] By: jhi                                   on 2000/08/01  21:48:38
87647         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
87648              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
87649              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
87650              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
87651      Branch: perl
87652            ! perl.h
87653 ____________________________________________________________________________
87654 [  6480] By: jhi                                   on 2000/08/01  18:05:28
87655         Log: Make p4desc to skip non-mainperl branches by default.
87656      Branch: perl
87657            ! Porting/p4desc
87658 ____________________________________________________________________________
87659 [  6479] By: jhi                                   on 2000/08/01  17:29:19
87660         Log: If gccosandvers is equal to osname, clear gccosandvers.
87661      Branch: metaconfig/U/perl
87662            ! gccvers.U
87663      Branch: perl
87664            ! Configure config_h.SH
87665 ____________________________________________________________________________
87666 [  6478] By: jhi                                   on 2000/08/01  15:54:08
87667         Log: BOM patching from Simon Cozens.
87668      Branch: perl
87669            ! toke.c
87670 ____________________________________________________________________________
87671 [  6477] By: jhi                                   on 2000/08/01  04:50:33
87672         Log: Stash away the largefiles flags and libswanted.
87673      Branch: perl
87674            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
87675 ____________________________________________________________________________
87676 [  6476] By: gsar                                  on 2000/08/01  04:24:24
87677         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
87678              on Windows)
87679      Branch: perl
87680            ! t/pragma/utf8.t utf8.c win32/win32.c
87681 ____________________________________________________________________________
87682 [  6475] By: jhi                                   on 2000/08/01  03:35:24
87683         Log: Make chr() for values >127 to create utf8 when under utf8.
87684              
87685              Subject: Re: uft8/chr()
87686              From: simon@brecon.co.uk (Simon Cozens)
87687              Date: 1 Aug 2000 02:37:02 GMT
87688              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
87689      Branch: perl
87690            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
87691 ____________________________________________________________________________
87692 [  6474] By: jhi                                   on 2000/08/01  02:36:18
87693         Log: In Digital UNIX warn if gcc explicitly chosen because even
87694              2.95.2 is known to cause problems.
87695      Branch: perl
87696            ! hints/dec_osf.sh
87697 ____________________________________________________________________________
87698 [  6473] By: jhi                                   on 2000/08/01  02:00:56
87699         Log: Make the safety catch for buggy gccs work with triple version
87700              numbers like 2.95.2.  Reported in
87701              
87702              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
87703              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
87704              Date: Mon, 31 Jul 2000 14:55:06 +0200
87705              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
87706      Branch: perl
87707            ! hints/dec_osf.sh
87708 ____________________________________________________________________________
87709 [  6472] By: jhi                                   on 2000/08/01  01:13:33
87710         Log: Subject: fix and question re: waitpid() under win32
87711              From: Brian Clarke <clarke@appliedmeta.com>
87712              Date: Fri, 28 Jul 2000 15:18:29 -0400
87713              Message-ID: <3981DC85.290314EB@appliedmeta.com>
87714              
87715              Slightly reformatted and WNOHANG # define moved to win32.h
87716              so that also POSIX.xs sees it, as suggsted by Sarathy.
87717      Branch: perl
87718            ! win32/win32.c win32/win32.h
87719 ____________________________________________________________________________
87720 [  6471] By: jhi                                   on 2000/08/01  00:55:05
87721         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
87722              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87723              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
87724              Date: Mon, 31 Jul 2000 13:28:51 +0100
87725              
87726              (aka ID 20000730.002)
87727      Branch: perl
87728            ! op.c t/op/tr.t
87729 ____________________________________________________________________________
87730 [  6470] By: jhi                                   on 2000/07/31  23:34:42
87731         Log: Document the problem with -P in HP-UX and its workaround.
87732              
87733              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
87734              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
87735              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
87736              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
87737      Branch: perl
87738            ! README.hpux
87739 ____________________________________________________________________________
87740 [  6469] By: jhi                                   on 2000/07/31  04:15:02
87741         Log: The swallow_bom() saga continues.  The #23 of require.t
87742              (UTF16-LE) still fails (silently, no output) but the #22
87743              (UTF16-BE) seems to be working now.  The root of the
87744              failure may be in sv_gets(): is it UTF-16LE-aware,
87745              especially when it comes to line endings? 
87746      Branch: perl
87747            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
87748            ! t/comp/require.t toke.c utf8.c
87749 ____________________________________________________________________________
87750 [  6468] By: jhi                                   on 2000/07/30  19:05:48
87751         Log: Find green threads before native threads.
87752              
87753              Subject: Re: Patch to jpl/JNI/Makefile.PL
87754              From: Jens Thomsen <jens@fiend.cis.com>
87755              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
87756              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
87757      Branch: perl
87758            ! jpl/JNI/Makefile.PL
87759 ____________________________________________________________________________
87760 [  6467] By: jhi                                   on 2000/07/30  18:36:22
87761         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
87762      Branch: perl
87763            ! doop.c
87764 ____________________________________________________________________________
87765 [  6466] By: jhi                                   on 2000/07/30  04:37:29
87766         Log: A new version of the "remove UPPERACSE string comparison"
87767              operators.  The problem with the previous one (change #6454)
87768              was that it was for Perl 5.6.0.  From Paul Marquess.
87769      Branch: perl
87770            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
87771            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
87772            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87773 ____________________________________________________________________________
87774 [  6465] By: jhi                                   on 2000/07/29  22:39:56
87775         Log: Do not upgrade SVs into utf8 just because they participate
87776              in eq or cmp.  Reported and fix suggested in
87777              
87778              Subject: [ID 20000720.009] sv_eq UTF8 bug
87779              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87780              Date: 21 Jul 2000 04:37:29 -0000
87781              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
87782              
87783              Exercise for the kind reader: should we or should we not
87784              cache the utf8 conversion alongside the SV? (as magic,
87785              as the strxfrm()ed version is cached under use locale)
87786              Argue both for and against.
87787      Branch: perl
87788            ! sv.c
87789 ____________________________________________________________________________
87790 [  6464] By: jhi                                   on 2000/07/29  22:36:22
87791         Log: Subject: UTF8 concat
87792              From: simon@brecon.co.uk (Simon Cozens) 
87793              Date: 30 Jun 2000 06:13:25 GMT
87794              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
87795              
87796              (with a memory leak fixed, plus a few casts added)
87797              
87798              This also seems to help for
87799              
87800              Subject: [ID 20000716.015] join UTF8 weirdness
87801              From: root <root@ak-71.mind.de> 
87802              Date: Sat, 15 Jul 2000 15:29:54 +0200
87803              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
87804              
87805              (from Andreas König)
87806      Branch: perl
87807            ! pp_hot.c
87808 ____________________________________________________________________________
87809 [  6463] By: jhi                                   on 2000/07/29  00:55:39
87810         Log: Tune the comments and hopefully stop a memory leak.
87811      Branch: perl
87812            ! toke.c utf8.c
87813 ____________________________________________________________________________
87814 [  6462] By: jhi                                   on 2000/07/29  00:16:53
87815         Log: The problem described in this
87816              
87817              Subject: [ID 20000322.018] named chars aren't magical enough
87818              From: root <root@dixie.cscaper.com>     
87819              Date: Wed, 22 Mar 2000 18:37:42 -0700
87820              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
87821              
87822              has been fixed in perl 5.6.0 but just in case added a test
87823              to keep it away.  (The report from Joseph Hall.)
87824      Branch: perl
87825            ! t/lib/charnames.t
87826 ____________________________________________________________________________
87827 [  6461] By: jhi                                   on 2000/07/28  23:56:36
87828         Log: Tiny fixes for #6460.
87829      Branch: metaconfig/U/perl
87830            ! gccvers.U
87831      Branch: perl
87832            ! Configure config_h.SH
87833 ____________________________________________________________________________
87834 [  6460] By: jhi                                   on 2000/07/28  23:24:41
87835         Log: Warn if the version of the operating system used to compile gcc
87836              differs from the current version of the operating system.
87837              Also display the gcc compilation os and version in myconfig.
87838              Inspiration from
87839              
87840              Subject: Re: [ID 20000710.003] ERRORS!!         
87841              From: "Kurt D. Starsinic" <kstar@chapin.edu>
87842              Date: Mon, 10 Jul 2000 15:54:16 -0400
87843              Message-ID: <20000710155416.A1384@O2.chapin.edu>
87844      Branch: metaconfig/U/perl
87845            ! gccvers.U
87846      Branch: perl
87847            ! Configure config_h.SH myconfig.SH
87848 ____________________________________________________________________________
87849 [  6459] By: jhi                                   on 2000/07/28  22:00:32
87850         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
87851              letter to $Config{osvers}.
87852      Branch: metaconfig
87853            ! U/modified/Oldconfig.U
87854      Branch: perl
87855            ! Configure config_h.SH
87856 ____________________________________________________________________________
87857 [  6458] By: jhi                                   on 2000/07/28  04:15:39
87858         Log: Back out #6454, doesn't seem to work.
87859              (Reason: that patch was for perl 5.6.0, not perl-current)
87860              (A version of the patch for perl-current came in later as #6466)
87861      Branch: perl
87862            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87863            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87864            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87865 ____________________________________________________________________________
87866 [  6457] By: jhi                                   on 2000/07/27  23:31:49
87867         Log: Use setproctitle() if available to modify $0.
87868              
87869              Subject: setting $* on BSD4 broken
87870              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87871              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
87872              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
87873      Branch: metaconfig
87874            ! U/modified/Myinit.U
87875      Branch: perl
87876            ! Configure config_h.SH mg.c
87877 ____________________________________________________________________________
87878 [  6456] By: jhi                                   on 2000/07/27  14:50:47
87879         Log: Allow "no AutoLoader;", based on change #6444,
87880              suggested by Graham Barr.
87881      Branch: perl
87882            ! lib/AutoLoader.pm
87883 ____________________________________________________________________________
87884 [  6455] By: jhi                                   on 2000/07/27  14:19:10
87885         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
87886              From: rspier@pobox.com (Robert Spier)
87887              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
87888              Message-ID: <14720.15855.787664.424783@rls.cx>
87889      Branch: perl
87890            ! pod/perldiag.pod
87891 ____________________________________________________________________________
87892 [  6454] By: jhi                                   on 2000/07/27  14:03:02
87893         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
87894              for a long time).
87895              
87896              Reported in
87897              
87898              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
87899              From: Ryan Herbert <rherbert@sycamorehq.com>
87900              Date: Mon, 17 Jul 2000 11:40:42 -0400
87901              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
87902              
87903              Patched in
87904              
87905              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
87906              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
87907              Date: Wed, 26 Jul 2000 23:40:18 +0100
87908              Message-ID: <000001bff752$79511880$0a17073e@tiny>
87909              
87910              based on an earlier patch from Stephen P. Potter.
87911              
87912              (Removed later by change #6458 because this patch was for
87913              perl 5.6.0, not perl-current)
87914      Branch: perl
87915            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87916            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87917            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87918 ____________________________________________________________________________
87919 [  6453] By: jhi                                   on 2000/07/27  13:48:02
87920         Log: Subject: [PATCH] fixes bug 20000508.004
87921              From: Michael Stevens <mstevens@globnix.org>
87922              Date: Thu, 27 Jul 2000 13:49:04 +0100
87923              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
87924      Branch: perl
87925            ! pod/perldata.pod
87926 ____________________________________________________________________________
87927 [  6452] By: jhi                                   on 2000/07/26  23:51:26
87928         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
87929              and Craig A. Berry.
87930      Branch: perl
87931            ! lib/File/Temp.pm pod/perlport.pod
87932 ____________________________________________________________________________
87933 [  6451] By: jhi                                   on 2000/07/26  19:43:30
87934         Log: Be wary of close()s, too.
87935              
87936              Subject: Re: [PATCH] perlbug cleanup
87937              From: Tim Jenness <t.jenness@jach.hawaii.edu>
87938              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
87939              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
87940      Branch: perl
87941            ! utils/perlbug.PL
87942 ____________________________________________________________________________
87943 [  6450] By: jhi                                   on 2000/07/26  18:41:40
87944         Log: Subject: Minor doc patch: handy.h
87945              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
87946              Date: Wed, 26 Jul 2000 15:34:25 -0300
87947              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
87948      Branch: perl
87949            ! handy.h pod/perlapi.pod
87950 ____________________________________________________________________________
87951 [  6449] By: jhi                                   on 2000/07/26  18:23:55
87952         Log: Subject: [PATCH] minor doc change - perlguts
87953              From: Michael Stevens <mstevens@globnix.org>
87954              Date: Thu, 13 Jul 2000 12:39:18 +0100
87955              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
87956      Branch: perl
87957            ! pod/perlguts.pod
87958 ____________________________________________________________________________
87959 [  6448] By: jhi                                   on 2000/07/26  18:20:30
87960         Log: open() wariness in perlbug.
87961              
87962              Subject: [PATCH] perlbug cleanup
87963              From: Michael Stevens <mstevens@globnix.org>
87964              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
87965              Date: Thu, 13 Jul 2000 15:52:23 +0100
87966      Branch: perl
87967            ! utils/perlbug.PL
87968 ____________________________________________________________________________
87969 [  6447] By: jhi                                   on 2000/07/26  18:13:04
87970         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
87971      Branch: perl
87972            ! lib/File/Temp.pm t/lib/ftmp-security.t
87973 ____________________________________________________________________________
87974 [  6446] By: jhi                                   on 2000/07/26  18:06:32
87975         Log: docfix from Peter Scott <Peter@PSDT.com>.
87976      Branch: perl
87977            ! pod/perlfunc.pod
87978 ____________________________________________________________________________
87979 [  6445] By: jhi                                   on 2000/07/26  17:53:31
87980         Log: Fix *foo{FORMAT}.
87981              
87982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87983              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87984              Date: Wed, 26 Jul 2000 19:51:02 +0200
87985              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
87986              
87987              From: Graham Barr <gbarr@pobox.com>
87988              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87989              Date: Wed, 26 Jul 2000 17:38:36 +0100
87990              Message-ID: <20000726173836.L472@pobox.com>
87991      Branch: perl
87992            ! pp.c sv.c t/op/gv.t
87993 ____________________________________________________________________________
87994 [  6444] By: jhi                                   on 2000/07/26  17:49:14
87995         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
87996              from Graham Barr in the module list.
87997      Branch: perl
87998            ! gv.c pod/perlobj.pod
87999 ____________________________________________________________________________
88000 [  6443] By: jhi                                   on 2000/07/26  16:06:56
88001         Log: More split() doc and test patches from Mike Guy.
88002      Branch: perl
88003            ! pod/perlfunc.pod t/op/split.t
88004 ____________________________________________________________________________
88005 [  6442] By: jhi                                   on 2000/07/26  16:05:30
88006         Log: MacOS nits from Matthias Neeracher.
88007      Branch: perl
88008            ! perl.c pp_ctl.c
88009 ____________________________________________________________________________
88010 [  6441] By: jhi                                   on 2000/07/26  04:39:57
88011         Log: Subject: [PATCH] split /^/
88012              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88013              Date: Tue, 25 Jul 2000 14:18:57 +0100
88014              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
88015              
88016              (with notes from tchrist and gbarr)
88017      Branch: perl
88018            ! pod/perlfunc.pod t/op/split.t
88019 ____________________________________________________________________________
88020 [  6440] By: jhi                                   on 2000/07/26  04:32:32
88021         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
88022              From: Peter Prymmer <pvhp@forte.com>
88023              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
88024              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
88025      Branch: perl
88026            ! vms/munchconfig.c
88027 ____________________________________________________________________________
88028 [  6439] By: jhi                                   on 2000/07/26  04:31:01
88029         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
88030              to be fatal errors (instead of by default ignoring them, and
88031              ignoring with a bug: even though -w gave an error, the opening [
88032              was left in)  Reported in:
88033              
88034              Subject: [ID 20000716.024] [=cc=] / [:blank:]
88035              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
88036              Date: Sun, 16 Jul 2000 17:55:29 -0700
88037              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
88038      Branch: perl
88039            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
88040 ____________________________________________________________________________
88041 [  6438] By: jhi                                   on 2000/07/25  15:41:15
88042         Log: Subject: [PATCH] av.c apidoc
88043              From: simon@brecon.co.uk (Simon Cozens)
88044              Date: 24 Jul 2000 06:40:52 GMT
88045              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
88046      Branch: perl
88047            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
88048            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
88049 ____________________________________________________________________________
88050 [  6437] By: jhi                                   on 2000/07/25  14:05:36
88051         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
88052              From: "Stephen P. Potter" <spp@ds.net>
88053              Date: Mon, 24 Jul 2000 14:22:23 -0400
88054              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
88055      Branch: perl
88056            ! pod/perllocale.pod
88057 ____________________________________________________________________________
88058 [  6436] By: jhi                                   on 2000/07/25  14:02:03
88059         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
88060              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88061              Date: Mon, 24 Jul 2000 18:04:28 +0100
88062              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
88063      Branch: perl
88064            ! t/lib/syslfs.t t/op/lfs.t
88065 ____________________________________________________________________________
88066 [  6435] By: jhi                                   on 2000/07/25  13:59:28
88067         Log: Get UTF16 BOMs working.  Patch from
88068              
88069              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
88070              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88071              Date: Tue, 25 Jul 2000 12:52:45 +0100
88072              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
88073              
88074              and notes from
88075              
88076              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
88077              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88078              Date: Tue, 25 Jul 2000 11:43:25 +0100
88079              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
88080      Branch: perl
88081            ! t/comp/require.t toke.c utf8.c
88082 ____________________________________________________________________________
88083 [  6434] By: jhi                                   on 2000/07/25  02:39:54
88084         Log: Make the "uninit variable" warning to say "concat or string"
88085              or "join or string" when in concat or join .
88086              
88087              Subject: Re: [ID 20000403.009] uninitialised concatenation???
88088              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88089              Date: Tue, 04 Apr 2000 18:22:58 +0100
88090              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
88091              
88092              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
88093              From: William R Ward <hermit@BayView.COM>
88094              Date: Thu, 30 Mar 2000 19:50:03 -0800
88095              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
88096      Branch: perl
88097            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
88098            ! t/pragma/warn/op t/pragma/warn/sv
88099 ____________________________________________________________________________
88100 [  6433] By: jhi                                   on 2000/07/24  17:52:56
88101         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
88102      Branch: perl
88103            ! lib/File/Spec/VMS.pm
88104 ____________________________________________________________________________
88105 [  6432] By: jhi                                   on 2000/07/24  17:44:44
88106         Log: Test cases for #6431.
88107              
88108              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
88109              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88110              Date: Mon, 24 Jul 2000 15:32:29 +0100
88111              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
88112      Branch: perl
88113            ! t/op/pat.t t/op/split.t
88114 ____________________________________________________________________________
88115 [  6431] By: jhi                                   on 2000/07/24  17:43:17
88116         Log: Bind op fix.
88117              
88118              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
88119              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88120              Date: Mon, 17 Jul 2000 20:04:56 +0100
88121              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
88122      Branch: perl
88123            ! op.c
88124 ____________________________________________________________________________
88125 [  6430] By: jhi                                   on 2000/07/24  03:42:42
88126         Log: Subject: [ID 20000716.023] syslog test fails without sockets
88127              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88128              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
88129              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
88130      Branch: metaconfig/U/perl
88131            ! Extensions.U
88132      Branch: perl
88133            ! Configure config_h.SH
88134 ____________________________________________________________________________
88135 [  6429] By: jhi                                   on 2000/07/24  03:11:52
88136         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
88137              case, but add also notes explaining the relationship of this
88138              patch and the earlier notes by Sarathy.
88139              
88140              Subject: Map is still slow
88141              From: "Ben Tilly" <ben_tilly@hotmail.com>
88142              Date: Sat, 15 Jul 2000 17:23:27 EDT
88143              Message-ID: <20000715212327.21656.qmail@hotmail.com>
88144      Branch: perl
88145            ! pp_ctl.c
88146 ____________________________________________________________________________
88147 [  6428] By: jhi                                   on 2000/07/24  02:58:52
88148         Log: Documentation to explain the behaviour of map().
88149              
88150              Subject: Re: Map is still slow 
88151              From: Gurusamy Sarathy <gsar@ActiveState.com>
88152              Date: Sat, 15 Jul 2000 16:05:09 -0700
88153              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
88154      Branch: perl
88155            ! pp_ctl.c
88156 ____________________________________________________________________________
88157 [  6427] By: jhi                                   on 2000/07/24  02:50:03
88158         Log: Add tests for
88159              [ID 19991110.003] another matching finding by pcre author
88160              which has already been fixed by some patch, as verified in
88161              
88162              Subject: Re: two regex bugs from the mists of time (well, last November)
88163              From: Hugo <hv@crypt.compulink.co.uk>
88164              Date: Sat, 22 Jul 2000 18:12:58 +0100
88165              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
88166      Branch: perl
88167            ! t/op/re_tests
88168 ____________________________________________________________________________
88169 [  6426] By: jhi                                   on 2000/07/24  02:11:20
88170         Log: A missing 'break' after the [[:space:]] switch case.
88171              
88172              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
88173              From: "Stephen P. Potter" <spp@ds.net>
88174              Date: Tue, 18 Jul 2000 16:25:17 -0400
88175              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
88176      Branch: perl
88177            ! regcomp.c
88178 ____________________________________________________________________________
88179 [  6425] By: jhi                                   on 2000/07/24  02:06:12
88180         Log: The output might have been produced in the wrong order.
88181              
88182              Subject: [ID 20000720.003] [PATCH] t/op/write.t
88183              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88184              Date: Thu, 20 Jul 2000 18:49:18 +0100
88185              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
88186      Branch: perl
88187            ! t/op/write.t
88188 ____________________________________________________________________________
88189 [  6424] By: jhi                                   on 2000/07/24  02:00:07
88190         Log: Use STDOUT consistently.
88191              
88192              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
88193              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88194              Date: Thu, 20 Jul 2000 18:04:01 +0100
88195              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
88196      Branch: perl
88197            ! lib/Test/Harness.pm
88198 ____________________________________________________________________________
88199 [  6423] By: jhi                                   on 2000/07/24  01:54:54
88200         Log: Protect against "wild next"s, that is, callbacks doing "next"
88201              instead of "return".
88202              
88203              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
88204              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88205              Date: Tue, 18 Jul 2000 11:30:16 +0100
88206              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
88207      Branch: perl
88208            ! lib/File/Find.pm
88209 ____________________________________________________________________________
88210 [  6422] By: jhi                                   on 2000/07/24  01:35:47
88211         Log: Out-of-date note removed.
88212              
88213              Subject: [PATCH] documentation perlipc
88214              From: rspier@pobox.com (Robert Spier)
88215              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
88216              Message-ID: <14711.35178.572612.502654@rls.cx>
88217      Branch: perl
88218            ! pod/perlipc.pod
88219 ____________________________________________________________________________
88220 [  6421] By: jhi                                   on 2000/07/24  00:09:18
88221         Log: Send all installperl messages to STDERR and be -w clean.
88222              
88223              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
88224              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88225              Date: Sat, 22 Jul 2000 14:02:11 +0100
88226              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
88227      Branch: perl
88228            ! installperl
88229 ____________________________________________________________________________
88230 [  6420] By: jhi                                   on 2000/07/24  00:04:19
88231         Log: Decutandpasto.
88232              
88233              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
88234              From: "Richard Soderberg" <rs@crystalflame.net>
88235              Date: Sun, 23 Jul 2000 01:37:23 -0700
88236              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
88237      Branch: perl
88238            ! pod/perlipc.pod
88239 ____________________________________________________________________________
88240 [  6419] By: jhi                                   on 2000/07/24  00:01:12
88241         Log: A cleaner abs_path().
88242              Subject: Re: unix alternative to Cwd.pm
88243              From: Jeff Pinyan <jeffp@crusoe.net>
88244              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
88245              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
88246      Branch: perl
88247            ! lib/Cwd.pm
88248 ____________________________________________________________________________
88249 [  6418] By: jhi                                   on 2000/07/23  23:48:56
88250         Log: Detypo.
88251              
88252              Subject: [PATCH perl-current] Typo in hints/powerux.sh
88253              From: "Richard Soderberg" <rs@crystalflame.net>
88254              Date: Sun, 23 Jul 2000 01:27:33 -0700
88255              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
88256      Branch: perl
88257            ! hints/powerux.sh
88258 ____________________________________________________________________________
88259 [  6417] By: jhi                                   on 2000/07/17  22:13:31
88260         Log: Subject: SDBM_File documentation
88261              From: mjd@plover.com
88262              Date: 16 Jul 2000 17:41:17 -0000
88263              Message-ID: <20000716174117.18515.qmail@plover.com>
88264      Branch: perl
88265            ! ext/SDBM_File/SDBM_File.pm
88266 ____________________________________________________________________________
88267 [  6416] By: jhi                                   on 2000/07/17  19:13:26
88268         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
88269      Branch: perl
88270            ! hints/mpeix.sh mpeix/relink
88271 ____________________________________________________________________________
88272 [  6415] By: jhi                                   on 2000/07/15  14:11:02
88273         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
88274              the utf8 'characters' can be more than one octet).
88275              
88276              Date: Sat, 15 Jul 2000 00:21:56 +0100
88277              From: Tom Hughes <tom@compton.nu>
88278              Subject: Re: [ID 20000714.002]
88279              Message-ID: <db2334de49.tom@compton.compton.nu>
88280              
88281              Reported in
88282              
88283              Subject: [ID 20000714.002]
88284              From: "Simon Cozens" <simon@othersideofthe.earth.li>
88285              Date: 14 Jul 2000 15:13:09 -0000
88286              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
88287      Branch: perl
88288            ! doop.c
88289 ____________________________________________________________________________
88290 [  6414] By: jhi                                   on 2000/07/15  03:13:41
88291         Log: another VMS build tweak from Peter Prymmer
88292      Branch: perl
88293            ! vms/descrip_mms.template
88294 ____________________________________________________________________________
88295 [  6413] By: jhi                                   on 2000/07/15  03:10:40
88296         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
88297      Branch: perl
88298            ! vms/perlvms.pod
88299 ____________________________________________________________________________
88300 [  6412] By: jhi                                   on 2000/07/15  00:31:05
88301         Log: More docs for sv functions.
88302              
88303              Subject: [PATCH cfgperl] sv.c apidoc
88304              From: simon@brecon.co.uk (Simon Cozens)
88305              Date: 13 Jul 2000 09:00:20 GMT
88306              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
88307              
88308              Subject: Re: [PATCH cfgperl] sv.c apidoc
88309              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88310              Date: Thu, 13 Jul 2000 12:27:41 +0100
88311              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
88312              
88313              Subject: Re: [PATCH cfgperl] sv.c apidoc
88314              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88315              Date: Thu, 13 Jul 2000 13:23:09 +0100
88316              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
88317              
88318              Subject: Re: [PATCH cfgperl] sv.c apidoc
88319              From: simon@brecon.co.uk (Simon Cozens)
88320              Date: 14 Jul 2000 06:51:02 GMT
88321              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
88322      Branch: perl
88323            ! embed.pl pod/perlapi.pod sv.c
88324 ____________________________________________________________________________
88325 [  6411] By: jhi                                   on 2000/07/15  00:10:41
88326         Log: lib/b test fixes from Peter Prymmer.
88327      Branch: perl
88328            ! t/lib/b.t
88329 ____________________________________________________________________________
88330 [  6410] By: jhi                                   on 2000/07/15  00:02:09
88331         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
88332              From: Hugo <hv@crypt.compulink.co.uk>
88333              Date: Fri, 14 Jul 2000 23:05:20 +0100
88334              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
88335              
88336              Didn't anymore apply, but that point still could use another fix.
88337      Branch: perl
88338            ! pod/perlfunc.pod
88339 ____________________________________________________________________________
88340 [  6409] By: jhi                                   on 2000/07/14  23:15:15
88341         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
88342              not in pod, from Peter Prymmer
88343      Branch: perl
88344            ! vms/descrip_mms.template
88345 ____________________________________________________________________________
88346 [  6408] By: jhi                                   on 2000/07/14  20:35:05
88347         Log: The bug report
88348              [ID 19991110.002] minimal matching discrepancy found by pcre author
88349              seems to have been fixed (though differently from what was suggested
88350              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
88351      Branch: perl
88352            ! t/op/re_tests
88353 ____________________________________________________________________________
88354 [  6407] By: jhi                                   on 2000/07/14  17:38:08
88355         Log: Fix AutoSplit to use File::Spec the right way in VMS,
88356              from Peter Prymmer.
88357      Branch: perl
88358            ! lib/AutoSplit.pm
88359 ____________________________________________________________________________
88360 [  6406] By: jhi                                   on 2000/07/14  14:13:22
88361         Log: Merge perlhacktut into perlhack, update perlguts.
88362              
88363              Subject: Re: Perlhacktut
88364              From: simon@brecon.co.uk (Simon Cozens)
88365              Date: 14 Jul 2000 06:49:21 GMT
88366              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
88367              
88368              Subject: Re: Perlhacktut
88369              From: simon@brecon.co.uk (Simon Cozens)
88370              Date: 14 Jul 2000 07:09:45 GMT
88371              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
88372      Branch: perl
88373            ! pod/perlguts.pod pod/perlhack.pod
88374 ____________________________________________________________________________
88375 [  6405] By: jhi                                   on 2000/07/14  14:02:31
88376         Log: Integrate with Sarathy.
88377      Branch: cfgperl
88378           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
88379           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
88380           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
88381 ____________________________________________________________________________
88382 [  6404] By: gsar                                  on 2000/07/14  12:15:02
88383         Log: PERL_OBJECT build tweaks
88384      Branch: perl
88385            ! toke.c
88386 ____________________________________________________________________________
88387 [  6403] By: gsar                                  on 2000/07/14  11:23:41
88388         Log: inconsistent types needs casts
88389      Branch: perl
88390            ! toke.c
88391 ____________________________________________________________________________
88392 [  6402] By: gsar                                  on 2000/07/14  11:12:04
88393         Log: typos in change#6399, regen headers
88394      Branch: perl
88395            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
88396 ____________________________________________________________________________
88397 [  6401] By: gsar                                  on 2000/07/14  10:59:12
88398         Log: typecasts needed for change#6394
88399      Branch: perl
88400            ! toke.c
88401 ____________________________________________________________________________
88402 [  6400] By: gsar                                  on 2000/07/14  10:49:37
88403         Log: integrate cfgperl contents into mainline
88404      Branch: perl
88405           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
88406           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
88407 ____________________________________________________________________________
88408 [  6399] By: gsar                                  on 2000/07/14  10:38:35
88409         Log: enable UTF-16 filter by default if relevant BOM is seen; various
88410              cleanups (typos, misformatted code, and small bugs)
88411      Branch: perl
88412            ! doop.c embed.pl mg.c op.c pp.c toke.c
88413 ____________________________________________________________________________
88414 [  6398] By: gsar                                  on 2000/07/14  08:55:38
88415         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
88416              name suggests anyway)
88417      Branch: perl
88418            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
88419 ____________________________________________________________________________
88420 [  6397] By: gsar                                  on 2000/07/14  08:44:33
88421         Log: move new variables to the end of the interpreter structure (for
88422              bincompat in code that doesn't #include XSUB.h)
88423      Branch: perl
88424            ! intrpvar.h
88425 ____________________________________________________________________________
88426 [  6396] By: gsar                                  on 2000/07/14  08:13:58
88427         Log: MakeMaker should not remove editor backups (*~) on `make clean`
88428              by default (completes change#6383)
88429      Branch: perl
88430            ! lib/ExtUtils/MM_Unix.pm
88431 ____________________________________________________________________________
88432 [  6395] By: jhi                                   on 2000/07/14  05:20:33
88433         Log: Replace change #6337 with a better one.
88434              
88435              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88436              From: Hugo <hv@crypt.compulink.co.uk>
88437              Date: Fri, 14 Jul 2000 04:16:20 +0100
88438              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
88439      Branch: cfgperl
88440            ! regexec.c t/op/re_tests
88441 ____________________________________________________________________________
88442 [  6394] By: jhi                                   on 2000/07/14  01:33:59
88443         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
88444      Branch: cfgperl
88445            ! embed.pl global.sym proto.h toke.c
88446 ____________________________________________________________________________
88447 [  6393] By: jhi                                   on 2000/07/13  23:41:23
88448         Log: remove discarded test
88449      Branch: cfgperl
88450            ! MANIFEST
88451 ____________________________________________________________________________
88452 [  6392] By: jhi                                   on 2000/07/13  23:32:25
88453         Log: The {multiplier} of a fixed substring was overlooked which
88454              caused a wrong initial search offset for that substring.
88455              
88456              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
88457              From: Hugo <hv@crypt.compulink.co.uk>
88458              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
88459              Date: Thu, 13 Jul 2000 19:27:13 +0100
88460      Branch: cfgperl
88461            ! regcomp.c t/op/re_tests
88462 ____________________________________________________________________________
88463 [  6391] By: jhi                                   on 2000/07/13  16:37:42
88464         Log: typo fix from Craig Berry
88465      Branch: cfgperl
88466            ! vms/subconfigure.com
88467 ____________________________________________________________________________
88468 [  6390] By: jhi                                   on 2000/07/13  13:20:12
88469         Log: Integrate with Sarathy.
88470      Branch: cfgperl
88471            - t/op/method2entersub.t
88472           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
88473           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
88474           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
88475           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
88476 ____________________________________________________________________________
88477 [  6389] By: jhi                                   on 2000/07/13  13:18:48
88478         Log: Detypo from Peter Prymmer, part of #6388.
88479      Branch: cfgperl
88480            ! Configure config_h.SH
88481      Branch: metaconfig
88482            ! U/modified/d_longlong.U
88483 ____________________________________________________________________________
88484 [  6388] By: gsar                                  on 2000/07/13  06:33:40
88485         Log: typos (spotted by Peter Prymmer)
88486      Branch: perl
88487            ! Configure t/lib/english.t
88488 ____________________________________________________________________________
88489 [  6387] By: gsar                                  on 2000/07/13  05:35:28
88490         Log: new selfloader.t in change#6183 doesn't close DATA handles,
88491              and thus fails to clean up tmp files on dosish platforms
88492      Branch: perl
88493            ! t/lib/selfloader.t
88494 ____________________________________________________________________________
88495 [  6386] By: gsar                                  on 2000/07/12  21:42:39
88496         Log: sprintf test tweaks (from Dominic Dunlop)
88497      Branch: perl
88498            ! t/op/sprintf.t
88499 ____________________________________________________________________________
88500 [  6385] By: gsar                                  on 2000/07/12  21:33:46
88501         Log: fix bugs in processing %v-*d and similar format specs (from
88502              Avi Finkel <avi@finkel.org>)
88503      Branch: perl
88504            ! sv.c t/op/sprintf.t
88505 ____________________________________________________________________________
88506 [  6384] By: gsar                                  on 2000/07/12  16:04:19
88507         Log: readd missing perldelta.pod changes from changes#6339,6376
88508      Branch: perl
88509            ! pod/perldelta.pod
88510 ____________________________________________________________________________
88511 [  6383] By: gsar                                  on 2000/07/12  16:00:51
88512         Log: don't clobber *.orig files on *clean targets
88513      Branch: perl
88514            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
88515 ____________________________________________________________________________
88516 [  6382] By: gsar                                  on 2000/07/12  07:59:12
88517         Log: fix broken integrations in cfgperl
88518      Branch: cfgperl
88519           !> Changes pod/perldelta.pod
88520 ____________________________________________________________________________
88521 [  6381] By: gsar                                  on 2000/07/12  07:42:17
88522         Log: integrate cfgperl changes into mainline
88523      Branch: perl
88524            ! Changes
88525           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
88526           !> pod/perlre.pod
88527 ____________________________________________________________________________
88528 [  6380] By: gsar                                  on 2000/07/12  07:31:00
88529         Log: get sprintf.t to adjust properly for 3-digit exponents
88530      Branch: perl
88531            ! t/op/sprintf.t
88532 ____________________________________________________________________________
88533 [  6379] By: gsar                                  on 2000/07/12  06:40:04
88534         Log: change#6174 needs corresponding change in win32/config_h.PL,
88535              which grovels through config_h.SH to find the config.h name
88536      Branch: perl
88537            ! win32/config_h.PL
88538 ____________________________________________________________________________
88539 [  6378] By: jhi                                   on 2000/07/12  05:03:59
88540         Log: Do the cc sanity check both before the hints and
88541              after the cc selction.
88542      Branch: cfgperl
88543            ! Configure config_h.SH
88544      Branch: metaconfig
88545            ! U/modified/Oldconfig.U U/modified/cc.U
88546      Branch: metaconfig/U/perl
88547            + Checkcc.U
88548 ____________________________________________________________________________
88549 [  6377] By: jhi                                   on 2000/07/12  02:49:22
88550         Log: Fix nits noticed by Boston.pm.
88551      Branch: cfgperl
88552            ! pod/perlre.pod
88553 ____________________________________________________________________________
88554 [  6376] By: jhi                                   on 2000/07/11  21:22:13
88555         Log: Configure cosmetics and perldelta.
88556      Branch: cfgperl
88557            ! Configure config_h.SH pod/perldelta.pod
88558      Branch: metaconfig
88559            ! U/modified/cc.U
88560 ____________________________________________________________________________
88561 [  6375] By: gsar                                  on 2000/07/11  21:17:35
88562         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
88563      Branch: perl
88564            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
88565            ! win32/win32sck.c
88566 ____________________________________________________________________________
88567 [  6374] By: gsar                                  on 2000/07/11  20:48:50
88568         Log: tweak for build failure under multiplicity
88569      Branch: perl
88570            ! toke.c
88571 ____________________________________________________________________________
88572 [  6373] By: gsar                                  on 2000/07/11  20:37:23
88573         Log: integrate cfgperl changes#6325..6373 into mainline
88574              (NOTE: today's batch of integrations still untested)
88575      Branch: perl
88576           +> ext/DynaLoader/hints/netbsd.pl
88577            ! Changes
88578           !> (integrate 26 files)
88579 ____________________________________________________________________________
88580 [  6372] By: jhi                                   on 2000/07/11  20:30:36
88581         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
88582              regen perltoc.
88583      Branch: cfgperl
88584            + pod/perlbook.pod
88585            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
88586            ! pod/perltoc.pod
88587 ____________________________________________________________________________
88588 [  6371] By: jhi                                   on 2000/07/11  20:08:56
88589         Log: Minor cleanups on the booklist.
88590      Branch: cfgperl
88591            ! pod/perlfaq2.pod
88592 ____________________________________________________________________________
88593 [  6370] By: jhi                                   on 2000/07/11  19:31:13
88594         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
88595      Branch: cfgperl
88596            ! t/pragma/overload.t
88597 ____________________________________________________________________________
88598 [  6369] By: gsar                                  on 2000/07/11  19:27:48
88599         Log: integrate cfgperl changes#6293..6324 into mainline
88600      Branch: perl
88601           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
88602            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
88603           !> (integrate 30 files)
88604 ____________________________________________________________________________
88605 [  6368] By: gsar                                  on 2000/07/11  19:18:57
88606         Log: skip integrate of problematic change#6292 from cfgperl into mainline
88607      Branch: perl
88608           !> pp_hot.c
88609 ____________________________________________________________________________
88610 [  6367] By: gsar                                  on 2000/07/11  19:17:21
88611         Log: integrate cfgperl changes#6288..6290 into mainline
88612      Branch: perl
88613           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
88614 ____________________________________________________________________________
88615 [  6366] By: gsar                                  on 2000/07/11  19:11:18
88616         Log: integrate cfgperl changes#6268..6282 into mainline
88617      Branch: perl
88618           !> (integrate 30 files)
88619 ____________________________________________________________________________
88620 [  6365] By: gsar                                  on 2000/07/11  18:57:00
88621         Log: delete new accidentally branched file
88622      Branch: perl
88623            - t/op/method2entersub.t
88624 ____________________________________________________________________________
88625 [  6364] By: gsar                                  on 2000/07/11  18:55:13
88626         Log: skip integrate of change#6267 from cfgperl into mainline (the
88627              method call optimization is flawed without additional hints
88628              from user about immutableness of @ISA and no runtime method
88629              definitions)
88630      Branch: perl
88631           +> t/op/method2entersub.t
88632           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
88633           !> perl.h t/op/sprintf.t xsutils.c
88634 ____________________________________________________________________________
88635 [  6363] By: gsar                                  on 2000/07/11  18:49:43
88636         Log: integrate cfgperl changes#6261..6266 into mainline
88637      Branch: perl
88638           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
88639           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
88640           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88641           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
88642 ____________________________________________________________________________
88643 [  6362] By: gsar                                  on 2000/07/11  18:43:26
88644         Log: integrate cfgperl changes#6252..6260 into mainline
88645      Branch: perl
88646           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
88647           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
88648           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
88649           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
88650 ____________________________________________________________________________
88651 [  6361] By: gsar                                  on 2000/07/11  18:37:12
88652         Log: skip integrate of problematic change#6251 from cfgperl into mainline
88653      Branch: perl
88654           !> lib/Exporter.pm
88655 ____________________________________________________________________________
88656 [  6360] By: gsar                                  on 2000/07/11  18:34:56
88657         Log: integrate cfgperl change#6250 into mainline
88658      Branch: perl
88659           +> t/op/my_stash.t
88660           !> MANIFEST embed.pl proto.h toke.c
88661 ____________________________________________________________________________
88662 [  6359] By: gsar                                  on 2000/07/11  18:21:19
88663         Log: integrate cfgperl changes#6242..6249 into mainline
88664      Branch: perl
88665           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
88666           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
88667           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
88668           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
88669           !> t/lib/peek.t utf8.c
88670 ____________________________________________________________________________
88671 [  6358] By: gsar                                  on 2000/07/11  18:15:45
88672         Log: skip integrate of problematic change#6241 from cfgperl into mainline
88673      Branch: perl
88674           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
88675 ____________________________________________________________________________
88676 [  6357] By: jhi                                   on 2000/07/11  18:15:16
88677         Log: Fix for
88678              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
88679              From: Roderick Schertler <roderick@argon.org> 
88680              Date: Tue, 11 Jul 2000 13:55:05 -0400 
88681              Message-Id: <200007111755.NAA05077@jones.argon.org> 
88682      Branch: cfgperl
88683            ! doio.c
88684 ____________________________________________________________________________
88685 [  6356] By: jhi                                   on 2000/07/11  18:12:51
88686         Log: Typo in #6341.
88687      Branch: cfgperl
88688            ! pp_hot.c
88689 ____________________________________________________________________________
88690 [  6355] By: gsar                                  on 2000/07/11  18:12:10
88691         Log: integrate cfgperl changes#6231..6240 into mainline
88692      Branch: perl
88693           +> pod/perlutil.pod
88694           !> (integrate 35 files)
88695 ____________________________________________________________________________
88696 [  6354] By: jhi                                   on 2000/07/11  18:04:34
88697         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
88698              From: Dominic Dunlop <domo@computer.org> 
88699              Date: Tue, 11 Jul 2000 12:27:33 +0200 
88700              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
88701              
88702              Replaces change #6268.
88703      Branch: cfgperl
88704            ! t/op/sprintf.t
88705 ____________________________________________________________________________
88706 [  6353] By: gsar                                  on 2000/07/11  17:59:51
88707         Log: skip integrate of problematic change#6230 from cfgperl into mainline
88708              (a later version of File::Spec is already in mainline)
88709      Branch: perl
88710           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
88711           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
88712 ____________________________________________________________________________
88713 [  6352] By: gsar                                  on 2000/07/11  17:57:48
88714         Log: integrate cfgperl changes#6224..6229 into mainline
88715      Branch: perl
88716           +> lib/lib.pm.PL
88717            - lib/lib.pm
88718           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
88719           !> lib/English.pm op.c t/lib/english.t
88720 ____________________________________________________________________________
88721 [  6351] By: gsar                                  on 2000/07/11  17:50:10
88722         Log: skip integrate of problematic change#6223 from cfgperl into mainline
88723      Branch: perl
88724           !> doio.c
88725 ____________________________________________________________________________
88726 [  6350] By: gsar                                  on 2000/07/11  17:48:28
88727         Log: integrate cfgperl changes#6220..6222 into mainline
88728      Branch: perl
88729           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
88730           !> toke.c utf8.c win32/win32.h
88731 ____________________________________________________________________________
88732 [  6349] By: gsar                                  on 2000/07/11  17:46:13
88733         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
88734              mainline
88735      Branch: perl
88736           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88737           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88738           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88739 ____________________________________________________________________________
88740 [  6348] By: jhi                                   on 2000/07/11  17:45:49
88741         Log: README.posix-bc podified from Thomas Dorner.
88742      Branch: cfgperl
88743            ! README.posix-bc
88744 ____________________________________________________________________________
88745 [  6347] By: gsar                                  on 2000/07/11  17:42:04
88746         Log: integrate cfgperl change#6217 into mainline
88747      Branch: perl
88748           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
88749           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
88750           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
88751 ____________________________________________________________________________
88752 [  6346] By: gsar                                  on 2000/07/11  17:39:37
88753         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
88754              mainline
88755      Branch: perl
88756           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
88757           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88758           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88759           !> perlapi.h pod/perlapi.pod
88760 ____________________________________________________________________________
88761 [  6345] By: gsar                                  on 2000/07/11  17:36:42
88762         Log: integrate cfgperl changes#6207..6210 into mainline
88763      Branch: perl
88764           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
88765           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
88766 ____________________________________________________________________________
88767 [  6344] By: gsar                                  on 2000/07/11  17:31:20
88768         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
88769              mainline
88770      Branch: perl
88771           !> (integrate 40 files)
88772 ____________________________________________________________________________
88773 [  6343] By: gsar                                  on 2000/07/11  17:19:08
88774         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
88775      Branch: perl
88776           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
88777            ! Changes
88778           !> (integrate 34 files)
88779 ____________________________________________________________________________
88780 [  6342] By: jhi                                   on 2000/07/11  16:05:48
88781         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
88782              To: perl5-porters@perl.org
88783              From: Karsten Sperling <spiff@phreax.net>
88784              Date: Mon, 10 Jul 2000 15:12:52 +0200
88785              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
88786      Branch: cfgperl
88787            ! lib/Symbol.pm
88788 ____________________________________________________________________________
88789 [  6341] By: jhi                                   on 2000/07/11  15:59:23
88790         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
88791              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88792              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
88793              Date: Fri, 07 Jul 2000 17:57:16 +0100
88794      Branch: cfgperl
88795            ! pp_hot.c
88796 ____________________________________________________________________________
88797 [  6340] By: jhi                                   on 2000/07/11  15:55:47
88798         Log: Subject: Re: format bug report  [Patch]
88799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88800              Date: Wed, 05 Jul 2000 13:12:52 +0200
88801              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
88802              
88803              Subject: Re: format bug report  [Patch]
88804              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88805              Date: Wed, 05 Jul 2000 14:10:01 +0200
88806              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
88807      Branch: cfgperl
88808            ! t/op/write.t toke.c
88809 ____________________________________________________________________________
88810 [  6339] By: jhi                                   on 2000/07/11  13:54:09
88811         Log: Be less forgiving about ambiguous and illegal tr ranges.
88812              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88813              From: Mark-Jason Dominus <mjd@plover.com>
88814              Date: Tue, 04 Jul 2000 10:00:12 -0400
88815              Message-ID: <20000704140012.17772.qmail@plover.com>
88816              
88817              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88818              From: Mark-Jason Dominus <mjd@plover.com>
88819              Date: Wed, 05 Jul 2000 09:37:36 -0400
88820              Message-ID: <20000705133736.27293.qmail@plover.com>
88821      Branch: cfgperl
88822            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
88823 ____________________________________________________________________________
88824 [  6338] By: jhi                                   on 2000/07/11  13:31:24
88825         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
88826              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88827              Date: Tue, 11 Jul 2000 13:50:51 +0100
88828              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
88829      Branch: cfgperl
88830            ! sv.c
88831 ____________________________________________________________________________
88832 [  6337] By: jhi                                   on 2000/07/11  13:29:14
88833         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88834              From: Hugo <hv@crypt.compulink.co.uk>
88835              Date: Tue, 11 Jul 2000 12:44:50 +0100
88836              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
88837      Branch: cfgperl
88838            ! regexec.c t/op/re_tests
88839 ____________________________________________________________________________
88840 [  6336] By: jhi                                   on 2000/07/11  13:26:47
88841         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
88842              From: simon@brecon.co.uk (Simon Cozens)
88843              Date: 7 Jul 2000 11:26:09 GMT
88844              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
88845      Branch: cfgperl
88846            ! mg.c
88847 ____________________________________________________________________________
88848 [  6335] By: jhi                                   on 2000/07/11  13:23:37
88849         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
88850              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
88851              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
88852              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
88853      Branch: cfgperl
88854            + ext/DynaLoader/hints/netbsd.pl
88855            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
88856 ____________________________________________________________________________
88857 [  6334] By: jhi                                   on 2000/07/11  13:20:38
88858         Log: Subject: PATCH perlguts.pod: Document D and d magic types
88859              From: mjd@plover.com
88860              Date: 5 Jul 2000 18:01:51 -0000
88861              Message-ID: <20000705180151.29413.qmail@plover.com>
88862      Branch: cfgperl
88863            ! pod/perlguts.pod
88864 ____________________________________________________________________________
88865 [  6333] By: jhi                                   on 2000/07/11  13:15:51
88866         Log: Precedence goof, fix based on
88867              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
88868              From: Hugo <hv@crypt.compulink.co.uk>
88869              Date: Tue, 11 Jul 2000 12:52:38 +0100
88870              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
88871      Branch: cfgperl
88872            ! t/op/taint.t
88873 ____________________________________________________________________________
88874 [  6332] By: jhi                                   on 2000/07/11  12:40:17
88875         Log: Integrate with Sarathy.
88876      Branch: cfgperl
88877           !> win32/win32sck.c
88878 ____________________________________________________________________________
88879 [  6331] By: jhi                                   on 2000/07/10  20:14:16
88880         Log: Sprinkle ldlibpath.
88881      Branch: cfgperl
88882            ! pod/Makefile.SH
88883 ____________________________________________________________________________
88884 [  6330] By: jhi                                   on 2000/07/10  17:54:49
88885         Log: More POSIX.pod tweaks.
88886      Branch: cfgperl
88887            ! ext/POSIX/POSIX.pod
88888 ____________________________________________________________________________
88889 [  6329] By: jhi                                   on 2000/07/10  14:02:12
88890         Log: Reorder perl.pod once more.
88891      Branch: cfgperl
88892            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88893 ____________________________________________________________________________
88894 [  6328] By: gsar                                  on 2000/07/10  07:06:00
88895         Log: accept() leaks memory on windows due to incorrect ordering of
88896              closesocket() and fclose() calls
88897      Branch: perl
88898            ! win32/win32sck.c
88899 ____________________________________________________________________________
88900 [  6327] By: gsar                                  on 2000/07/10  06:49:17
88901         Log: winsock options weren't being set in all threads under ithreads
88902              (caused send()s from second and subsequent threads to fail)
88903      Branch: perl
88904            ! win32/win32sck.c
88905 ____________________________________________________________________________
88906 [  6326] By: jhi                                   on 2000/07/08  02:45:40
88907         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
88908              was cast to an unsigned (32-bit) integer with wild abandon.
88909      Branch: cfgperl
88910            ! ext/Devel/DProf/DProf.xs
88911 ____________________________________________________________________________
88912 [  6325] By: jhi                                   on 2000/07/07  18:50:33
88913         Log: Remove perlbook, update perlfaq book listing,
88914              rearrange perl.pod, regenerate perltoc.
88915      Branch: cfgperl
88916            - pod/perlbook.pod
88917            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
88918            ! pod/perlfaq2.pod pod/perltoc.pod
88919 ____________________________________________________________________________
88920 [  6324] By: jhi                                   on 2000/07/07  14:03:40
88921         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
88922      Branch: cfgperl
88923            ! sv.h toke.c
88924 ____________________________________________________________________________
88925 [  6323] By: jhi                                   on 2000/07/06  16:03:55
88926         Log: Fix complaints of buildtoc.
88927      Branch: cfgperl
88928            + lib/Win32.pod
88929            - pod/Win32.pod
88930            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88931 ____________________________________________________________________________
88932 [  6322] By: jhi                                   on 2000/07/06  15:15:52
88933         Log: Add =head1 NAMEs so that buildtoc is happy.
88934              (The CGI::Util nit reported to Lincoln.)
88935      Branch: cfgperl
88936            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
88937            ! pod/perltoc.pod
88938 ____________________________________________________________________________
88939 [  6321] By: jhi                                   on 2000/07/06  03:16:04
88940         Log: Config is being used.
88941      Branch: cfgperl
88942            ! t/op/method.t
88943 ____________________________________________________________________________
88944 [  6320] By: jhi                                   on 2000/07/06  03:13:13
88945         Log: Integrate with Sarathy.
88946      Branch: cfgperl
88947           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
88948 ____________________________________________________________________________
88949 [  6319] By: jhi                                   on 2000/07/06  03:11:46
88950         Log: Autogenerate pod/Makefile and pod/buildtoc.
88951              buildtoc also checks whether the existing pods are
88952              mentioned in MANIFEST and perl.pod, and vice versa.
88953              (None of the thusly found discrepancies fixed yet.)
88954              roffitall also needs to be autogenerated similarly but it
88955              seems so badly out of date that I didn't touch it yet.
88956      Branch: cfgperl
88957            + pod/Makefile.SH pod/buildtoc.PL
88958            - pod/Makefile pod/buildtoc
88959            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
88960 ____________________________________________________________________________
88961 [  6318] By: gsar                                  on 2000/07/05  22:10:54
88962         Log: fix UNC path handling on Windows under ithreads, and chdir()
88963              return value when given a non-existent directory
88964      Branch: perl
88965            ! win32/vdir.h
88966 ____________________________________________________________________________
88967 [  6317] By: gsar                                  on 2000/07/05  22:08:19
88968         Log: winsock cleanup never done on Windows (leads to handle leaks)
88969      Branch: perl
88970            ! win32/perllib.c win32/win32sck.c
88971 ____________________________________________________________________________
88972 [  6316] By: gsar                                  on 2000/07/05  22:06:19
88973         Log: some debugger output does not go to the socket when RemotePort is set
88974      Branch: perl
88975            ! lib/perl5db.pl
88976 ____________________________________________________________________________
88977 [  6315] By: jhi                                   on 2000/07/05  00:25:21
88978         Log: Integrate with Sarathy, preliminary fix for unicos
88979              alignment problems in [ID 20000612.002] Perl problem on Cray system.
88980      Branch: cfgperl
88981            ! sv.h
88982           !> pp_hot.c
88983 ____________________________________________________________________________
88984 [  6314] By: gsar                                  on 2000/07/04  23:34:02
88985         Log: tyop in change#6306
88986      Branch: perl
88987            ! pp_hot.c
88988 ____________________________________________________________________________
88989 [  6313] By: jhi                                   on 2000/07/04  22:14:38
88990         Log: Multiline string literals ENONPORTABLE.
88991      Branch: cfgperl
88992            ! pp_hot.c
88993 ____________________________________________________________________________
88994 [  6312] By: jhi                                   on 2000/07/04  20:34:44
88995         Log: Integrate with Sarathy.
88996      Branch: cfgperl
88997           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
88998           !> t/op/method.t
88999 ____________________________________________________________________________
89000 [  6311] By: jhi                                   on 2000/07/04  20:30:56
89001         Log: More POSIX.pod embellishment.
89002      Branch: cfgperl
89003            ! ext/POSIX/POSIX.pod
89004 ____________________________________________________________________________
89005 [  6310] By: gsar                                  on 2000/07/04  17:28:48
89006         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
89007      Branch: perl
89008            ! t/lib/b.t
89009 ____________________________________________________________________________
89010 [  6309] By: jhi                                   on 2000/07/04  17:22:18
89011         Log: The #6308 required a little bit more.
89012      Branch: cfgperl
89013            ! Makefile.SH win32/Makefile
89014 ____________________________________________________________________________
89015 [  6308] By: jhi                                   on 2000/07/04  16:35:24
89016         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
89017      Branch: cfgperl
89018            + lib/lib_pm.PL
89019            - lib/lib.pm.PL
89020            ! MANIFEST Makefile.SH
89021 ____________________________________________________________________________
89022 [  6307] By: jhi                                   on 2000/07/04  16:28:58
89023         Log: Win32 patches for cfgperl from Sarathy.
89024      Branch: cfgperl
89025            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
89026            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
89027            ! thread.h toke.c util.c win32/Makefile win32/win32.c
89028 ____________________________________________________________________________
89029 [  6306] By: gsar                                  on 2000/07/04  16:28:40
89030         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
89031              (from Richard Soderberg <rs@oregonnet.com>)
89032      Branch: perl
89033            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
89034 ____________________________________________________________________________
89035 [  6305] By: jhi                                   on 2000/07/04  16:24:24
89036         Log: Integrate with Sarathy.
89037      Branch: cfgperl
89038           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
89039           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89040           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
89041           !> proto.h win32/win32.c
89042 ____________________________________________________________________________
89043 [  6304] By: gsar                                  on 2000/07/04  16:17:24
89044         Log: missing perldiag entry for unpack("w",...) diagnostic (from
89045              Andreas Koenig)
89046      Branch: perl
89047            ! pod/perldiag.pod
89048 ____________________________________________________________________________
89049 [  6303] By: gsar                                  on 2000/07/04  16:14:44
89050         Log: remove rel2abs prototypes (from Barrie Slaymaker)
89051      Branch: perl
89052            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89053            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89054 ____________________________________________________________________________
89055 [  6302] By: gsar                                  on 2000/07/04  04:59:35
89056         Log: adjust change#6299
89057      Branch: perl
89058            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
89059            ! win32/win32.c
89060 ____________________________________________________________________________
89061 [  6301] By: jhi                                   on 2000/07/04  04:50:07
89062         Log: Integrate with Sarathy.
89063      Branch: cfgperl
89064           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
89065           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
89066           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
89067 ____________________________________________________________________________
89068 [  6300] By: gsar                                  on 2000/07/04  04:42:09
89069         Log: PERL_OBJECT build tweak
89070      Branch: perl
89071            ! perl.h
89072 ____________________________________________________________________________
89073 [  6299] By: gsar                                  on 2000/07/04  04:37:00
89074         Log: fix memory leak on Windows (PL_sys_intern contents were never
89075              freed)
89076      Branch: perl
89077            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
89078            ! perlapi.c proto.h win32/win32.c
89079 ____________________________________________________________________________
89080 [  6298] By: gsar                                  on 2000/07/04  04:15:59
89081         Log: fix large memory leak that has been around for ever, masked by
89082              -DPURIFY (most of the arenas were never freed!)
89083      Branch: perl
89084            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
89085 ____________________________________________________________________________
89086 [  6297] By: gsar                                  on 2000/07/04  04:07:46
89087         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
89088      Branch: perl
89089            ! perl.c
89090 ____________________________________________________________________________
89091 [  6296] By: jhi                                   on 2000/06/30  18:28:37
89092         Log: Elaborate POSIX.pod.  Still needs work.
89093      Branch: cfgperl
89094            ! ext/POSIX/POSIX.pod
89095 ____________________________________________________________________________
89096 [  6295] By: jhi                                   on 2000/06/30  14:58:18
89097         Log: Point to perlipc for more SysV IPC examples.
89098      Branch: cfgperl
89099            ! pod/perlfunc.pod
89100 ____________________________________________________________________________
89101 [  6294] By: gsar                                  on 2000/06/30  14:47:45
89102         Log: slurp mode fix in change#4736 still not quite right
89103      Branch: perl
89104            ! pp_hot.c t/io/argv.t
89105 ____________________________________________________________________________
89106 [  6293] By: jhi                                   on 2000/06/30  12:02:55
89107         Log: Integrate with Sarathy.
89108      Branch: cfgperl
89109           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
89110 ____________________________________________________________________________
89111 [  6292] By: jhi                                   on 2000/06/30  12:01:11
89112         Log: From: simon@brecon.co.uk (Simon Cozens)
89113              Subject: UTF8 concat
89114              Date: 30 Jun 2000 06:13:25 GMT
89115              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
89116      Branch: cfgperl
89117            ! pp_hot.c
89118 ____________________________________________________________________________
89119 [  6291] By: gsar                                  on 2000/06/30  04:37:33
89120         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
89121              when @_ is modified, causing coredumps
89122      Branch: perl
89123            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
89124 ____________________________________________________________________________
89125 [  6290] By: jhi                                   on 2000/06/30  02:21:44
89126         Log: Integrate with Sarathy.
89127      Branch: cfgperl
89128           !> vms/vms.c vms/vmsish.h
89129 ____________________________________________________________________________
89130 [  6289] By: jhi                                   on 2000/06/30  02:21:02
89131         Log: Check VERSIONs.
89132      Branch: cfgperl
89133            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89134            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89135            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89136 ____________________________________________________________________________
89137 [  6288] By: jhi                                   on 2000/06/30  02:18:52
89138         Log: Integrate with Sarathy.
89139      Branch: cfgperl
89140           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
89141           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89142           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89143           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
89144 ____________________________________________________________________________
89145 [  6287] By: gsar                                  on 2000/06/30  02:17:08
89146         Log: integrate vmsperl changes into mainline
89147      Branch: perl
89148           !> vms/vms.c vms/vmsish.h
89149 ____________________________________________________________________________
89150 [  6285] By: gsar                                  on 2000/06/30  02:05:28
89151         Log: localize %INC in a Safe compartment so that use/require work
89152              (many other magic globals probably need similar treatment)
89153      Branch: perl
89154            ! ext/Opcode/Opcode.xs
89155 ____________________________________________________________________________
89156 [  6284] By: gsar                                  on 2000/06/30  01:54:54
89157         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
89158              about Windows
89159      Branch: perl
89160            ! pod/perlembed.pod
89161 ____________________________________________________________________________
89162 [  6283] By: jhi                                   on 2000/06/30  01:50:10
89163         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
89164              From: Barrie Slaymaker <barries@jester.slaysys.com>
89165              Date: Wed, 28 Jun 2000 11:35:29 -0400
89166              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
89167      Branch: perl
89168            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89169            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89170            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89171            ! lib/File/Spec/Win32.pm
89172 ____________________________________________________________________________
89173 [  6282] By: jhi                                   on 2000/06/29  22:57:22
89174         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
89175              From: Dan Sugalski <dan@sidhe.org>
89176              Date: Tue, 06 Jun 2000 11:59:50 -0400
89177              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
89178      Branch: cfgperl
89179            ! vms/vms.c
89180 ____________________________________________________________________________
89181 [  6281] By: jhi                                   on 2000/06/29  22:52:50
89182         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
89183              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
89184              Date: Wed, 7 Jun 2000 04:02:04 -0500
89185              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
89186      Branch: cfgperl
89187            ! utils/h2xs.PL
89188 ____________________________________________________________________________
89189 [  6280] By: jhi                                   on 2000/06/29  22:45:47
89190         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
89191              From: rspier@pobox.com (Robert Spier)
89192              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
89193              Message-ID: <14654.31913.845602.610277@rls.cx>
89194      Branch: cfgperl
89195            ! utils/h2xs.PL
89196 ____________________________________________________________________________
89197 [  6279] By: jhi                                   on 2000/06/29  22:38:16
89198         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
89199              From: Tim Ayers <tayers@bridge.com>
89200              Date: Thu, 08 Jun 2000 08:11:06 +0200
89201              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
89202              [resent by Richard Foley, Message-Id probably wrong]
89203      Branch: cfgperl
89204            ! pod/perlsub.pod
89205 ____________________________________________________________________________
89206 [  6278] By: jhi                                   on 2000/06/29  22:21:45
89207         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
89208              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
89209              Date: Fri, 09 Jun 2000 12:39:27 -0400
89210              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
89211              (plus update the version "number" of Text::Wrap)
89212      Branch: cfgperl
89213            ! lib/Text/Wrap.pm
89214 ____________________________________________________________________________
89215 [  6277] By: jhi                                   on 2000/06/29  22:13:10
89216         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
89217              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89218              Date: Mon, 12 Jun 2000 14:55:59 +0100
89219              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
89220      Branch: cfgperl
89221            ! pod/perlfunc.pod
89222 ____________________________________________________________________________
89223 [  6276] By: jhi                                   on 2000/06/29  22:11:06
89224         Log: Subject: [PATCH] Re: eval documentation: context
89225              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
89226              Date: Mon, 12 Jun 2000 15:07:29 +0100
89227              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
89228      Branch: cfgperl
89229            ! pod/perlfunc.pod
89230 ____________________________________________________________________________
89231 [  6275] By: jhi                                   on 2000/06/29  21:59:46
89232         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
89233              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
89234              Date: Tue, 13 Jun 2000 02:43:48 -0500
89235              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
89236      Branch: cfgperl
89237            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
89238 ____________________________________________________________________________
89239 [  6274] By: jhi                                   on 2000/06/29  21:56:14
89240         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
89241              From: Andy Dougherty <doughera@lafayette.edu>
89242              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
89243              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
89244      Branch: cfgperl
89245            ! ext/File/Glob/Glob.pm
89246 ____________________________________________________________________________
89247 [  6273] By: jhi                                   on 2000/06/29  21:49:09
89248         Log: Subject: [PATCH] xsub attributes
89249              From: Doug MacEachern <dougm@covalent.net>
89250              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
89251              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
89252      Branch: cfgperl
89253            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
89254            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
89255 ____________________________________________________________________________
89256 [  6272] By: jhi                                   on 2000/06/29  21:41:28
89257         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
89258              From: Tom Phoenix <rootbeer@redcat.com>
89259              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
89260              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
89261      Branch: cfgperl
89262            ! lib/Net/Ping.pm
89263 ____________________________________________________________________________
89264 [  6271] By: jhi                                   on 2000/06/29  21:36:55
89265         Log: Subject: PATCH pod/perltie.pod
89266              From: Ian Phillipps <Ian.Phillipps@iname.com>
89267              Date: Fri, 16 Jun 2000 00:17:19 +0100
89268              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
89269              (only the first hunk, the second hunk had already been done
89270              by some other patch)
89271      Branch: cfgperl
89272            ! pod/perltie.pod
89273 ____________________________________________________________________________
89274 [  6270] By: jhi                                   on 2000/06/29  21:24:51
89275         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
89276              From: Nicholas Clark <nick@talking.bollo.cx>
89277              Date: Fri, 23 Jun 2000 16:21:15 +0100
89278              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
89279      Branch: cfgperl
89280            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
89281            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
89282 ____________________________________________________________________________
89283 [  6269] By: jhi                                   on 2000/06/29  19:38:15
89284         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
89285              silence few compiler warnings.
89286      Branch: cfgperl
89287            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
89288 ____________________________________________________________________________
89289 [  6268] By: jhi                                   on 2000/06/29  18:21:50
89290         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
89291              From: Dominic Dunlop <domo@computer.org> 
89292              Date: Thu, 29 Jun 2000 12:32:39 +0200 
89293              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
89294      Branch: cfgperl
89295            ! t/op/sprintf.t
89296 ____________________________________________________________________________
89297 [  6267] By: jhi                                   on 2000/06/29  18:16:07
89298         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
89299              From: Doug MacEachern <dougm@covalent.net>
89300              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
89301              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
89302      Branch: cfgperl
89303            + t/op/method2entersub.t
89304            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
89305            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89306            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
89307            ! xsutils.c
89308 ____________________________________________________________________________
89309 [  6266] By: jhi                                   on 2000/06/29  15:11:15
89310         Log: Subject: [PATCH 5.6.0] cygwin port
89311              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
89312              From: "Fifer, Eric" <EFifer@sanwaint.com>
89313              Date: Thu, 29 Jun 2000 12:58:29 +0100
89314      Branch: cfgperl
89315            ! cygwin/Makefile.SHs
89316 ____________________________________________________________________________
89317 [  6265] By: jhi                                   on 2000/06/29  15:04:05
89318         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
89319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89320              Date: Wed, 28 Jun 2000 17:50:12 -0700
89321              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
89322      Branch: cfgperl
89323            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
89324 ____________________________________________________________________________
89325 [  6264] By: jhi                                   on 2000/06/29  15:00:57
89326         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
89327              From: Marty Lucich <marty@netcom.com>
89328              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
89329              Message-Id: <200006282116.OAA11148@netcom.com>
89330              ccdlflags update (the BSD/OS 4.1 part had already been taken
89331              care of by #6141).
89332      Branch: cfgperl
89333            ! hints/bsdos.sh
89334 ____________________________________________________________________________
89335 [  6263] By: jhi                                   on 2000/06/29  13:47:44
89336         Log: tr fixes from Simon Cozens
89337      Branch: cfgperl
89338            ! doop.c
89339 ____________________________________________________________________________
89340 [  6262] By: jhi                                   on 2000/06/28  18:46:01
89341         Log: Subject: 5.6.0 Patch for EPOC
89342              From: Olaf Flebbe <o.flebbe@gmx.de>
89343              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
89344              Message-ID: <23449.960929969@www11.gmx.net>
89345      Branch: cfgperl
89346            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
89347            ! epoc/epocish.h
89348 ____________________________________________________________________________
89349 [  6261] By: jhi                                   on 2000/06/28  18:29:07
89350         Log: Subject: Re: [PATCH cfgperl] BOMs away!
89351              From: simon@brecon.co.uk (Simon Cozens)
89352              Date: 17 Jun 2000 11:49:57 GMT
89353              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
89354      Branch: cfgperl
89355            ! pod/perldiag.pod t/comp/require.t toke.c
89356 ____________________________________________________________________________
89357 [  6260] By: jhi                                   on 2000/06/28  17:47:16
89358         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
89359              From: simon@brecon.co.uk (Simon Cozens) 
89360              Date: 17 Jun 2000 11:56:44 GMT 
89361              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
89362              pack U0, pack C0
89363      Branch: cfgperl
89364            ! pod/perlfunc.pod pp.c t/op/pack.t
89365 ____________________________________________________________________________
89366 [  6259] By: jhi                                   on 2000/06/28  16:43:17
89367         Log: perlnewmod was missing from MANIFEST.
89368      Branch: cfgperl
89369            ! MANIFEST
89370 ____________________________________________________________________________
89371 [  6258] By: jhi                                   on 2000/06/28  15:54:30
89372         Log: linenumber tweak
89373      Branch: cfgperl
89374            ! t/pragma/warn/regcomp
89375 ____________________________________________________________________________
89376 [  6257] By: jhi                                   on 2000/06/28  15:50:44
89377         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
89378              From: Doug MacEachern <dougm@covalent.net>
89379              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
89380              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
89381              (one part of the patch had been applied earlier)
89382      Branch: cfgperl
89383            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
89384 ____________________________________________________________________________
89385 [  6256] By: jhi                                   on 2000/06/28  15:40:22
89386         Log: tweaks from Simon Cozens to further fix tr/// under utf8
89387      Branch: cfgperl
89388            ! doop.c
89389 ____________________________________________________________________________
89390 [  6255] By: jhi                                   on 2000/06/28  15:33:45
89391         Log: small thinko tweaks
89392      Branch: cfgperl
89393            ! lib/IPC/Open3.pm t/op/my_stash.t
89394 ____________________________________________________________________________
89395 [  6254] By: jhi                                   on 2000/06/28  15:33:25
89396         Log: Subject: tr///, help wanted.
89397              From: simon@brecon.co.uk (Simon Cozens)
89398              Date: 28 Jun 2000 11:29:04 GMT
89399              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
89400      Branch: cfgperl
89401            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
89402            ! pp_proto.h proto.h t/op/tr.t
89403 ____________________________________________________________________________
89404 [  6253] By: jhi                                   on 2000/06/28  15:09:17
89405         Log: Paranoia tweak on #6249.
89406              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
89407              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
89408              Date: Sun, 25 Jun 2000 23:43:12 -0400
89409              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
89410      Branch: cfgperl
89411            ! lib/IPC/Open3.pm
89412 ____________________________________________________________________________
89413 [  6252] By: jhi                                   on 2000/06/28  15:01:38
89414         Log: Document #6249 and #6251.
89415      Branch: cfgperl
89416            ! lib/Exporter.pm lib/IPC/Open3.pm
89417 ____________________________________________________________________________
89418 [  6251] By: jhi                                   on 2000/06/28  14:50:43
89419         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
89420              From: Doug MacEachern <dougm@covalent.net>
89421              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
89422              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
89423      Branch: cfgperl
89424            ! lib/Exporter.pm
89425 ____________________________________________________________________________
89426 [  6250] By: jhi                                   on 2000/06/28  14:45:23
89427         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
89428              From: Doug MacEachern <dougm@covalent.net>
89429              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
89430              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
89431      Branch: cfgperl
89432            + t/op/my_stash.t
89433            ! MANIFEST embed.pl global.sym proto.h toke.c
89434 ____________________________________________________________________________
89435 [  6249] By: jhi                                   on 2000/06/28  14:36:34
89436         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
89437              From: Frank Tobin <ftobin@uiuc.edu>
89438              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
89439              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
89440      Branch: cfgperl
89441            ! lib/IPC/Open3.pm
89442 ____________________________________________________________________________
89443 [  6248] By: jhi                                   on 2000/06/28  14:11:25
89444         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
89445              From: Mark-Jason Dominus <mjd@plover.com>
89446              Date: Tue, 27 Jun 2000 22:36:42 -0400
89447              Message-ID: <20000628023642.12166.qmail@plover.com>
89448      Branch: cfgperl
89449            ! pod/perlfunc.pod
89450 ____________________________________________________________________________
89451 [  6247] By: jhi                                   on 2000/06/27  12:46:37
89452         Log: Tweak $VERSION, patch from Doug MacEachern.
89453      Branch: cfgperl
89454            ! lib/File/Spec.pm
89455 ____________________________________________________________________________
89456 [  6246] By: jhi                                   on 2000/06/27  03:34:46
89457         Log: Allow for standalone testing.
89458      Branch: cfgperl
89459            ! t/lib/filefunc.t t/lib/filespec.t
89460 ____________________________________________________________________________
89461 [  6245] By: jhi                                   on 2000/06/27  02:50:02
89462         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
89463              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89464              Date: Sat, 24 Jun 2000 13:06:20 +0100
89465              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
89466      Branch: cfgperl
89467            ! ext/DynaLoader/DynaLoader_pm.PL
89468 ____________________________________________________________________________
89469 [  6244] By: jhi                                   on 2000/06/27  02:46:10
89470         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
89471              From: Doug MacEachern <dougm@covalent.net>
89472              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
89473              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
89474      Branch: cfgperl
89475            ! gv.c sv.c t/lib/peek.t
89476 ____________________________________________________________________________
89477 [  6243] By: jhi                                   on 2000/06/27  02:38:07
89478         Log: Subject: [PATCH] is_utf8_string
89479              From: simon@brecon.co.uk (Simon Cozens)
89480              Date: 26 Jun 2000 02:25:59 GMT
89481              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
89482      Branch: cfgperl
89483            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
89484            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
89485            ! proto.h utf8.c
89486 ____________________________________________________________________________
89487 [  6242] By: jhi                                   on 2000/06/27  02:24:00
89488         Log: Subject: [PATCH] bytes<->utf8 fixes
89489              From: simon@brecon.co.uk (Simon Cozens)
89490              Date: 26 Jun 2000 04:55:45 GMT
89491              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
89492      Branch: cfgperl
89493            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
89494 ____________________________________________________________________________
89495 [  6241] By: jhi                                   on 2000/06/27  02:12:42
89496         Log: Do no -warn on \_, only on \alpha.
89497              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
89498              From: David Dyck <dcd@tc.fluke.com>
89499              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
89500              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
89501      Branch: cfgperl
89502            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
89503 ____________________________________________________________________________
89504 [  6240] By: jhi                                   on 2000/06/27  02:00:01
89505         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
89506              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89507              Date: Mon, 26 Jun 2000 18:40:14 +0100
89508              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
89509      Branch: cfgperl
89510            ! utils/h2xs.PL
89511 ____________________________________________________________________________
89512 [  6239] By: jhi                                   on 2000/06/27  01:53:40
89513         Log: Configure maintenance.  Sever some dependency cycles,
89514              separate gccversion from the cc unit,
89515              address [ID 20000623.006] Configure script patch for using gcc on AIX
89516              (but solve it a little bit differently),
89517              unduplex some accidentally duplicated units,
89518              suggest using gcc if no cc available
89519              (p5p thread: "Solaris configure: counterproposal", 1999-09)
89520      Branch: cfgperl
89521            ! Configure Todo-5.6 config_h.SH
89522      Branch: metaconfig
89523            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
89524            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
89525      Branch: metaconfig/U/perl
89526            + gccvers.U
89527            ! d_getespwnam.U d_getprpwnam.U i_prot.U
89528 ____________________________________________________________________________
89529 [  6238] By: jhi                                   on 2000/06/25  18:04:56
89530         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
89531              From: Dan Sugalski <dan@sidhe.org>
89532              Date: Fri, 23 Jun 2000 17:00:00 -0400
89533              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
89534      Branch: cfgperl
89535            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
89536 ____________________________________________________________________________
89537 [  6237] By: jhi                                   on 2000/06/25  16:36:45
89538         Log: Tweak embed.pl, regen headers.
89539      Branch: cfgperl
89540            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
89541            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
89542            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
89543            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
89544            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
89545 ____________________________________________________________________________
89546 [  6236] By: jhi                                   on 2000/06/25  15:26:42
89547         Log: Regen headers.
89548      Branch: cfgperl
89549            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
89550            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
89551            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
89552            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
89553            ! regnodes.h warnings.h
89554 ____________________________________________________________________________
89555 [  6235] By: jhi                                   on 2000/06/23  19:39:35
89556         Log: The thread begun by
89557              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
89558              From: Kevin.Ruscoe@ubsw.com
89559              Date: Fri, 16 Jun 2000 16:38:51 +0100
89560              Message-Id: <H000019b03c300d6@MHS>
89561      Branch: cfgperl
89562            ! hints/solaris_2.sh
89563 ____________________________________________________________________________
89564 [  6234] By: jhi                                   on 2000/06/23  19:23:36
89565         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
89566              because when run as services (Win32ese for daemons)
89567              no environment variables are set and tmpdir ends up as /tmp,
89568              which is ambiguous.
89569              
89570              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
89571              From: matt@sergeant.org
89572              Date: 16 Jun 2000 16:30:43 -0000
89573              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
89574      Branch: cfgperl
89575            ! lib/File/Spec/Win32.pm
89576 ____________________________________________________________________________
89577 [  6233] By: jhi                                   on 2000/06/23  19:18:58
89578         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
89579              From: Mark-Jason Dominus <mjd@plover.com>
89580              Date: Fri, 16 Jun 2000 20:53:04 -0400
89581              Message-ID: <20000617005304.8008.qmail@plover.com>
89582      Branch: cfgperl
89583            ! op.h
89584 ____________________________________________________________________________
89585 [  6232] By: jhi                                   on 2000/06/23  16:10:02
89586         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
89587              From: simon@brecon.co.uk (Simon Cozens)
89588              Date: 19 Jun 2000 15:18:27 GMT
89589              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
89590              
89591              plus update pod/Makefile and regenerate perltoc
89592      Branch: cfgperl
89593            + pod/perlutil.pod
89594            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
89595 ____________________________________________________________________________
89596 [  6231] By: jhi                                   on 2000/06/23  15:19:18
89597         Log: Subject: [PATCH 5.6.0] cygwin port
89598              From: "Fifer, Eric" <EFifer@sanwaint.com>
89599              Date: Tue, 20 Jun 2000 14:30:58 +0100
89600              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
89601      Branch: cfgperl
89602            ! README.cygwin lib/File/Find.pm
89603 ____________________________________________________________________________
89604 [  6230] By: jhi                                   on 2000/06/23  14:25:21
89605         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
89606      Branch: cfgperl
89607            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89608            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89609            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89610            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
89611 ____________________________________________________________________________
89612 [  6229] By: jhi                                   on 2000/06/23  14:13:34
89613         Log: Subject: README.hpux version 0.6.1
89614              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
89615              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
89616              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
89617      Branch: cfgperl
89618            ! README.hpux
89619 ____________________________________________________________________________
89620 [  6228] By: jhi                                   on 2000/06/23  14:07:20
89621         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
89622              From: Doug MacEachern <dougm@covalent.net>
89623              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
89624              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
89625      Branch: cfgperl
89626            ! op.c
89627 ____________________________________________________________________________
89628 [  6227] By: jhi                                   on 2000/06/23  14:01:06
89629         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
89630              From: Doug MacEachern <dougm@covalent.net>
89631              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
89632              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
89633      Branch: cfgperl
89634            + lib/lib.pm.PL
89635            - lib/lib.pm
89636            ! MANIFEST Makefile.SH
89637 ____________________________________________________________________________
89638 [  6226] By: jhi                                   on 2000/06/23  13:53:07
89639         Log: Subject: [PATCH] remove forward declarations in Socket.pm
89640              From: Doug MacEachern <dougm@covalent.net>
89641              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
89642              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
89643              
89644              From: Doug MacEachern <dougm@covalent.net>
89645              Subject: Re: [PATCH] remove forward declarations in Socket.pm
89646              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
89647              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
89648      Branch: cfgperl
89649            ! ext/Socket/Socket.pm op.c
89650 ____________________________________________________________________________
89651 [  6225] By: jhi                                   on 2000/06/23  13:41:52
89652         Log: Add source code filenames to apidoc.
89653              From: simon@brecon.co.uk (Simon Cozens)
89654              Subject: [PATCH embed.pl] Source X-ref
89655              Date: 22 Jun 2000 02:18:49 GMT
89656              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
89657      Branch: cfgperl
89658            ! embed.pl
89659 ____________________________________________________________________________
89660 [  6224] By: jhi                                   on 2000/06/23  13:32:33
89661         Log: A way to avoid English.pm performance hit.
89662              From: root <root@jester.slaysys.com>
89663              Subject: [YAPATCH English.pm] My turn to putt again
89664              Date: Thu, 22 Jun 2000 20:33:58 -0400
89665              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
89666      Branch: cfgperl
89667            ! lib/English.pm t/lib/english.t
89668 ____________________________________________________________________________
89669 [  6223] By: jhi                                   on 2000/06/23  13:27:06
89670         Log: Avoid double close().
89671              Subject: [PATCH] avoid double close()
89672              From: Doug MacEachern <dougm@covalent.net>
89673              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
89674              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
89675      Branch: cfgperl
89676            ! doio.c
89677 ____________________________________________________________________________
89678 [  6222] By: jhi                                   on 2000/06/23  13:25:54
89679         Log: doc typo fix
89680              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
89681              From: Ian Phillipps <Ian.Phillipps@iname.com>
89682              Date: Fri, 23 Jun 2000 10:40:58 +0100
89683              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
89684      Branch: cfgperl
89685            ! lib/Pod/Usage.pm
89686 ____________________________________________________________________________
89687 [  6221] By: jhi                                   on 2000/06/23  13:24:15
89688         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
89689              From: simon@brecon.co.uk (Simon Cozens)
89690              Subject: [PATCH] Eliminate tr///[CU][CU]
89691              Date: 23 Jun 2000 11:05:40 GMT
89692              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
89693      Branch: cfgperl
89694            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
89695 ____________________________________________________________________________
89696 [  6220] By: jhi                                   on 2000/06/22  16:07:51
89697         Log: Win32 patches from Benjamin Stuhl.
89698      Branch: cfgperl
89699            ! makedef.pl win32/win32.h
89700 ____________________________________________________________________________
89701 [  6219] By: jhi                                   on 2000/06/22  16:06:34
89702         Log: Bytecode patches from Benjamin Stuhl.
89703      Branch: cfgperl
89704            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89705            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
89706            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89707 ____________________________________________________________________________
89708 [  6218] By: jhi                                   on 2000/06/15  23:54:16
89709         Log: Bytecode patches from Benjamin Stuhl.
89710      Branch: cfgperl
89711            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89712 ____________________________________________________________________________
89713 [  6217] By: jhi                                   on 2000/06/09  13:38:29
89714         Log: Rename the fdpid locking and integrate with Sarathy.
89715      Branch: cfgperl
89716            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
89717            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
89718            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
89719            ! win32/win32.c
89720           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
89721 ____________________________________________________________________________
89722 [  6216] By: gsar                                  on 2000/06/08  14:54:21
89723         Log: be more optimal about clearing @_
89724      Branch: perl
89725            ! cop.h
89726 ____________________________________________________________________________
89727 [  6215] By: gsar                                  on 2000/06/08  14:33:04
89728         Log: tweak comment about @DB::args
89729      Branch: perl
89730            ! av.h pp_ctl.c
89731 ____________________________________________________________________________
89732 [  6214] By: gsar                                  on 2000/06/08  13:57:54
89733         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
89734              caller() wants to populate @DB::args with it (causes a coredump
89735              in Carp::confess())
89736      Branch: perl
89737            ! cop.h t/op/runlevel.t
89738 ____________________________________________________________________________
89739 [  6213] By: gsar                                  on 2000/06/08  07:06:35
89740         Log: back out change#6106 (seems problematic)
89741      Branch: perl
89742            ! hints/solaris_2.sh
89743 ____________________________________________________________________________
89744 [  6212] By: jhi                                   on 2000/06/07  03:10:36
89745         Log: Continuing mopup for #6204.
89746      Branch: cfgperl
89747            ! ext/B/defsubs_h.PL
89748 ____________________________________________________________________________
89749 [  6211] By: jhi                                   on 2000/06/07  02:41:50
89750         Log: Mopup for #6204.
89751              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
89752              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
89753              This is comes from const() where POK isn't on when expected.
89754      Branch: cfgperl
89755            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
89756            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89757            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
89758            ! perlapi.h pod/perlapi.pod
89759 ____________________________________________________________________________
89760 [  6210] By: jhi                                   on 2000/06/07  01:56:29
89761         Log: Mopup for #6207 and #6209.
89762      Branch: cfgperl
89763            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
89764 ____________________________________________________________________________
89765 [  6209] By: jhi                                   on 2000/06/07  01:33:12
89766         Log: Lock PL_fdpid against race conditions, based on:
89767              Subject: [PATCH 5.6.0]subprocess fixup for threads
89768              From: Dan Sugalski <dan@sidhe.org>
89769              To: perl5-porters@perl.org
89770              Date: Tue, 11 Apr 2000 17:02:32 -0400
89771              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
89772      Branch: cfgperl
89773            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
89774            ! win32/win32.c
89775 ____________________________________________________________________________
89776 [  6208] By: jhi                                   on 2000/06/07  01:05:23
89777         Log: Regen headers for #6207.
89778      Branch: cfgperl
89779            ! embed.h global.sym objXSUB.h proto.h
89780 ____________________________________________________________________________
89781 [  6207] By: jhi                                   on 2000/06/06  23:43:13
89782         Log: Subject: [PATCH 5.6.0] Threadsafe patches
89783              From: Dan Sugalski <dan@sidhe.org>
89784              To: perl5-porters@perl.org
89785              Date: Mon, 08 May 2000 18:08:13 -0400
89786              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
89787      Branch: cfgperl
89788            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
89789            ! proto.h sv.h util.c
89790 ____________________________________________________________________________
89791 [  6206] By: jhi                                   on 2000/06/06  23:21:23
89792         Log: Subject: [PATCH] Eliminate $a/$b in pod
89793              From: David Glasser <me@davidglasser.net>
89794              To: perl5-porters@perl.org
89795              Date: Mon, 29 May 2000 21:15:59 -0400
89796              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
89797      Branch: cfgperl
89798            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
89799            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
89800            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
89801            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
89802            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
89803            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
89804            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
89805            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
89806            ! pod/perlvar.pod pod/perlxs.pod
89807 ____________________________________________________________________________
89808 [  6205] By: jhi                                   on 2000/06/06  23:12:14
89809         Log: Subject: [PATCH] Win32 improvements
89810              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89811              To: gsar@activestate.com, perl5-porters@perl.org
89812              Date: Mon, 29 May 2000 17:22:24 PDT
89813              Message-ID: <20000530002224.91142.qmail@hotmail.com>
89814              (MUA had mangled many lines by wordwrapping)
89815      Branch: cfgperl
89816            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
89817 ____________________________________________________________________________
89818 [  6204] By: jhi                                   on 2000/06/06  23:01:50
89819         Log: Subject: [PATCH] B::Bytecode patches
89820              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89821              To: gsar@activestate.com, jhi@iki.fi
89822              Cc: perl5-porters@perl.org
89823              Message-ID: <20000602202526.48694.qmail@hotmail.com>
89824              (MUA had mangled many lines by wordwrapping)
89825      Branch: cfgperl
89826            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
89827            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
89828            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89829            ! intrpvar.h perl.c
89830 ____________________________________________________________________________
89831 [  6203] By: jhi                                   on 2000/06/06  22:32:43
89832         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
89833              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89834              Date: Tue, 06 Jun 2000 13:07:45 -0700
89835              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
89836      Branch: cfgperl
89837            ! pod/perldiag.pod
89838 ____________________________________________________________________________
89839 [  6202] By: jhi                                   on 2000/06/06  19:38:35
89840         Log: Integrate with Sarathy.
89841      Branch: cfgperl
89842           !> perl.c
89843 ____________________________________________________________________________
89844 [  6201] By: gsar                                  on 2000/06/06  00:42:59
89845         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
89846              does a PUSHMARK that's never ever POPMARKed; in general, only
89847              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
89848              Perl_eval_[sp]v() don't because they don't take any incoming
89849              arguments (this leak has been around since the original version
89850              of perl_eval_pv() in 5.003_97e)
89851      Branch: perl
89852            ! perl.c
89853 ____________________________________________________________________________
89854 [  6200] By: jhi                                   on 2000/06/04  03:44:52
89855         Log: Update to cperl-mode.el 4.31 from
89856              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
89857              Subject: A couple of notes
89858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
89859              To: Mailing list Perl5 <perl5-porters@perl.org>
89860              Date: Sat, 3 Jun 2000 23:33:32 -0400
89861              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
89862      Branch: cfgperl
89863            ! emacs/cperl-mode.el
89864 ____________________________________________________________________________
89865 [  6199] By: jhi                                   on 2000/06/03  15:11:05
89866         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
89867              From: Dan Sugalski <dan@sidhe.org>
89868              To: perl5-porters@perl.org, vmsperl@perl.org
89869              Date: Fri, 02 Jun 2000 17:30:51 -0400
89870              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
89871      Branch: cfgperl
89872            ! vms/descrip_mms.template vms/gen_shrfls.pl
89873 ____________________________________________________________________________
89874 [  6198] By: jhi                                   on 2000/06/03  14:59:15
89875         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
89876              From: Dan Sugalski <dan@sidhe.org>
89877              To: vmsperl@perl.org, perl5-porters@perl.org
89878              Date: Fri, 02 Jun 2000 16:00:41 -0400
89879              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
89880              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
89881      Branch: cfgperl
89882            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
89883            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
89884            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
89885 ____________________________________________________________________________
89886 [  6197] By: jhi                                   on 2000/06/03  14:41:30
89887         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
89888              From: John Borwick <jhborwic@unity.ncsu.edu>
89889              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
89890              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
89891      Branch: cfgperl
89892            ! pod/perlsyn.pod
89893 ____________________________________________________________________________
89894 [  6196] By: jhi                                   on 2000/06/03  14:38:09
89895         Log: Integrate with Sarathy.
89896      Branch: cfgperl
89897           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89898           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89899           !> vms/perly_c.vms
89900 ____________________________________________________________________________
89901 [  6195] By: gsar                                  on 2000/06/02  22:43:13
89902         Log: fix yet another eval"" leak under USE_ITHREADS
89903      Branch: perl
89904            ! op.c
89905 ____________________________________________________________________________
89906 [  6194] By: gsar                                  on 2000/06/02  18:22:06
89907         Log: fix small eval"" memory leaks under USE_ITHREADS
89908      Branch: perl
89909            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89910            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89911            ! vms/perly_c.vms
89912 ____________________________________________________________________________
89913 [  6193] By: jhi                                   on 2000/06/01  13:03:56
89914         Log: Signals-be-gone for microperl.
89915      Branch: cfgperl
89916            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
89917 ____________________________________________________________________________
89918 [  6192] By: jhi                                   on 2000/06/01  12:52:02
89919         Log: Integrate with Sarathy.
89920      Branch: cfgperl
89921           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
89922           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
89923           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
89924           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89925           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
89926           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
89927           !> t/op/vec.t utils/h2xs.PL
89928 ____________________________________________________________________________
89929 [  6191] By: gsar                                  on 2000/06/01  09:38:21
89930         Log: vec() loses numericalness (modified version of patch suggested
89931              by Robin Barker)
89932      Branch: perl
89933            ! doop.c t/op/vec.t
89934 ____________________________________________________________________________
89935 [  6190] By: gsar                                  on 2000/06/01  09:26:15
89936         Log: submit missing embed.pl change
89937      Branch: perl
89938            ! embed.pl
89939 ____________________________________________________________________________
89940 [  6189] By: gsar                                  on 2000/06/01  09:05:34
89941         Log: counting tr/// corrupts later operation (from M.J.T Guy)
89942      Branch: perl
89943            ! doop.c t/op/tr.t
89944 ____________________________________________________________________________
89945 [  6188] By: gsar                                  on 2000/06/01  08:58:39
89946         Log: h2xs tweaks
89947      Branch: perl
89948            ! utils/h2xs.PL
89949 ____________________________________________________________________________
89950 [  6187] By: gsar                                  on 2000/06/01  08:50:07
89951         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
89952              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
89953      Branch: perl
89954            + lib/Pod/LaTeX.pm
89955            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
89956            ! pod/pod2latex.PL
89957 ____________________________________________________________________________
89958 [  6186] By: gsar                                  on 2000/06/01  08:24:40
89959         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
89960              <wolfgang.laun@alcatel.at>)
89961      Branch: perl
89962            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89963            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
89964 ____________________________________________________________________________
89965 [  6185] By: gsar                                  on 2000/06/01  08:12:00
89966         Log: remove incorrect documentation about implicit split to @_ in
89967              list context, which never really worked in perl 5 (from
89968              M.J.T. Guy)
89969      Branch: perl
89970            ! pod/perlfunc.pod pod/perltrap.pod
89971 ____________________________________________________________________________
89972 [  6184] By: gsar                                  on 2000/06/01  07:52:27
89973         Log: tweak for change#6127
89974      Branch: perl
89975            ! perl.c
89976 ____________________________________________________________________________
89977 [  6183] By: gsar                                  on 2000/06/01  07:41:02
89978         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
89979              <nick@ccl4.org>)
89980      Branch: perl
89981            + t/lib/selfloader.t
89982            ! MANIFEST lib/SelfLoader.pm
89983 ____________________________________________________________________________
89984 [  6182] By: jhi                                   on 2000/06/01  00:34:42
89985         Log: Be Cleaner Part Deux.
89986      Branch: cfgperl
89987            ! Makefile.SH
89988 ____________________________________________________________________________
89989 [  6181] By: jhi                                   on 2000/06/01  00:32:09
89990         Log: Integrate with Sarathy.
89991      Branch: cfgperl
89992           !> pp.c t/op/arith.t
89993 ____________________________________________________________________________
89994 [  6180] By: jhi                                   on 2000/06/01  00:31:13
89995         Log: microperl nits from Simon Cozens.
89996      Branch: cfgperl
89997            + uconfig.h
89998            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
89999            ! unixish.h
90000 ____________________________________________________________________________
90001 [  6179] By: gsar                                  on 2000/05/31  22:37:51
90002         Log: buggy modulus on UVs introduced by change#3378 (resulted in
90003              4063328477 % 65535 amounting to 27406, instead of 27407)
90004      Branch: perl
90005            ! pp.c t/op/arith.t
90006 ____________________________________________________________________________
90007 [  6178] By: jhi                                   on 2000/05/31  21:52:41
90008         Log: Be cleaner.
90009      Branch: cfgperl
90010            ! Makefile.SH
90011 ____________________________________________________________________________
90012 [  6177] By: jhi                                   on 2000/05/31  21:47:33
90013         Log: Substitution utf8 patch from Simon Cozens.
90014      Branch: cfgperl
90015            ! pp_hot.c
90016 ____________________________________________________________________________
90017 [  6176] By: jhi                                   on 2000/05/31  21:45:34
90018         Log: Single-quoted utf8 patch from Simon Cozens.
90019      Branch: cfgperl
90020            ! toke.c
90021 ____________________________________________________________________________
90022 [  6175] By: jhi                                   on 2000/05/31  21:40:18
90023         Log: Integrate with Sarathy.
90024      Branch: cfgperl
90025           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
90026 ____________________________________________________________________________
90027 [  6174] By: jhi                                   on 2000/05/31  21:37:31
90028         Log: microperl changes from Simon Cozens; Makefile for microperl
90029              written from scratch; few casts added as microperl compilation
90030              doesn't have all prototypes available.
90031      Branch: cfgperl
90032            + Makefile.micro README.micro Todo.micro uconfig.sh
90033            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
90034            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
90035      Branch: metaconfig
90036            + U/modified/Config_h.U
90037 ____________________________________________________________________________
90038 [  6173] By: jhi                                   on 2000/05/31  20:00:24
90039         Log: metaconfig maintenance.
90040      Branch: metaconfig
90041            + U/modified/Inhdr.U U/typedefs/inotype.U
90042      Branch: metaconfig/U/perl
90043            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
90044            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
90045 ____________________________________________________________________________
90046 [  6172] By: gsar                                  on 2000/05/31  05:05:42
90047         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
90048              (from Ilya Zakharevich)
90049      Branch: perl
90050            ! regexec.c t/op/re_tests
90051 ____________________________________________________________________________
90052 [  6171] By: gsar                                  on 2000/05/31  05:01:47
90053         Log: scalar() doesn't force scalar context when used in void context
90054              (from Simon Cozens)
90055      Branch: perl
90056            ! op.c t/op/wantarray.t
90057 ____________________________________________________________________________
90058 [  6170] By: gsar                                  on 2000/05/31  04:41:33
90059         Log: change#6142 needs tweaks to tests to work where there's no symlink()
90060              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
90061      Branch: perl
90062            ! t/lib/filefind.t
90063 ____________________________________________________________________________
90064 [  6169] By: gsar                                  on 2000/05/31  04:29:49
90065         Log: integrate cfgperl contents into mainline
90066      Branch: perl
90067           +> pod/perlmodlib.PL pod/perlnewmod.pod
90068           !> (integrate 42 files)
90069 ____________________________________________________________________________
90070 [  6168] By: jhi                                   on 2000/05/30  22:53:37
90071         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
90072      Branch: cfgperl
90073            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90074            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
90075            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
90076            ! win32/config.bc win32/config.gc win32/config.vc
90077            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
90078            ! win32/config_h.PL win32/config_sh.PL
90079      Branch: metaconfig/U/perl
90080            ! perlxv.U
90081 ____________________________________________________________________________
90082 [  6167] By: jhi                                   on 2000/05/30  22:20:21
90083         Log: tweak todo 
90084      Branch: cfgperl
90085            ! Todo-5.6
90086 ____________________________________________________________________________
90087 [  6166] By: jhi                                   on 2000/05/30  22:11:51
90088         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
90089              in case somebody wants to write an extension for more
90090              shadow database interfaces.
90091      Branch: cfgperl
90092            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90093            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
90094            ! vos/config.def vos/config.h vos/config_h.SH_orig
90095            ! win32/config.bc win32/config.gc win32/config.vc
90096            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
90097      Branch: metaconfig
90098            ! U/modified/Myinit.U
90099      Branch: metaconfig/U/perl
90100            + d_getespwnam.U d_getprpwnam.U i_prot.U
90101 ____________________________________________________________________________
90102 [  6165] By: jhi                                   on 2000/05/30  18:35:34
90103         Log: Integrate with Sarathy.
90104      Branch: cfgperl
90105           !> op.c
90106 ____________________________________________________________________________
90107 [  6164] By: jhi                                   on 2000/05/30  18:30:16
90108         Log: detypo
90109      Branch: cfgperl
90110            ! Configure config_h.SH
90111      Branch: metaconfig/U/perl
90112            ! perlxv.U
90113 ____________________________________________________________________________
90114 [  6163] By: gsar                                  on 2000/05/30  03:24:03
90115         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
90116      Branch: perl
90117            ! op.c
90118 ____________________________________________________________________________
90119 [  6162] By: gsar                                  on 2000/05/30  03:09:38
90120         Log: fix memory leak in method call optimization (change#3768);
90121              made C<eval "$x->foo()"> leak
90122      Branch: perl
90123            ! op.c
90124 ____________________________________________________________________________
90125 [  6161] By: jhi                                   on 2000/05/29  17:56:26
90126         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
90127              both from Simon Cozens.
90128      Branch: cfgperl
90129            + pod/perlmodlib.PL pod/perlnewmod.pod
90130            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
90131            ! pod/perlmodlib.pod pod/perltoc.pod
90132 ____________________________________________________________________________
90133 [  6160] By: jhi                                   on 2000/05/29  17:23:55
90134         Log: Changes for the File::Temp 0.08 (change #6159) test suite
90135              to fit better into the Perl distribution test framework.
90136      Branch: cfgperl
90137            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
90138            ! t/lib/ftmp-tempfile.t
90139 ____________________________________________________________________________
90140 [  6159] By: jhi                                   on 2000/05/29  16:55:36
90141         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
90142      Branch: cfgperl
90143            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90144            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90145 ____________________________________________________________________________
90146 [  6158] By: bailey                                on 2000/05/29  16:22:08
90147         Log: Add fallback to tmpfile for use in cases where user's relying on
90148              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
90149              Lane's patch)
90150      Branch: vmsperl
90151            ! vms/vms.c vms/vmsish.h
90152 ____________________________________________________________________________
90153 [  6157] By: jhi                                   on 2000/05/29  03:10:36
90154         Log: Regen Configure to jive with #6149.
90155      Branch: cfgperl
90156            ! Configure
90157      Branch: metaconfig
90158            ! U/modified/Getfile.U
90159 ____________________________________________________________________________
90160 [  6156] By: jhi                                   on 2000/05/29  03:01:38
90161         Log: Integrate with Sarathy.
90162      Branch: cfgperl
90163           +> ext/DynaLoader/dl_mac.xs
90164           !> (integrate 38 files)
90165 ____________________________________________________________________________
90166 [  6155] By: gsar                                  on 2000/05/28  21:15:58
90167         Log: small bug in change#6144; remove random \xA0 character that snuck
90168              in via change#6145
90169      Branch: perl
90170            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
90171 ____________________________________________________________________________
90172 [  6154] By: gsar                                  on 2000/05/28  21:04:19
90173         Log: avoid type mismatch warning
90174      Branch: perl
90175            ! perl.c
90176 ____________________________________________________________________________
90177 [  6153] By: gsar                                  on 2000/05/28  20:58:31
90178         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
90179              <nick@Bagpuss.uk.boo.com>)
90180      Branch: perl
90181            ! lib/Test/Harness.pm
90182 ____________________________________________________________________________
90183 [  6152] By: gsar                                  on 2000/05/28  20:53:42
90184         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
90185      Branch: perl
90186            ! regexec.c
90187 ____________________________________________________________________________
90188 [  6151] By: gsar                                  on 2000/05/28  20:50:28
90189         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
90190      Branch: perl
90191            ! regexec.c
90192 ____________________________________________________________________________
90193 [  6150] By: gsar                                  on 2000/05/28  20:39:58
90194         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
90195      Branch: perl
90196            ! pod/perlrequick.pod
90197 ____________________________________________________________________________
90198 [  6149] By: gsar                                  on 2000/05/28  20:35:16
90199         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
90200              <troc@netrus.net>)
90201      Branch: perl
90202            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
90203            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
90204            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
90205            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
90206 ____________________________________________________________________________
90207 [  6148] By: gsar                                  on 2000/05/28  20:21:07
90208         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
90209      Branch: perl
90210            ! lib/ExtUtils/MM_Unix.pm
90211 ____________________________________________________________________________
90212 [  6147] By: gsar                                  on 2000/05/28  20:12:41
90213         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
90214              (from Peter Prymmer)
90215      Branch: perl
90216            ! vms/subconfigure.com
90217 ____________________________________________________________________________
90218 [  6146] By: gsar                                  on 2000/05/28  20:06:15
90219         Log: doc typo
90220      Branch: perl
90221            ! lib/warnings.pm warnings.h warnings.pl
90222 ____________________________________________________________________________
90223 [  6145] By: gsar                                  on 2000/05/28  18:44:33
90224         Log: make xsubpp skip embedded pod (from Matthias Neeracher
90225              <neeri@iis.ee.ethz.ch>)
90226      Branch: perl
90227            ! lib/ExtUtils/xsubpp
90228 ____________________________________________________________________________
90229 [  6144] By: gsar                                  on 2000/05/28  18:42:49
90230         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
90231              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
90232              <neeri@iis.ee.ethz.ch>)
90233      Branch: perl
90234            ! lib/AutoSplit.pm
90235 ____________________________________________________________________________
90236 [  6143] By: gsar                                  on 2000/05/28  18:41:12
90237         Log: MacOS support, part 1 (from Matthias Neeracher
90238              <neeri@iis.ee.ethz.ch>)
90239      Branch: perl
90240            + ext/DynaLoader/dl_mac.xs
90241            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
90242            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
90243            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
90244            ! util.h
90245 ____________________________________________________________________________
90246 [  6142] By: gsar                                  on 2000/05/28  18:21:51
90247         Log: File::Find fails to chdir when chasing symlinks (from
90248              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
90249      Branch: perl
90250            ! lib/File/Find.pm t/lib/filefind.t
90251 ____________________________________________________________________________
90252 [  6141] By: jhi                                   on 2000/05/28  14:25:15
90253         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
90254              forwarded by Peter Seebach from the bsdi-users mailing list.
90255              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
90256      Branch: perl
90257            ! hints/bsdos.sh
90258 ____________________________________________________________________________
90259 [  6140] By: jhi                                   on 2000/05/28  14:11:57
90260         Log: Integrate with Sarathy.
90261      Branch: cfgperl
90262           +> (branch 30 files)
90263           !> (integrate 93 files)
90264 ____________________________________________________________________________
90265 [  6139] By: gsar                                  on 2000/05/28  10:01:48
90266         Log: revise mktables.PL for bugs and newness in Unicode 3.0
90267              (from James Bence <jbence@amgen.com>)
90268      Branch: perl
90269            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
90270            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
90271            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
90272            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
90273            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
90274            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
90275            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
90276            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
90277            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
90278            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
90279            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
90280            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
90281            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
90282            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
90283            + lib/unicode/Is/SylWU.pl
90284            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
90285            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
90286            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
90287            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
90288            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
90289            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
90290            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
90291            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
90292            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
90293            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
90294            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
90295            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
90296            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
90297            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
90298            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
90299            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
90300            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
90301            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
90302            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
90303            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
90304            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
90305            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
90306            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
90307            ! lib/unicode/Makefile lib/unicode/mktables.PL
90308 ____________________________________________________________________________
90309 [  6138] By: gsar                                  on 2000/05/28  08:50:32
90310         Log: add note about the handling of negative indices to tied arrays
90311              (from Michael G Schwern <schwern@pobox.com>)
90312      Branch: perl
90313            ! pod/perltie.pod
90314 ____________________________________________________________________________
90315 [  6137] By: gsar                                  on 2000/05/28  08:46:10
90316         Log: fix bogus redeclaration warning for "our" variables in different
90317              scopes
90318      Branch: perl
90319            ! op.c t/pragma/strict-vars
90320 ____________________________________________________________________________
90321 [  6136] By: gsar                                  on 2000/05/28  08:31:20
90322         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
90323      Branch: perl
90324            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
90325 ____________________________________________________________________________
90326 [  6135] By: gsar                                  on 2000/05/28  08:17:50
90327         Log: enable Test::Harness to dynamically determine column width etc.
90328              (from Rob Napier <rnapier@employees.org>)
90329      Branch: perl
90330            ! lib/Test/Harness.pm
90331 ____________________________________________________________________________
90332 [  6134] By: gsar                                  on 2000/05/28  08:13:39
90333         Log: make Test::Harness use wait.h/WCOREDUMP if available
90334              (from Ben Tilly <ben_tilly@hotmail.com>)
90335      Branch: perl
90336            ! lib/Test/Harness.pm
90337 ____________________________________________________________________________
90338 [  6133] By: gsar                                  on 2000/05/28  08:08:05
90339         Log: elide bogus test in change#6132
90340      Branch: perl
90341            ! t/pragma/warn/9enabled
90342 ____________________________________________________________________________
90343 [  6132] By: gsar                                  on 2000/05/28  08:03:14
90344         Log: warnings::enabled() doesn't fall back to looking at $^W if
90345              caller isn't using lexical warnings (from Paul Marquess)
90346      Branch: perl
90347            ! pp_ctl.c t/pragma/warn/9enabled
90348 ____________________________________________________________________________
90349 [  6131] By: gsar                                  on 2000/05/28  07:57:47
90350         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
90351      Branch: perl
90352            ! ext/POSIX/POSIX.pm
90353 ____________________________________________________________________________
90354 [  6130] By: gsar                                  on 2000/05/28  07:29:12
90355         Log: fix places that mean C<"word" character> but say C<alphanumeric
90356              character>
90357      Branch: perl
90358            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
90359 ____________________________________________________________________________
90360 [  6129] By: gsar                                  on 2000/05/28  07:18:41
90361         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
90362      Branch: perl
90363            ! vms/test.com
90364 ____________________________________________________________________________
90365 [  6128] By: gsar                                  on 2000/05/28  07:12:55
90366         Log: new perlxstut example for passing/returning refs to arrays
90367              (from David Lowe <dlowe@pootpoot.com>)
90368      Branch: perl
90369            ! pod/perlxstut.pod
90370 ____________________________________________________________________________
90371 [  6127] By: gsar                                  on 2000/05/28  07:02:50
90372         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
90373              failed (from Gisle Aas)
90374      Branch: perl
90375            ! cop.h perl.c
90376 ____________________________________________________________________________
90377 [  6126] By: gsar                                  on 2000/05/28  06:39:53
90378         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
90379              (reworked variant of patch suggested by Simon Cozens)
90380      Branch: perl
90381            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
90382            ! pp_hot.c proto.h t/op/gv.t
90383 ____________________________________________________________________________
90384 [  6125] By: gsar                                  on 2000/05/28  05:14:55
90385         Log: enable propagating exception objects via Perl_croak() in XS code
90386              (from Gisle Aas)
90387      Branch: perl
90388            ! util.c
90389 ____________________________________________________________________________
90390 [  6124] By: gsar                                  on 2000/05/28  05:07:28
90391         Log: integrate vmsperl contents into mainline
90392      Branch: perl
90393           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
90394           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
90395           !> vms/vmsish.h
90396 ____________________________________________________________________________
90397 [  6123] By: gsar                                  on 2000/05/28  05:03:53
90398         Log: clarify gotcha with #line directives (from Rocco Caputo
90399              <troc@netrus.net>)
90400      Branch: perl
90401            ! pod/perldebug.pod pod/perlsyn.pod
90402 ____________________________________________________________________________
90403 [  6122] By: gsar                                  on 2000/05/28  04:58:29
90404         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
90405              (from Mark-Jason Dominus)
90406      Branch: perl
90407            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
90408            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
90409            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
90410            ! toke.c
90411 ____________________________________________________________________________
90412 [  6121] By: bailey                                on 2000/05/25  04:46:54
90413         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
90414              lists (based on fixes by Craig Berry)
90415      Branch: vmsperl
90416            ! lib/File/Spec/VMS.pm
90417 ____________________________________________________________________________
90418 [  6120] By: bailey                                on 2000/05/25  04:25:38
90419         Log: Add missing escape (Charles Lane)
90420      Branch: vmsperl
90421            ! t/op/lex_assign.t
90422 ____________________________________________________________________________
90423 [  6119] By: bailey                                on 2000/05/25  04:21:25
90424         Log: Quiet error messages in vmsish.t (Charles Lane)
90425      Branch: vmsperl
90426            ! vms/ext/vmsish.t
90427 ____________________________________________________________________________
90428 [  6118] By: bailey                                on 2000/05/25  04:17:57
90429         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
90430              Flatten case labels in switch statements uniformly (Charles Bailey)
90431      Branch: vmsperl
90432            ! vms/vms.c
90433 ____________________________________________________________________________
90434 [  6117] By: bailey                                on 2000/05/25  03:58:09
90435         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
90436      Branch: vmsperl
90437            ! vms/vmsish.h
90438 ____________________________________________________________________________
90439 [  6116] By: bailey                                on 2000/05/25  03:11:15
90440         Log: Miscellaneous cosmetic fixes (Charles Lane)
90441      Branch: vmsperl
90442            ! lib/ExtUtils/MM_VMS.pm
90443 ____________________________________________________________________________
90444 [  6115] By: bailey                                on 2000/05/25  03:10:36
90445         Log: Add bounds checking for several strings (Charles Lane)
90446      Branch: vmsperl
90447            ! vms/vms.c
90448 ____________________________________________________________________________
90449 [  6114] By: bailey                                on 2000/05/25  02:25:34
90450         Log: Urk -- undo previous removal of vmsish 'exit' change
90451      Branch: vmsperl
90452            ! vms/ext/vmsish.pm vms/vmsish.h
90453 ____________________________________________________________________________
90454 [  6113] By: bailey                                on 2000/05/24  02:24:40
90455         Log: Ugly workaround for version-specific RTL error
90456      Branch: vmsperl
90457            ! vms/vms.c
90458 ____________________________________________________________________________
90459 [  6112] By: bailey                                on 2000/05/24  02:19:55
90460         Log: Check for existence of file before trying to delete
90461      Branch: vmsperl
90462            ! vms/test.com
90463 ____________________________________________________________________________
90464 [  6111] By: bailey                                on 2000/05/23  23:35:13
90465         Log: Resync with mainline prior to post-5.6.0 updates
90466      Branch: vmsperl
90467           +> (branch 49 files)
90468            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
90469            ! vms/ext/vmsish.pm
90470           !> (integrate 334 files)
90471 ____________________________________________________________________________
90472 [  6110] By: jhi                                   on 2000/05/23  19:28:32
90473         Log: todo tweak
90474      Branch: cfgperl
90475            ! Todo-5.6
90476 ____________________________________________________________________________
90477 [  6109] By: jhi                                   on 2000/05/18  17:38:54
90478         Log: Integrate with Sarathy.
90479      Branch: cfgperl
90480           !> mg.c perl.h win32/perlhost.h
90481 ____________________________________________________________________________
90482 [  6108] By: gsar                                  on 2000/05/17  02:24:56
90483         Log: reenable fake signal handling on Windows, bugs and all
90484      Branch: perl
90485            ! mg.c perl.h win32/perlhost.h
90486 ____________________________________________________________________________
90487 [  6107] By: jhi                                   on 2000/05/15  18:01:41
90488         Log: Tweak the todo list.
90489      Branch: cfgperl
90490            ! Todo-5.6
90491 ____________________________________________________________________________
90492 [  6106] By: jhi                                   on 2000/05/15  13:41:48
90493         Log: The (Configure) script refuses to go on, after asking for
90494              'You may also choose to try maximal 64-bitness....'.
90495              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
90496              -- Patrick Zima
90497              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
90498      Branch: cfgperl
90499            ! hints/solaris_2.sh
90500 ____________________________________________________________________________
90501 [  6105] By: jhi                                   on 2000/05/11  14:37:43
90502         Log: Integrate with Sarathy.
90503      Branch: cfgperl
90504           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90505           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
90506 ____________________________________________________________________________
90507 [  6104] By: gsar                                  on 2000/05/11  03:39:07
90508         Log: PL_sys_intern was being initialized too late on windows
90509      Branch: perl
90510            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90511            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
90512 ____________________________________________________________________________
90513 [  6103] By: jhi                                   on 2000/05/09  19:42:20
90514         Log: Test tweaking for Unicos continues.
90515      Branch: cfgperl
90516            ! t/op/64bitint.t
90517 ____________________________________________________________________________
90518 [  6102] By: jhi                                   on 2000/05/09  16:47:27
90519         Log: The test suite tweak in #6101 wasn't quite right.
90520      Branch: cfgperl
90521            ! t/lib/complex.t
90522 ____________________________________________________________________________
90523 [  6101] By: jhi                                   on 2000/05/09  15:35:34
90524         Log: Hints and test tweaks for Unicos.
90525      Branch: cfgperl
90526            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
90527 ____________________________________________________________________________
90528 [  6100] By: jhi                                   on 2000/05/08  21:15:06
90529         Log: More compilation tweakery from Allen Smith.
90530      Branch: cfgperl
90531            ! hints/irix_6.sh
90532 ____________________________________________________________________________
90533 [  6099] By: jhi                                   on 2000/05/08  19:21:18
90534         Log: Tweaks for the cc bugs from Allen Smith.
90535      Branch: cfgperl
90536            ! hints/irix_6.sh
90537 ____________________________________________________________________________
90538 [  6098] By: jhi                                   on 2000/05/08  19:13:37
90539         Log: Add a note about other, yet unsupported, shadow password APIs.
90540      Branch: cfgperl
90541            ! pp_sys.c
90542 ____________________________________________________________________________
90543 [  6097] By: jhi                                   on 2000/05/08  18:46:34
90544         Log: Add a note about possible compilation problems from Allen Smith.
90545      Branch: cfgperl
90546            ! hints/irix_6.sh
90547 ____________________________________________________________________________
90548 [  6096] By: jhi                                   on 2000/05/08  17:33:10
90549         Log: Integrate with Sarathy.
90550      Branch: cfgperl
90551           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90552           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
90553 ____________________________________________________________________________
90554 [  6095] By: jhi                                   on 2000/05/08  16:21:33
90555         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
90556              might be useful in future.
90557      Branch: cfgperl
90558            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90559            ! config_h.SH
90560      Branch: metaconfig
90561            ! U/installdirs/inc_version_list.U
90562      Branch: metaconfig/U/perl
90563            ! perlxv.U
90564 ____________________________________________________________________________
90565 [  6094] By: gsar                                  on 2000/05/08  14:22:22
90566         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
90567      Branch: perl
90568            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90569            ! hints/cygwin.sh pp_sys.c
90570 ____________________________________________________________________________
90571 [  6093] By: gsar                                  on 2000/05/08  12:52:28
90572         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
90573              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
90574      Branch: perl
90575            ! pp_sys.c sv.c win32/perlhost.h
90576 ____________________________________________________________________________
90577 [  6092] By: jhi                                   on 2000/05/07  22:40:34
90578         Log: Regen perltoc with the fixed buildtoc.
90579      Branch: cfgperl
90580            ! pod/perltoc.pod
90581 ____________________________________________________________________________
90582 [  6091] By: jhi                                   on 2000/05/07  22:24:16
90583         Log: Integrate with Sarathy.
90584      Branch: cfgperl
90585           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
90586           !> t/op/substr.t toke.c
90587 ____________________________________________________________________________
90588 [  6090] By: gsar                                  on 2000/05/07  19:47:07
90589         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
90590              [NI]OK; added tests for both
90591      Branch: perl
90592            ! perl.c pp_hot.c sv.c t/op/substr.t
90593 ____________________________________________________________________________
90594 [  6089] By: gsar                                  on 2000/05/07  18:18:38
90595         Log: buildtoc tweak to fix newline lossage
90596      Branch: perl
90597            ! pod/buildtoc
90598 ____________________________________________________________________________
90599 [  6088] By: jhi                                   on 2000/05/07  16:35:36
90600         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
90601              because we do not use those.  The HAS_GETSPNAM remains,
90602              though, because we still do use that.
90603      Branch: cfgperl
90604            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90605            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
90606            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
90607            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90608            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90609            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
90610 ____________________________________________________________________________
90611 [  6087] By: gsar                                  on 2000/05/07  16:05:16
90612         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
90613      Branch: perl
90614            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
90615 ____________________________________________________________________________
90616 [  6086] By: jhi                                   on 2000/05/07  15:27:07
90617         Log: Integrate with Sarathy.
90618      Branch: cfgperl
90619           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90620           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90621           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
90622           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
90623           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
90624           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
90625 ____________________________________________________________________________
90626 [  6085] By: gsar                                  on 2000/05/07  05:52:02
90627         Log: repeat operator (x) doesn't preserve utf8-ness
90628      Branch: perl
90629            ! pp.c t/op/substr.t
90630 ____________________________________________________________________________
90631 [  6084] By: gsar                                  on 2000/05/07  05:39:55
90632         Log: substr() does not preserve utf8-ness (from Stefan Eissing
90633              <Eissing@medicaldataservice.de>); added tests
90634      Branch: perl
90635            ! pp.c t/op/substr.t
90636 ____________________________________________________________________________
90637 [  6083] By: gsar                                  on 2000/05/07  05:24:46
90638         Log: note about undocumented caller() return value (from M.J.T. Guy);
90639              yet another peek.t tweak
90640      Branch: perl
90641            ! pod/perlfunc.pod t/lib/peek.t
90642 ____________________________________________________________________________
90643 [  6082] By: gsar                                  on 2000/05/07  05:08:40
90644         Log: peek.t non-portable to ithreads
90645      Branch: perl
90646            ! t/lib/peek.t
90647 ____________________________________________________________________________
90648 [  6081] By: gsar                                  on 2000/05/07  04:17:04
90649         Log: better default perlbug categories for ok reports (from Richard Foley)
90650      Branch: perl
90651            ! utils/perlbug.PL
90652 ____________________________________________________________________________
90653 [  6080] By: gsar                                  on 2000/05/07  04:08:07
90654         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
90655              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
90656      Branch: perl
90657            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90658            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90659            ! AUTHORS MAINTAIN MANIFEST
90660 ____________________________________________________________________________
90661 [  6079] By: gsar                                  on 2000/05/07  04:01:38
90662         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
90663      Branch: perl
90664            ! lib/Carp/Heavy.pm
90665 ____________________________________________________________________________
90666 [  6078] By: gsar                                  on 2000/05/07  01:24:19
90667         Log: workaround for CRT bug in chdir() (from Charles Lane, via
90668              Peter Prymmer)
90669      Branch: perl
90670            ! iperlsys.h vms/vms.c vms/vmsish.h
90671 ____________________________________________________________________________
90672 [  6077] By: gsar                                  on 2000/05/07  01:22:23
90673         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
90674              and Tom Phoenix)
90675      Branch: perl
90676            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
90677 ____________________________________________________________________________
90678 [  6076] By: gsar                                  on 2000/05/06  17:36:29
90679         Log: integrate cfgperl contents into mainline
90680      Branch: perl
90681           +> t/lib/peek.t
90682           !> Configure MANIFEST Porting/Glossary Porting/config.sh
90683           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
90684           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
90685           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
90686 ____________________________________________________________________________
90687 [  6075] By: jhi                                   on 2000/05/05  18:56:10
90688         Log: Make the test more portable.
90689      Branch: cfgperl
90690            ! t/lib/peek.t
90691 ____________________________________________________________________________
90692 [  6074] By: jhi                                   on 2000/05/05  18:49:20
90693         Log: Introduce t/lib/peek.t.
90694      Branch: cfgperl
90695            + t/lib/peek.t
90696            ! MANIFEST
90697 ____________________________________________________________________________
90698 [  6073] By: jhi                                   on 2000/05/05  14:30:45
90699         Log: Complex tweaks.
90700      Branch: cfgperl
90701            ! lib/Math/Complex.pm t/lib/complex.t
90702 ____________________________________________________________________________
90703 [  6072] By: jhi                                   on 2000/05/05  12:27:13
90704         Log: Integrate with Sarathy.
90705      Branch: cfgperl
90706           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90707           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90708           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
90709           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
90710 ____________________________________________________________________________
90711 [  6071] By: gsar                                  on 2000/05/05  02:24:46
90712         Log: misformatted perllocal.pod (from Tim Jenness
90713              <t.jenness@jach.hawaii.edu>)
90714      Branch: perl
90715            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90716 ____________________________________________________________________________
90717 [  6070] By: gsar                                  on 2000/05/05  02:16:52
90718         Log: remove misleading comment (from M.J.T. Guy)
90719      Branch: perl
90720            ! t/lib/anydbm.t
90721 ____________________________________________________________________________
90722 [  6069] By: gsar                                  on 2000/05/05  02:15:13
90723         Log: File::Spec compatibility update (from Barrie Slaymaker
90724              <barries@slaysys.com>)
90725      Branch: perl
90726            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90727            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90728 ____________________________________________________________________________
90729 [  6068] By: gsar                                  on 2000/05/05  02:01:50
90730         Log: note about values()
90731      Branch: perl
90732            ! pod/perlfunc.pod
90733 ____________________________________________________________________________
90734 [  6067] By: gsar                                  on 2000/05/05  01:33:09
90735         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
90736      Branch: perl
90737            ! win32/win32.c
90738 ____________________________________________________________________________
90739 [  6066] By: gsar                                  on 2000/05/05  01:23:43
90740         Log: s/END/CHECK/
90741      Branch: perl
90742            ! perl.c
90743 ____________________________________________________________________________
90744 [  6065] By: jhi                                   on 2000/05/04  17:30:22
90745         Log: Integrate with Sarathy.
90746      Branch: cfgperl
90747           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
90748 ____________________________________________________________________________
90749 [  6064] By: gsar                                  on 2000/05/04  17:26:14
90750         Log: change#5905 wasn't quite right--it's intent only applies when arguments
90751              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
90752      Branch: perl
90753            ! pp_sys.c sv.c
90754 ____________________________________________________________________________
90755 [  6063] By: gsar                                  on 2000/05/04  16:52:29
90756         Log: tokeq() could read unallocated field in argument
90757      Branch: perl
90758            ! toke.c
90759 ____________________________________________________________________________
90760 [  6062] By: gsar                                  on 2000/05/04  16:34:51
90761         Log: additional tests for utf8.t
90762      Branch: perl
90763            ! t/pragma/utf8.t
90764 ____________________________________________________________________________
90765 [  6061] By: gsar                                  on 2000/05/04  16:09:28
90766         Log: change#5921 neglected to make eq honor "use bytes"
90767      Branch: perl
90768            ! sv.c
90769 ____________________________________________________________________________
90770 [  6060] By: jhi                                   on 2000/05/04  15:30:16
90771         Log: Integrate with Sarathy.
90772      Branch: cfgperl
90773           !> perl.c regcomp.c t/pragma/utf8.t
90774 ____________________________________________________________________________
90775 [  6059] By: jhi                                   on 2000/05/04  15:26:37
90776         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
90777              in natively 64-bit platforms where a long is a quad (no need
90778              for long longs).  Also added bias for IVs.
90779      Branch: cfgperl
90780            ! toke.c
90781 ____________________________________________________________________________
90782 [  6058] By: gsar                                  on 2000/05/04  00:19:14
90783         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
90784              (spotted by Donald Kinzer <dkinzer@premia.com>)
90785      Branch: perl
90786            ! perl.c
90787 ____________________________________________________________________________
90788 [  6057] By: gsar                                  on 2000/05/03  18:34:01
90789         Log: fix broken parsing of /\x{ab}/
90790      Branch: perl
90791            ! regcomp.c t/pragma/utf8.t
90792 ____________________________________________________________________________
90793 [  6056] By: jhi                                   on 2000/05/03  17:57:16
90794         Log: The search of infinity continues, this time simplified.
90795      Branch: cfgperl
90796            ! lib/Math/Complex.pm
90797 ____________________________________________________________________________
90798 [  6055] By: jhi                                   on 2000/05/03  17:45:30
90799         Log: Detypo.
90800      Branch: cfgperl
90801            ! hints/unicos.sh
90802 ____________________________________________________________________________
90803 [  6054] By: jhi                                   on 2000/05/02  22:28:27
90804         Log: Be more forgiving in POSIX about HUGE_VALL.
90805      Branch: cfgperl
90806            ! ext/POSIX/POSIX.xs
90807 ____________________________________________________________________________
90808 [  6053] By: jhi                                   on 2000/05/02  22:25:05
90809         Log: Integrate with Sarathy.
90810      Branch: cfgperl
90811           !> hints/irix_6.sh pod/perlop.pod
90812 ____________________________________________________________________________
90813 [  6052] By: jhi                                   on 2000/05/02  22:24:31
90814         Log: Unicos hint tweak.
90815      Branch: cfgperl
90816            ! hints/unicos.sh
90817 ____________________________________________________________________________
90818 [  6051] By: jhi                                   on 2000/05/02  22:21:26
90819         Log: Complex tweakery.
90820      Branch: cfgperl
90821            ! lib/Math/Complex.pm t/lib/complex.t
90822 ____________________________________________________________________________
90823 [  6050] By: jhi                                   on 2000/05/02  19:26:22
90824         Log: Use setxxent()/endxxent().
90825      Branch: cfgperl
90826            ! t/op/grent.t t/op/pwent.t
90827 ____________________________________________________________________________
90828 [  6049] By: jhi                                   on 2000/05/02  19:06:02
90829         Log: Test both the scalar and list contexts.
90830      Branch: cfgperl
90831            ! t/op/grent.t t/op/pwent.t
90832 ____________________________________________________________________________
90833 [  6048] By: gsar                                  on 2000/05/02  18:29:10
90834         Log: add note about how $( doesn't interpolate in REs (from
90835              Philip Newton <newton@ficus.frogspace.net>)
90836      Branch: perl
90837            ! pod/perlop.pod
90838 ____________________________________________________________________________
90839 [  6047] By: jhi                                   on 2000/05/02  17:41:24
90840         Log: Call getspnam() only iff needed.
90841      Branch: cfgperl
90842            ! pp_sys.c
90843 ____________________________________________________________________________
90844 [  6046] By: gsar                                  on 2000/05/02  17:07:25
90845         Log: libscheck has insufficient checks for n32 libs (from
90846              Albert Chin-A-Young <china@thewrittenword.com>)
90847      Branch: perl
90848            ! hints/irix_6.sh
90849 ____________________________________________________________________________
90850 [  6045] By: jhi                                   on 2000/05/02  13:57:17
90851         Log: Integrate with Sarathy.
90852      Branch: cfgperl
90853           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
90854           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
90855 ____________________________________________________________________________
90856 [  6044] By: gsar                                  on 2000/05/02  06:48:19
90857         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
90858              such that underscores are only ignored in literal numbers,
90859              "\x{...}", and hex/oct argument
90860      Branch: perl
90861            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
90862 ____________________________________________________________________________
90863 [  6043] By: gsar                                  on 2000/05/02  02:22:29
90864         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
90865      Branch: perl
90866            ! pod/perlretut.pod
90867 ____________________________________________________________________________
90868 [  6042] By: gsar                                  on 2000/05/02  02:17:51
90869         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
90870      Branch: perl
90871            ! pod/perltrap.pod
90872 ____________________________________________________________________________
90873 [  6041] By: gsar                                  on 2000/05/02  01:53:51
90874         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
90875              to compensate
90876      Branch: perl
90877            ! Porting/makerel
90878 ____________________________________________________________________________
90879 [  6040] By: gsar                                  on 2000/05/02  01:51:57
90880         Log: missing files in MANIFEST
90881      Branch: perl
90882            ! MANIFEST
90883 ____________________________________________________________________________
90884 [  6039] By: jhi                                   on 2000/05/02  00:36:46
90885         Log: Infinite problems.
90886      Branch: cfgperl
90887            ! lib/Math/Complex.pm
90888 ____________________________________________________________________________
90889 [  6038] By: jhi                                   on 2000/05/02  00:06:38
90890         Log: pwent/spent #ifdef imbalance.
90891      Branch: cfgperl
90892            ! pp_sys.c
90893 ____________________________________________________________________________
90894 [  6037] By: jhi                                   on 2000/05/01  22:50:11
90895         Log: Use HUGE_VALL if applicable.
90896      Branch: cfgperl
90897            ! ext/POSIX/POSIX.xs util.c
90898 ____________________________________________________________________________
90899 [  6036] By: jhi                                   on 2000/05/01  22:20:53
90900         Log: Correct Freudian slip.
90901      Branch: cfgperl
90902            ! pp_sys.c
90903 ____________________________________________________________________________
90904 [  6035] By: jhi                                   on 2000/05/01  21:07:38
90905         Log: Continue on the pwent/spent case.
90906      Branch: cfgperl
90907            ! pp_sys.c
90908 ____________________________________________________________________________
90909 [  6034] By: jhi                                   on 2000/05/01  17:45:14
90910         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
90911              adjustments in 6032 conflicted badly with this, will have
90912              to revisit them later.
90913      Branch: cfgperl
90914           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
90915           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90916           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
90917           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
90918           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
90919           !> t/lib/cgi-html.t t/lib/cgi-request.t
90920 ____________________________________________________________________________
90921 [  6033] By: jhi                                   on 2000/05/01  17:40:49
90922         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
90923      Branch: cfgperl
90924            ! pp_sys.c
90925 ____________________________________________________________________________
90926 [  6032] By: gsar                                  on 2000/05/01  15:56:32
90927         Log: whitespace adjustments
90928      Branch: perl
90929            ! pp_sys.c
90930 ____________________________________________________________________________
90931 [  6031] By: gsar                                  on 2000/05/01  15:19:41
90932         Log: small nits in diagnostics.pm (from Robin Barker)
90933      Branch: perl
90934            ! lib/diagnostics.pm pod/perldiag.pod
90935 ____________________________________________________________________________
90936 [  6030] By: gsar                                  on 2000/05/01  08:39:18
90937         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
90938              for @- and @+ (from Johan Vromans)
90939      Branch: perl
90940            ! lib/English.pm pod/perlvar.pod
90941 ____________________________________________________________________________
90942 [  6029] By: gsar                                  on 2000/05/01  08:16:10
90943         Log: add CGI.pm v2.66 (from Lincoln Stein)
90944      Branch: perl
90945            + lib/CGI/Util.pm t/lib/cgi-pretty.t
90946            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90947            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
90948            ! t/lib/cgi-html.t t/lib/cgi-request.t
90949 ____________________________________________________________________________
90950 [  6028] By: gsar                                  on 2000/05/01  06:34:41
90951         Log: Pod::Man generates groff-incompatible macro definition (from
90952              Tom Christiansen)
90953      Branch: perl
90954            ! lib/Pod/Man.pm
90955 ____________________________________________________________________________
90956 [  6027] By: gsar                                  on 2000/05/01  06:31:36
90957         Log: podlators-1.02 update (from Russ Allbery)
90958      Branch: perl
90959            ! lib/Pod/Man.pm lib/Pod/Text.pm
90960 ____________________________________________________________________________
90961 [  6026] By: jhi                                   on 2000/04/30  23:24:23
90962         Log: Integrate with Sarathy.
90963      Branch: cfgperl
90964           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90965           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
90966           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90967           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90968           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
90969           !> t/lib/syslog.t toke.c win32/win32.h
90970 ____________________________________________________________________________
90971 [  6025] By: gsar                                  on 2000/04/30  18:17:47
90972         Log: Is{Alnum,Alpha,Word} don't match titlecase
90973              
90974              TODO: IsSpace is defined recursively!
90975              
90976              (both spotted by Larry)
90977      Branch: perl
90978            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90979            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90980 ____________________________________________________________________________
90981 [  6024] By: gsar                                  on 2000/04/30  17:50:19
90982         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
90983              (from Hugo van der Sanden)
90984      Branch: perl
90985            ! toke.c
90986 ____________________________________________________________________________
90987 [  6023] By: gsar                                  on 2000/04/30  17:14:43
90988         Log: debugger stomps on $. (from M.J.T. Guy)
90989      Branch: perl
90990            ! lib/perl5db.pl
90991 ____________________________________________________________________________
90992 [  6022] By: gsar                                  on 2000/04/30  16:59:22
90993         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
90994      Branch: perl
90995            ! sv.c
90996 ____________________________________________________________________________
90997 [  6021] By: gsar                                  on 2000/04/29  21:00:08
90998         Log: remove Win2K issue in pod (fixed by change#6020)
90999      Branch: perl
91000            ! README.win32 pod/perl56delta.pod
91001 ____________________________________________________________________________
91002 [  6020] By: gsar                                  on 2000/04/29  20:51:49
91003         Log: test tweak
91004      Branch: perl
91005            ! t/lib/open3.t
91006 ____________________________________________________________________________
91007 [  6019] By: gsar                                  on 2000/04/29  20:34:27
91008         Log: windows portability tweaks
91009      Branch: perl
91010            ! t/lib/b.t win32/win32.h
91011 ____________________________________________________________________________
91012 [  6018] By: gsar                                  on 2000/04/29  19:55:24
91013         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
91014              make _PATH_LOG() return "" if unavailable
91015      Branch: perl
91016            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
91017            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
91018 ____________________________________________________________________________
91019 [  6017] By: jhi                                   on 2000/04/28  22:49:46
91020         Log: Integrate with Sarathy.
91021      Branch: cfgperl
91022           !> op.c perl.c pod/perldiag.pod t/lib/b.t
91023 ____________________________________________________________________________
91024 [  6016] By: jhi                                   on 2000/04/28  22:46:14
91025         Log: Do not warn that an infinity does not look like a number.
91026      Branch: cfgperl
91027            ! sv.c
91028 ____________________________________________________________________________
91029 [  6015] By: gsar                                  on 2000/04/28  22:35:49
91030         Log: tweak test for portability
91031      Branch: perl
91032            ! t/lib/b.t
91033 ____________________________________________________________________________
91034 [  6014] By: gsar                                  on 2000/04/28  22:05:31
91035         Log: glob() loading File::Glob behind the scenes may cause syntax errors
91036      Branch: perl
91037            ! op.c
91038 ____________________________________________________________________________
91039 [  6013] By: gsar                                  on 2000/04/28  21:25:22
91040         Log: tweak change#5945 to display correct switch name in diagnostic
91041      Branch: perl
91042            ! perl.c pod/perldiag.pod
91043 ____________________________________________________________________________
91044 [  6012] By: jhi                                   on 2000/04/28  21:08:12
91045         Log: Integrate with Sarathy.
91046      Branch: cfgperl
91047           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
91048           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
91049           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
91050 ____________________________________________________________________________
91051 [  6011] By: jhi                                   on 2000/04/28  21:04:46
91052         Log: &HUGE_VAL is not defined, it exists.
91053      Branch: cfgperl
91054            ! lib/Math/Complex.pm
91055 ____________________________________________________________________________
91056 [  6010] By: gsar                                  on 2000/04/28  21:02:58
91057         Log: clarify note about shadow password support (from
91058              gellyfish@gellyfish.com)
91059      Branch: perl
91060            ! pod/perlfunc.pod
91061 ____________________________________________________________________________
91062 [  6009] By: gsar                                  on 2000/04/28  21:00:00
91063         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
91064      Branch: perl
91065            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
91066 ____________________________________________________________________________
91067 [  6008] By: gsar                                  on 2000/04/28  20:56:33
91068         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
91069      Branch: perl
91070            ! installperl vms/subconfigure.com
91071 ____________________________________________________________________________
91072 [  6007] By: gsar                                  on 2000/04/28  20:51:21
91073         Log: note about compile failures and END blocks (from M.J.T. Guy)
91074      Branch: perl
91075            ! pod/perl56delta.pod pod/perlmod.pod
91076 ____________________________________________________________________________
91077 [  6006] By: jhi                                   on 2000/04/28  20:42:14
91078         Log: Regen Configure.
91079      Branch: cfgperl
91080            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91081            ! config_h.SH
91082 ____________________________________________________________________________
91083 [  6005] By: gsar                                  on 2000/04/28  20:41:16
91084         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
91085      Branch: perl
91086            ! utils/perldoc.PL
91087 ____________________________________________________________________________
91088 [  6004] By: jhi                                   on 2000/04/28  20:28:21
91089         Log: Integrate with Sarathy.
91090      Branch: cfgperl
91091           !> Configure INSTALL Porting/Glossary Porting/config.sh
91092           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
91093           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
91094           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
91095           !> win32/config.vc win32/win32.c
91096 ____________________________________________________________________________
91097 [  6003] By: gsar                                  on 2000/04/28  20:11:20
91098         Log: allow REG_EXPAND_SZ keys in Windows registry (from
91099              John Clayton <John.Clayton@barclayscapital.com>)
91100      Branch: perl
91101            ! win32/win32.c
91102 ____________________________________________________________________________
91103 [  6002] By: gsar                                  on 2000/04/28  19:34:16
91104         Log: destructive sv_setsv() can lose UV-ness from source, causing
91105              numeric promotions/comparisons to fail to do the right thing
91106      Branch: perl
91107            ! sv.c
91108 ____________________________________________________________________________
91109 [  6001] By: gsar                                  on 2000/04/28  18:44:15
91110         Log: support additional library locations via $Config{otherlibdirs}
91111              (from Andy Dougherty)
91112      Branch: perl
91113            ! Configure INSTALL Porting/Glossary Porting/config.sh
91114            ! Porting/config_H config_h.SH epoc/config.sh perl.c
91115            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
91116            ! win32/config.bc win32/config.gc win32/config.vc
91117 ____________________________________________________________________________
91118 [  6000] By: gsar                                  on 2000/04/28  18:26:58
91119         Log: reworked otherlibdirs.U (from Andy Dougherty)
91120      Branch: metaconfig
91121            ! U/installdirs/otherlibdirs.U
91122 ____________________________________________________________________________
91123 [  5999] By: gsar                                  on 2000/04/28  18:17:07
91124         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
91125      Branch: perl
91126            ! t/pragma/warn/toke toke.c
91127 ____________________________________________________________________________
91128 [  5998] By: jhi                                   on 2000/04/28  13:32:17
91129         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
91130      Branch: cfgperl
91131            ! lib/Math/Complex.pm
91132 ____________________________________________________________________________
91133 [  5997] By: jhi                                   on 2000/04/28  13:14:04
91134         Log: Preserve $!.
91135      Branch: cfgperl
91136            ! lib/Math/Complex.pm
91137 ____________________________________________________________________________
91138 [  5996] By: jhi                                   on 2000/04/28  12:59:23
91139         Log: Integrate with Sarathy.
91140      Branch: cfgperl
91141           +> pod/perlrequick.pod pod/perlretut.pod
91142           !> (integrate 51 files)
91143 ____________________________________________________________________________
91144 [  5995] By: gsar                                  on 2000/04/28  09:37:36
91145         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
91146      Branch: perl
91147            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
91148 ____________________________________________________________________________
91149 [  5994] By: gsar                                  on 2000/04/28  09:33:26
91150         Log: fix for missed accounting for null byte in pack("Z",...) (from
91151              M.J.T. Guy)
91152      Branch: perl
91153            ! pp.c t/op/pack.t
91154 ____________________________________________________________________________
91155 [  5993] By: gsar                                  on 2000/04/28  09:30:05
91156         Log: various minor tweaks seen on p5p
91157      Branch: perl
91158            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
91159 ____________________________________________________________________________
91160 [  5992] By: gsar                                  on 2000/04/28  09:08:19
91161         Log: pod nit (from Simon Cozens)
91162      Branch: perl
91163            ! pod/perlop.pod
91164 ____________________________________________________________________________
91165 [  5991] By: gsar                                  on 2000/04/28  09:06:36
91166         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
91167      Branch: perl
91168            ! README.posix-bc hints/posix-bc.sh
91169 ____________________________________________________________________________
91170 [  5990] By: gsar                                  on 2000/04/28  08:54:52
91171         Log: use $ENV{LIB} to search for libs under Visual C compiler
91172              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
91173      Branch: perl
91174            ! lib/ExtUtils/Liblist.pm
91175 ____________________________________________________________________________
91176 [  5989] By: gsar                                  on 2000/04/28  08:27:12
91177         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
91178              itself and no other (from Tom Hughes)
91179      Branch: perl
91180            ! t/op/array.t toke.c
91181 ____________________________________________________________________________
91182 [  5988] By: gsar                                  on 2000/04/28  08:01:38
91183         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
91184              <paul@miraclefish.com>)
91185      Branch: perl
91186            ! lib/ExtUtils/MakeMaker.pm
91187 ____________________________________________________________________________
91188 [  5987] By: gsar                                  on 2000/04/28  07:53:09
91189         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
91190      Branch: perl
91191            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
91192 ____________________________________________________________________________
91193 [  5986] By: gsar                                  on 2000/04/28  07:44:17
91194         Log: add regular expressions tutorial and quick-start guide (from
91195              Mark Kvale <kvale@phy.ucsf.edu>)
91196      Branch: perl
91197            + pod/perlrequick.pod pod/perlretut.pod
91198            ! AUTHORS MAINTAIN MANIFEST
91199 ____________________________________________________________________________
91200 [  5985] By: gsar                                  on 2000/04/28  07:30:28
91201         Log: forked child may not exit correctly if it failed to open
91202              /dev/console (from Graham Barr)
91203      Branch: perl
91204            ! ext/Sys/Syslog/Syslog.pm
91205 ____________________________________________________________________________
91206 [  5984] By: gsar                                  on 2000/04/28  07:27:20
91207         Log: attributes::reftype() doesn't work on tied argument
91208      Branch: perl
91209            ! xsutils.c
91210 ____________________________________________________________________________
91211 [  5983] By: gsar                                  on 2000/04/28  07:15:04
91212         Log: numeric conversion of non-number in change#3378 tramples on
91213              OOK offset, causing segfaults
91214      Branch: perl
91215            ! sv.c
91216 ____________________________________________________________________________
91217 [  5982] By: gsar                                  on 2000/04/28  04:48:25
91218         Log: avoid error in IO::Socket::INET when given an unknown service name
91219              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
91220      Branch: perl
91221            ! ext/IO/lib/IO/Socket/INET.pm
91222 ____________________________________________________________________________
91223 [  5981] By: gsar                                  on 2000/04/28  04:31:31
91224         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
91225              prototype mismatch with CORE::glob(); update pod and tests to
91226              suit (File::Glob::glob() is still available for backward
91227              compatibility, but should be considered deprecated)
91228      Branch: perl
91229            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
91230            ! t/lib/glob-taint.t
91231 ____________________________________________________________________________
91232 [  5980] By: gsar                                  on 2000/04/28  03:47:29
91233         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
91234              <ghudson@mit.edu>)
91235      Branch: metaconfig
91236            ! U/modified/Options.U
91237      Branch: perl
91238            ! Configure
91239 ____________________________________________________________________________
91240 [  5979] By: gsar                                  on 2000/04/28  03:07:54
91241         Log: under useithreads, constant pad entries could inadvertently be
91242              shared across threads (from Eric Blood <eblood@xmission.com>);
91243              added Eric's test case to testsuite
91244      Branch: perl
91245            ! op.c t/op/misc.t
91246 ____________________________________________________________________________
91247 [  5978] By: gsar                                  on 2000/04/27  21:13:00
91248         Log: sync version numbers in File::Spec with the ones on CPAN
91249              (from Barrie Slaymaker)
91250      Branch: perl
91251            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
91252            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
91253            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
91254 ____________________________________________________________________________
91255 [  5977] By: gsar                                  on 2000/04/27  21:07:29
91256         Log: autoquote barewords followed by newline and arrow properly
91257              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
91258      Branch: perl
91259            ! t/pragma/warn/toke toke.c
91260 ____________________________________________________________________________
91261 [  5976] By: gsar                                  on 2000/04/27  20:41:20
91262         Log: DB_File v1.73 update (from Paul Marquess)
91263      Branch: perl
91264            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
91265            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
91266 ____________________________________________________________________________
91267 [  5975] By: gsar                                  on 2000/04/27  20:34:24
91268         Log: allow sort() reentrancy (variant of patch suggested by
91269              Hugo van der Sanden)
91270      Branch: perl
91271            ! pp_ctl.c t/op/sort.t
91272 ____________________________________________________________________________
91273 [  5974] By: gsar                                  on 2000/04/27  19:46:57
91274         Log: change#4197 somehow missed initializing PL_errors, meaning
91275              sytax error queueing wasn't working outside eval"" at all;
91276              also fixed eval"" to localize PL_error_count, so that compile-time
91277              eval's don't clobber the error state of the outer context
91278      Branch: perl
91279            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
91280            ! t/pragma/warn/toke
91281 ____________________________________________________________________________
91282 [  5973] By: gsar                                  on 2000/04/27  18:29:05
91283         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
91284      Branch: perl
91285            ! regcomp.c regexec.c t/op/re_tests
91286 ____________________________________________________________________________
91287 [  5972] By: jhi                                   on 2000/04/27  18:22:41
91288         Log: Integrate with Sarathy.
91289      Branch: cfgperl
91290           +> t/lib/b.t t/lib/syslog.t
91291           !> (integrate 31 files)
91292 ____________________________________________________________________________
91293 [  5971] By: jhi                                   on 2000/04/27  18:18:46
91294         Log: Unicos tweaks from Mark P. Lutz.
91295      Branch: cfgperl
91296            ! hints/unicos.sh lib/Math/Complex.pm
91297 ____________________________________________________________________________
91298 [  5970] By: gsar                                  on 2000/04/27  18:05:11
91299         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
91300              IV is >32bits
91301      Branch: perl
91302            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
91303 ____________________________________________________________________________
91304 [  5969] By: gsar                                  on 2000/04/27  17:50:56
91305         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
91306      Branch: perl
91307            + t/lib/syslog.t
91308            ! MANIFEST ext/Sys/Syslog/Syslog.pm
91309 ____________________________________________________________________________
91310 [  5968] By: gsar                                  on 2000/04/27  17:44:49
91311         Log: tolerate spaces in group names in test on solaris (from David Boyce
91312              <dsb@boyski.com>)
91313      Branch: perl
91314            ! t/op/groups.t
91315 ____________________________________________________________________________
91316 [  5967] By: gsar                                  on 2000/04/27  17:41:22
91317         Log: improved docs on the warn_uninit diagnostic (from David Glasser
91318              and Simon Cozens)
91319      Branch: perl
91320            ! pod/perldiag.pod
91321 ____________________________________________________________________________
91322 [  5966] By: gsar                                  on 2000/04/27  16:54:58
91323         Log: add testsuite for B backends, fix bug in B::Deparse (from
91324              Simon Cozens <simon@brecon.co.uk>)
91325      Branch: perl
91326            + t/lib/b.t
91327            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
91328 ____________________________________________________________________________
91329 [  5965] By: gsar                                  on 2000/04/27  16:10:37
91330         Log: avoid "will not stay shared" warnings for our variables (from
91331              Robin Barker)
91332      Branch: perl
91333            ! op.c t/pragma/warn/op
91334 ____________________________________________________________________________
91335 [  5964] By: gsar                                  on 2000/04/27  07:05:05
91336         Log: reformat to 72 columns (again)
91337      Branch: perl
91338            ! pod/perldiag.pod
91339 ____________________________________________________________________________
91340 [  5963] By: gsar                                  on 2000/04/27  06:28:31
91341         Log: patch from Larry to make (\&) prototype work; added tests for
91342              the same
91343      Branch: perl
91344            ! op.c t/comp/proto.t
91345 ____________________________________________________________________________
91346 [  5962] By: gsar                                  on 2000/04/27  06:15:47
91347         Log: updated README.hpux (from Jeff Okamoto)
91348      Branch: perl
91349            ! README.hpux
91350 ____________________________________________________________________________
91351 [  5961] By: gsar                                  on 2000/04/27  05:55:03
91352         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
91353      Branch: perl
91354            ! emacs/cperl-mode.el
91355 ____________________________________________________________________________
91356 [  5960] By: gsar                                  on 2000/04/27  05:49:26
91357         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
91358      Branch: perl
91359            ! INSTALL
91360 ____________________________________________________________________________
91361 [  5959] By: gsar                                  on 2000/04/27  05:33:41
91362         Log: doubled words in pods (from Simon Cozens
91363              <simon.p.cozens@jp.pwcglobal.com>)
91364      Branch: perl
91365            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
91366            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
91367            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
91368            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
91369            ! pod/perltootc.pod
91370 ____________________________________________________________________________
91371 [  5958] By: gsar                                  on 2000/04/27  05:11:39
91372         Log: change#3569 deleted some essential code, revert; avoid use of
91373              atexit() to make DynaLoader work properly on AIX under mod_perl
91374              (from Jens-Uwe Mager <jum@helios.de>)
91375      Branch: perl
91376            ! ext/DynaLoader/dl_aix.xs
91377 ____________________________________________________________________________
91378 [  5957] By: gsar                                  on 2000/04/27  04:54:51
91379         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
91380      Branch: perl
91381            ! pod/perlmod.pod
91382 ____________________________________________________________________________
91383 [  5956] By: gsar                                  on 2000/04/27  04:51:47
91384         Log: better diagnostics on failed tests (from Ilya Zakharevich)
91385      Branch: perl
91386            ! t/op/lex_assign.t
91387 ____________________________________________________________________________
91388 [  5955] By: gsar                                  on 2000/04/27  04:26:44
91389         Log: longstanding bug exposed by change#3307: sort arguments weren't
91390              compiled with the right wantarray context (ensuing runtime lookup
91391              via block_gimme() was getting the incidental context of the
91392              sort() itself)
91393      Branch: perl
91394            ! op.c t/op/sort.t
91395 ____________________________________________________________________________
91396 [  5954] By: gsar                                  on 2000/04/26  23:42:12
91397         Log: integrate cfgperl contents into mainline
91398      Branch: perl
91399           !> (integrate 30 files)
91400 ____________________________________________________________________________
91401 [  5953] By: jhi                                   on 2000/04/26  23:06:42
91402         Log: Integrate with Sarathy.
91403      Branch: cfgperl
91404           !> README.win32 ext/B/B/Deparse.pm
91405           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91406           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
91407           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
91408           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
91409           !> utils/perldoc.PL vms/perlvms.pod
91410 ____________________________________________________________________________
91411 [  5952] By: jhi                                   on 2000/04/26  23:03:46
91412         Log: Undo "use integer" addition from 64bitint as it seems
91413              to break most of the subtests in Digital UNIX;
91414              Unicos needs to find another way.
91415      Branch: cfgperl
91416            ! t/op/64bitint.t
91417 ____________________________________________________________________________
91418 [  5951] By: jhi                                   on 2000/04/26  22:57:53
91419         Log: Be more robust on "extreme" (large absolute value)
91420              arguments.  Originally reported by Daniel Connelly
91421              as a problem with asinh() on large negative arguments,
91422              asinh() used to bail out because an argument to log()
91423              ended up being zero.  Ilya Zakharevich proposed using
91424              Taylor's series in such cases, which for such large
91425              arguments is a very good approximation.
91426      Branch: cfgperl
91427            ! lib/Math/Complex.pm t/lib/complex.t
91428 ____________________________________________________________________________
91429 [  5950] By: gsar                                  on 2000/04/25  19:13:12
91430         Log: reformat perldiag to avoid long lines
91431      Branch: perl
91432            ! pod/perldiag.pod
91433 ____________________________________________________________________________
91434 [  5949] By: gsar                                  on 2000/04/25  18:41:11
91435         Log: make perldoc use the pod2man from the same version (from
91436              M.J.T. Guy)
91437      Branch: perl
91438            ! utils/perldoc.PL
91439 ____________________________________________________________________________
91440 [  5948] By: gsar                                  on 2000/04/25  18:21:57
91441         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
91442              <kompas@kompas.usr.onet.pl>)
91443      Branch: perl
91444            ! lib/vars.pm
91445 ____________________________________________________________________________
91446 [  5947] By: gsar                                  on 2000/04/25  18:11:53
91447         Log: use &dl_error rather than &dl_load_file as the guard for calling
91448              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
91449              statically built perl)
91450      Branch: perl
91451            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91452 ____________________________________________________________________________
91453 [  5946] By: jhi                                   on 2000/04/25  17:37:54
91454         Log: Document that tr() is not tr(1).
91455      Branch: cfgperl
91456            ! pod/perlop.pod
91457 ____________________________________________________________________________
91458 [  5945] By: gsar                                  on 2000/04/25  16:34:33
91459         Log: make module name mandatory after -M switch; reorder perldiag
91460              alphabetically (from Mark-Jason Dominus)
91461      Branch: perl
91462            ! perl.c pod/perldiag.pod
91463 ____________________________________________________________________________
91464 [  5944] By: jhi                                   on 2000/04/25  01:15:18
91465         Log: On second thoughts frexp() does have two arguments.
91466      Branch: cfgperl
91467            ! perl.h
91468 ____________________________________________________________________________
91469 [  5943] By: jhi                                   on 2000/04/24  22:56:32
91470         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
91471              Now pp_ncmp() returns undef is either operand is a NaN.
91472      Branch: cfgperl
91473            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91474            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
91475            ! vms/subconfigure.com vos/config.def vos/config.h
91476            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
91477            ! win32/config.vc win32/config_H.bc win32/config_H.gc
91478            ! win32/config_H.vc
91479      Branch: metaconfig/U/perl
91480            + d_modfl.U
91481 ____________________________________________________________________________
91482 [  5942] By: jhi                                   on 2000/04/24  19:45:17
91483         Log: Regen Configure to match #5937.
91484      Branch: cfgperl
91485            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91486            ! config_h.SH
91487      Branch: metaconfig
91488            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
91489 ____________________________________________________________________________
91490 [  5941] By: jhi                                   on 2000/04/24  19:24:11
91491         Log: Further Unicos fixes for Mark Lutz.
91492      Branch: cfgperl
91493            ! hints/unicos.sh pp_ctl.c
91494 ____________________________________________________________________________
91495 [  5940] By: jhi                                   on 2000/04/24  19:09:06
91496         Log: Various Unicos 10.0.0.6 fixes.
91497              
91498              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
91499              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
91500              Reply-To: tecmpl1@triton.ca.boeing.com 
91501              To: perl5-porters@perl.org 
91502              Date: Fri, 14 Apr 2000 20:21:00 GMT 
91503              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
91504      Branch: cfgperl
91505            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
91506 ____________________________________________________________________________
91507 [  5939] By: gsar                                  on 2000/04/24  19:01:24
91508         Log: more pod nits (from Larry Virden)
91509      Branch: perl
91510            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
91511            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
91512            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
91513 ____________________________________________________________________________
91514 [  5938] By: gsar                                  on 2000/04/24  18:54:01
91515         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
91516      Branch: perl
91517            ! ext/B/B/Deparse.pm
91518 ____________________________________________________________________________
91519 [  5937] By: jhi                                   on 2000/04/24  17:39:00
91520         Log: Integrate with Sarathy.
91521      Branch: cfgperl
91522           +> (branch 31 files)
91523           !> (integrate 73 files)
91524 ____________________________________________________________________________
91525 [  5936] By: gsar                                  on 2000/04/24  17:30:06
91526         Log: additional tests for change#5934 (from Paul Marquess, who also
91527              sent in the same fix)
91528      Branch: perl
91529            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
91530            ! t/pragma/warn/5nolint t/pragma/warn/6default
91531 ____________________________________________________________________________
91532 [  5935] By: jhi                                   on 2000/04/24  17:26:05
91533         Log: Do not assume sign propagation.
91534              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
91535              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
91536              To: payner@ncifcrf.gov, perl5-porters@perl.org 
91537              Date: Tue, 18 Apr 2000 18:24:49 +0100 
91538              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
91539      Branch: cfgperl
91540            ! t/op/bop.t t/op/misc.t
91541 ____________________________________________________________________________
91542 [  5934] By: gsar                                  on 2000/04/24  17:16:54
91543         Log: propagate lexical warnings from surrounding scope correctly
91544              within string eval()
91545      Branch: perl
91546            ! pp_ctl.c t/pragma/warn/pp_ctl
91547 ____________________________________________________________________________
91548 [  5933] By: jhi                                   on 2000/04/24  17:01:07
91549         Log: Flatten the cpp jungle doing the nosuid checking.
91550      Branch: cfgperl
91551            ! perl.c
91552 ____________________________________________________________________________
91553 [  5932] By: gsar                                  on 2000/04/24  09:08:14
91554         Log: add rsignal(), whichsig() and do_join() to public API list
91555              (mod_perl uses them to good advantage)
91556      Branch: perl
91557            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
91558 ____________________________________________________________________________
91559 [  5931] By: gsar                                  on 2000/04/24  09:01:40
91560         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
91561      Branch: perl
91562            ! pp_hot.c regexec.c t/op/pat.t
91563 ____________________________________________________________________________
91564 [  5930] By: gsar                                  on 2000/04/24  08:58:33
91565         Log: small os390 tweaks (from Peter Prymmer)
91566      Branch: perl
91567            ! config_h.SH makedepend.SH
91568 ____________________________________________________________________________
91569 [  5929] By: gsar                                  on 2000/04/24  08:55:25
91570         Log: pod nits
91571      Branch: perl
91572            ! pod/perlguts.pod
91573 ____________________________________________________________________________
91574 [  5928] By: gsar                                  on 2000/04/24  08:50:13
91575         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
91576      Branch: perl
91577            ! ext/IO/lib/IO/Poll.pm
91578 ____________________________________________________________________________
91579 [  5927] By: gsar                                  on 2000/04/24  08:43:24
91580         Log: arrange for next() to resume at the unstack op rather than the
91581              loop conditional, so that scope cleanup happens correctly
91582              (from Stephen McCamant)
91583      Branch: perl
91584            ! op.c pp_ctl.c t/op/misc.t
91585 ____________________________________________________________________________
91586 [  5926] By: gsar                                  on 2000/04/24  08:18:40
91587         Log: on windows, reserve 16M of stack rather than 128M (allows more
91588              threads to run concurrently)
91589      Branch: perl
91590            ! win32/Makefile win32/makefile.mk
91591 ____________________________________________________________________________
91592 [  5925] By: gsar                                  on 2000/04/24  08:13:52
91593         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
91594      Branch: perl
91595            ! toke.c
91596 ____________________________________________________________________________
91597 [  5924] By: gsar                                  on 2000/04/24  08:08:59
91598         Log: avoid using uninitialized memory in require version check
91599      Branch: perl
91600            ! pp_ctl.c universal.c
91601 ____________________________________________________________________________
91602 [  5923] By: gsar                                  on 2000/04/24  07:20:14
91603         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
91604      Branch: perl
91605            ! ext/IO/lib/IO/Poll.pm
91606 ____________________________________________________________________________
91607 [  5922] By: gsar                                  on 2000/04/24  07:08:42
91608         Log: commentary about IoTYPE() (from Nathan Torkington)
91609      Branch: perl
91610            ! sv.h
91611 ____________________________________________________________________________
91612 [  5921] By: gsar                                  on 2000/04/24  06:58:26
91613         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
91614              by fix
91615      Branch: perl
91616            ! sv.c t/lib/charnames.t t/pragma/utf8.t
91617 ____________________________________________________________________________
91618 [  5920] By: gsar                                  on 2000/04/24  06:37:59
91619         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
91620      Branch: perl
91621            ! doop.c t/op/ver.t
91622 ____________________________________________________________________________
91623 [  5919] By: gsar                                  on 2000/04/24  06:21:58
91624         Log: Configure might miss old directories when prefix must be
91625              expanded (from Robin Barker)
91626      Branch: metaconfig
91627            ! U/installdirs/inc_version_list.U
91628      Branch: perl
91629            ! Configure
91630 ____________________________________________________________________________
91631 [  5918] By: gsar                                  on 2000/04/24  06:16:11
91632         Log: VMS nits in glob() test (from Charles Lane)
91633      Branch: perl
91634            ! t/lib/glob-basic.t
91635 ____________________________________________________________________________
91636 [  5917] By: gsar                                  on 2000/04/24  06:11:56
91637         Log: various pod nits (from Larry Virden and others)
91638      Branch: perl
91639            ! README.amiga README.hpux README.machten README.os2
91640            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
91641            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
91642            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
91643            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
91644            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
91645            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
91646            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
91647            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
91648 ____________________________________________________________________________
91649 [  5916] By: gsar                                  on 2000/04/24  05:52:43
91650         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
91651              <wjones@tc.fluke.com>)
91652      Branch: perl
91653            ! t/lib/glob-basic.t
91654 ____________________________________________________________________________
91655 [  5915] By: gsar                                  on 2000/04/24  05:07:01
91656         Log: supported platforms mixed up
91657      Branch: perl
91658            ! pod/perl56delta.pod pod/perlport.pod
91659 ____________________________________________________________________________
91660 [  5914] By: gsar                                  on 2000/04/24  04:56:08
91661         Log: caller() wasn't returning the right number of elements for
91662              eval {...}
91663      Branch: perl
91664            ! pp_ctl.c t/pragma/warn/9enabled
91665 ____________________________________________________________________________
91666 [  5913] By: gsar                                  on 2000/04/24  04:35:41
91667         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
91668              Mark-Jason Dominus)
91669      Branch: perl
91670            ! pod/perlfunc.pod
91671 ____________________________________________________________________________
91672 [  5912] By: gsar                                  on 2000/04/24  04:17:15
91673         Log: fix totally broken caching in UNIVERSAL::isa() (from
91674              Nick Ing-Simmons)
91675      Branch: perl
91676            ! t/op/universal.t universal.c
91677 ____________________________________________________________________________
91678 [  5911] By: gsar                                  on 2000/04/24  03:39:47
91679         Log: add linebreak properties from unicode/LineBrk.txt (from
91680              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
91681      Branch: perl
91682            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
91683            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
91684            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
91685            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
91686            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
91687            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
91688            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
91689            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
91690            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
91691            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
91692            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
91693            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
91694            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
91695            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
91696            + lib/unicode/Is/LbrkZW.pl
91697            ! lib/unicode/mktables.PL
91698 ____________________________________________________________________________
91699 [  5910] By: gsar                                  on 2000/04/24  03:23:10
91700         Log: typo in pod
91701      Branch: perl
91702            ! ext/Thread/Thread.pm
91703 ____________________________________________________________________________
91704 [  5909] By: gsar                                  on 2000/04/24  03:22:03
91705         Log: mode argument to do_binmode() should be file mode, not boolean
91706      Branch: perl
91707            ! pp_sys.c
91708 ____________________________________________________________________________
91709 [  5908] By: gsar                                  on 2000/04/16  16:51:08
91710         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
91711              always returns a valid GV even when the symbol is trapped by strictures
91712              (avoids coredumps)
91713              
91714              TODO: the C<package;> hack needs similar treatment
91715      Branch: perl
91716            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
91717            ! t/pragma/strict-vars
91718 ____________________________________________________________________________
91719 [  5907] By: jhi                                   on 2000/03/31  23:42:56
91720         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
91721              an assumption which #5905 demolished.
91722      Branch: cfgperl
91723            ! pp_sys.c
91724 ____________________________________________________________________________
91725 [  5906] By: jhi                                   on 2000/03/31  18:54:37
91726         Log: Typo in #5905.
91727      Branch: cfgperl
91728            ! t/op/64bitint.t
91729 ____________________________________________________________________________
91730 [  5905] By: jhi                                   on 2000/03/31  18:50:54
91731         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
91732              reported by Joseph N. Hall.  The bug was that even with use64bitint
91733              one had to use the prefixes q, L, or ll with printf/sprintf,
91734              contrary to the documentation and common sense.
91735      Branch: cfgperl
91736            ! sv.c t/op/64bitint.t
91737 ____________________________________________________________________________
91738 [  5904] By: gsar                                  on 2000/03/28  02:31:32
91739         Log: add Changes, perldelta.pod
91740      Branch: perl
91741            + Changes pod/perldelta.pod
91742 ____________________________________________________________________________
91743 [  5903] By: gsar                                  on 2000/03/28  02:03:55
91744         Log: rename Changes and perldelta.pod
91745      Branch: perl
91746           +> Changes5.6 pod/perl56delta.pod
91747            - Changes pod/perldelta.pod
91748            ! MANIFEST
91749 ____________________________________________________________________________
91750 [  5902] By: gsar                                  on 2000/03/28  01:59:14
91751         Log: create maint-5.6 branch
91752      Branch: maint-5.6/perl
91753           +> (branch 1611 files)
91754 ____________________________________________________________________________
91755 [  5901] By: jhi                                   on 2000/03/23  05:48:43
91756         Log: Integrate with Sarathy.
91757      Branch: cfgperl
91758           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
91759 ____________________________________________________________________________
91760 [  5900] By: gsar                                  on 2000/03/23  05:42:43
91761         Log: three guesses on what this is :-)
91762      Branch: perl
91763            ! Changes